[PyQt] Waiting on non-QT events.

Matt Smith melkor at orangepalantir.org
Wed Oct 8 22:36:47 BST 2008



Okay I looked at the example:

> http://pastebin.com/f16019559

 and it appears that Bridge is a little bit unnecessary when you could
just emit the signal from your QThread as it is?.  

So I tried to make an example following what you did;
http://pastebin.com/m192d4d3f

That brings me to a question of what happens when I make a new QWidget?
Does that automatically thread?  I couldn't do the above example with a
QObject alone I had to use a QThread, otherwise it would wait until
TerminalX finished.

thanks
mbs



More information about the PyQt mailing list