|
|
Color selection dialog.
QColor myColor; int result = KColorDialog::getColor( myColor ); if ( result == KColorDialog::Accepted ) ...
|
Construct a KColorDialog
QColor |
Retrieve the currently selected color.
int |
[static]
This is probably the function you are looking for. Just call this to pop up dialog get the selected color. returns result().
QColor |
[static]
Get the color from the pixel at point p on the screen.
void |
[slot]
Preselect a color.
void |
[signal]
Notify when a color is selected. Connect to this to monitor the color as it as selected if you are not running modal.
Generated by: root@porky.devel.redhat.com on Wed May 10 08:56:43 2000, using kdoc 2.0a35. |