![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <private/qglobal_p.h>
#include <qstringview.h>
#include <emscripten/val.h>
#include <cstdint>
#include <functional>
Go to the source code of this file.
Classes | |
class | LocalFileApi::Type |
class | LocalFileApi::Type::Accept |
class | LocalFileApi::Type::Accept::MimeType |
class | LocalFileApi::Type::Accept::MimeType::Extension |
Namespaces | |
namespace | LocalFileApi |
Functions | |
emscripten::val | LocalFileApi::makeOpenFileOptions (const QStringList &filterList, bool acceptMultiple) |
emscripten::val | LocalFileApi::makeSaveFileOptions (const QStringList &filterList, const std::string &suggestedName) |
std::string | LocalFileApi::makeFileInputAccept (const QStringList &filterList) |