GH-631, GH-658 Implement yellow status icon, refresh status icons in themes.

This commit is contained in:
Petr Mrázek
2014-12-04 01:05:49 +01:00
parent 28140b1db6
commit a060d79c12
37 changed files with 494 additions and 1325 deletions

View File

@ -24,11 +24,12 @@ public slots:
private: /* methods */
void addLine();
void addStatus(QString key, QString name);
void setStatus(QString key, bool value);
void setStatus(QString key, int value);
private: /* data */
QHBoxLayout * layout = nullptr;
QToolButton *m_statusRefresh = nullptr;
QMap<QString, IconLabel *> serverLabels;
QIcon goodIcon;
QIcon yellowIcon;
QIcon badIcon;
};