aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/referenceexamples/grouped/doc/grouped.rst
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-11-08 17:11:13 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-03-03 16:17:42 +0100
commitfa0881ff37ed7bddffb088bff8fc9897f03ac425 (patch)
tree151bae1d9120f479476e27e24fd0616f6d5833ec /examples/declarative/referenceexamples/grouped/doc/grouped.rst
parent3b77486ed1ef8b8ff82a95384739f2b4e1984947 (diff)
Add the 'grouped' example of the QML reference examples
Task-number: PYSIDE-841 Task-number: PYSIDE-1836 Change-Id: Iac93418494911a22c731cecd40464183ad092bb8 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'examples/declarative/referenceexamples/grouped/doc/grouped.rst')
-rw-r--r--examples/declarative/referenceexamples/grouped/doc/grouped.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/declarative/referenceexamples/grouped/doc/grouped.rst b/examples/declarative/referenceexamples/grouped/doc/grouped.rst
new file mode 100644
index 000000000..691c1d393
--- /dev/null
+++ b/examples/declarative/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.