def sizeHint(self, option, index): return HtmlItemDelegate.drawDecoration(self, option, index)
def drawDisplay(self, painter, option, rect, text): return HtmlItemDelegate.drawDecoration(self, painter, option, rect, text)
def drawDecoration(self, painter, option, rect, pixmap): return HtmlItemDelegate.drawDecoration(self, painter, option, rect, pixmap)