[PyQt] QThreads

Pierre Ducroquet pinaraf at robertlan.eu.org
Tue Jul 24 00:22:41 BST 2007


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.



More information about the PyQt mailing list