htmldelegate — QStyledItemDelegate delegate. Draws HTML

enki.lib.htmldelegate.htmlEscape(text)

Replace special HTML symbols with escase sequences

class enki.lib.htmldelegate.HTMLDelegate(parent=None)

Bases: QStyledItemDelegate

QStyledItemDelegate implementation. Draws HTML

http://stackoverflow.com/questions/1956542/how-to-make-item-view-render-rich-html-text-in-qt/1956781#1956781

paint(painter, option, index)

QStyledItemDelegate.paint implementation

sizeHint(option, index)

QStyledItemDelegate.sizeHint implementation