[PyQt] Python Threads and Qt threads

Nahuel Defossé nahueldefosse at yahoo.com.ar
Mon Oct 8 01:27:11 BST 2007


Hi!
I'm writing a small front end for my azureus using dopal (Swing ui is not for 
me). 
The thing is, I need to perform some background tasks so I need to use 
threads. But, I have native python threads and also Qt threads. Seems like I 
should use Qt's threads since they are QObject's, and they've got the 
slot/signal stuff. But, I was wondering if there are some noticeable 
differences between them (performance, locking).

Thanks!
Nahuel


More information about the PyQt mailing list