Example #1
0
 def sizeHint(self, option, index):
     return HtmlItemDelegate.drawDecoration(self, option, index)
Example #2
0
 def drawDisplay(self, painter, option, rect, text):
     return HtmlItemDelegate.drawDecoration(self, painter, option, rect, text)
Example #3
0
 def drawDecoration(self, painter, option, rect, pixmap):
     return HtmlItemDelegate.drawDecoration(self, painter, option, rect, pixmap)