Package node_manager_fkie :: Module html_delegate :: Class HTMLDelegate
[frames] | no frames]

Class HTMLDelegate

source code

PySide.QtGui.QStyledItemDelegate --+
                                   |
                                  HTMLDelegate

A class to display the HTML text in QTreeView.

Instance Methods
 
paint(self, painter, option, index)
Use the QTextDokument to represent the HTML text.
source code
 
sizeHint(self, option, index)
Determines and returns the size of the text after the format.
source code
Method Details

paint(self, painter, option, index)

source code 

Use the QTextDokument to represent the HTML text.

sizeHint(self, option, index)

source code 

Determines and returns the size of the text after the format.