A simple label.
[ Official docs | Back to Index ]
Code | windows | sgi | plastik | aqua |
QLabel *w = new QLabel( QString("Test"), 0, 0 );
| ![]() | ![]() | ![]() | ![]() |
QLabel *w = new QLabel( QString("Test of <b>styles</b>, <i>styles</i> and <b><i>combined styles</i></b>."), 0, 0 );
| ![]() | ![]() | ![]() | ![]() |
[ Back to Index ]
Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.