aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/referenceexamples/binding/doc/binding.rst
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/referenceexamples/binding/doc/binding.rst')
-rw-r--r--examples/declarative/referenceexamples/binding/doc/binding.rst17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/declarative/referenceexamples/binding/doc/binding.rst b/examples/declarative/referenceexamples/binding/doc/binding.rst
deleted file mode 100644
index 5c0ed21be..000000000
--- a/examples/declarative/referenceexamples/binding/doc/binding.rst
+++ /dev/null
@@ -1,17 +0,0 @@
-.. _qml-binding-example:
-
-Extending QML - Binding Example
-===============================
-
-This example builds on the :ref:`qml-adding-types-example`,
-the :ref:`qml-attached-properties-example`,
-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-valuesource-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.