aboutsummaryrefslogtreecommitdiffstats
path: root/src/labs/platform/doc/src/qtlabsplatform-qmltypes.qdoc
blob: c966617e21fb93038df777458b7a642c5f8f55c6 (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
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \qmlmodule Qt.labs.platform
    \title Qt Labs Platform QML Types
    \ingroup qmlmodules
    \brief Provides QML types for native platform extensions.

    The experimental \l{Qt Labs Platform} module provides QML types for native
    platform extensions. These QML types work in conjunction with \l{Qt Quick}
    and \l{Qt Quick Controls}.

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

    \qml
    import Qt.labs.platform
    \endqml

    \section1 QML Types

    \generatelist {qmltypesbymodule Qt.labs.platform}

    \labs

    \section1 Related Information

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

    \noautolist
*/