Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QComboBox を使用して、ユーザーが非常に多くの選択肢を選択できるようにしています。今のところ、ユーザーは文字を入力でき、QComboBox はこの文字で最初の行を選択しますが、それだけでは十分ではないと感じています。ユーザーがテキストを入力してアイテムを直接検索するために、何か既に行われていますか? ありがとう
使用できますvoid QComboBox::setCompleter(QCompleter *completer)
void QComboBox::setCompleter(QCompleter *completer)