Question

I'm using the QComboBox to let the user select a very large quantity of choices. For the moment the user can type a character and the QComboBox selects the first row with this character, but I feel that it's just not enough. Is there any thing already done for the user to search directly the item by entering a text? Thanks

Was it helpful?

Solution

You can use void QComboBox::setCompleter(QCompleter *completer)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top