Thread
:
Need assistance from QT programmer
View Single Post
Diph
2010-07-17 , 10:08
Posts: 180 | Thanked: 76 times | Joined on May 2010
#
57
You can change QProcess::execute() to QProcess::start() which doesn't wait for process to finish.
Code:
QProcess *process = new QProcess(this); process->start(program, arguments); progress.exec();
Quote & Reply
|
The Following 2 Users Say Thank You to Diph For This Useful Post:
d-iivil
,
Venemo
Diph
View Public Profile
Send a private message to Diph
Find all posts by Diph