diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-03 21:34:57 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-03 21:34:57 +0000 |
| commit | 97c98d9d52c60bce1e70eb55dd807a21cbe32f04 (patch) | |
| tree | c57ee489faeb2c6b7eb4e5b2e05fcbb80b5df228 /src/ui/eqwidget.h | |
| parent | ee34c25e1f1e225d2527574abf2980afea9adf7d (diff) | |
| download | qmmp-97c98d9d52c60bce1e70eb55dd807a21cbe32f04.tar.gz qmmp-97c98d9d52c60bce1e70eb55dd807a21cbe32f04.tar.bz2 qmmp-97c98d9d52c60bce1e70eb55dd807a21cbe32f04.zip | |
added double size mode
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1353 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/eqwidget.h')
| -rw-r--r-- | src/ui/eqwidget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/eqwidget.h b/src/ui/eqwidget.h index 9345e2e40..7a48a00b8 100644 --- a/src/ui/eqwidget.h +++ b/src/ui/eqwidget.h @@ -53,6 +53,7 @@ public: * necessary for auto-load presets */ void loadPreset(const QString &name); + void setMimimalMode(bool b = TRUE); signals: void valueChanged(); @@ -72,9 +73,11 @@ private slots: void importWinampEQF(); private: + void updatePositions(); void readSettings(); void writeSettings(); void createActions(); + void updateMask(); EQPreset *findPreset(const QString &name); virtual void keyPressEvent (QKeyEvent *); Skin *m_skin; @@ -90,6 +93,7 @@ private: QList<EQPreset*> m_presets; QList<EQPreset*> m_autoPresets; QString m_autoName; + bool m_shaded; protected: virtual void changeEvent(QEvent*); |
