An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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: