aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/models/objectlistmodel/doc/src/objectlistmodel-example.qdoc
blob: 2ceec9376d958710b4593df109a8e57b63965d7e (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example models/objectlistmodel
    \title Models and Views: Object ListModel Example
    \brief Shows how to use a QList<QObject*> as a model in QML.
    \examplecategory {User Interface Components}

    \image qml-objectlistmodel-example.png
*/