tags:

views:

2870

answers:

7

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?

A: 

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.

oykuo
+10  A: 

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:

Graphics Noob
I simplified your amazon links, but is the huuuge book image really necessary?
Paul Dixon
Fixed. I guess he doesn't really need to read the fine print under the title.
Graphics Noob
+3  A: 

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

It is my favorite !

Jérôme
+1  A: 

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

Mark Stahler
+1  A: 

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

Live
+1  A: 

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.

ufukgun
+2  A: 

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.

hasen j