Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qohosplatformdialoghelper.cpp
Go to the documentation of this file.
1
// Copyright (C) 2025 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4
#
include
"qohosplatformdialoghelper.h"
5
6
QT_BEGIN_NAMESPACE
7
8
namespace
QOhosDialogs
9
{
10
11
QPlatformDialogHelper *createHelper(QPlatformTheme::DialogType type)
12
{
13
QPlatformDialogHelper *helper =
nullptr
;
14
15
if
(type == QPlatformTheme::FileDialog)
16
helper = makeQOhosPlatformFileDialogHelper();
17
18
return
helper;
19
}
20
21
}
22
23
QT_END_NAMESPACE
QOhosDialogs
Definition
qohosplatformdialoghelper.h:13
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qsequentialanimationgroup.cpp:47
qtbase
src
plugins
platforms
ohos
qohosplatformdialoghelper.cpp
Generated on
for Qt by
1.16.1