On lun, 2008-12-08 at 01:53 +0100, Sergio Jovani wrote: > I'm developing a downloads application and I have created a QThread > for that reason.
You don't need threads to download files with PyQt. In fact, it's far easier without. -- Giovanni Bajo Develer S.r.l. http://www.develer.com _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
