Implementation of QColorDlg, QHSSelector and QValueSelector. More...
This file must be compiled within your project if you want to use any of the above classes. In the simplest case you'll probably be only interesed in the QColorDlg class and probably it's static function QColorDlg::getColor(). In this way you can have color selection feature with just two additional lines in your code; one to include qcolordlg.h file and one to call QColorDlg::getColor() function (see QColorDlg description).