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
16 January 2024
Once you have created your user interfaces in Qt Designer, then you want to hook that code up with C++. In other words, you may want to get some code executed when the user chooses save in the UI, or you may want to customize the UI say disable or hide part of it, based on data coming in over the network. In this episode, you will learn how to set that up.
00:00 Introduction
00:49 UI File in C++
06:44 Implementing Save
11:00 Naming Methods
14:55 Summary
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
All 'Introduction to Qt Widgets - Module 2' videos:
https://www.youtube.com/playlist?list=PL6CJYn40gN6j_c41CFMprvg9EiWz0WdSy
Links:
* Top 7 Shortcuts: https://youtu.be/7Zn6r9HYy6Y?list=PL6CJYn40gN6gf-G-o6syFwGrtq3kItEqI
* Refactoring in Qt Creator Part 1: https://youtu.be/OXAWLzx4np8?list=PL6CJYn40gN6gf-G-o6syFwGrtq3kItEqI
* Refactoring in Qt Creator Part 2: https://youtu.be/XT53pEAOKbs?list=PL6CJYn40gN6gf-G-o6syFwGrtq3kItEqI
* KDAB In-company Training: https://training.kdab.com/in-company-training/
The example code showcased in this video is available here: https://github.com/KDAB/kdabtv/tree/master/Programming-With-Qt-Widgets
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