Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qt tutorials for beginners [closed]

Tags:

c++

qt

Have also a look at the Qt programming videos on VoidRealms' Youtube channel.


The transition from C++ to QT may seem bit awkward at first. But don't be afraid its somewhat easier than c++ when you get more familiar with it.

To start of I would like to recommend the first few videos of voidRealms youvideos on c++ QT to get a feel on QT framework. All of them are really good. Try to do the examples by your own. You will be quite comfortable with the framework after watching these videos.

Next if possible try to refer Foundations of Qt Development (Expert's Voice in Open Source) which is also a very good reference for QT. After going through few chapters you will be very accustomed to the Framework.

Reading C++ GUI Programming with Qt 4 which is a usually recommended book will look good if you have this basic background on QT.

I would also like to recommend the On-line Reference Documentation which will give a great depth in to QT when going forward.


As a recently beginner to Qt as well, along with the link Nawaz provided (which is where you should go to find all the info about all of Qt's different classes) I found the following links helpful as well:

Qt Examples and Tutorials

C++ GUI Programming with Qt 4 book (if you look you can find this book free to read on a handful of sites)

Along with these, depending on your OS, you should download Qt Creator, its a great tool to begin learning how Qt works and how the different classes interact


QT course material by Nokia should be helpful as a fast introduction to QT
http://qt.nokia.com/services-partners/qt-in-education/qt-in-education-course-material


Try:

http://sector.ynet.sk/qt4-tutorial/


On Ubuntu QT creator is available, and it contains lot of examples - although I don't know about Windows. I learned about QT with QT creator.