Description
Creates a combobox.
Syntax
JSQtWidgets.createWireAwgComboBox(parent: widget = null) -> WireAwgComboBox
Parameters
Parameter |
Type |
Default Value |
Mandatory |
Description |
parent |
widget |
null |
❌ Нет |
The parent widget to which the created WireAwgComboBox belongs. If not specified, a childless widget is created. |
Return value
Type |
Description |
!!javascript eWireAwgComboBox |
A new WireAwgComboBox object. |
Example
JS |
---|
| let result = QtWidgets.createWireAwgComboBox()
console.info(result)
|
Last update: 14 August 2025, 18:47