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-qmltypes.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 \qmlmodule QtQuick.Dialogs
6 \title Qt Quick Dialogs QML Types
7 \ingroup qmlmodules
8 \brief Provides QML types for creating and interacting with system dialogs.
9
10 The Qt Quick Dialogs module allows to create and interact with system dialogs
11 from QML. The module was introduced in Qt 6.2.
12
13 The QML types can be imported into your
14 application using the following import statement in your \c {.qml} file:
15
16 \qml
17 import QtQuick.Dialogs
18 \endqml
19
20 \section1 QML Types
21
22*/