From ecf2a873be3274bb30be0c659b7db6ef8a43be84 Mon Sep 17 00:00:00 2001 From: sandman Date: Mon, 15 Jul 2002 00:52:50 +0000 Subject: Added an option to make toolbar buttons flat --- (limited to 'noncore/styles/liquid/liquidset.h') diff --git a/noncore/styles/liquid/liquidset.h b/noncore/styles/liquid/liquidset.h index 7843513..bb1846c 100644 --- a/noncore/styles/liquid/liquidset.h +++ b/noncore/styles/liquid/liquidset.h @@ -20,6 +20,7 @@ public slots: void changeTextColor ( const QColor &col ); void changeShadow ( bool b ); void changeDeco ( bool b ); + void changeFlat ( bool b ); virtual bool writeConfig ( ); @@ -29,6 +30,7 @@ private: int m_type; bool m_shadow; bool m_deco; + bool m_flat; QSlider * m_opacsld; QSlider * m_contsld; -- cgit v0.9.0.2