16 #ifndef _QSIMPLE_COLOR_PICKER_H_ 17 #define _QSIMPLE_COLOR_PICKER_H_ 26 #include <QToolButton> 32 Q_PROPERTY(QColor color READ color WRITE setColor)
38 const QColor& color()
const;
41 void resizeEvent(QResizeEvent *e);
42 void contextMenuEvent(QContextMenuEvent *e);
45 void setColor(
const QColor& c);
47 void updateIcon(
const QSize& sz);
#define QCE_EXPORT
Macro needed for cross-platform shared libraries creation.
Definition: qce-config.h:40
Utility file for shared library creation.
Definition: qsimplecolorpicker.h:28