Hello!
How to choose what is the value of QComboBox which I want to be displayed in the loading of the interface.
I read the documentation and I found this method "setItemText (int index, QString text)" as I used to index 0 for the value to be displayed first but it result nothing.
What should I do? Thank you in advance
NB: the values ​​of my QComboBox are loaded from a database.