aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickdialogs/quickdialogs/doc/src/qtquickdialogs-qmltypes.qdoc
blob: 422b824ec3810c764cc5be71719130ac5ccdb2e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \qmlmodule QtQuick.Dialogs
    \title Qt Quick Dialogs QML Types
    \ingroup qmlmodules
    \brief Provides QML types for creating and interacting with system dialogs.

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

    The QML types can be imported into your
    application using the following import statement in your \c {.qml} file:

    \qml
    import QtQuick.Dialogs
    \endqml

    \section1 QML Types

*/