Properties of type QComboBox¶
Below is a list of the available properties provided by the QComboBox type. Click on a property name to see its detailed description and examples.
| Property | Description | 
|---|---|
| currentText | The text of the currently selected item. | 
| currentIndex | The index of the currently selected item (starts from 0).-1if no item is selected. | 
| count | The total number of items in the combo box. | 
| editable | If true, the user can edit the text (only if the combo box is editable). |