Hi all,

I have a class MyThread that inherits from QThread and I would like to be able 
to run multiple instances of MyThread in parallel (even if one has to wait 
while the other completes).

I have tried with a simple instanciation of MyThread, connecting to a signal I 
emit within MyThread and then starting it...

The problem I have is that if I start a newly created MyThread I get an error 
from the previous one (I think) when I try to emit my signal ...

Why is this happening ? Can I not have serveral instances of the same thread 
running at the same time ?

Thanks

Rui


The information in this e-mail is confidential. The contents may not be 
disclosed or used by anyone other then the addressee. Access to this e-mail by 
anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and 
delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of 
this e-mail as it has been sent over public networks. If you have any concerns 
over the content of this message or its Accuracy or Integrity, please contact 
Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus 
scanning software but you should take whatever measures you deem to be 
appropriate to ensure that this message and any attachments are virus free.


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

Reply via email to