aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmldelegatemodel/data/integerModel.qml
blob: 42bf882fda5789629aabf5015d1c924cd07a1e6f (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

import QtQml.Models 2.15
import QtQuick 2.15

DelegateModel {
    model: 100
    delegate: Item {}
}