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