CppCon is the annual, week-long face-to-face gathering for the entire C++ community – the biggest C++ event in the world. This year, for the first time, CppCon takes place in the stunning Gaylord Rockies Hotel and Convention Center in Aurora, Colorado, very near Denver International Airport. KDAB is a Bronze sponsor this year, and Milian Wolff is […]
KDAB Blogs Get the RSS Feed
Stay up-to-date and get inspiration from KDAB’s expert insights into Qt, C++ and OpenGL development.
Our engineers and designers share cutting-edge technology news and ideas with regard to Qt, QML, Qt on Android, OpenGL, Qt 3D, Vulkan, Scalable UIs and more embedded, mobile and desktop-related topics.
KDSoap 1.8.0 released lots of improvements and bug fixes since 1.7.0
KDAB has released a new version of KDSoap. This is version 1.8.0 and comes more than one year since the last release (1.7.0). KDSoap is a tool for creating client applications for web services without the need for any further component such as a dedicated web server. KDSoap lets you interact with applications which have […]
KDAB helps unu build Qt-based UI for its second generation electric scooter
Those of you who’ve visited KDAB’s offices in Berlin, will know we have a fleet of electric scooters for our staff. You may have even tried one yourself! Today, unu, the Berlin-based mobility company that makes them, launches their latest electric scooter – the unu Scooter. The unu Scooter has been completely redeveloped, is more […]
Qt on CMake Workshop Summary – May ’19 Porting Qt to the CMake build system
This is a follow-up post to Qt on CMake Workshop Summary – Feb ’19 Intro From May 2nd to May 3rd another Qt on CMake workshop was hosted at the KDAB premises in Berlin, where interested stakeholders from both The Qt Company and KDAB gathered together to drive the CMake build system in Qt further. […]
KDAB now offers standalone on-site Git training Our newest training portfolio addition not so much about Qt, but the version control system Git
KDAB now offers a dedicated on-site training on the version control system Git. We've reorganized, updated and extended the course to cover the latest changes in Git and most recent Git workflows.
KDAB at Italian C++, Milan June 15
Once again, KDAB is proud to have sponsored Italian C++ – a free event organized by C++ enthusiasts in Milan, Italy. The program will soon be available for download, including a 50 minute talk from KDAB’s James Turner: Custom tooling for frameworks, libraries and projects using Clang – getting Clazy. We also exhibited two of […]
Modernizing SCADA HMIs How SCADA tools can take advantage of Qt
Supervisory control and data acquisition (SCADA) systems have been around since the 1950s, far longer than most other types of computer applications. Their rock-solid performance has been responsible for the streamlining of any industry that needs precise and consistent controls: building automation, energy management, part machining, printing and packaging, robotic assembly, ship building, water treatment, […]
Qt sensors just got better on Android A rewrite with huge performance gains for the Android sensors plug-in
Each month KDAB schedules me to maintain the Qt for Android port. Usually I review the pending patches or fix bugs, but on a quiet month I have time for new functionalities and improvements
KDAB at ACCU, Bristol April 10th - 13th
ACCU is the foremost annual conference in the UK for people interested in C++ and C, and runs from Wednesday the 10th to Saturday 13th April at the Bristol Marriott City Centre Hotel, with pre-conference tutorials on April 9th. Keynote Speakers on the 10th and 13th are Angela Sasse, Herb Sutter, Paul Grenyer and Kate […]
Making the Most of your Memory with mmap
Today’s complex applications can soak up megabytes, a memory management strategy is crucial for RAM intensive applications like image/video processing, massive databases, and machine learning.