https://github.com/ornstein89/pyside6-qml-slotsignal
Demo project for Python (PySide6) - QML slot-signal interaction, included nested QML page signal declaration and calling
https://github.com/ornstein89/pyside6-qml-slotsignal
Last synced: about 1 month ago
JSON representation
Demo project for Python (PySide6) - QML slot-signal interaction, included nested QML page signal declaration and calling
- Host: GitHub
- URL: https://github.com/ornstein89/pyside6-qml-slotsignal
- Owner: Ornstein89
- License: mit
- Created: 2022-08-08T11:10:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T19:23:41.000Z (over 2 years ago)
- Last Synced: 2025-01-25T17:11:26.486Z (3 months ago)
- Language: QML
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/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:
![]()