added a tabwidget for network view

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@380 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-03-17 13:14:17 +00:00
parent 0a9382cea5
commit 0c7af5a691
3 changed files with 161 additions and 137 deletions

View file

@ -79,6 +79,8 @@ QTreeWidgetItem *getCurrentNeighbour();
ConnectDialog *connectdialog;
QTreeWidget *connecttreeWidget;
class NetworkView *networkview;
/** Qt Designer generated object */
Ui::NetworkDialog ui;