PDA

View Full Version : Problem with QProcess and output



mmm286
3rd November 2009, 16:42
Hi,

I have a QProcess and a signal with readyReadStandardOutput. I have associated this QProcess with a QProgressBar. When the script gives me an output, for instance,if the script gives me a number 1, the progress bar goes to 33 %.

The problem is that if I execute the python script it gives me ok the standard output, because the standard output is progressive, but with QProcess and the signal readyReadStandardOutput get the standard output when the script finalished instead do it progressive.

Any help?
Many thanks and sorry for my english!