Description
Creates a combobox for selecting wire size calculation methods.
Syntax
JSQtWidgets.createWireSizeMethodComboBox(parent: widget = null) -> WireSizeMethodComboBox
Parameters
Parameter |
Type |
Default Value |
Mandatory |
Description |
parent |
widget |
null |
No |
Parent widget to which the created WireSizeMethodComboBox belongs. If not specified, the widget is created without a parent. |
Return value
Type |
Description |
!!javascript WireSizeMethodComboBox |
New WireSizeMethodComboBox object. |
Example
JS |
---|
| let result = QtWidgets.createWireSizeMethodComboBox()
console.info(result)
|
Last update: 15 August 2025, 14:32