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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
