On Monday 23 July 2007 16:35:58 kib2 wrote:
> Hi,
>
> What's the difference between
> finished() and terminated() methods of a QThread ?
>
> Thanks.
Terminated means it was closed using terminate while still working.
Finished means it has finished its work.

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to