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 APIs that can be exported as SOAP objects. The web service then provides a machine-accessible interface to its functionality via HTTP. You can […]
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.
Debugging and Profiling Qt development with Milian Wolff - get up to speed with the latest Qt debugging performance tools
May 18th 2016 at our Berlin Training Facility In this training you will learn how to: • find, test and fix a host of performance issues • choose the right tool, run it and interpret complex results • use advanced tools aided by Milian’s deep technical knowledge. Course Contents • The course covers the critical tools […]
KD Chart 2.6.0 released
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 […]
KDAB at Embedded World
Nuremberg, Germany 2016-02-23 2016-02-25 Nuremberg, February 23-25 Next week KDAB will be at Embedded World Nuremberg. Meet us in Hall 4 at Stand 4-610 and see our state-of-the-art demos showing interactive 3D technical visualisation (the Rolls Royce Trent 900 jet engine), revolutionary targeted acoustics (the Holoplot sound system), in-boat User Interface (with QNX), 3D imaging […]
Qt on Android: How to run C++ code on Android UI thread Useful features you need on Android that don't have a Qt API
I’d like to start a new series of Qt on Android articles, these will be small articles which will focus on useful features that you’ll need on Android but which don’t have any Qt API (yet). I’ll start with two pretty useful functions. These functions will help us to run C++ code directly on Android […]
Qt 3D Demo – Dodge Viper 2013 SRT
Demonstrates the use of Qt 3D using the QML API to create a high quality, animated 3D visualisation application. The demo shows Qt 3D’s ability to use custom shaders that implement a metal-roughness physics based rendering (PBR) pipeline. The PBR shaders coupled with specially crafted material textures and environment maps gives a very realistic simulation […]
Nine Steps to Vulkan Literacy What the powerful new 3D graphics API can bring to your applications
No, this isn’t about Star Trek. If you’ve accidentally stumbled onto this blog to learn about the language of Spock’s homeland, try here instead. Vulkan (spelled with a “k”, not a “c”) is a powerful new 3D graphics API from the Khronos Group, the same consortium that developed its spiritual predecessor, OpenGL, and other related […]
KDAB at EWN
Nuremberg, February 23-25 In February, KDAB will once again be at Embedded World Nuremberg, the embedded event of the year in Europe. Come and meet us and see our stunning demos in Hall 4 at stand 4-610. We will have a 3D technical visualisation of a Rolls Royce Trent 900 jet engine, the OPW mPro Industrial […]
KDAB at CppCon 2016
Washington, USA 2016-09-18 2016-09-23 Washington, September 18-23 Check it out http://cppcon.org/, get it in your diary. Why not contribute, folks? We’ll be there in more ways than one, including this 2 day training Programming with Qt Widgets. We’ll be bringing you updates as the year progresses.
Creating a Qt 5 port to Apple tvOS Work-in-Progress
Back in November, Apple released the latest generation of it’s Apple TV product. Besides the slightly improved hardware, the true new feature is the OS which is now officially based on iOS and comes with the dedicated SDK and App Store! So we started investigating what it would take to port Qt to tvOS and […]