Debug what? The selected colour is assigned to the "color" variable of yours.
Debug what? The selected colour is assigned to the "color" variable of yours.
I know, but I want to do some color manipulation and see the result
Well, you can always print the color to debug output:
Or you can fill a widget with the color so you can see it with your own eyes:Qt Code:
#include <QtDebug> ... qDebug() << color;To copy to clipboard, switch view to plain text mode
Qt Code:
To copy to clipboard, switch view to plain text mode
J-P Nurmi
Bookmarks