QFontComboBox |
Top Previous Next |
This is the Qt font combo box. Use DoSelectItem to select a particular font. Extends QWidget. Extends SeSSimulatedObject.
Behavior Pattern: QtItemComboBehavior
Property Summary
Action Summary
Property Detail
ValueGets the value of the selected item. This is usually equivalent to the name of the item being selected.
Type: string
Accessors: GetValue
Action Detail
DoSelectItem(itemName)Selects an item of this object.
Parameters:
Returns:
boolean: 'true' if success, 'false' otherwise.
|