Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qfileselector_p.h>
Public Member Functions | |
QFileSelectorPrivate () | |
QString | select (const QString &filePath) const |
Static Public Member Functions | |
static void | updateSelectors () |
static QStringList | platformSelectors () |
static void | addStatics (const QStringList &) |
static QString | selectionHelper (const QString &path, const QString &fileName, const QStringList &selectors, QChar indicator=u'+') |
Public Attributes | |
QStringList | extras |
Definition at line 30 of file qfileselector_p.h.
QFileSelectorPrivate::QFileSelectorPrivate | ( | ) |
Definition at line 27 of file qfileselector.cpp.
|
static |
Definition at line 333 of file qfileselector.cpp.
|
static |
Definition at line 312 of file qfileselector.cpp.
Definition at line 243 of file qfileselector.cpp.
|
static |
Definition at line 213 of file qfileselector.cpp.
|
static |
Definition at line 290 of file qfileselector.cpp.
QStringList QFileSelectorPrivate::extras |
Definition at line 42 of file qfileselector_p.h.