A list box.
[ Official docs | Back to Index ]
Code | windows | sgi | plastik | aqua |
QListBox *w = new QListBox( 0, 0 );
w->insertItem( QString("Test 1") );
w->insertItem( QString("Test 2") );
w->insertItem( QString("Test 3") );
| ![]() | ![]() | ![]() | ![]() |
[ Back to Index ]
Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.