From 329ea43b68180058bcd8e9d2af4d09d9c03c55a3 Mon Sep 17 00:00:00 2001 From: sandman Date: Mon, 01 Jul 2002 23:39:51 +0000 Subject: Added two new settings to liquid-style / Liquid-Settings: - en/disable the new window decoration - set the stipple contrast (from no stipple to twice the normal value) --- (limited to 'noncore/styles/liquid/settings/liquidset.h') diff --git a/noncore/styles/liquid/settings/liquidset.h b/noncore/styles/liquid/settings/liquidset.h index 944b1ec..a0f590a 100644 --- a/noncore/styles/liquid/settings/liquidset.h +++ b/noncore/styles/liquid/settings/liquidset.h @@ -19,6 +19,7 @@ public slots: void changeMenuColor ( const QColor &col ); void changeTextColor ( const QColor &col ); void changeShadow ( bool b ); + void changeDeco ( bool b ); protected: virtual void accept ( ); @@ -28,8 +29,10 @@ private: QColor m_textcol; int m_type; bool m_shadow; + bool m_deco; QSlider * m_opacsld; + QSlider * m_contsld; QLabel * m_menulbl; QLabel * m_textlbl; QLabel * m_opaclbl; -- cgit v0.9.0.2