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
7 November 2023
In this first episode, Jesper will show you "Hello World" in Qt Widgets, and discuss the event loop and the QApplication class.
The example code showcased in this video is available here: https://github.com/KDAB/kdabtv/tree/master/Programming-With-Qt-Widgets
00:00 Introduction
01:01 Use Cases and Expectations
02:57 Module Overview
06:08 Hello World
07:39 Event Loops
10:02 Running Program
11:47 QApplication
All 'Introduction to Qt Widgets' videos: https://www.youtube.com/playlist?list=PL6CJYn40gN6iFcTyItvnE5nOmJR8qk_7o
All 'Introduction to Qt Widgets - Module 1' videos: https://www.youtube.com/playlist?list=PL6CJYn40gN6hgf7zCKF2Rv9Y0WoN8RVGf
Links:
* QML training course - https://www.youtube.com/playlist?list=PL6CJYn40gN6hdNC1IGQZfVI707dh9DPRc
* Qt Widgets and More - https://www.youtube.com/playlist?list=PL6CJYn40gN6gf-G-o6syFwGrtq3kItEqI
* Videos on Styling Qt Widgets - https://www.youtube.com/playlist?list=PL6CJYn40gN6hk7tdMk2wH5AB4OMPGsD0S
* Qt Docs: QCoreApplication - https://doc.qt.io/qt-6/qcoreapplication.html
* Qt Docs: QGuiApplication - https://doc.qt.io/qt-6/qguiapplication.html
* Qt Docs: QApplication - https://doc.qt.io/qt-6/qapplication.html