aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/referenceexamples/attached/doc/attached.rst
blob: 95fb5c43c1e00a32203fdab47e088b3874eea7bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.. _qml-attached-properties-example:

Extending QML - Attached Properties Example
===========================================

This example builds on the :ref:`qml-default-property-example`,
:ref:`qml-inheritance-and-coercion-example`,
:ref:`qml-object-and-list-property-types-example`
and the :ref:`qml-adding-types-example`.

The Attached Properties Example example shows how to inject
properties to child objects.