Better_Software_Header_Mobile Better_Software_Header_Web

Find what you need - explore useful information and developer resources

Areas of Interest

Searching…

645 results

An overview of the major C++ conference landscape, covering three key events: the intimate C++ Now, CppCon, and the speaker's own Meeting C++ conference. Includes practical advice for conference speaking and community building in the C++ ecosystem.

A technical demonstration of implementing a custom polar positioner in Qt Quick for declarative circular layouts. Shows how to extend Qt's positioning system with C++ to eliminate repetitive mathematical calculations when arranging UI elements like clock ticks and gauge markers around circles.

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 technical demonstration of implementing CSS-style theming in QML applications, featuring cascading stylesheets, dynamic theme switching, and attached properties. This custom solution addresses the scalability issues of traditional QML theming approaches while maintaining designer-developer workflow separation.

An experimental implementation of Node.js require() functionality in QML JavaScript, demonstrating how to use npm modules like Underscore.js directly in Qt applications. This proof-of-concept enables familiar Node.js-style modularization for QML developers.

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.

Your work is bad and you should feel bad! – how to deal with jerks and critics.

Software where both a tablet and a laptop are in the same device.

Optimizing the QML profiler to process larger traces.

Maintaining fluid and performant user interfaces in Qt Quick applications, even when they run on resource-constrained embedded systems.

Geolocation is a must-have element of any modern application design today. More and more applications are becoming location-aware, and the demand for geographic content, maps and functionality is increasing all the time.