Note that the QProcess d'tor kills the process you started.
(i.e. you have to wait till your process has finished, or allocated the QProcess on the heap)
Note that the QProcess d'tor kills the process you started.
(i.e. you have to wait till your process has finished, or allocated the QProcess on the heap)
better use the static functions of QProcess i.e. execute() .
Bookmarks