PDA

View Full Version : Qprocess and QProgressBar !!



jesse_mark
26th July 2012, 22:09
I' am running an application using QProcess, and receiving the out put of this application.
But after a while the application stop sending any output and keep running for long time, which is fine as its what suppose to do.

What i want is, to connect the Qprocess with a QprogressBar to show the progress of the application.

Is there anyway to know how along the application will last using Qprocess ??? or who have an idea of how should i do this.

Thank you so much !!

amleto
26th July 2012, 23:56
no, if the process doesn't know how long it will take, how is QProcess supposed to know? You have to modify the application run by qprocess if it does not already give this info.