KDAB offered eight superb Training Classes in Berlin, you can see the list below, which includes one run by our long-term collaborator, froglogic. All the rest were delivered by KDAB engineers. There were five classes in our Introductory group, and three in the Advanced. Read the descriptions carefully to see which one you’d have liked […]
Qt Get the RSS Feed
KDAB au Capitole du Libre 2018 17 - 18 novembre, Toulouse, France
Du 17 au 18 novembre, KDAB sera présent au Capitole du Libre 2018 à Toulouse. Depuis sa création en 2011, KDAB (France) soutient le monde du logiciel libre en étant Sponsor Or du Capitole du Libre. L’événement qui a lieu à l’INP-ENSEEIHT à Toulouse accueille environ 1500 participants chaque année et l’entrée y est libre […]
New in Qt 5.11: improvements to the model/view APIs (part 2) Automated validity checks using QAbstractItemModelTester
In the last episode of this series we discussed QAbstractItemModel::checkIndex(). QAbstractItemModel::checkIndex() is a function added in Qt 5.11 that allows developers of model classes to perform some validity checks on the QModelIndex objects passed to the model; specifically, on the indices passed to the APIs that model classes need to implement (rowCount(), columnCount(), data, setData(), […]
KDAB demos at Qt World Summit, Boston October 29th to 30th
KDAB is the main sponsor at Qt World Summit. In Boston, we’ll be co-hosting a training day on October 29th, offering both Introductory and Advanced one day training classes at a knock-down price. Find out more here. On October 30th, you can listen to two talks from KDAB experts: Creating compelling blended 2D/3D applications – a […]
Efficient custom shapes in Qt Quick Because rectangles, even rounded ones, can only get you so far.
QtQuick includes basic visual item to construct many common user-interface components, but people often ask how to create different visual appearances, beyond rectangles, round-rectangles and images. There’s various solutions to this problem, and with Qt 5.10, there’s the new Shapes module which makes it easy to define paths, ellipses and other standard SVG drawing elements. […]
KDAB Talks at Qt World Summit – Boston October 30th
KDAB is offering two talks at Qt World Summit in Boston. Here’s a preview before the full program is published. The first, from Qt 3D expert Mike Krus, gives an in-depth look at how to make the collaboration between designers and developers smoother. The second, from Qt expert David Faure, introduces KDAB’s awesome Opensource tools […]
KD Chart 2.6.1 Released The Qt tool for creating business charts
This is the latest release of our powerful open-source Qt component, KD Chart, that allows you to create business charts and much more. Release Highlights Builds with modern Qt versions, at least up to Qt 5.10 Improves tooltip handling Fixes horizontal bar chart Uses @rpath for OSX dynamic libraries Fixes build on Qt4/ARM KD Chart […]
GammaRay 2.9.1 Release
We have released version 2.9.1 of our Qt application introspection tool GammaRay. Besides important improvements for use in Android APK bundles this release fixes a number of corner cases in the Qt Quick remote view, including crashes and corrupt view content when encountering certain non-integer high DPI scaling factors. Problems with activating the Qt 3D […]
KDAB at SIGGRAPH 2018 Vancouver, August 12-16
It’s almost upon us – August 12-16, in Vancouver: SIGGRAPH, the hottest show in town, and the 45th SIGGRAPH Conference on Computer Graphics and Interactive Techniques. This year KDAB is sharing a Qt booth with The Qt Company. You can find us at Stand 1333, not far from the Attendee Lounge and opposite The Experience Hall. […]
Python – Tron Demo Using Qt Quick and the Qt 3D QML API
For SIGGRAPH, KDAB has been working on a new Qt 3D based demo. We decided that instead of using C++, it would be interesting to try out PySide2 and harness Python to drive the application. The idea behind this demo is to do with data acquisition of a vehicle’s surrounding environment. Once the data is […]