Added ProfileWidget as Tab to show own Profile Details

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1690 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-09-26 01:10:25 +00:00
parent 261f21f22a
commit 966c900ff0
6 changed files with 719 additions and 313 deletions

View file

@ -35,6 +35,7 @@
#include "msgs/ChanMsgDialog.h"
#include "connect/ConfCertDialog.h"
#include "profile/ProfileView.h"
#include "profile/ProfileWidget.h"
#include "GenCertDialog.h"
#include "gui/connect/ConnectFriendWizard.h"
#include "gui/Preferences/rsharesettings.h"
@ -95,6 +96,9 @@ PeersDialog::PeersDialog(QWidget *parent)
/* hide the Tree +/- */
ui.peertreeWidget -> setRootIsDecorated( false );
ui.peertabWidget->addTab(new ProfileWidget(),QString(tr("Profile")));
/* Set header resize modes and initial section sizes */
QHeaderView * _header = ui.peertreeWidget->header () ;