4

Thought of learning Qt. Need help from experienced ones out here. How should I begin. Some good books to refer. Some good tutorials to learn...

Edit: Also which is the good IDE available out there for Qt programming. One that gives inline help, auto completion,indentation... I am using Debian Lenny

4

3 Answers 3

3

C++ GUI Programming with Qt 4 passed at one time through my hands. From what few days I had it, it seemed like a nice book; it's style of writing (explaining things) suited me very much. Your mileage may vary, but worth checking out nevertheless.

alt text

Also, two more advanced ones as suggested by Martin Beckett and Jestin Joy.

Advanced Qt Programming: Creating Great Software with C++ and Qt 4 (Prentice Hall Open Source Software Development Series)

alt text

and The Book of Qt 4: The Art of Building Qt Applications alt text

5
  • There's also an advanced programming with Qt follow up Commented Dec 26, 2010 at 5:09
  • Found another interesting book while seearching through net. "The Book of Qt4 - The Art of Building Qt Applications " by Daniel Molkentin. Commented Dec 27, 2010 at 6:15
  • @Martin Beckett, @Jestin Joy - Thanks guys. I added those as well. Commented Dec 27, 2010 at 12:21
  • Install Qt from Trolltak and check out samples folder. There are alot of samples. They will teach many more techniques that you cannot learn just by reading books. Commented Sep 16, 2012 at 22:19
  • Is The Book of Qt 4: The Art of Building Qt Applications an advanced book? No, I am really asking this question. Commented Oct 5, 2014 at 13:36
2

I always found the tutorials on the Qt/Troll/Nokia site very helpful, and I know other people with the same experience.

0

As Peter said QT tutorials & online documentation are always the places you should start. In addition you can also go to QT forums. Most importantly once you start coding you should download QT source code so that you can debug and explore it.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.