Skip to content

QFontComboBox

This is the Qt font combo box. Use DoSelectItem to select a particular font.

Extends QWidget

Extends SeSSimulatedObject

Behavior Pattern: QtItemComboBehavior

Property Summary

Property Description Getter Setter
Value Gets the value of the selected item. GetValue

Action Summary

Action Description
DoSelectItem Selects an item of this object.

Property Detail

Value

Gets 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

Selects an item of this object.

DoSelectItem(itemName) 

Parameters:

Name Type Description
itemName string Item name to select.

Returns:

boolean: 'true' if success, 'false' otherwise.