Right from the start, we at KDAB have had lots of fun playing a leading role – and as the Qt experts, we look forward to continuing to contribute to the growing Qt community. As a toast to the next 20 years of fun and success, we are combining the company meeting, this year here […]
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.
iOS video rendering
The multimedia layer in Qt has possibilities for streaming video in QtQuick applications. On iOS there is a limitation: QtMultimedia only supports window-level integration. We decided to fix this.
Qt on Android Episode 6 - How to use Android Studio to extend and debug the Java part of your Qt application
Update: Here you have also the Chinese version, thanks goes to Foruok. In the last Qt on Android episode we learned the basics of JNI on Android in a Qt way. In this episode I’d like to focus on tools that will help us to be more productive when we extend our Qt on Android applications. […]
Cutting Edge Touch Screen Technology Accelerates Stock Trading
Trading communication market leader IPC created revolutionary dealer boards by using the Qt software library Stock exchanges are some of the most stressful working environments where shares worth millions of Euros/Dollars are traded within milliseconds. Naturally, brokers and stock traders rely on state-of-the-art communications and trading systems to ensure constant availability and reliability of information […]
The current state of Windows Embedded Compact(WEC) platform support in Qt
It has been very quiet around WEC platform support in Qt, and you would have been forgiven for thinking that nothing was happening. But behind the scenes, we have been tackling some pretty hard issues. We just did not blog about the ongoing work……until now. Be assured that the platform is still maintained and there […]
Why Qt Matters In the Big Picture
Till Adam speaks about why Qt matters in the Big Picture.
Analyzing Performance of QtQuick Applications
Using the QML engine and QtQuick scenegraph to introspect and analyze performance. Abstract: A fluid and performant user interface in QtQuick applications is an important factor, especially considering that users increasingly demand an “iPhone-like” experience, while at same time, applications often run on a resource-constrained embedded system. What can be done when a QtQuick application […]
Introducing Qt3D 2.0
JamesTurner and Giuseppe D’Angelo are introducing Qt3D 2.0
QtWidgets and QtQuick Controls – A Comparison
Kevin Krammer compares QtWidgets and QtQuick Controls.
QtWebChannel – Bridging the Gap between HTML and Qt
Abstract: The new QtWebChannel module is a ready-to-use solution to make any QObject accessible to arbitrary JavaScript clients. KDAB already uses it in production for a client project on embedded devices, where it proofed to be an essential part for the HTML app framework embedded in a QML chrome. Thanks to QObject introspection, any object […]