All posts with label

Header

Distributing Qt Apps on the Microsoft Store

2025-10-03

Thanks to Microsoft’s recent waiver of developer fees, you can now distribute Qt apps on the Microsoft Store for free. With CMake, building a polished MSIX bundle for Qt app is straightforward and automatable.

Header: Image

Qt C++: Launch app at start up

2025-05-06

This article provides comprehensive code examples to implement autostart functionality in Qt applications across Windows, macOS, and Linux (including Flatpak).

Playing sound with Qt in Python: Error decoding source

2022-07-11

The correct way for playing sound with PySide6 and fixing the "error decoding source".

1