Description
Selection of winding type.
Syntax
JSQtWidgets.createWindingTypeComboBox(parent: widget = null) -> WindingTypeComboBox
Parameters
Parameter |
Type |
Default Value |
Mandatory |
Description |
parent |
widget |
null |
❌ Нет |
Parent widget to which the created WindingTypeComboBox belongs. If not specified, the widget is created without a parent. |
Return value
Type |
Description |
WindingTypeComboBox |
New WindingTypeComboBox object. |
Example
JS |
---|
| let result = QtWidgets.createWindingTypeComboBox()
console.info(result)
|
Last update: 14 August 2025, 18:47