Script
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 More...
 
String currentItem
 currently selected item More...
 
bool editable
 whether the combo box may be edited by the user More...
 
int currentItemPos
 index of the current item More...
 

Detailed Description

Simplified ComboBox widget.

Property Documentation

String ComboBox::currentItem
readwriteprivate

currently selected item

int ComboBox::currentItemPos
readwriteprivate

index of the current item

bool ComboBox::editable
readwriteprivate

whether the combo box may be edited by the user

StringList ComboBox::itemList
readwriteprivate

stringlist of items


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