Skip to content

QComboBox()

Description

Constructor of the QComboBox type.

Syntax

JS
new QComboBox(parent: widget = null) -> QComboBox

Return value

Type Description
QComboBox Object of type QComboBox.

Example

JS
let w = new QComboBox();
console.info(w);

See Also

Last update: 18 August 2025, 15:25