mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
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:
parent
dfabbcca6d
commit
63ea6946c7
11 changed files with 242 additions and 7 deletions
|
@ -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 ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue