![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/private/qohoscommon_p.h>#include <QtCore/qpoint.h>#include <QtCore/qrect.h>#include <QtCore/qstringlist.h>#include <QtCore/qstring.h>#include <qohosenums.h>#include <qohosplugincore.h>#include <functional>Go to the source code of this file.
Classes | |
| struct | QOhosWindowManager::OpenResult |
| struct | QOhosWindowManager::SaveResult |
Namespaces | |
| namespace | QOhosWindowManager |
Typedefs | |
| using | QOhosWindowManager::DocumentSelectMode = QtOhos::enums::ohos::file::picker::DocumentSelectMode |
Enumerations | |
| enum class | QOhosWindowManager::ResultMultiplicity { QOhosWindowManager::SINGLE , QOhosWindowManager::MULTIPLE } |
Functions | |
| void | QOhosWindowManager::showFileDialogOpen (QtOhos::QObjectThreadSafeRef contextWindowRef, QStringList filters, QString defaultPath, DocumentSelectMode documentSelectMode, ResultMultiplicity resultMultiplicity, QOhosConsumer< QOhosOptional< OpenResult > > resultCallback) |
| void | QOhosWindowManager::showFileDialogSave (QtOhos::QObjectThreadSafeRef contextWindowRef, QStringList newFileNames, QString defaultFilePath, QStringList fileSuffixChoices, QOhosConsumer< QOhosOptional< SaveResult > > resultCallback) |