Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to learn Qt programming, where do I get the good stuff? I want to develop in Windows and Linux.

Which are the main IDEs?

What are the main things I want to take care of or understand before starting to learn?

share|improve this question

7 Answers

up vote 13 down vote accepted

Qt Creator is probably the IDE you'll want to use. It comes with excellent documentation, but you can also read it online, or look over The Independent Qt Tutorial. There is also the book Foundations of Qt Development if you prefer the dead tree format.

Qt Creator screenshot:

Qt development book on Amazon:

share|improve this answer
1  
I simplified your amazon links, but is the huuuge book image really necessary? – Paul Dixon Jul 21 '09 at 21:09
Fixed. I guess he doesn't really need to read the fine print under the title. – Graphics Noob Jul 21 '09 at 21:32
+1 for dead tree format – user529649 Sep 11 '11 at 1:33

For a tutorial, I recommed the ZetCode Qt4 Tutorial, I find the tutorials there always helpful. Usually short & sweet & straight to the point.

For an IDE, like people already said, QtCreator is the way to go.

share|improve this answer

I also would like to recommend this book: C++ GUI Programming with Qt 4.

It is my favorite !

share|improve this answer

QT Centre is a great resource and searching their forums will often have results for common problems.

share|improve this answer

If you can understand french, there is a good Qt tutorial right here.

share|improve this answer

Use Microsoft Visual Studio and Qt Integration.

GUI is the same as Qt Creator and it helps you for the other C++ topics too.

You will like it..

Advice: add a Visual Assist plugin and code everything very very easy.

share|improve this answer

The tutorial in the Qt reference document is a good starting point. It teaches you the basics of the Qt layout manager, 2D graphics and other controls.

Qt Designer is the WYSIWYG editor released by Qt Development Frameworks (formerly Trolltech), it's free and it either comes with the Qt distribution or it is available as a separate download for free.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.