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
qmllabsmodels.qdoc
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \qmlmodule Qt.labs.qmlmodels
6 \title Qt QML Models experimental QML Types
7 \ingroup qmlmodules
8 \brief Provides QML experimental types for data models.
9 \since 5.12
10
11 This QML module contains experimental QML types related to data models.
12
13 To use the types in this module, import the module with the following line:
14
15 \qml
16 import Qt.labs.qmlmodels
17 \endqml
18*/