I have been looking for information on using python threads and qt widgets. The main question i couldnt get to solve is: can i emit a signal from a thread that is going to be received in another? for example, the main part of my program code handles socket connections and comunication in general, while another part of the program must reflect in qwidgets the network state, messages received, etc, so i need to comunicate in some ways these two threads. I wonder if anyone can point me in the right direction. I am new to threads in general, so i might be designing my program in the wrong way. Any comments would be welcome. Regards, Rafael
_______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
