Move "manage accounts" to right, use player skin when available

This commit is contained in:
Sky
2013-11-27 16:56:15 +00:00
parent 7024e5a83e
commit 7d7579d7f0
9 changed files with 147 additions and 42 deletions

View File

@ -146,6 +146,8 @@ slots:
void startTask(Task *task);
void activeAccountChanged();
protected:
bool eventFilter(QObject *obj, QEvent *ev);
void setCatBackground(bool enabled);
@ -167,4 +169,6 @@ private:
QLabel *m_statusLeft;
QLabel *m_statusRight;
QToolButton *actionManageAccounts;
};