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.).
The following Qt C++ classes are now obsolete. Obsolete classes are no longer maintained. They are provided to keep old source code working, but they can be removed in a future release. We strongly advise against using these classes in new code.
For C++, the provided Qt Test framework gives basic testing functionality and is good for testing Qt flavoured C++ code (e.g. signals and slots).
Visual Assist. easier project file configuration and customization (qmake is way too limited in some areas) Visual Studio is my choice for C++ development (I'm used to it) Qt integration is not that good (IMHO)
The overall development effort is minimal since Qt API are easy to understand and application functionality can be implemented with a smaller amount of code. C++ experts will find a lot of powerful APIs and tools in Qt which will make complicated things simple and new features easy to get done.
I recommend reading the following conceptual documents from the Qt Documentation itself:
qDebug
construct.Here's the full list of core documents.
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.
You can try C++ GUI Programming with QT4
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With