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
14 November 2023
A cornerstone in Qt is its signal and slots system, which is how objects in Qt often communicate with each other.
00:00 Introduction
00:59 Signals and Slots
03:09 Connecting Signals to Slots
07:15 Connection Methods
The example code showcased in this video is available here: https://github.com/KDAB/kdabtv/tree/master/Programming-With-Qt-Widgets
All 'Introduction to Qt Widgets' videos: https://www.youtube.com/playlist?list=PL6CJYn40gN6gqJXL5crQouRozVbYjEn_K
All 'Introduction to Qt Widgets - Module 1' videos: https://www.youtube.com/playlist?list=PL6CJYn40gN6iKYJPWwVAcEC3Y3mMFV2ox
Links:
* Qt Docs: QObject Class: https://doc.qt.io/qt-6.4/qobject.html
* KDToolBox: https://github.com/KDABLabs/KDToolBox