How to find a QString in a QComboBox? I want to get the index of an item in a combobox that matches my string. Is there a custom method?
Thanks in advance.
I think findText method is what you are looking for