KDABQt's profile picture. Software Expertise in Qt, C++, 3D/OpenGL, Linux, Rust, and modern UI frameworks

KDAB

@KDABQt

Software Expertise in Qt, C++, 3D/OpenGL, Linux, Rust, and modern UI frameworks

Siemens Energy revolutionized engineering with the Plant Asset Manager (PAM). With KDAB’s Qt expertise, PAM streamlines data, boosts collaboration, and powers reliable energy worldwide. Watch: youtube.com/watch?v=96-Rtt… #QtDev

KDABQt's tweet card. Making the Energy Flow: The Journey Towards a Qt Engineering Platform

youtube.com

YouTube

Making the Energy Flow: The Journey Towards a Qt Engineering Platform


Visit KDAB at booth 5039 at Embedded World North America to learn about Live 3D UI, Qt GStreamer multi-display, interventional cardiac imaging, performance optimization tools, and more kdab.com/kdab-at-embedd… #ewna25 #embedded #embeddedworld #embeddedsystems

KDABQt's tweet image. Visit KDAB at booth 5039 at Embedded World North America to learn about Live 3D UI,  Qt GStreamer multi-display, interventional cardiac imaging, performance optimization tools, and more  kdab.com/kdab-at-embedd… #ewna25 #embedded #embeddedworld #embeddedsystems
KDABQt's tweet image. Visit KDAB at booth 5039 at Embedded World North America to learn about Live 3D UI,  Qt GStreamer multi-display, interventional cardiac imaging, performance optimization tools, and more  kdab.com/kdab-at-embedd… #ewna25 #embedded #embeddedworld #embeddedsystems

Most Rust devs love cargo test - until it doesn’t fit. At Oxidize 2025, Manfred Tonch & Leon Matthes (both KDAB) show how to use libtest-mimic, linkme, and CMake/CTest for full control: youtube.com/watch?v=-1GbNB… #RustLang

KDABQt's tweet card. Creating a custom test harness for advanced test setups

youtube.com

YouTube

Creating a custom test harness for advanced test setups


October at KDAB: new Git workflows, CI/CD tool comparisons, type-based alias analysis in C/C++, Qt 6.10 release, and updates for GammaRay & KDDockWidgets, and more: kdab.com/newsletter/oct… #QtDev #Cpp #RustLang #QML #Embedded #AI

KDABQt's tweet image. October at KDAB: new Git workflows, CI/CD tool comparisons, type-based alias analysis in C/C++, Qt 6.10 release, and updates for GammaRay & KDDockWidgets, and more: kdab.com/newsletter/oct… #QtDev #Cpp #RustLang #QML #Embedded #AI

Module 10 of "Introduction to Qt Widgets" explores drag and drop - from custom widget implementations to model/view integration - and concludes with an introduction to event filters. Watch the full module here: youtube.com/playlist?list=… #QtDev #QtWidgets


Visit KDAB at Embedded World North America 2025 in Anaheim, CA (4-6 Nov) to explore our #embedded, #3D, and Qt demos and discuss your C++, Qt, and Rust development challenges with our engineers. #QtDev #Cpp #RustLang Learn more about our demos: kdab.com/kdab-at-embedd…

KDABQt's tweet image. Visit KDAB at Embedded World North America 2025 in Anaheim, CA (4-6 Nov) to explore our #embedded, #3D, and Qt demos and discuss your C++, Qt, and Rust development challenges with our engineers. #QtDev #Cpp #RustLang

Learn more about our demos: kdab.com/kdab-at-embedd…

In this interview with Maycon Stamboroski and Maurice Kalinowski (both from @qtproject), Jesper discusses the new features in Qt 6.10. What is Figma, what is Lottie and what can QGraphs even do? Watch this video to learn more: youtube.com/watch?v=ZjhcP_… #QtDev #Qt6

KDABQt's tweet card. What's cooking in Qt 6.10?

youtube.com

YouTube

What's cooking in Qt 6.10?


Get behind-the-scenes insights from Jason Turner @lefticus to 500 consecutive episodes of #cppweekly. The interview also discusses the evolution of C++ content, and the impact of modern C++ features. #cpp #cplusplus #programming youtu.be/mytpmsba4Ss

KDABQt's tweet card. The story behind (and insights from) 500 weeks of C++ Weekly: An...

youtube.com

YouTube

The story behind (and insights from) 500 weeks of C++ Weekly: An...


Learn about type-based alias analysis in C/C++, how aliasing affects performance, why undefined behavior matters, & how restrict helps #compilers generate faster code: kdab.com/understanding-… #Cpp #Optimization


