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
qtlabsplatform-qmltypes.qdoc
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \qmlmodule Qt.labs.platform
6 \title Qt Labs Platform QML Types
7 \ingroup qmlmodules
8 \brief Provides QML types for native platform extensions.
9
10 The experimental \l{Qt Labs Platform} module provides QML types for native
11 platform extensions. These QML types work in conjunction with \l{Qt Quick}
12 and \l{Qt Quick Controls}.
13
14 The QML types can be imported into your application using the
15 following import statement in your .qml file:
16
17 \qml
18 import Qt.labs.platform
19 \endqml
20
21 \section1 QML Types
22
23 \generatelist {qmltypesbymodule Qt.labs.platform}
24
25 \labs
26
27 \section1 Related Information
28
29 \list
30 \li \l {Qt Quick Controls QML Types}
31 \endlist
32
33 \noautolist
34*/