Skip to content

QtWidgets.createPoleArrangementComboBox()

Description

Selection of pole arrangement.

Syntax

JS
QtWidgets.createPoleArrangementComboBox(parent: widget = null) -> PoleArrangementComboBox

Parameters

Parameter Type Default Value Mandatory Description
parent widget null ❌ No Parent widget to which the created QComboBox belongs. If not specified, the widget is created without a parent.

Return value

Type Description
PoleArrangementComboBox New PoleArrangementComboBox object.

Example

JS
let result = QtWidgets.createPoleArrangementComboBox()
console.info(result)

See Also

Last update: 14 August 2025, 18:47