Go to the documentation of this file.
6 class QStringListModel;
10 class InfixFilterModel;
21 InfixCompleter(
const QStringList& completionList, QObject* parent = 0);
24 QStringList
splitPath(
const QString& path)
const override;
void setCompletionList(const QStringList &completionList)
This class changes the standard QCompleter to an infix match completer.
QStringListModel * completionModel
QStringList splitPath(const QString &path) const override
InfixFilterModel * getProxyModel() const
InfixCompleter(const QStringList &completionList, QObject *parent=0)
This proxy model reimplements the filterAcceptsRow function with a new behavior: All elements that fi...
void setCompletionInfix(const QString &infix)
InfixFilterModel * proxyModel
This file offers overloads of toIce() and fromIce() functions for STL container types.