Home · All Classes · All Functions · Overviews

example.qml Example File
declarative/extending/default/example.qml

 import People 1.0

 // ![0]
 BirthdayParty {
     celebrant: Boy {
         name: "Bob Jones"
         shoeSize: 12
     }

     Boy { name: "Joan Hodges" }
     Boy { name: "Jack Smith" }
     Girl { name: "Anne Brown" }
 }
 // ![0]


Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt 4.7.0