/SimpleColorDialog

Simple color selection dialog, based on Qt5.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Simple ColorDialog Qt

ColorDialog

Example:

ColorDialog colorDialog;
if(colorDialog.exec() == QDialog::Accepted)
    qDebug() << colorDialog.getColor(); //"#070"