Skip to content

QtWidgets.createWireSizeMethodComboBox()

Description

Creates a combobox for selecting wire size calculation methods.

Syntax

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

See Also

Last update: 15 August 2025, 14:32