Qt video tutorials on YouTube
-
wrote on 9 Feb 2011, 22:22 last edited by
Well, I've just watched all the videos I was interested in, and I found them quite good. Thanks for them, and with all the feedbacks and the new ones you will hopefully make, we will get a very good starting point if someone want to learn Qt or just too lazy to read.
Oh, one suggestion, if it possible, try to make bigger the captured area, and see what we get.
-
wrote on 11 Feb 2011, 14:43 last edited by
A note about video 48.
At the end you say that QThread is not meant to be used with signals and slots. That's not true, a QThread can use signals and slots without any problem.
The problem is thread affinity. Although the documentation is correct and you can in general circumstances subclass QThread and implement the run() function, this will not work easily with signals and slots across threads.
If you define signals and slots inside the QThread subclass, they are called from the main thread context, not the new thread you created.
Maybe it is better to understand that QThread is NOT a new thread in itself. QThread is just a manager for one new thread. The QThread object itself lives in the thread it is created in (the main thread for example).
-
wrote on 15 Feb 2011, 01:20 last edited by
[quote author="tbscope" date="1297435387"]A note about video 48.
At the end you say that QThread is not meant to be used with signals and slots. That's not true, a QThread can use signals and slots without any problem.
The problem is thread affinity. Although the documentation is correct and you can in general circumstances subclass QThread and implement the run() function, this will not work easily with signals and slots across threads.
If you define signals and slots inside the QThread subclass, they are called from the main thread context, not the new thread you created.
Maybe it is better to understand that QThread is NOT a new thread in itself. QThread is just a manager for one new thread. The QThread object itself lives in the thread it is created in (the main thread for example).[/quote]
Very good explanation - thank you!
-
wrote on 24 Feb 2011, 00:47 last edited by
Good initiative rootshell , it's very nice
i will show them to my colleague in university :)
thank you -
wrote on 22 Mar 2011, 14:16 last edited by
Is there any facility available for searching with common name we can find all qt related videos in youtube.
For example If I search TED videos, then I can find all videos under TED, with just TED search.
Like wise If I search qtbynokia I suppose should find all videos related to Qt.
Thanks,
Rahul
-
wrote on 15 Apr 2011, 23:45 last edited by
[quote author="qtrahul" date="1300803369"]Is there any facility available for searching with common name we can find all qt related videos in youtube. For example If I search TED videos, then I can find all videos under TED, with just TED search. Like wise If I search qtbynokia I suppose should find all videos related to Qt. Thanks, Rahul [/quote]
That...would be awesome!
-
wrote on 28 Jun 2011, 22:10 last edited by
I added the tutorials and all the source code I have to my web site, "Voidrealms.com":http://www.voidrealms.com
Also added the ability to search :)
-
wrote on 4 Jul 2011, 09:51 last edited by
Amazing work rootshell :) a great website for the beginners of C++ and Qt !
-
wrote on 27 Aug 2011, 16:03 last edited by
Wow great!!! rooshell :-)
congratulations!!!
I have one video in spanish about (Hello World = Hola Mundo) in Qt Creator:
http://www.youtube.com/watch?v=m2ws7cnRB5QI'm thinking about making another video
-
wrote on 27 Aug 2011, 17:00 last edited by
Lol, man, I've been following your videos and they helped me more or less to understand what a great framework Qt is and got me involved in all I did so far. I even visited your site several times, to look for updates there, as I found it easier at some point. But man! Stop speaking about your "gaming keyboard", lol. Other then that - great work!!!!!
-
wrote on 29 Aug 2011, 16:47 last edited by
but that keyboard is awesome for gamming!!!
Hoping to hit 100 Qt videos by teh end of summer, but I have things to do with work.
Applied for the Qt ambasador, not word back but I remain optimistic.
-
wrote on 25 Oct 2011, 09:57 last edited by
Made this post a "sticky" since rootshell is pure awesome.
-
wrote on 31 Oct 2011, 14:27 last edited by
Rootshell thanks a lot for the good videos :) I'm a complete newbie in the programming with GUI (I have only programmed online systems with PHP) and your videos helped me understand a lot of things :)
-
wrote on 24 Nov 2011, 12:32 last edited by
I just found about this videos, I'm impressed. Congratulations rootshell, they are very nice !!!
-
wrote on 28 Nov 2011, 04:44 last edited by
Wow these videos are excellent! Thanks for taking the time to make them.
-
wrote on 1 Dec 2011, 15:46 last edited by
That's a good idea. Thanks!
Maybe you could add this as a wiki page?
2 more to go and voidrealms hits the 100!
-
wrote on 1 Dec 2011, 15:55 last edited by
Great, thanks,
You could put a link here and everybody will follow you ;)
-
wrote on 4 Dec 2011, 13:08 last edited by
Out of interest what tools do you use to record these videos please?
-
wrote on 25 Dec 2011, 06:27 last edited by
I have checked out your videos, they are excellent source of learning for beginners. I should probably do something like this just to give back something to the community.
-
wrote on 25 Dec 2011, 10:03 last edited by
I have watched quite a few of these videos and just would like to say thank you for all your efforts in making them. Keep up the great work.