Extending QML - Value Source Example#

This example builds on the Extending QML - Adding Types Example, the Extending QML - Attached Properties Example, the Extending QML - Default Property Example, the Extending QML - Inheritance and Coercion Example and the Extending QML - Object and List Property Types Example.

It demonstrates implementing a property value source in Python.

Running the Example#

The main.py file in the example includes a simple shell application that loads and runs the QML snippet shown below.

Download this example