KDAB

KDAB's avatar
KDAB
npub1hurc...wyra
The KDAB Group is a globally recognized provider for software consulting, development and training, specializing in #embedded devices and complex cross-platform #desktop applications. In addition to being leading experts in #Qt, #C++ and #3D technologies for over two decades, KDAB provides deep expertise across the stack, including #Linux, #Rust and modern #UI frameworks. With 100+ employees from 20 countries and offices in Sweden, Germany, USA, France and UK, we serve clients around the world. Website: https://www.kdab.com Video-Channel: https://www.youtube.com/kdabtv LinkedIn: https://www.linkedin.com/company/kdab GitHub: https://github.com/kdab
All 10 modules of Introduction to Qt Widgets are now available. Learn the foundations of Qt programming β€” from core concepts and layout management to model/view programming, drag & drop, and event filters. Watch the full series. #QtDev #QtWidgets
Type systems don’t just prevent bugs - they also power compiler optimizations. This post breaks down type-based alias analysis in C and C++, explaining how aliasing affects performance, why undefined behavior plays a role, and how the restrict keyword helps compilers generate faster code: #Cpp #Compilers #Optimization
GammaRay 3.3 is now available. 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: #QtDev