[kdeui Index] [kdeui Hierarchy] [Headers]
KDE Color Selection dialogFeatures: Colour selection from a standard system palette More...
#include <kcolordlg.h>
Inherits: QDialog (qt)
KDE Color Selection dialogFeatures:
Colour selection from a standard system palette.
Colour selection from a Palette of H vs S and V selectors (similar to windoze).
Direct input of HSV or RGB values.
Saving of custom colors
simplest use:
QColor myColor;
int result = KColorDialog::getColor( myColor );
[public]
Construct a KColorDialog
[public]
Preselect a color
[public]
Retrieve the currently selected color.
[public static]
This is probably the function you are looking for. Just call this to pop up dialog get the selected color. returns result().
[signal]
connect to this to monitor the color as it as selected if you are not running modal.
Documentation generated by tasin@cd1 on Die Nov 30 17:31:44 CET 1999 | Kdoc |