Does anyone know of any good tutorials/articles which give a broad overview of QT? I’m not looking for a verbose “type this in and this is what it does” kind of tutorial (e.g. Nokia’s/Troll Tech’s tutorials, I can look at the api docs up for this stuff), but rather something which explains the thought process and considerations which go into making a QT app (for example, the idea of connecting signals to slots, what a widget is and isn’t, how the API is organized, etc.).
Does anyone know of any good tutorials/articles which give a broad overview of QT?
Share
I recommend reading the following conceptual documents from the Qt Documentation itself:
The Core
qDebugconstruct.Here’s the full list of core documents.
GUI and Graphics
Here’s the full list of GUI and Graphics documents.
By the time you understand the basics, the rest of the API is very cohesive, consistent and easy to grasp.