An icon view.
[ Official docs | Back to Index ]
Code | windows | sgi | plastik | aqua |
QIconView *w = new QIconView( 0, 0 );
new QIconViewItem( w, QString("Test 1") );
new QIconViewItem( w, QString("Test 2") );
new QIconViewItem( w, QString("Test 3") );
w->resize( 150, 150 );
|
[ Back to Index ]
Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.