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