KDAB
@kdab-com.bsky.social
54 followers 6 following 180 posts
The KDAB Group is a globally recognized provider for software consulting, development, and training, specializing in embedded devices and complex cross-platform desktop applications. 🔗 https://www.kdab.com/ https://www.youtube.com/@KDABtv
Posts Media Videos Starter Packs
kdab-com.bsky.social
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/KDDockW... #QtDev
kdab-com.bsky.social
🎥 Behind the scenes: Jesper Pedersen (KDAB) sat down with Maurice Kalinowski & Maycon Stamboroski from Qt Group 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
kdab-com.bsky.social
🆕 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: www.youtube.com/watch?v=35_O... #QtDev #QtWidgets
kdab-com.bsky.social
Do you want to increase the performance of your #Linux application? Heaptrack is a powerful tool designed to track and analyze memory usage. You can easily identify memory leaks and optimize #performance, making your software run smoother and faster: invent.kde.org/sdk/heaptrack #Optimization
SDK / Heaptrack · GitLab
A heap memory profiler for Linux
invent.kde.org
kdab-com.bsky.social
September at KDAB: faster builds, safer multithreading, flexible plug-ins, and GitHub Copilot’s Agent mode for C++/QML. New Qt Widgets training, in-person courses back in Berlin, plus Meeting C++ 2025: www.kdab.com/newsletter/s... #QtDev #Cpp #RustLang #QML #Embedded #AI
kdab-com.bsky.social
Prefer reading over watching? In this blog post, Nicolas dives deeper into managing multiple Git branches without switching. With --rebase-merges and --update-refs, he shows how to keep history clean, branches in sync & reviews efficient - all using #Git: www.kdab.com/working-on-m... #DevTools
Working on Multiple Git Branches Without Switching | Git Rebase Workflow | KDAB
Discover a powerful Git workflow using --rebase-merges and --update-refs to manage multiple branches without switching. Keep commits clean, adapt to any review system, and streamline code reviews.
www.kdab.com
kdab-com.bsky.social
Eager to learn more about #QtWidgets? Check out our "Qt Widgets and more" series, where we share tips and tricks from years of experience. Explore handy C++ snippets, discover hidden buttons in graphical tools, and make development easier: www.youtube.com/playlist?lis... #QtDev #Cpp
Qt Widgets and more
KDAB
www.youtube.com
kdab-com.bsky.social
GitHub Copilot’s new Agent mode goes beyond autocomplete; scanning projects to suggest cross-language changes. We tested it on a real-world #QML/#Cpp app showing how it helps with complex refactoring while keeping #AIcoding under developer control: www.kdab.com/exploring-gi... #VSCode
GitHub Copilot Agent Mode: Cross-Language Refactoring in VS Code | KDAB
Explore how GitHub Copilot’s Agent mode in VS Code simplifies C++/QML refactoring, automates multi-file edits, and boosts developer productivity.
www.kdab.com
kdab-com.bsky.social
The "AI for Coding" series is complete and fully available. Explore the Qt AI Assistant, LLM basics, and key topics like security, hosting, and legal aspects - featuring demos, expert insights, and practical guidance: www.youtube.com/playlist?lis... #QtDev #AI #AICoding
AI for Coding (with Qt and beyond): Tools, Demos & Insights
KDAB
www.youtube.com
kdab-com.bsky.social
Want to optimize your code or understand system performance? Hotspot is an efficient performance analysis tool for #Linux, offering insightful, graphic visualization of a perf data file. Check out Hotspot on GitHub: github.com/KDAB/hotspot #PerformanceAnalysis #DevTools #Optimization
GitHub - KDAB/hotspot: The Linux perf GUI for performance analysis.
The Linux perf GUI for performance analysis. Contribute to KDAB/hotspot development by creating an account on GitHub.
github.com
kdab-com.bsky.social
Wrapping up Oxidize 2025 week with something practical: training.
In collaboration with @ferroussystems.bsky.social, KDAB offers Rust courses from core concepts to advanced systems and #embedded development. A solid next step to grow and push your #RustLang skills:
kdab-com.bsky.social
KDAB showcased some of their current Rust endeavors at Oxidize 2025. Learn more about hybrid Rust and C/C++ integration and interoperability in our brochure: “Building Hybrid Rust and C/C++ Applications”: publications.kdab.com/bestpractice... #RustLang #Cpp #Interop
KDAB’s Software Development Best Practices: | KDAB Whitepapers
Kdab repo for whitepapers
publications.kdab.com
Reposted by KDAB
oxidizeconf.bsky.social
Today's panel “Rust and C++ can work together!” brought lively discussion from Till Adam & Leon Matthes (@kdab-com.bsky.social), Stefan Nürnberger (Veecle), Olivier Goffart (@slint.dev) and Nicolas Fella (@kde.org) - sparking insights across many topics. #RustLang #Cpp
An image showing the cast of the panel “Rust and C++ can work together!” at Oxidize 2025. Showing from left to right Till Adam (KDAB), Stefan Nürnberger (Veecle), Olivier Goffart (Slint), Leon Matthes (KDAB) and Nicolas Fella (KDE).
kdab-com.bsky.social
At Oxidize 2025, Manfred Tonch and Leon Matthes presented “Creating a custom test harness for advanced test setups”. They showed how to replace Rust’s default test runner with a customizable harness using libtest-mimic and linkme. #RustLang #Cpp
kdab-com.bsky.social
In this final episode on AI-driven software development, Jesper sits down with a lawyer to discuss the legal questions that come with using large language models (LLMs) in programming, e.g. copyright issues and company policies: www.youtube.com/watch?v=aqD6... #AI #AICoding
LLMs & Legal Aspects: What Every Developer Needs to Know about Coding with AI Tools
YouTube video by KDAB
www.youtube.com
kdab-com.bsky.social
Leon Matthes (KDAB) led a workshop on “Using Rust in an existing C++ application” at @oxidizeconf.bsky.social 2025. Participants are learning how to integrate Rust into C++ projects, bridge the two languages, and explore when #RustLang can make applications safer and easier to maintain. #Cpp
kdab-com.bsky.social
Ready to deepen your expertise in Qt, QML, or C++? Upcoming KDAB training courses cover topics ranging from advanced Qt/QML development to advanced modern C++. Explore the full training schedule and register here: training.kdab.com/scheduled-tr... #QtDev #QML #Cpp
kdab-com.bsky.social
Struggling with long build times or multithreading bugs? Don’t let bottlenecks slow you down. Learn how to simplify workflows, reduce bugs, and deliver robust desktop apps with proven strategies in our latest blog: www.kdab.com/building-bet... #Desktop #Coding
Building Better Desktop Applications: Best Practices | KDAB
Boost desktop app development with faster builds, safer multithreading, plug-in design, text configs, and shared libraries for performance & maintainability.
www.kdab.com
kdab-com.bsky.social
KDAB CEO Matthias Kalle Dalheimer, an old-time developer, has little time for coding these days - but AI tools have reignited his passion. How can AI help overcome coding hurdles, speed up workflows, and let newcomers start coding? Learn more www.youtube.com/watch?v=F8tc... #AI #Coding #Programming
KDAB CEO Kalle Dalheimer on AI, Coding for All, and the Future of Software Development
YouTube video by KDAB
www.youtube.com
Reposted by KDAB
oxidizeconf.bsky.social
Last chance! A handful of Oxidize 2025 tickets remain — once they’re gone, that’s it. Secure your spot for the applied Rust conference today: oxidizeconf.com #RustLang
A blue square promoting ticket sales for the Oxidize Conference in Berlin from September 16 - 18, 2025.
kdab-com.bsky.social
Jan Marker (KDAB) presents the #QtCreator integration of QodeAssist, demonstrating how it works in practice.
The episode also includes a discussion on the role of tools such as Cursor and Windsurf in today’s development workflows: www.youtube.com/watch?v=vZwQ... #AI #QtDev
Qt Creator QodeAssist Demo & AI Coding Tools Discussion (Cursor, Windsurf)
In this episode Jan will show us a bit of the Qt Creator integration QodeAssist, and we will discuss the existence of tools like Cursor and Windsurf. Chapters 00:00 Welcome 01:26 QodeAssist 05:22 Cursor and Windsurf 09:14 Jan's final thoughts on AI driven software development 10:36 Will AI finally help automate refactorings? 11:10 Whats' next? Links: * QodeAssist AI-powered plugin for the Qt Creator IDE: https://github.com/Palm1r/QodeAssist * Cursor AI-powered code editor: https://cursor.com/ * Windsurf AI-powered code editor: https://windsurf.com/ * Refactoring book: https://martinfowler.com/books/refactoring.html All videos from "The Curious Developer" series: https://youtu.be/nQPumFkN-Ow?list=PL6CJYn40gN6hJTctPIDqLciH9E_PoIklY All videos about "AI for Coding (with Qt and beyond)": https://www.youtube.com/playlist?list=PL6CJYn40gN6gxKdn6HK3CYqPo4B3JxKSz Please note that non-English dubs for all KDAB videos are auto-generated. These translations have not been moderated by us and may contain inaccuracies. We appreciate your understanding and apologize for any confusion this may cause. About the guest: Jan Marker has a Master's degree in computer science with a...
www.youtube.com
kdab-com.bsky.social
August was packed at KDAB: explore Rust + Qt logging, smarter testing with AI, and the Qt AI Assistant. Plus, highlights from Oxidize 2025 and FlutterCon 2025, along with the latest blogs, videos, and training opportunities: www.kdab.com/newsletter/a... #QtDev #Cpp #RustLang #QML #Embedded #AI