aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/signals/qmltopy3/README
blob: bb0d88761a72a5ab68f26a1e777bf5a85c857548 (plain)
1
2
3
4
5
6
This example illustrates connecting signals to from QML to Python in
Python using a top-level QML signal.

When the button is held depressed, the button turns upside down. The
text rotation angle is printed out on the console. Also, a notification
text about the button having been clicked is displayed.