Qt 6.11 is out! See what's new in the release
blog
Question about QThread with more than one QObject
-
Yes, why should it not be allowed?
-
@Mihan said in Question about QThread with more than one QObject:
I thought there was only one-to-one correspondence.
This would be very strange, all GUI items have to be in main thread.
How should that be possible if each instance would need a specific thread!