aboutsummaryrefslogtreecommitdiffstats
path: root/src/labs/models/doc/src/qmllabsmodels.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/labs/models/doc/src/qmllabsmodels.qdoc')
-rw-r--r--src/labs/models/doc/src/qmllabsmodels.qdoc18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/labs/models/doc/src/qmllabsmodels.qdoc b/src/labs/models/doc/src/qmllabsmodels.qdoc
new file mode 100644
index 0000000000..8c4fbb17b7
--- /dev/null
+++ b/src/labs/models/doc/src/qmllabsmodels.qdoc
@@ -0,0 +1,18 @@
+// Copyright (C) 2021 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+
+/*!
+ \qmlmodule Qt.labs.qmlmodels
+ \title Qt QML Models experimental QML Types
+ \ingroup qmlmodules
+ \brief Provides QML experimental types for data models.
+ \since 5.12
+
+ This QML module contains experimental QML types related to data models.
+
+ To use the types in this module, import the module with the following line:
+
+ \qml
+ import Qt.labs.qmlmodels
+ \endqml
+*/