Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtquickdialogs-index.qdoc
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \page qtquickdialogs-index.html
6 \title Qt Quick Dialogs
7
8 \brief Provides QML types for creating and interacting with system dialogs.
9
10 The Qt Quick Dialogs module allows you to create and interact with system
11 dialogs from QML. The module was introduced in Qt 6.2.
12
13 \section1 Using the Module
14
15 \include {module-use.qdocinc} {using the qml api} {QtQuick.Dialogs}
16
17 \section1 Reference
18
19 \list
20 \li \l{Qt Quick Dialogs QML Types}{QML Types}
21 \endlist
22
23 \section1 Related Modules
24
25 \list
26 \li \l{Qt Quick}
27 \li \l{Qt Quick Controls}
28 \li \l{Qt Quick Templates 2}
29 \li \l{Qt Labs Platform}
30 \endlist
31
32 \section1 License and Attributions
33
34 Qt Quick Dialogs is available under commercial licenses from \l{The Qt Company}.
35 In addition, it is available under the
36 \l{GNU Lesser General Public License, version 3}, or
37 the \l{GNU General Public License, version 2}.
38 See \l{Qt Licensing} for further details.
39*/