コード例 #1
0
ファイル: plugins.py プロジェクト: prymatex/prymatex
 def sizeHint(self, option, index):
     return HtmlItemDelegate.drawDecoration(self, option, index)
コード例 #2
0
ファイル: plugins.py プロジェクト: prymatex/prymatex
 def drawDisplay(self, painter, option, rect, text):
     return HtmlItemDelegate.drawDecoration(self, painter, option, rect, text)
コード例 #3
0
ファイル: plugins.py プロジェクト: prymatex/prymatex
 def drawDecoration(self, painter, option, rect, pixmap):
     return HtmlItemDelegate.drawDecoration(self, painter, option, rect, pixmap)