aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/extending-qml-advanced/adding/People/Main.qml
blob: 8d963a861cae457a5030800de4fd16ad350d1b94 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import People

Person {
    name: "Bob Jones"
    shoe_size: 12
}