[PyQt] QProcess issues
Oguz Yarimtepe
comp.ogz at gmail.com
Mon Sep 15 06:32:54 BST 2008
Hi,
On Sat, 2008-09-13 at 15:54 +0200, Detlev Offenbach wrote:
> You probably want to execute the processes sequentially, i.e. start
> the next
> when the previous one has finished. In order to do that you should use
> code
> like this in your startProcess method after self.process.start().
>
> if ok:
> finished = self.process.waitForFinished()
>
Thanx for the example but i am using qt3. I didn`t see any
waitForFinished() method at the reference manual. Any equivalent of it
at qt3?
> Regards,
> Detlev
> --
> Detlev Offenbach
> detlev at die-offenbachs.de
More information about the PyQt
mailing list