Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
how to call python from qml
-
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?