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.
Qt Code:
  1. QLabel *label = new QLabel("<h2><i>Hello</i> "
  2. "<font color=red>Qt!</font></h2>", 0);
To copy to clipboard, switch view to plain text mode 

Can someone point me to any documentation where I can read more about it?

Thanks