Can somebody tell me where in Qt gui can I use HTML? Which widgets do support HTML?
Or more specific: why HTML doesn't work in QTreeWidgetItem and QTreeListItem?
I'm trying to make some of the text in QTreeWidgetItem italic or different colour and I can't do it with HTML, it is not interpreted at all, I just see HTML code in tree items.
In QLabel HTML works fine...
I did some research and documentation: http://qt.nokia.com/doc/4.5/richtext-html-subset.html says that QTreeWidgetItem should support that too...