This short YouTube series explains developing plugins for Qt Designer. Follow Jesper along as he explores promoted widgets, initializes widgets, creates a library, and finally creates & deploys the plugins. Check out the full series: https://www.youtube.com/playlist?list=PL6CJYn40gN6iNg0nIYH4QLhYkfs5PslbA #QtDev #QtDesigner
Qt Designer Plugins

YouTube

I want to get into #kde app development, but I'm not sure where to start

there's a few ideas I've got for apps, but I know nothing about #qt or #kiragami

is #kdevelop still the best option for IDE?

can #qtdesigner do Kiragami?

Qt has a property system that is used from many places, including #QtDesigner, #QML, and other language bindings. It can, however, also be very useful on its own. Watch this episode to get a better understanding of how it all fits together: https://www.youtube.com/watch?v=YED46ipt0kY #QtDev #QtWidgets
- YouTube

Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

In this second episode on layout managers, we will discuss how to make widgets stretch, and how to get spaces into your layout. Furthermore, we will discuss that both when you code it in C++, and when you do it in #QtDesigner: https://www.youtube.com/watch?v=HfKvFm4BVqU #QtDev #Cpp #CPlusPlus
Understanding Stretching and Spacing in Layout Managers

YouTube

Last week, Module 2 of "Introduction to Qt Widgets" concluded. In Module 2, you learn in depth how #QtDesigner works, including, for example, how to connect your #UI to your C++ code. Stay tuned for Module 3 coming soon. #QtDev #QtWidgets #Cpp

🔗 https://www.youtube.com/playlist?list=PL6CJYn40gN6j_c41CFMprvg9EiWz0WdSy

Introduction to Qt Widgets - Module 2: Qt Designer

YouTube
In this short episode, Jesper will provide you with a few links to some "Qt Widgets and More" episodes to watch before he returns with the next module. In addition, he will offer a few parting notes on when to use #QtDesigner. Enjoy! #QtDev #QtWidgets

🔗 https://www.youtube.com/watch?v=hCBty7X2JAA
Introduction to Qt Widgets (Part 19) - Pointers to Qt Widgets and More

YouTube
So, you are using #QtDesigner to create your user interfaces? Great! But how do you get your own custom widgets in there? There are two ways of doing that and in this episode, Jesper will explain both: https://www.youtube.com/watch?v=RyJqcw0RXxk #QtDev #QtWidgets #UI
Introduction to Qt Widgets (Part 18) - Custom Widgets

YouTube
There are three ways to connect to signals from objects in your #QtDesigner UI. We've already covered one in this series, which is to add a connect statement on the C++ side. In this episode, you will learn about the other two: https://www.youtube.com/watch?v=1cZshPFr2P8 #QtDev #Cpp #QtWidgets #UI
Introduction to Qt Widgets (Part 16) - Signals/Slots from UI Take II

YouTube

In today's episode of "Introduction to Qt Widgets", Jesper will go through how to set up a layout in Qt Designer. Enjoy! #QtDev #QtWidgets #QtDesigner #Programming

🔗 https://www.youtube.com/watch?v=10A_A7NkdRs

Introduction to Qt Widgets (Part 15) - Layout in Qt Designer

YouTube