QComboBox

GPL Closed

A text box with a drop down list. The text can either be freely editable, or only picked from the list. This is controlled with the editable property.

[ Official docs | Back to Index ]

Styles and Code

Code
windows
sgi
plastik
aqua
QComboBox* w = new QComboBox( true, 0, 0 ); w->insertItem( QString("Test 1") ); w->insertItem( QString("Test 2") ); w->insertItem( QString("Test 3") );

[ Back to Index ]

Licenses are noted in grayed out, smaller text. Closed indicates that the widget is available under a closed-source compatible license. Dual licensing is possible.

Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.