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