![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Functions | |
void | showOpen (const QStringList &accept, FileSelectMode fileSelectMode, qstdweb::PromiseCallbacks callbacks) |
bool | canShowSave () |
void | showSave (const std::string &fileNameHint, qstdweb::PromiseCallbacks callbacks) |
bool QWasmLocalFileAccess::FileDialog::canShowSave | ( | ) |
Definition at line 93 of file qwasmlocalfileaccess.cpp.
Referenced by QWasmLocalFileAccess::saveFile(), QWasmLocalFileAccess::saveFile(), and showSave().
void QWasmLocalFileAccess::FileDialog::showOpen | ( | const QStringList & | accept, |
FileSelectMode | fileSelectMode, | ||
qstdweb::PromiseCallbacks | callbacks ) |
Definition at line 85 of file qwasmlocalfileaccess.cpp.
void QWasmLocalFileAccess::FileDialog::showSave | ( | const std::string & | fileNameHint, |
qstdweb::PromiseCallbacks | callbacks ) |
Definition at line 98 of file qwasmlocalfileaccess.cpp.
References canShowSave().
Referenced by QWasmLocalFileAccess::saveFile(), and QWasmLocalFileAccess::saveFile().