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). |