A set of tab pages holding widgets.
[ Official docs | Back to Index ]
Code | windows | sgi | plastik | aqua |
QTabWidget *w = new QTabWidget( 0, 0 );
w->addTab( new QLabel( QString("Test 1"), w, 0 ), QString("Test 1") );
w->addTab( new QLabel( QString("Test 2"), w, 0 ), QString("Test 2") );
w->addTab( new QLabel( QString("Test 3"), w, 0 ), QString("Test 3") );
| ![]() | ![]() | ![]() | ![]() |
[ Back to Index ]
Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.