A conversion tool that automatically generates QML code from Qt Designer UI files, enabling seamless migration from widget-based applications to QML frameworks. Preserves all UI elements, actions, and signal-slot connections while supporting both Declarative Widgets and Qt Quick Controls output formats.
A dependency injection framework for C++ using Qt's meta-object system to automate object creation and dependency wiring. Demonstrates how Qt's reflection capabilities can eliminate manual dependency management and reduce boilerplate code in complex C++ applications.
A brain-computer interface project using affordable EEG hardware and Fast Fourier Transform analysis to detect mental states like focus and meditation. Demonstrates practical applications including mind-controlled gaming, sports performance analysis, and assistive communication technology.
A guide to bridging Qt 5 applications with native iOS and Android functionality, covering native function calls, callbacks, custom view integration, and application lifecycle management. Demonstrates practical solutions for accessing platform-specific services while maintaining Qt's cross-platform approach.
Computational epidemiology creates design models to study the spreading of infectious diseases, providing realistic scenario analysis, predictions and insignts on the effects of intervention measures
The Declarative State Machine Framework (DSM) provides a QML API for creating and executing state graphs by reusing Qt's State Machine Framework. Originally developed by Brett Stottlemyer at Ford Motor Company, DSM brings declarative state management to Qt applications.
Qt5 on a microcontroller!
Improving the speed of the moc'ing steps
QtQuick2 Debugging With GammaRay
LXQt – The next generation of the Lightweight Desktop Environment
Slice and dice your item models with QDatacube
Takes you through setup and testing.
Software where both a tablet and a laptop are in the same device.
Javascript to try to build pure QML applications? Or, C++ based Qt applications with a model-view-controller and QML as the view?
The number of string codecs Qt has supported has increased with Qt 5 supporting almost every single possibility through ICU. This could be confusing to a developer, at first glance…
The lack of a replacement for QGLWidget has made it impossible to deprecate this module. Now QQuickWidget, QOpenGLWidget and QOpenGLWindow have been introduced.
Starting with Qt4 and QtQuick 1 we built nearly the entire GUI of our software with QML. We started with QDeclarativeItems and moved to QQuickItems while migrating to Qt5.
Qt 5.2 introduced a new logging framework that allows you to define custom logging categories.
An introduction to the features and use of Plasma, KDE's workspace shell.
How to find out what kind if parameter is needed when you can't remember it.