aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/grouped/doc/grouped.rst
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/referenceexamples/grouped/doc/grouped.rst')
-rw-r--r--examples/qml/referenceexamples/grouped/doc/grouped.rst17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/qml/referenceexamples/grouped/doc/grouped.rst b/examples/qml/referenceexamples/grouped/doc/grouped.rst
deleted file mode 100644
index 691c1d393..000000000
--- a/examples/qml/referenceexamples/grouped/doc/grouped.rst
+++ /dev/null
@@ -1,17 +0,0 @@
-.. _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.