tags:

views:

31

answers:

4

I'd like to develop a Linux(here mainly KDE)/Win/Mac application using QT. The thing is this would be my first contact with QT framework, so can you please recommend some good tutorials/books for a newibie to get started with QT?

+1  A: 

This tutorial that is part of the QT docs is pretty good, especially if you have never used QT before.

bde
And the new Qt 4.6 tutorial: http://doc.trolltech.com/4.6/tutorials.html
Roku
+1  A: 

This book has some of the better reviews: Foundations of Qt Development

townsean
A: 

The standard introduction is

Programming with Qt

Matthias Kalle Dalheimer

O'Reilly Media

sleske
+1  A: 

The book "C++ GUI Programming with Qt4" by Jasmin Blanchette is a good start, the first edition is freely available here.

Matias Valdenegro