QComboBox()¶ Description¶ Constructor of the QComboBox type. Syntax¶ JSnew QComboBox(parent: widget = null) -> QComboBox Return value¶ Type Description QComboBox Object of type QComboBox. Example¶ JS1 2let w = new QComboBox(); console.info(w); See Also Last update: 18 August 2025, 15:25