Added DHT status to statusbar, it will be change his color and changes the tooltip .

Added Network Status for Log Tab too in NetworkDialog at the moment realy basic,every 100 seconds checks for the actually status.


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1148 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-05-01 02:39:57 +00:00
parent dfabbcca6d
commit 63ea6946c7
11 changed files with 242 additions and 7 deletions

View file

@ -61,6 +61,7 @@
class SMPlayer;
class PeerStatus;
class DHTStatus;
void openFile(std::string path);
@ -214,6 +215,7 @@ private:
QLabel *statusRates;
PeerStatus *peerstatus;
DHTStatus *dhtstatus;
QLabel *_hashing_info_label ;