(QtWidgets.createQComboBox())¶
Description¶
Creates a dropdown list.
Syntax¶
Parameters¶
| Parameter | Type | Default Value | Mandatory | Description | 
|---|---|---|---|---|
| parent | widget | null | No | Parent widget that this created QComboBoxbelongs to. If not specified, the widget is created without a parent. | 
Return value¶
| Type | Description | 
|---|---|
| QComboBox | New QComboBoxobject. |