42 #ifndef QFSCOMPLETOR_P_H 43 #define QFSCOMPLETOR_P_H 57 #include <QtGui/qfilesystemmodel.h> 59 #ifndef QT_NO_FSCOMPLETER 69 #if defined(Q_OS_WIN) || defined(Q_OS_SYMBIAN) 79 #endif // QT_NO_FSCOMPLETER 81 #endif // QFSCOMPLETOR_P_H The QFileSystemModel class provides a data model for the local filesystem.
#define QT_END_NAMESPACE
This macro expands to.
The QCompleter class provides completions based on an item model.
QString pathFromIndex(const QModelIndex &index) const
Returns the path for the given index.
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
QStringList splitPath(const QString &path) const
Splits the given path into strings that are used to match at each level in the model().
QAbstractProxyModel * proxyModel
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QStringList class provides a list of strings.
QAbstractItemModel * model() const
Returns the model that provides completion strings.
The QAbstractProxyModel class provides a base class for proxy item models that can do sorting...
QCompleter that can deal with QFileSystemModel.
QFSCompleter(QFileSystemModel *model, QObject *parent=0)
QObject * parent() const
Returns a pointer to the parent object.
The QModelIndex class is used to locate data in a data model.
void setCaseSensitivity(Qt::CaseSensitivity caseSensitivity)
QFileSystemModel * sourceModel