PDA

View Full Version : How to learn Qt



darrenbkl
3rd July 2010, 19:09
I've been learning Qt since 2 months ago, with average C++ skills, the progress was slow as I don't really know what's the correct path for learning Qt. I mean sometimes like learning the model/view framework and the tutorial present you some alien function, and you got to dig in to the vast library to check what is it, and only to find out that it is actually just one out of 100 of the QAbstractView class functions. I am confuse. :(
Thanks for any kind help.

Zlatomir
3rd July 2010, 19:16
I think you should start with small stuff and leave the Model-View for later.

With average C++ skills Qt must be a "piece of cake",maybe you need organized information, that is accomplished with a book: Foundations of Qt Development written by Johan Thelin (is in my opinion, an excellent one)

tsp
5th July 2010, 14:35
"How to Learn Qt (http://doc.qt.nokia.com/4.6/how-to-learn-qt.html)" is a good starting point, there is also download link for the C++ GUI Programming with Qt 4 (http://www.qtrac.eu/C++-GUI-Programming-with-Qt-4-1st-ed.zip) book that I can highly recommend.

aamer4yu
5th July 2010, 15:03
Just navigate the examples in Qt Demos and dig deep into the ones you find comfortable with.
And check Assistant in between.

bnjmnmrtn
11th April 2011, 20:16
You could also try http://www.qttutorial.com.