This repository contains the source code of a modernized version of Qt's color picker widget.
- Modernized look and feel
- Quick option to pick a color
#include <QColorPicker>
// ...
QColorPicker picker;
picker.exec();
qDebug() << picker.color();
// ...
This project is licensed under the MIT License - see the LICENSE file for details.
Qt for the GUI framework