In this Oxidize 2025 panel, join Till Adam (KDAB) talking about the #interoperability of Rust and C++. Featuring Olivier Goffart (@slint_ui), Stefan Nürnberger (@veecle_software), Nicolas Fella (KDE), and Leon Matthes (KDAB): youtube.com/watch?v=Upp_Yr… #Cpp #RustLang

KDABQt's tweet card. Panel: Rust and C++ can work together! hosted by Till Adam

youtube.com

YouTube

Panel: Rust and C++ can work together! hosted by Till Adam


GammaRay 3.3 - The new release for the deep inspection tool drops Qt 5 support, requiring Qt 6.5 or newer, adds LLVM MinGW support on Windows, fixes UI startup issues, updates LZ4 to 1.10.0, and ensures build compatibility with Qt 6.10. Learn more: kdab.com/gammaray-3-3-r… #QtDev


Stay ahead with KDAB’s expert-led training in #QtDev, #QML, and #Cpp. From modern C++ techniques to advanced Qt development and Linux debugging, our upcoming courses help you deepen your skills. Explore the full schedule and register: training.kdab.com/scheduled-trai… #Embedded

KDABQt's tweet image. Stay ahead with KDAB’s expert-led training in #QtDev, #QML, and #Cpp. From modern C++ techniques to advanced Qt development and Linux debugging, our upcoming courses help you deepen your skills. 

Explore the full schedule and register: training.kdab.com/scheduled-trai… #Embedded

In the (for now) final episode of "Introduction to Qt Widgets", Jesper explains event filters - a powerful Qt feature for intercepting and handling events across widgets: youtube.com/watch?v=8KtmDy… #QtDev #QtWidgets

KDABQt's tweet card. Introduction to Qt Widgets (Part 69) - Event Filters

youtube.com

YouTube

Introduction to Qt Widgets (Part 69) - Event Filters


Choosing the right CI/CD tool doesn’t have to be complicated. In our latest blog, we simplify the pros and cons of Buildbot, Jenkins, and GitHub Actions so you can make the best choice for your projects: kdab.com/cicd-simplifie… #CICDTools #DevOpsTools #EmbeddedSoftware


Join Jesper Pedersen and Jan Marker as they explore the latest Qt AI Assistant updates. Get insights on review mode, prompt customization, practical workflows for smarter AI-assisted development, and more: youtube.com/watch?v=vw6rwO… #QtDev #AI #AICoding

KDABQt's tweet card. Qt Creator AI Assistant: What's new since the first release?

youtube.com

YouTube

Qt Creator AI Assistant: What's new since the first release?


Building on the previous episode, Jesper shows how to enable drag and drop in item views like lists, tables, and trees using QAbstractItemView’s built-in support. Learn how to define drag and drop behavior in your model: youtube.com/watch?v=E46F_h… #QtDev #QtWidgets

KDABQt's tweet card. Introduction to Qt Widgets (Part 68) - Drag and Drop in Model/View...

youtube.com

YouTube

Introduction to Qt Widgets (Part 68) - Drag and Drop in Model/View...


One of the most intuitive gestures in applications is drag and drop. In this episode, Jesper shows how to add drag and drop to your application, both so it can work with other applications, and lets you move data inside your application: youtube.com/watch?v=WTJPp1… #QtDev #QtWidgets

KDABQt's tweet card. Introduction to Qt Widgets (Part 67B) - Drag and Drop

youtube.com

YouTube

Introduction to Qt Widgets (Part 67B) - Drag and Drop


KDDockWidgets 2.3 released: The framework for creating advanced docking systems in Qt applications now defaults to #Qt6, with Qt 6.10 build fixes. #QML can be used as a module/plugin without C++ code, new API additions, and more. Full changelog: github.com/KDAB/KDDockWid… #QtDev


🎥 Behind the scenes: Jesper Pedersen sat down with Maurice Kalinowski & Maycon Stamboroski from @qtproject to talk about the newly announced Qt 6.10 release. The interview will offer detailed insights & background on what’s new & improved in this version. Stay tuned! #QtDev #Qt6

KDABQt's tweet image. 🎥 Behind the scenes: Jesper Pedersen sat down with Maurice Kalinowski & Maycon Stamboroski from @qtproject to talk about the newly announced Qt 6.10 release.
The interview will offer detailed insights & background on what’s new & improved in this version.
Stay tuned! #QtDev #Qt6

🆕 Module 10 - Introduction to Qt Widgets In episode 67A, we begin exploring drag and drop by letting users drop files onto a Qt widget. See how to enable drops and handle them by reimplementing two virtual methods: youtube.com/watch?v=35_OrM… #QtDev #QtWidgets


Loading...

Something went wrong.


Something went wrong.