Qt 5.15
Qt Widgets
C++ Classes
QCompleter
Qt 5.15.12 Reference Documentation
List of All Members for QCompleter
This is the complete list of members for
QCompleter
, including inherited members.
enum
CompletionMode
enum
ModelSorting
QCompleter
(const QStringList &, QObject *)
QCompleter
(QAbstractItemModel *, QObject *)
QCompleter
(QObject *)
activated
(const QModelIndex &)
activated
(const QString &)
complete
(const QRect &)
highlighted
(const QModelIndex &)
highlighted
(const QString &)
setCompletionPrefix
(const QString &)
setWrapAround
(bool )
~QCompleter
()
caseSensitivity
() const : Qt::CaseSensitivity
completionColumn
() const : int
completionCount
() const : int
completionMode
() const : CompletionMode
completionModel
() const : QAbstractItemModel *
completionPrefix
() const : QString
completionRole
() const : int
currentCompletion
() const : QString
currentIndex
() const : QModelIndex
currentRow
() const : int
event
(QEvent *) : bool
eventFilter
(QObject *, QEvent *) : bool
filterMode
() const : Qt::MatchFlags
maxVisibleItems
() const : int
model
() const : QAbstractItemModel *
modelSorting
() const : ModelSorting
pathFromIndex
(const QModelIndex &) const : QString
popup
() const : QAbstractItemView *
setCaseSensitivity
(Qt::CaseSensitivity )
setCompletionColumn
(int )
setCompletionMode
(CompletionMode )
setCompletionRole
(int )
setCurrentRow
(int ) : bool
setFilterMode
(Qt::MatchFlags )
setMaxVisibleItems
(int )
setModel
(QAbstractItemModel *)
setModelSorting
(ModelSorting )
setPopup
(QAbstractItemView *)
setWidget
(QWidget *)
splitPath
(const QString &) const : QStringList
widget
() const : QWidget *
wrapAround
() const : bool