Re: [PyQt] multiple QThread simultaneously

2009-04-29 Thread Demetrius Cassidy
I don't see why there would be a limit. Can you post a sample code? NARCISO, Rui wrote: > > > 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). >

[PyQt] multiple QThread simultaneously

2009-04-28 Thread NARCISO, Rui
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