views:

192

answers:

5
+3  Q: 

I want to start Qt

Hi all, i wanna know the best source to learn Qt from. i found some books but i believe that videos are more appealing to me. do you have any idea about Qt learning videos ? also if you have presentation or something like that , i would be very happy.

+5  A: 

ICS are the training people for Qt, they have some free videos on their site and run one day seminars if you are in a major tech town.

Qt also comes with a lot of very good examples

Martin Beckett
+3  A: 

Do you know there is a youtube channel dedicated entirely for QT?

Suraj Chandran
+3  A: 

Hey,

I followed their advices !

http://doc.trolltech.com/4.6/how-to-learn-qt.html

With the tutorials, examples and a good book, you have everything to jump into Qt in no time ! I think a book or the tutorials are better because you can't juste stare at a video... Qt made also an amazing job with their documentation... To that documentation, you can add this website for really tricky situations, et voilà... You're ready to go !

The best way to learn Qt is to use Qt !

Have fun !

Andy M
+2  A: 

Official site provide good video resource.

You can find here a lot of Technical Sessions.

Massimo Fazzolari
A: 

I learned Qt by taking a Graphical User Interfaces while studying Computer Science at FIT. I also wrote a 3D Urban Modeling program in Qt in my Senior Year which gave me a very good appreciation for Signals and Slots between multiple windows and dealing with images. If you are at a University, I would check to see if they offer a GUI class and if so, talk with the professor to see if you could do your projects in Qt instead of some other GUI toolkit. They usually make you focus on multiple toolkits anyways.

Here's a link to class I took seven years ago.. same teacher, teaching the same concepts with Qt. Some good programming examples there: Dr Ribeiro's GUI Class

0A0D