Qt application hangs on process.start() function. Happens only when function is being called from QML script – Ubuntu
I have Embedded Qt applicaiton runing on my HMI screen. I am trying to execute some commands to execute in cmd. I am calling this c++ function simply from QML. Everytime I call it it hangs on process.start(). Do anyone…