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