![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qandroidplatformfiledialoghelper.h"#include <androidjnimain.h>#include <QtCore/QJniObject>#include <QMimeDatabase>#include <QMimeType>#include <QRegularExpression>#include <QUrl>Go to the source code of this file.
Namespaces | |
| namespace | QtAndroidFileDialogHelper |
Macros | |
| #define | RESULT_OK -1 |
| #define | REQUEST_CODE 1305 |
Functions | |
| QStringList | QtAndroidFileDialogHelper::nameFilterExtensions (const QString nameFilters) |
Variables | |
| const char | QtAndroidFileDialogHelper::JniIntentClass [] = "android/content/Intent" |
| #define REQUEST_CODE 1305 |
Definition at line 23 of file qandroidplatformfiledialoghelper.cpp.
| #define RESULT_OK -1 |
Definition at line 22 of file qandroidplatformfiledialoghelper.cpp.