On 07/06/2009 17:44, Peter Kuemmel wrote:
Until nobody proves me wrong I assume QProcess is not usable
synchronously.
Well I've used these signals successfully both on windows and Linux so I
am inclined to think that there might be some problems in your code.Your
excessive use of processEvents might be the root of all the perceived
problem. I don't really understand why you need that but I unfortunately
don't have the time to do much today :-(
Yes, the signals work, but not the functions to force synchronous control-flow.
In my experience these methods work fine too. But it's better to use the
signals anyway because the process can become asynchronous later on.
Abdel.