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

@ -24,6 +24,8 @@
#define _CONNECTIONSDIALOG_H
#include <QFileDialog>
#include <QtGui>
//#include <config/rsharesettings.h>
@ -69,6 +71,8 @@ private slots:
void on_actionClearLog_triggered();
void displayInfoLogMenu(const QPoint& pos);
void getNetworkStatus();
void on_actionTabsright_activated();
void on_actionTabsnorth_activated();
void on_actionTabssouth_activated();