开发者

Qt tutorials for beginners [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

I want to ask about resources for learni开发者_开发技巧ng Qt for beginners. What resources do you recommend for that?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