35 #ifndef OPENMS_VISUAL_COLORSELECTOR_H
36 #define OPENMS_VISUAL_COLORSELECTOR_H
42 #include <QtGui/QWidget>
74 const QColor & getColor();
77 void setColor(
const QColor &);
80 QSize sizeHint()
const;
84 void paintEvent(QPaintEvent * e);
85 void mousePressEvent(QMouseEvent * e);
91 #endif // OPENMS_VISUAL_COLORSELECTOR_H
A widget for selecting a color.
Definition: ColorSelector.h:61
QColor color_
Definition: ColorSelector.h:87