![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
| wordList<< "alpha"<< "omega"<< "omicron"<< "zeta";QLineEdit *lineEdit=new QLineEdit(this);QCompleter *completer=new QCompleter(wordList, this);completer-> | setCaseSensitivity (Qt::CaseInsensitive) |
| lineEdit | setCompleter (completer) |
| completer | setModel (new QFileSystemModel(completer)) |
| for (int i=0;completer->setCurrentRow(i);i++) qDebug()<< completer -> currentCompletion()<< " is match number "<< i | |
| [1] | |
Variables | |
| QStringList | wordList |
| [0] | |
| QCompleter * | completer = new QCompleter(this) |
| [0] | |
[1]
[2]
| wordList<< "alpha"<< "omega"<< "omicron"<< "zeta";QLineEdit *lineEdit=new QLineEdit(this);QCompleter *completer=new QCompleter(wordList, this);completer-> setCaseSensitivity | ( | Qt::CaseInsensitive | ) |
| completer setModel | ( | new | QFileSystemModelcompleter | ) |
| QCompleter* completer = new QCompleter(this) |
[0]
[1]
Definition at line 17 of file src_gui_util_qcompleter.cpp.
Referenced by QFileDialogPrivate::createWidgets(), QComboBox::keyPressEvent(), and QComboBox::setLineEdit().
| QStringList wordList |
[0]
Definition at line 5 of file src_gui_util_qcompleter.cpp.