23 #ifndef __COLORBUTTON_H__ 24 #define __COLORBUTTON_H__ 26 #include <QPushButton> 44 QString colorHtml()
const;
45 const QColor &colorQ()
const 49 unsigned colorUnsigned()
const;
51 void setColor(
unsigned colorValue);
52 void setColorHtml(
const QString &colorHtml);
53 QSize sizeHint()
const override;
56 void colorUpdated(QColor oldColor,
const QColor &newColor);
61 void updateAppearance();