Skip to content

QtWidgets.createWireAwgComboBox()

Description

Creates a combobox.

Syntax

JS
QtWidgets.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)

See also

Last update: 14 August 2025, 18:47