aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/referenceexamples/attached/doc/attached.rst
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/referenceexamples/attached/doc/attached.rst')
-rw-r--r--examples/declarative/referenceexamples/attached/doc/attached.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/declarative/referenceexamples/attached/doc/attached.rst b/examples/declarative/referenceexamples/attached/doc/attached.rst
new file mode 100644
index 000000000..ccb51765f
--- /dev/null
+++ b/examples/declarative/referenceexamples/attached/doc/attached.rst
@@ -0,0 +1,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.