A basic colorpicker control made in Qt Quick/QML, as described in the corresponding blog post.
- Qt6(Qml, Quick and QuickControls2)
- It's also needed c++ compiler env, Qt6 Core and Qt6 Gui to run test.
- Note : If you want to use this on Qt5, refer to the other branch.
see test directory and below gallery.
- Layout calculation using DPM(Pixel/Dot Per Millimeter) of primary screen.
- Fontsize calculation using Qt Window info(optional).
- Mostly follow QML themes and styles.
- Support changing almost every layout parameters at runtime.