Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_gui_util_qcompleter.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

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]
 
QCompletercompleter = new QCompleter(this)
 [0]
 

Function Documentation

◆ for()

for ( int i = 0;completer->setCurrentRow(i);i++) -> currentCompletion()<< " is match number "<< i

[1]

[2]

◆ setCaseSensitivity()

wordList<< "alpha"<< "omega"<< "omicron"<< "zeta";QLineEdit *lineEdit=new QLineEdit(this);QCompleter *completer=new QCompleter(wordList, this);completer-> setCaseSensitivity ( Qt::CaseInsensitive )

Referenced by QFSCompleter::QFSCompleter().

+ Here is the caller graph for this function:

◆ setCompleter()

lineEdit setCompleter ( completer )

Referenced by QComboBox::setLineEdit().

+ Here is the caller graph for this function:

◆ setModel()

completer setModel ( new QFileSystemModelcompleter)

Variable Documentation

◆ completer

◆ wordList

QStringList wordList

[0]

Definition at line 5 of file src_gui_util_qcompleter.cpp.

Referenced by isSupportedSvgFeature().