35 #ifndef OPENMS_VISUAL_COLORSELECTOR_H
36 #define OPENMS_VISUAL_COLORSELECTOR_H
38 #include <OpenMS/config.h>
41 #include <QtGui/QWidget>
72 const QColor & getColor();
75 void setColor(
const QColor &);
78 QSize sizeHint()
const;
82 void paintEvent(QPaintEvent * e);
83 void mousePressEvent(QMouseEvent * e);
89 #endif // OPENMS_VISUAL_COLORSELECTOR_H
A widget for selecting a color.
Definition: ColorSelector.h:59
QColor color_
Definition: ColorSelector.h:85