C++ Qt 28 - QThread part 1 creating a thread
Uploader Comments (VoidRealms)
All Comments (13)
-
Thank for this tutorial, i testing your code on ubuntu using QT4 Library, on my for loop I'm seeing Thread1 counting, when finished Thread2 start,and when Thread 2 finished Thread3 starts.
Can you Help me?
-
It's better to use "protected: void run();".
-
Thanks!!
-
Why don't you have to put the QOBJECT macro in the header file for this class?
-
Hi.. thanks for the tutorials, there are very useful... if you allow me, i have a little question. Can i use a QThread in order to make a Qtimer@100MHz? i need one to can use an haptic device. Regards..!
-
thx
-
Thank You for your tutorials, they help me muchh! could you also make some lessons about QPaint and events, such as MousePress, MouseRelease, MouseMove, paint events, pixmap etc.
Looking forward to your new tutorials, It would be cool if you could show how to write some simple games, thanks!
-
Thank You ! really good tutorial
@Gyuzal92- QPaint is coming up right after sockets :)
VoidRealms 11 months ago 2
I believe you are correct, but I have noticed auto complete does work better when you include them
VoidRealms 1 year ago