mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
Added Status Bar functionality: Data Rates, and numbers of Peers Online.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@591 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e42ce13454
commit
c6ac65efe5
3 changed files with 52 additions and 4 deletions
|
@ -115,6 +115,7 @@ public slots:
|
|||
private slots:
|
||||
|
||||
void updateMenu();
|
||||
void updateStatus();
|
||||
|
||||
void toggleVisibility(QSystemTrayIcon::ActivationReason e);
|
||||
void toggleVisibilitycontextmenu();
|
||||
|
@ -188,6 +189,9 @@ private:
|
|||
QSystemTrayIcon *trayIcon;
|
||||
QAction *toggleVisibilityAction, *toolAct;
|
||||
QMenu *menu;
|
||||
|
||||
QLabel *statusRates;
|
||||
QLabel *statusPeers;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::MainWindow ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue