Running a python file from a qml button
-
I am new in dealing with Qt and i would like to run a python file by clicking a qml button so anybody know how can i do it?
Thanks in advance -
I am new in dealing with Qt and i would like to run a python file by clicking a qml button so anybody know how can i do it?
Thanks in advance@Momoo
Do you want to run a python script with an embedded interpreter in your process? Or just run a python script as an external process?