Skip to content

QtWidgets.createWindingLayersComboBox()

Description

Drop-down list for choosing the number of winding layers.

Syntax

JS
QtWidgets.createWindingLayersComboBox(parent: widget = null) -> WindingLayersComboBox

Parameters

Parameter Type Default Value Optional Description
parent widget null ❌ Not Parent widget to which the created WindingLayersComboBox belongs. If not specified, a childless widget is created.

Return value

Type Description
WindingLayersComboBox New WindingLayersComboBox object.

Example

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

See also

Last update: 14 August 2025, 18:47