![]() |
Home · All Classes · All Functions · Overviews |
import People 1.0
// ![0]
BirthdayParty {
celebrant: Person {
name: "Bob Jones"
shoeSize: 12
}
guests: [
Person { name: "Joan Hodges" },
Person { name: "Jack Smith" },
Person { name: "Anne Brown" }
]
}
// ![0]
| Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt 4.7.0 |