aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickdialogs/quickdialogs/doc/src/qtquickdialogs-index.qdoc
blob: bb9f9fc0262c1d0b4f5c30660800f583b22597b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \page qtquickdialogs-index.html
    \title Qt Quick Dialogs

    \brief Provides QML types for creating and interacting with system dialogs.

    The Qt Quick Dialogs module allows you to create and interact with system
    dialogs from QML. The module was introduced in Qt 6.2.

    \section1 Using the Module

    \include {module-use.qdocinc} {using the qml api} {QtQuick.Dialogs}

    \section1 Reference

    \list
      \li \l{Qt Quick Dialogs QML Types}{QML Types}
    \endlist

    \section1 Related Modules

    \list
      \li \l{Qt Quick}
      \li \l{Qt Quick Controls}
      \li \l{Qt Quick Templates 2}
      \li \l{Qt Labs Platform}
    \endlist

    \section1 License and Attributions

    Qt Quick Dialogs is available under commercial licenses from \l{The Qt Company}.
    In addition, it is available under the
    \l{GNU Lesser General Public License, version 3}, or
    the \l{GNU General Public License, version 2}.
    See \l{Qt Licensing} for further details.
*/