PDA

View Full Version : HTML-String in QTableWidget



wojtek
21st February 2008, 10:20
Hey guys,

has anyone an idea how to create a html-string in QTableWidget?
I want to display a string in QTableWidget with different fonts (bold, italic, underline) and different colours.
I have a QTextBrowser-delegate for input a html string, but how to change the paint-function?
Has someone done something already?

Thanks in advance.
wojtek

jpn
21st February 2008, 10:27
See this thread (http://www.qtcentre.org/forum/f-qt-programming-2/t-qstandarditem-subpart-of-the-text-as-bold-5548.html).