mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-20 03:48:16 -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
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue