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::Type value associated with the item at the given index. |
| setItems(items) | Sets the list of items. items must be a QVariantList of objects with text and value (of type PoleArrangement::Type). |