QuickWheels ... flickable dials and wheels for QtQuick
-
Hello everyone,
I've been working on many QtQuick projects over the years. One idea that frequently came up were circular dials. Sometimes these were needed for a color chooser, sometimes for setting the time and sometimes simple as circular slider or progress bar. So I spent the time over X-mas and polished some of my older components that never made it into a final product and I'm publishing it all under GPL!
The dials are all based on the same C++ backend class which handles the touch input processing and kinematic state tracking. All other common input methods are of course also supported (mouse wheel, keyboard input, etc.). The QtQuick Controls styles Material and Universal are fully supported (when using Qt >=6).
More details are available on the project homepage: https://cyblogic.com/quickwheels (qdoc rocks!-).
The demo application compiled for Windows can be downloaded here: https://cyblogic.com/quickwheels/download/QuickWheelsGallery-v1.0.0.zip .
God speed,
Frank.