added new source statusbar folder

added for show each vote with the correct icon in Link Cloud


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@608 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-06-15 15:34:56 +00:00
parent 4c8114d93d
commit ad5694c8e5
6 changed files with 155 additions and 4 deletions

View file

@ -116,6 +116,7 @@ private slots:
void updateMenu();
void updateStatus();
void peerstat();
void toggleVisibility(QSystemTrayIcon::ActivationReason e);
void toggleVisibilitycontextmenu();
@ -192,6 +193,8 @@ private:
QLabel *statusRates;
QLabel *statusPeers;
class PeerStatus *peerstatus;
/** Qt Designer generated object */
Ui::MainWindow ui;