aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-09-04 15:32:31 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2018-09-06 15:35:41 +0000
commit932100115bfd4d0ad5a3d8dad03c7af3b393a8b6 (patch)
tree7d2117925d12f7f2f5dd3676898d0e781c45e610 /src/qml/types
parent69984c9d36086428a3d43418af19d53db043a785 (diff)
Doc: add Qt.labs.qmlmodels module
Change-Id: Ic79f2e16c7b9a8c156cffd69f156e43bf565320d Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'src/qml/types')
-rw-r--r--src/qml/types/qqmldelegatecomponent.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/qml/types/qqmldelegatecomponent.cpp b/src/qml/types/qqmldelegatecomponent.cpp
index e52a7879a4..fa7e994afd 100644
--- a/src/qml/types/qqmldelegatecomponent.cpp
+++ b/src/qml/types/qqmldelegatecomponent.cpp
@@ -59,6 +59,19 @@ QVariant QQmlAbstractDelegateComponent::value(QQmlAdaptorModel *adaptorModel, in
}
/*!
+ \qmlmodule Qt.labs.qmlmodels 1.0
+ \title Qt Labs QML Models - QML Types
+ \ingroup qmlmodules
+ \brief The Qt Labs QML Models module provides various model-related types for use with views.
+
+ To use this module, import the module with the following line:
+
+ \code
+ import Qt.labs.qmlmodels 1.0
+ \endcode
+*/
+
+/*!
\qmltype DelegateChoice
\instantiates QQmlDelegateChoice
\inqmlmodule Qt.labs.qmlmodels