aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/referenceexamples/binding/doc/binding.rst
blob: 5c0ed21be01756cf64e63e9b5a752ca5b11fac96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _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.