blob: e71a022051db4adcdac78432ff14ef9202a0b8af (
plain)
1
2
3
4
5
|
This example illustrates connecting a signal originating from Python to
a QML function.
A timer is defined in Python, ticking at 2-second intervals. Whenever
the timer ticks, the rectangle is rotated 45 degrees clockwise.
|