Hello,

I am using Qt3, and am still new to Qt.

I start Process # 1 and have connected its processExited to firing up Process # 2, and connected its processExited to firing up Process # 3.

So, in effect, the three processes are daisy-chained together.

I want to wait until Process # 3 is completed, and then carry on with the remainder of the main program.

What is the best way to do this, considering that when I am starting Process # 1, I have no certainty when - or if - Process # 3 will start.


Thanks,
Nadeem