mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 20:12:29 -04:00
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:
parent
261f21f22a
commit
966c900ff0
6 changed files with 719 additions and 313 deletions
|
@ -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 () ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue