Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 280 Bytes

File metadata and controls

9 lines (8 loc) · 280 Bytes

Simple ColorDialog Qt

ColorDialog

Example:

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