![]() |
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 qsizetype | removeStatics (const QStringList &) |
| static QString | selectionHelper (const QString &path, const QString &fileName, const QStringList &selectors, QChar indicator=u'+') |
Public Attributes | |
| QStringList | extras |
Definition at line 31 of file qfileselector_p.h.
| QFileSelectorPrivate::QFileSelectorPrivate | ( | ) |
Definition at line 28 of file qfileselector.cpp.
|
static |
Definition at line 334 of file qfileselector.cpp.
|
static |
Definition at line 313 of file qfileselector.cpp.
|
static |
Definition at line 341 of file qfileselector.cpp.
Definition at line 244 of file qfileselector.cpp.
|
static |
Definition at line 214 of file qfileselector.cpp.
|
static |
Definition at line 291 of file qfileselector.cpp.
| QStringList QFileSelectorPrivate::extras |
Definition at line 44 of file qfileselector_p.h.