Most things remain very similar. There was some cleaning, but the basics (signal-slot mechanism, for example) remained the same. You still have QStrings, QActions, QDialogs, etc. Knowledge of Qt3 should remain valuable.
On the other hand, there are many new elements. There is a large QGraphicsView infrastructure, Phonon framework for multimedia files, QtWebKit HTML engine, QtConcurrent mechanism for multithreading, etc. You might want to learn all new goodies.
Trolltech (what is the current name?) Always has good documentation, so check What's New in Qt4 and you'll be fine with the API Link for the latest version of Qt4.
Tadeusz A. Kadłubowski
source share