2023-03-17 14:42:47 +00:00
|
|
|
// Copyright (C) 2023 The Qt Company Ltd.
|
2022-05-13 13:12:05 +00:00
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2022-08-31 07:59:05 +00:00
|
|
|
import People
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
BirthdayParty {
|
|
|
|
host: Boy {
|
|
|
|
name: "Bob Jones"
|
|
|
|
shoeSize: 12
|
|
|
|
}
|
|
|
|
|
|
|
|
Boy { name: "Leo Hodges" }
|
|
|
|
Boy { name: "Jack Smith" }
|
|
|
|
Girl { name: "Anne Brown" }
|
|
|
|
}
|