def displayText(self, p_object, locale):
     if self._display_text:
         return QStyledItemDelegate.displayText(self, p_object, locale)
     return ""
Example #2
0
 def displayText(self, p_object, locale):
     if self._display_text:
         return QStyledItemDelegate.displayText(self, p_object, locale)
     return ""