From 36a4f75e1f4e5a3858749779ea26a3fe3154d1f0 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 12 Sep 2004 16:07:13 +0000 Subject: Do not limit the Image to 16x16 but use width() and height() + magic numbers to make the Image fit the button --- (limited to 'libqtaux/ocolorbutton.h') diff --git a/libqtaux/ocolorbutton.h b/libqtaux/ocolorbutton.h index ca68f1f..10b77d5 100644 --- a/libqtaux/ocolorbutton.h +++ b/libqtaux/ocolorbutton.h @@ -54,6 +54,9 @@ public: virtual ~OColorButton ( ); QColor color ( ) const; + +protected: + void resizeEvent( QResizeEvent* ); signals: /** -- cgit v0.9.0.2