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
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