Why I love Qt
Unsolved
Showcase
-
I have been using Qt to develop the occasional GUI program since version 1.4.4, circa 1999. For my treadmill project I started with a web-based UI, but it turned out to be awkward and limiting. It took just one day to write a new app using Qt 6.4 for QNX, and we are not even talking QML/QtQuick, but pure C++. You can see the result here (scroll to the bottom for pictures of the Qt interface):
https://membarrier.wordpress.com/2023/01/25/raspberry-pi-powered-treadmill/
The code is available here:
https://gitlab.com/elahav/treadmill/-/tree/master/qt--Elad