aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/grouped/doc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/referenceexamples/grouped/doc')
-rw-r--r--examples/qml/referenceexamples/grouped/doc/grouped.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/qml/referenceexamples/grouped/doc/grouped.rst b/examples/qml/referenceexamples/grouped/doc/grouped.rst
new file mode 100644
index 000000000..691c1d393
--- /dev/null
+++ b/examples/qml/referenceexamples/grouped/doc/grouped.rst
@@ -0,0 +1,17 @@
+.. _qml-grouped-example:
+
+Extending QML - Grouped Properties Example
+==========================================
+
+Grouped Properties.
+
+This example builds on the the :ref:`qml-default-property-example`,
+the :ref:`qml-inheritance-and-coercion-example`
+the :ref:`qml-object-and-list-property-types-example`
+and the :ref:`qml-adding-types-example`.
+
+Running the Example
+-------------------
+
+The ``main.py`` file in the example includes a simple shell application that
+loads and runs the QML snippet shown below.