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