4#include <QStringListModel>
14 QListView* popup =
new QListView();
17 proxyModel->setFilterCaseSensitivity(Qt::CaseInsensitive);
21 setCaseSensitivity(Qt::CaseInsensitive);
39 return QStringList(
"");
void setCompletionInfix(const QString &infix)
void setCompletionList(const QStringList &completionList)
InfixCompleter(const QStringList &completionList, QObject *parent=0)
QStringList splitPath(const QString &path) const override
InfixFilterModel * getProxyModel() const
InfixFilterModel * proxyModel
QStringListModel * completionModel
This proxy model reimplements the filterAcceptsRow function with a new behavior: All elements that fi...
This file offers overloads of toIce() and fromIce() functions for STL container types.