PDA

View Full Version : Running new application from a dialog



kpr
24th February 2011, 15:39
I've got a dialog with some buttons. I want to pushing one of them, system runs another executable file wich is in the same folder. What are the instructions necessary to do this?
Thanks !

stampede
24th February 2011, 15:41
Look at QProcess docs (http://doc.qt.nokia.com/latest/qprocess.html#startDetached-3)