aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/src/qtquickcontrols2-qmltypes.qdoc
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-18 13:19:43 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-04-19 08:42:40 +0000
commite5797a3ac6a26fac33af5016174e287c335b22dd (patch)
tree3e092bfcfc16b47d2a8d78a6b6a9990b12cadaa7 /src/imports/controls/doc/src/qtquickcontrols2-qmltypes.qdoc
parent95babf15bda484e7c1764d4db6a6b55c1c47378a (diff)
Doc: setup subprojects for QML Types, C++ Classes and Examples
Change-Id: If85c87f4b3948a7e25b9281329d3886f664f6c13 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src/imports/controls/doc/src/qtquickcontrols2-qmltypes.qdoc')
-rw-r--r--src/imports/controls/doc/src/qtquickcontrols2-qmltypes.qdoc62
1 files changed, 62 insertions, 0 deletions
diff --git a/src/imports/controls/doc/src/qtquickcontrols2-qmltypes.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-qmltypes.qdoc
new file mode 100644
index 00000000..fe509a6c
--- /dev/null
+++ b/src/imports/controls/doc/src/qtquickcontrols2-qmltypes.qdoc
@@ -0,0 +1,62 @@
+/****************************************************************************
+**
+** Copyright (C) 2016 The Qt Company Ltd.
+** Contact: http://www.qt.io/licensing/
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see http://www.qt.io/terms-conditions. For further
+** information use the contact form at http://www.qt.io/contact-us.
+**
+** GNU Free Documentation License Usage
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file. Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: http://www.gnu.org/copyleft/fdl.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+ \qmlmodule Qt.labs.controls 1.0
+ \title Qt Quick Controls 2 QML Types
+ \ingroup qmlmodules
+ \brief Provides QML types for user interfaces (Qt Quick Controls 2).
+
+ \l{Qt Quick Controls 2} provides QML types for creating user interfaces.
+ These QML types work in conjunction with \l{Qt Quick} and
+ \l{Qt Quick Layouts}.
+
+ Qt Quick Controls 2 QML types can be imported into your application
+ using the following import statement in your .qml file:
+
+ \badcode
+ import Qt.labs.controls 1.0
+ \endcode
+
+ The calendar related QML types can be imported using the
+ following statement:
+
+ \badcode
+ import Qt.labs.calendar 1.0
+ \endcode
+
+ \labs
+
+ \section1 QML Types
+
+ \section2 Qt.labs.controls Module
+ \generatelist {qmltypesbymodule Qt.labs.controls}
+ \noautolist
+
+ For more information on the Qt Quick Controls 2 module, see the
+ \l {Qt Quick Controls 2} module documentation.
+*/