PDA

View Full Version : QProcess status



mattia
31st October 2007, 14:10
Hi, I'm working with QProcess class and i was wondering if is possible to know how long i have to wait before the process finish. Is there a signal or something like that to know the process status?
Thx

jpn
31st October 2007, 14:15
Nope, there is no such feature. There is no way for QProcess to know how long it will take to run any arbitrary process. If you are running an application of your own, you can modify it to write the process stage to stdout and then read it with QProcess.