0

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

nam
  • 3,542
  • 9
  • 46
  • 68

1 Answers1

2

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

hank
  • 9,553
  • 3
  • 35
  • 50