From 3a422983abc7342c9229dccac825d0608fca10f3 Mon Sep 17 00:00:00 2001 From: sandman Date: Sat, 06 Jul 2002 16:42:29 +0000 Subject: Complete renovation of the external style API: - created two QCom interfaces in "styleinterface.h" - moved the liquid/theme settings apps into the plugins - modified the plugin interface for all three styles - extended appearance to fully support the new API (replaces the settings apps) Additional work: - made a workaround in appearance for a Qt Bug -- now a QDialog again (this should really be fixed in Qt, but Z won't work that way) --- (limited to 'noncore/styles/liquid/settings/liquidset.h') diff --git a/noncore/styles/liquid/settings/liquidset.h b/noncore/styles/liquid/settings/liquidset.h deleted file mode 100644 index a0f590a..0000000 --- a/noncore/styles/liquid/settings/liquidset.h +++ b/dev/null @@ -1,42 +0,0 @@ -#ifndef __OPIE_LIQUID_SET_H__ -#define __OPIE_LIQUID_SET_H__ - -#include -#include - -class QLabel; -class QToolButton; -class QSlider; - -class LiquidSet : public QDialog { - Q_OBJECT - -public: - LiquidSet ( QWidget *parent = 0, const char *name = 0, WFlags fl = 0 ); - -public slots: - void changeType ( int t ); - void changeMenuColor ( const QColor &col ); - void changeTextColor ( const QColor &col ); - void changeShadow ( bool b ); - void changeDeco ( bool b ); - -protected: - virtual void accept ( ); - -private: - QColor m_menucol; - 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; - QToolButton *m_menubtn; - QToolButton *m_textbtn; -}; -#endif -- cgit v0.9.0.2