Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtqmlmodel.qdoc
Go to the documentation of this file.
1// Copyright (C) 2016 Research In Motion.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \page qtqmlmodels-index.html
6 \title Qt Qml Models
7 \brief Provides QML types for data models
8
9 This QML module contains types for defining data models in QML.
10
11 To use the types in this module, import the module with the following line:
12
13 \qml
14 import QtQml.Models
15 \endqml
16
17 \note QtQml.Models module started at version 2.1 to match the version
18 of the parent module, \l{Qt Qml}.
19
20 In addition, Qt.labs.qmlmodels provides experimental QML types for models.
21 To use these experimental types, import the module with the following line:
22
23 \qml
24 import Qt.labs.qmlmodels
25 \endqml
26
27 \section1 QML Types
28 \generatelist qmltypesbymodule QtQml.Models
29
30 \section1 Experimental QML Types
31 \generatelist qmltypesbymodule Qt.labs.qmlmodels
32
33 \section1 Licenses
34
35 Qt Qml Models is available under commercial licenses from \l{The Qt Company}.
36 In addition, it is available under the
37 \l{GNU Lesser General Public License, version 3}, or
38 the \l{GNU General Public License, version 2}.
39 See \l{Qt Licensing} for further details.
40*/
41
42/*!
43 \qmlmodule QtQml.Models
44 \title Qt Qml Models QML Types
45 \ingroup qmlmodules
46 \brief Provides QML types for data models
47 \since 5.1
48
49 This QML module contains types for defining data models in QML.
50
51 To use the types in this module, import the module with the following line:
52
53 \qml
54 import QtQml.Models
55 \endqml
56*/