Sign up for the KDAB Newsletter
Stay on top of the latest news, publications, events and more.
Go to Sign-up
Allen Winter
10 November 2020
KDAB has released KD Reports 1.9.0! KD Reports is a developer tool that generates printable and exportable reports from code and from XML descriptions. Reports may contain text paragraphs, tables, headlines, charts, headers and footers and more.
Starting with this release, 1.9.0, KD Reports no longer supports Qt 4. However, KD Reports 1.8.2 and lower are still available with support for Qt 4. Our future efforts with KD Reports will go towards supporting Qt 6, which is due to come out soon.
Additionally, for KD Reports 1.9.0, we've added AbstractTableElement::setColumnConstraints, which allows you to control the widths of columns in tables. In the more recent versions of Qt, if you let Qt decide on the width of the columns for you, it might give you an odd column width, such as 1 character wide. A column that is 1 character wide can make it almost impossible to fit an entire word on one line within the column. This new release of KD Reports will give you full control over the widths of your table columns.
You can find the full list of highlights of KDAB Reports 1.9.0 here.
Find out more about KD Reports here.
If you'd like to take a look at the documentation, click here.
About KDAB
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.
Stay on top of the latest news, publications, events and more.
Go to Sign-up
Learn Modern C++
Our hands-on Modern C++ training courses are designed to quickly familiarize newcomers with the language. They also update professional C++ developers on the latest changes in the language and standard library introduced in recent C++ editions.
Learn more