aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/referenceexamples/adding/example.qml
blob: 42d47dea90169d2691b49a430451b14a91251d4c (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 examples.adding.people

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