Re: [PyQt] Python Threads and Qt threads

2007-10-08 Thread Phil Thompson
On Monday 08 October 2007, Nahuel Defossé wrote: > 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 sho

[PyQt] Python Threads and Qt threads

2007-10-07 Thread Nahuel Defossé
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'v