Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 \qmlmodule QtQml.Models
6 \title Qt QML Models QML Types
7 \ingroup qmlmodules
8 \brief Provides QML types for data models
9 \since 5.1
10
11 This QML module contains types for defining data models in QML.
12
13 To use the types in this module, import the module with the following line:
14
15 \qml
16 import QtQml.Models
17 \endqml
18
19 \note QtQml.Models module started at version 2.1 to match the version
20 of the parent module, \l{Qt Qml}.
21
22 In addition, Qt.labs.qmlmodels provides experimental QML types for models.
23 To use these experimental types, import the module with the following line:
24
25 \qml
26 import Qt.labs.qmlmodels
27 \endqml
28
29 \section1 QML Types
30 \generatelist qmltypesbymodule QtQml.Models
31
32 \section1 Experimental QML Types
33 \generatelist qmltypesbymodule Qt.labs.qmlmodels
34
35 \noautolist
36*/
37