This episode of KDAB News includes: KDAB Training Day 2025: dates, courses and why nd?; Effective Modern QML course by Nicolas Fella - Trainer Overview; How is this course different from the other 2 QML courses?; Other courses information; Qt World Summit 2025: date and tickets
Early-Bird tickets are on sale for the KDAB Training Day 2025 until 2025-03-31 23:59 The KDAB Training Day 2025 will take place in Munich on May 8th, right after the Qt World Summit on May 6th-7th. Choose to buy a combo ticket here (for access to QtWS and Training Day) or here (for access to […]
We just released CXX-Qt version 0.7! CXX-Qt is a set of Rust crates for creating bidirectional Rust ⇄ C++ bindings with Qt. It supports integrating Rust into C++ applications using CMake or building Rust applications with Cargo. CXX-Qt provides tools for implementing QObject subclasses in Rust that can be used from C++, QML, and JavaScript. […]
KDAB is an exhibitor at the Embedded Software Engineering Kongress (ESE) held in Sindelfingen (Germany) from December 2nd to 5th. Registration is already open! "The ESE Congress is Germany's leading congress for the embedded software industry. Every year in December, over 1,200 professionals meet to learn about current technologies and methods, discuss trends and set […]
KDAB is a Gold Sponsor at this year’s Meeting C++, a highly recommended 3-day hybrid event for the European C++ community. Locate the KDAB booth on the entrance level and talk to experts Ivan Čukić and Milian Wolff on any of the event days. At the booth, you will also get a live demo of […]
CppCon is the annual, week-long face-to-face gathering for the entire C++ community – the biggest C++ event in the world. This year, CppCon takes place in Aurora, Colorado, near the Denver airport. Including multiple diverse tracks, the conference will appeal to anyone from C++ novices to experts. At CppCon, you can expect interesting talks and […]
This episode of KDAB News includes: Servo for Qt - Interview with Andrew Hayzen and Magnus Groß; Qt 6.7 released; Hotspot 1.5 released; Embedded World 2024 Impressions; Tip of the month - ConnectionEvaluator in KDBindings; Announcements.
Hotspot is a standalone GUI designed to provide a user-friendly interface for analyzing performance data. It takes a perf.data file, parses and evaluates its contents, and presents the results in a visually appealing and easily understandable manner. Our goal with Hotspot is to offer a modern alternative to perf report, making performance analysis on Linux […]
For the 14th time, KDAB exhibited at Embedded World - The meeting place for the global embedded community! Here, as expected, you got three days of pioneering technologies, solutions, new ideas, and intelligent concepts. Embedded World took place in Nürnberg, Germany from 9 - 11 April 2024 and the KDAB booth was in Hall 4-302 […]
We're pleased to announce the release of KDSoap version 2.2.0, an update that brings new enhancements to improve both the general build system and client-side functionality. What is KDSoap? KDSoap, a SOAP (“Simple Object Access Protocol“) component rooted in Qt, serves as an essential tool for both client-side and server-side operations. Tailored for C++ programmers […]
We just released CXX-Qt version 0.6! CXX-Qt is a set of Rust crates for creating bidirectional Rust ⇄ C++ bindings with Qt. It can be used to integrate Rust into C++ applications using CMake or build Rust applications with Cargo. CXX-Qt provides tools for implementing QObject subclasses in Rust that can be used from C++, […]
The Engineering Design Show (EDS) returns to The Coventry Building Society Arena (UK) on the 11th - 12th of October 2023. EDS has been showcasing mechanical, electronics, and embedded design for over a decade. It's a great show to visit for design engineers who are looking for direct access to the latest products, services and […]
This episode of KDAB News includes: Interview with Rebecca Rumbul - Rust Foundation's Security Initiative; Qt Creator 11 released; Tip of the month - Object Ownership; KDAB Training Day 2023; 25 Years Free Qt Foundation; 100 Videos of Qt Widgets and more.
This news edition includes an interview with Nuno Pinheiro on training for Qt Design Studio, an update on KDAB Training Day in 2023, features on generative AI in Qt and synchronization in Vulkan, and announcements.
A brief 'Thank You' to the 10,000 subscribers (in May 2023) to our kdabtv tube channel.
We are happy to announce the release of KDDockWidgets version 1.7.0! What is KDDockWidgets? KDDockWidgets is a development framework for custom-tailored docking systems in Qt, to use when you need advanced docking that is not supported by QDockWidgets. It was created by Sérgio Martins as a time-saving alternative to QDockWidgets. The ease-of-use of KDDockWidgets can […]
In this edition, Dr. Daniel Simon and Jere Hurskainen explain Axivion, there are also Release and other Announcements and Pimpl for Small Classes is Tip of the Month.
This monthly update includes an interview with KDE's Adam Szopa about KDE Akademy, lots of event news and tip of the month qt6 - navis.
We just released CXX-Qt version 0.5! CXX-Qt is a set of Rust crates for creating bidirectional Rust ⇄ C++ bindings with Qt. It can be used to integrate Rust into C++ applications using CMake or build Rust applications with Cargo. CXX-Qt provides tools for implementing QObject subclasses in Rust that can be used from C++, […]
Are you already convinced and just want to download the library? We're glad you liked it: https://github.com/KDAB/KDAlgorithms I'm sure many people have told you time and time again, "Don't use raw for loops; use algorithms." Still, each time you tried, you found your code harder to read. In case you're wondering, the above simply prints […]