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