Qt Reference Documentation
Home
Examples
QML Examples & Demos
Extending QML - Grouped Properties Example
Extending QML - Grouped Properties Example
Files:
declarative/cppextensions/referenceexamples/grouped/birthdayparty.cpp
declarative/cppextensions/referenceexamples/grouped/birthdayparty.h
declarative/cppextensions/referenceexamples/grouped/example.qml
declarative/cppextensions/referenceexamples/grouped/person.cpp
declarative/cppextensions/referenceexamples/grouped/person.h
declarative/cppextensions/referenceexamples/grouped/main.cpp
declarative/cppextensions/referenceexamples/grouped/grouped.pro
declarative/cppextensions/referenceexamples/grouped/grouped.qrc
This example builds on:
Extending QML - Default Property Example
Extending QML - Inheritance and Coercion Example
Extending QML - Object and List Property Types Example
Extending QML - Adding Types Example