Sign up for the KDAB Newsletter
Stay on top of the latest news, publications, events and more.
Go to Sign-up
Find what you need - explore our website and developer resources
22 December 2020
We are now going to put QML aside for a little while. It's time to go back to C++ and learn about the most important class in Qt, QObject.
QObject implements a huge number of features: properties, events, signals and slots, automatic memory management and much more. In this module we are going to explore how they work and how they map to all the QML knowledge that we have built so far.
We'll kickstart this module by discussing what the parent/child relationship entails for QObjects and how Qt's Meta Object System works in order to "enhance" what C++ gives us in terms of object introspection and reflection.
The example code showcased in this video is available here: https://github.com/KDAB/kdabtv
Stay on top of the latest news, publications, events and more.
Go to Sign-up
Learn Modern C++
Our hands-on Modern C++ training courses are designed to quickly familiarize newcomers with the language. They also update professional C++ developers on the latest changes in the language and standard library introduced in recent C++ editions.
Learn more