1// Copyright (C) 2016 Research In Motion.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
5 \qmlmodule QtQml.Models
6 \title Qt QML Models QML Types
8 \brief Provides QML types for data models
11 This QML module contains types for defining data models in QML.
13 To use the types in this module, import the module with the following line:
19 \note QtQml.Models module started at version 2.1 to match the version
20 of the parent module, \l{Qt QML}.
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:
26 import Qt.labs.qmlmodels
30 \generatelist qmltypesbymodule QtQml.Models
32 \section1 Experimental QML Types
33 \generatelist qmltypesbymodule Qt.labs.qmlmodels