Skip to content

QtWidgets.createWindingLayersOrientationComboBox()

Description

Selection of winding layer orientation.

Syntax

JS
QtWidgets.createWindingLayersOrientationComboBox(parent: widget = null) -> WindingLayersOrientationComboBox

Parameters

Parameter Type Default Value Mandatory Description
parent widget null ❌ Нет The parent widget that the created WindingLayersOrientationComboBox belongs to. If not specified, the widget is created without a parent.

Return value

Type Description
WindingLayersOrientationComboBox A new WindingLayersOrientationComboBox object.

Example

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

See also

Last update: 14 August 2025, 18:47