aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/models/abstractitemmodel/doc/src/abstractitemmodel-example.qdoc
blob: 6f627d050cbb12a2d7f94cc1d251e8a5b55533bf (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/abstractitemmodel
    \title Models and Views: AbstractItemModel Example
    \brief Shows how to use a QAbstractItemModel subclass as a model in QML.
    \examplecategory {User Interface Components}

    \image qml-abstractitemmodel-example.png
*/