added storing Network Tab Position

added for Check files button to change text when checking files

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1353 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-07-11 00:45:17 +00:00
parent aae4208470
commit 3bd022bea3
3 changed files with 69 additions and 12 deletions

View file

@ -26,8 +26,7 @@
#include <QFileDialog>
#include <QtGui>
//#include <config/rsharesettings.h>
#include "Preferences/rsharesettings.h"
#include "mainpage.h"
#include "ui_NetworkDialog.h"
@ -76,6 +75,8 @@ private slots:
void getNetworkStatus();
void updateNetworkStatus();
void loadtabsettings();
void on_actionTabsright_activated();
void on_actionTabsnorth_activated();
void on_actionTabssouth_activated();
@ -86,9 +87,10 @@ private slots:
private:
/** A RetroShare Settings object used for saving/loading settings */
RshareSettings *_settings;
QTreeWidgetItem *getCurrentNeighbour();
QTreeWidgetItem *getCurrentNeighbour();
/** Define the popup menus for the Context menu */
QMenu* contextMnu;