Hello,
in the book
C++ GUI Programming with QT3 chapter 1, there is an example where some
HTML-style formatting is used on a QLabel.
Can someone point me to any documentation where I can read more about it?
Thanks
Printable View
Hello,
in the book
C++ GUI Programming with QT3 chapter 1, there is an example where some
HTML-style formatting is used on a QLabel.
Can someone point me to any documentation where I can read more about it?
Thanks
found already a thread at Qt Centre.. maybe it's useful :)
http://www.qtcentre.org/forum/showthread.php?t=195
Thanks Brainbone
I found this also in QT3 documentation :
http://doc.trolltech.com/3.3/qstylesheet.html#details
you can read any doc abour simple html and use it in QLabel;)
thanks,Quote:
Originally Posted by zlatko
I think i already found enough toys to play with.
Cheers
I really like http://computer.howstuffworks.com/pdf/web-page-tags.pdf it's a one page pdf covering the most usefull tags. I 've printed it and pinned it in my notifications board next to my office for a quick lookup.
thanks yop,
looks really cool.
Everall