Search QString in QComboBox

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.

+3
source share
1 answer

I think findText method is what you are looking for

+6
source

All Articles