Thanks a lot!
I could use a little bit of help with starting another application with QProcess as I've never done this.
Is there a short example on how this is generally achieved?
Thanks a lot!
I could use a little bit of help with starting another application with QProcess as I've never done this.
Is there a short example on how this is generally achieved?
Hi,
You can use QProcess:startDeteched to start the second application.
The second application needs a delay to let the first application stop. There is a second way donig this that is using communication between the two applications.
Òscar Llarch i Galán
timmu (21st January 2010)
Bookmarks