Skip to content

Description of type PoleArrangementComboBox

Constructor of type PoleArrangementComboBox

Syntax

JS
new PoleArrangementComboBox(parent: widget = null) -> PoleArrangementComboBox

Read more...

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

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::Type is passed. Use this for reacting to selection changes.
Last update: 18 August 2025, 14:28