From 3189ca5efc5826405bf2e9c7d9949ad5ea9a8a10 Mon Sep 17 00:00:00 2001 From: Treeki Date: Wed, 12 Sep 2012 14:57:44 +0200 Subject: initial un-exporter version --- lscolorpicker.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 lscolorpicker.h (limited to 'lscolorpicker.h') diff --git a/lscolorpicker.h b/lscolorpicker.h deleted file mode 100644 index 7f16c57..0000000 --- a/lscolorpicker.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef LSCOLORPICKER_H -#define LSCOLORPICKER_H - -#include - -class LSColorPicker : public QToolButton -{ - Q_OBJECT -public: - explicit LSColorPicker(QWidget *parent = 0); - - QColor color() const { return m_color; } - void setColor(QColor newCol); - -private: - QColor m_color; - -private slots: - void tryAndChoose(); - void refreshButton(); - -signals: - void colorPicked(QColor newCol, QColor oldCol); - -}; - -#endif // LSCOLORPICKER_H -- cgit v1.2.3