aboutsummaryrefslogtreecommitdiffstats
path: root/src/labs/models/doc/src/qmllabsmodels.qdoc
blob: 8c4fbb17b71f96854936f96360d0e3ce4f3d7f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \qmlmodule Qt.labs.qmlmodels
    \title Qt QML Models experimental QML Types
    \ingroup qmlmodules
    \brief Provides QML experimental types for data models.
    \since 5.12

    This QML module contains experimental QML types related to data models.

    To use the types in this module, import the module with the following line:

    \qml
    import Qt.labs.qmlmodels
    \endqml
*/