Qt Enterprise Embedded will make your embedded project easier and thus help you get to market quicker.
Working on user interface driven projects means mastering the interface between designers and developers.
Displaying Google Maps using Webview inside QML applications.
Raspberry Pi as invisible hardware
Introduction to QtRemoteObjects, including: why you should care, connection types, and future plans.
Starting with Qt4 and QtQuick 1 we built nearly the entire GUI of our software IPO.Log with QML.
Introduces the basic Qt 3D APIs and then shows more detailed examples of the components.
Recorded at the Qt Developer Days in Berlin in 2014. Abstract: It is easy to be enthusiastic about the technical merits of Qt. For those having to make technology choice decisions that impact the business for potentially a long time, that is not the only dimension, however. Risks need to be examined and trade-offs identified, […]
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 […]
JamesTurner and Giuseppe D’Angelo introducing Qt3D 2.0 Abstract: Qt3D 1.0 was created during the Qt4 life-cycle, and has been deprecated since the release of Qt5. Additionally, the API design featured some limitations which restricted the potential use-cases; injecting large amounts of dynamic data into the scene, configuring advanced multi-pass / deferred renderers, and using multiple […]
Kevin Krammer compares QtWidgets and QtQuick Controls. Abstract: QtWidgets has been one of Qt's selling points throughout its two decade long existence. Its ability to blend into the target platform's look&feel with little or no effort on the part of application developers is unparalleled. The advent of powerful mobile and embedded devices, and later touch […]
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 […]
Abstract: This presentation will start by explaining the concept of inqlude.org and showing some of the libraries available there, pointing in particular to those that will be useful in the rest of the presentation. The multiple ways to use inqlude.org will be discussed: browsing the website and downloading sources, using the command-line tool to install […]
This presentation gives an overview of some of the common hardware interfaces and discusses how these are programmed from high-level languages.
This presentation explains the concept of inqlude.org, highlighting some of the libraries available there.
The ever-evolving world of embedded systems and extending the landscape of new devices.
Shedding a light on where Qt sits on the strategic map, this talk covers what Qt brings to the table, where it exposes risks, how those can be mitigated and what an organization adopting Qt needs to keep in mind for added medium and long-term value.
A high-level bird’s eye view of Qt’s technological vision as well as the role a united ecosystem plays in that quest.
Welcome talk from KDAB CEO given at Qt Developer Days 2014
Abstract: Moc's job is two-fold: it generates the qt_metacall() member function that dispatches incoming calls to slots and implements reading and writing of properties, and it generates the QMetaObject containing information about what signals, slots and properties are available, providing runtime introspection capabilities. All of this is fixed at compile time though, a limitation that […]