Demo project for Python (PySide6) - QML slot-signal interaction, included
- emit
mainapp_signal
signal, declared in rootApplicationWindow
, from nestedPage
, and python slot callback, - emit
page1_signal
signal, declared in nestedpage1
, from same page, and python slot callback, - emit
page2_signal
signal, declared in another nestedpage2
, frompage1
, and python slot callback.
The result of successfull 3 signal-slot calls is console output: