added for Network View Settings QFrame to can Hide/Show the settings

added a Log Tab in Network


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@398 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-03-21 23:31:00 +00:00
parent 247e583a35
commit 4c40d7beff
6 changed files with 230 additions and 86 deletions

View file

@ -48,6 +48,8 @@ public:
public slots:
std::string loadneighbour();
/* void loadneighbour(); */
void setLogInfo(QString info, QColor color=QApplication::palette().color(QPalette::WindowText));
private slots:
@ -62,6 +64,9 @@ private slots:
void authneighbour();
void addneighbour();
void on_actionClearLog_triggered();
void displayInfoLogMenu(const QPoint& pos);
private: