Signals of type QСomboBox
¶
Below is a list of the available signals provided by the QComboBox
type. Click on a signal name to see its detailed description and examples.
Signal | Description |
---|---|
currentIndexChanged(STRING!!!) | Emitted when the currently selected item changes. The new index is passed as an argument. |
currentTextChanged() | Emitted when the current text changes (either by selection or editing). |