Some tuning of the fancy action bar

Done-with: jbache
This commit is contained in:
mae
2010-03-12 17:24:20 +01:00
parent a2fe486b30
commit d13dfe44f0
3 changed files with 22 additions and 6 deletions

View File

@@ -60,8 +60,13 @@ public:
float fader() { return m_fader; }
void setFader(float value) { m_fader = value; update(); }
void forceVisible(bool visible);
private slots:
void actionChanged();
private:
bool m_hasForceVisible;
};
class FancyActionBar : public QWidget