qtquick2

How to emit Signal from nested QML page to python

How to emit Signal from nested QML page to python Question: in my QML/python app I can emit signal from main.qml to the python code. But now In main.qml I added StackLayout for loading another page1.qml. In that page1.qml is button, now I want to emit signal from this button to the python. I use …

Total answers: 2

How to show Opencv camera feed in a Qml application?

How to show Opencv camera feed in a Qml application? Question: I’m trying to show opencv processed camera feed inside and Image object in Qml application. The feed page is a separate page loaded with a Loader object to the main page when a button is pressed, the feed page is inactive by default. Here …

Total answers: 2