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).
>
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