I knew itexecute blocks your main thread, therefore the GUI never pop up. Use QProcess::start() instead (note: it is asynchronous) and use proper connections to interact with your shell program.
I knew itexecute blocks your main thread, therefore the GUI never pop up. Use QProcess::start() instead (note: it is asynchronous) and use proper connections to interact with your shell program.
alireza.mixedreality (24th April 2010)
Try QProcess::startDetached
Bookmarks