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

@ -25,6 +25,7 @@
#include "rshare.h"
#include "common/vmessagebox.h"
#include "NetworkDialog.h"
#include "NetworkView.h"
#include "connect/ConnectDialog.h"
#include "authdlg/AuthorizationDialog.h"
#include "rsiface/rsiface.h"
@ -89,6 +90,10 @@ NetworkDialog::NetworkDialog(QWidget *parent)
_header->resizeSection ( 7, 100 );
_header->resizeSection ( 8, 100 );
_header->resizeSection ( 9, 100 );
networkview = new NetworkView(ui.networkviewTab);
QVBoxLayout *layout = new QVBoxLayout;
layout->addWidget(networkview);
/* Hide platform specific features */