aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtQml/groupedproperty.qml
blob: d32bd60055258cba1339480a6715ede44a1a5143 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

import grouped

Person {
    name: "Bob Jones"
    shoe { size: 12; brand: "Bikey"; price: 90 }
}