how to call python from qml
Unsolved
Qt for Python
-
Hi, I created a qml file and python program which runs as its backend so I want to call it by running qml
-
@Raghavendra You can't directly. What backend is it? How does it communicate with your frontend? TCP/IP? Some IPC?
-
@Raghavendra have you checked how to use QML and PySide2 together?