Dlgedit Help - QComboBox Properties
The Combo Box tab sets the following properties for the
QComboBox:
- Combo box item - An item can be inserted into the
QComboBox by typing it and clicking Add Item to add it to
the list of current items. Current items can be modified
by selecting the item, editing it in the edit field and
clicking on Change Item. Current items can be deleted by
selecting the item and pressing Delete Item.
- Style - Qt supports three types of combo boxes,
Read-only, Read-write, and Motif 1.x styles. In Read-only
and Read-write styles, the maximum number of lines that
can be entered into the combo box before a list box of
items appears can be set. In Read-write mode, the
insertion policy can be set for new items that the user
types.
- Auto Resize - Check the check box if the combo box
should resize itself when the length of its selected item
changes.
[Home]
[Widget Properties]
Last modified: Wed Apr 16 17:42:30 EDT 1997