How can I start learning Qt?
-
-
here is the "link":http://doc.qt.nokia.com/4.7/how-to-learn-qt.html with everything you need.
If you read the official Qt book, C++ GUI Programming with Qt 4 you will get a good basic understanding of Qt. The download link is on that page.
-
The easiest way to learn Qt is to install the Qt SDK @ http://qt.nokia.com/downloads (Win/Mac/Linux) and try out one of the many examples/demos/tutorials. It comes with a dedicated IDE called Qt Creator http://qt.nokia.com/products/developer-tools that gets you going with Qt in an instant. You can be compiling your very own cross platform QtWebKit browser in 2 minutes after installing the SDK.
The official Get Started guide in the Qt documentation is here: http://developer.qt.nokia.com/doc/qt-4.7/gettingstartedqt.html
The Qt Developer Network (this site) has a wiki, a broad selection of "eLearning videos":http://developer.qt.nokia.com/elearning#c-127 and other resources as you would expect.
The book listing is here: http://developer.qt.nokia.com/books Check out 'C++ GUI Programming with Qt 4 (2nd Edition)' by Jasmin Blanchette and Mark Summerfield.
There is also a beginners series for teachers teaching Qt at universities, the full course material is available here: http://qt.nokia.com/learning/education/course-materials
If you would like class room based Qt training there are a variety of courses being held by Qt partners around the world every month. Schedule and course info here: http://qt.nokia.com/partners/training/course-schedule
Enjoy!
-
thank you everybody for your help.
i want to start from now!
but mariusgbq. The book listing is here: http://developer.qt.nokia.com/books. Check out ‘C++ GUI Programming with Qt 4 (2nd Edition)’ by Jasmin Blanchette and Mark Summerfield.
above link does not work.
thank you anyway. :) -
Here is the "download link.":http://www.qtrac.eu/C++-GUI-Programming-with-Qt-4-1st-ed.zip
Enjoy!
-
[quote author="r@h@" date="1312283697"]thank you everybody for your help.
i want to start from now!
but mariusg
bq. The book listing is here: http://developer.qt.nokia.com/books. Check out ‘C++ GUI Programming with Qt 4 (2nd Edition)’ by Jasmin Blanchette and Mark Summerfield.
above link does not work.
thank you anyway. :)[/quote]A "." got attached to the end of the link, fixed now :)