KD Chart 2.6.0 is a maintenance release with a limited number of new features. This release publishes feature additions and bugfixes since KD Chart 2.5.1. KDAB continues to offer a commercial license without flat fee support for KD Chart. Features: – Code updated to compile with Qt 5.6 – Optional line breaking for horizontal legends […]
Tooling Get the RSS Feed
GammaRay 2.4 released
We released a new major version of GammaRay, KDAB’s Qt runtime introspection tool, in December 2015. Besides bringing you initial support for Qt 5.6, we focused on enhancing your productivity with large target applications. This includes various performance improvements such as a much faster object search, a new property editor that can dive into composite […]
What is GammaRay? 3 reasons to start using it today
What is GammaRay? For starters, it’s a powerful electromagnetic wave, as well as a way to treat cancer. It’s also an under-appreciated German speed metal band. And it’s what gives Dr. Bruce Banner his big green alter ego. But Qt aficionados will know the GammaRay that we’re talking about is an uber-powerful Qt debugger and introspection tool. If you’re […]
What’s New in KD Reports 1.7? Released 22-09
The latest release of KD Reports further enhances your ability to get printable and exportable reports from code and XML descriptions. For those who like using CMake instead of qmake, you’ll be glad to know KD Reports now comes with a fully functioning CMake buildsystem (see INSTALL-cmake.txt). In addition, we have added Frame element and Report::setDocumentName(), to be […]
How to use static analysis to improve performance
It’s usually said “only improve performance where a profiler tells you to“. I don’t completely agree. Take a big C++ library like Qt: can you profile all classes and all code paths ? It would take a couple of years to accomplish and analyse the results. It’s expensive: It usually only happens if the speed-up […]
How to Profile QtQuick applications on Freescale i.MX 6 with vAnalyzer
Quick overview of profiling tools QtQuick is often used to create UIs for embedded devices. One SoC that is quite popular at the moment is the i.MX 6 board from Freescale, with its Vivante GC2000 or GC880 3D GPU. Performance on such a device matters, users expect a fluid interaction. With the QML Profiler, Qt […]