Skip to content

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). -1 if 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).
Last update: 18 August 2025, 14:28