Storyboard
Properties | List of all members
ComboBox Class Reference

Simplified ComboBox widget. More...

#include <qswidget.h>

Inheritance diagram for ComboBox:
Inheritance graph
[legend]
Collaboration diagram for ComboBox:
Collaboration graph
[legend]

Properties

StringList itemList
 stringlist of items
 
String currentItem
 currently selected item
 
bool editable
 whether the combo box may be edited by the user
 
int currentItemPos
 index of the current item
 

Detailed Description

Simplified ComboBox widget.

Property Documentation

String ComboBox::currentItem
readwrite

currently selected item

int ComboBox::currentItemPos
readwrite

index of the current item

bool ComboBox::editable
readwrite

whether the combo box may be edited by the user

StringList ComboBox::itemList
readwrite

stringlist of items


The documentation for this class was generated from the following file: