Status pills. This doesn't build yet.

This commit is contained in:
Petr Mrázek
2014-05-15 22:32:54 +02:00
parent a6a5241e12
commit 927217c7f0
22 changed files with 518 additions and 901 deletions

View File

@ -171,12 +171,6 @@ slots:
void updateNewsLabel();
void updateStatusUI();
void updateStatusFailedUI();
void reloadStatus();
/*!
* Runs the DownloadUpdateTask and installs updates.
*/
@ -207,11 +201,8 @@ private:
QLabel *m_statusLeft;
QLabel *m_statusRight;
QToolButton *m_statusRefresh;
QMenu *accountMenu;
QToolButton *accountMenuButton;
QAction *manageAccountsAction;
QTimer statusTimer;
};