I am new to Qt How to learn it , suggest me easy tutorials and books. Thank you.
Qt has a getting started guide, a number of tutorials, and many, many examples scattered throughout their documentation. They even tell you how to learn Qt. Assuming you know C++, I'd start there.
In addition to Qt official documentation mentioned above I would also recommend you a book written by Jasmin Blanchette and Mark Summerfield called C++ GUI Programming with Qt 4. It is very useful if you just start with Qt and explains everything very good. After you more or less good Qt programmer, try Advanced Qt Programming: Creating Great Software with C++ and Qt 4. Its more advanced but will help you to understand hard topics of Qt and make you much more professional in Qt. That from my own experience.
Good luck learning Qt !
精彩评论