![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 | ) |
lineEdit setCompleter | ( | completer | ) |
completer setModel | ( | new | QFileSystemModelcompleter | ) |
QCompleter * completer = new QCompleter(this) |
wordList<< "alpha"<< "omega"<< "omicron"<< "zeta"QLineEdit *lineEdit=new QLineEdit(this) QCompleter *completer=new QCompleter(wordList, this) completer-> setCaseSensitivity(Qt::CaseInsensitive) |
[0]
Definition at line 5 of file src_gui_util_qcompleter.cpp.