Skip to content

QtWidgets.createWindingConnectionComboBox()

Description

Selecting the connection method for windings.

Syntax

JS
QtWidgets.createWindingConnectionComboBox(parent: widget = null) -> WindingConnectionComboBox

Parameters

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

Return value

Type Description
WindingConnectionComboBox A new WindingConnectionComboBox object.

Example

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

See Also

Last update: 14 August 2025, 18:47