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*/
34
35/*!
36 \qmlmodule QtQml.Models
37 \title Qt QML Models QML Types
38 \ingroup qmlmodules
39 \brief Provides QML types for data models
40 \since 5.1
41
42 This QML module contains types for defining data models in QML.
43
44 To use the types in this module, import the module with the following line:
45
46 \qml
47 import QtQml.Models
48 \endqml
49*/