/pyside6-qml-slotsignal

Demo project for Python (PySide6) - QML slot-signal interaction, included nested QML page signal declaration and calling

Primary LanguageQMLMIT LicenseMIT

License: MIT

pyside6-qml-slotsignal

Demo project for Python (PySide6) - QML slot-signal interaction, included

  • emit mainapp_signal signal, declared in root ApplicationWindow, from nested Page, and python slot callback,
  • emit page1_signal signal, declared in nested page1, from same page, and python slot callback,
  • emit page2_signal signal, declared in another nested page2 , from page1, and python slot callback.

The result of successfull 3 signal-slot calls is console output: