Description of type PoleArrangementComboBox¶
Constructor of type PoleArrangementComboBox¶
Syntax¶
Properties of type PoleArrangementComboBox¶
Below is a list of the available properties provided by the PoleArrangementComboBox type. Click on a property name to see its detailed description and examples.
| Property | Description | 
|---|---|
| currentValue | The current selected value as PoleArrangement::Type. This is the primary data property, synchronized with the selected item. | 
Methods of type PoleArrangementComboBox¶
Below is a list of the available methods provided by the PoleArrangementComboBox type. Click on a method name to see its detailed description and examples.
| Method | Description | 
|---|---|
| setCurrentValue(type) | Sets the current selected value by PoleArrangement::Type. The combo box will select the corresponding item. | 
| value(index) | Returns the PoleArrangement::Typevalue associated with the item at the given index. | 
| setItems(items) | Sets the list of items. itemsmust be aQVariantListof objects withtextandvalue(of typePoleArrangement::Type). | 
Signals of type PoleArrangementComboBox¶
Below is a list of the available signals provided by the PoleArrangementComboBox type. Click on a signal name to see its detailed description and examples.
| Signal | Description | 
|---|---|
| currentValueChanged(type) | Emitted when the selected value changes. The new PoleArrangement::Typeis passed. Use this for reacting to selection changes. |