mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
started widget for graphic display of identities and groups
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7321 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cc6a141b68
commit
7a9e2e865d
9 changed files with 1521 additions and 5 deletions
|
@ -72,9 +72,7 @@
|
|||
#include "gui/GetStartedDialog.h"
|
||||
#endif
|
||||
|
||||
#ifdef SUSPENDED
|
||||
#include "gui/People/PeopleDialog.h"
|
||||
#endif
|
||||
#include "gui/FileTransfer/TurtleRouterDialog.h"
|
||||
#include "idle/idle.h"
|
||||
|
||||
|
@ -249,11 +247,11 @@ MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags flags)
|
|||
ui->stackPages->add(friendsDialog = new FriendsDialog(ui->stackPages),
|
||||
action = createPageAction(QIcon(IMAGE_PEERS), tr("Network"), grp));
|
||||
notify.push_back(QPair<MainPage*, QAction*>(friendsDialog, action));
|
||||
#ifdef SUSPENDED
|
||||
|
||||
PeopleDialog *peopleDialog = NULL;
|
||||
ui->stackPages->add(peopleDialog = new PeopleDialog(ui->stackPages), action = createPageAction(QIcon(IMAGE_IDENTITY), tr("People"), grp));
|
||||
notify.push_back(QPair<MainPage*, QAction*>(peopleDialog, action));
|
||||
#endif
|
||||
|
||||
IdDialog *idDialog = NULL;
|
||||
ui->stackPages->add(idDialog = new IdDialog(ui->stackPages), action = createPageAction(QIcon(IMAGE_IDENTITY), tr("Itentities"), grp));
|
||||
notify.push_back(QPair<MainPage*, QAction*>(idDialog, action));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue