Skip to content

QtWidgets.createWireSwgComboBox()

Description

Creates a dropdown list.

Syntax

JS
QtWidgets.createWireSwgComboBox(parent: widget = null) -> WireSwgComboBox

Parameters

Parameter Type Default Value Required Description
parent widget null ❌ Нет Parent widget to which the created WireSwgComboBox belongs. If not specified, the widget is created without a parent.

Return value

Type Description
WireSwgComboBox New WireSwgComboBox object.

Example

JS
let result = QtWidgets.createWireSwgComboBox()
console.info(result)

See also

Last update: 14 August 2025, 18:47