mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-24 00:31:32 -04:00
Added a headerFrame to Service Permissions Dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6583 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b07dfa4a01
commit
ebbf6d9e26
5 changed files with 61 additions and 17 deletions
|
@ -69,6 +69,7 @@
|
|||
#define IMAGE_REMOVE ":/images/delete.png"
|
||||
#define IMAGE_EXPAND ":/images/edit_add24.png"
|
||||
#define IMAGE_COLLAPSE ":/images/edit_remove24.png"
|
||||
#define IMAGE_PERMISSIONS ":/images/admin-16.png"
|
||||
/* Images for Status icons */
|
||||
#define IMAGE_AVAILABLE ":/images/user/identityavaiblecyan24.png"
|
||||
#define IMAGE_CONNECT2 ":/images/reload24.png"
|
||||
|
@ -507,7 +508,7 @@ void FriendList::peerTreeWidgetCostumPopupMenu()
|
|||
contextMnu.addSeparator();
|
||||
|
||||
contextMnu.addAction(QIcon(IMAGE_EXPAND), tr("Recommend many friends to each others"), this, SLOT(recommendFriends()));
|
||||
contextMnu.addAction(QIcon(IMAGE_EXPAND), tr("Service permissions matrix"), this, SLOT(servicePermission()));
|
||||
contextMnu.addAction(QIcon(IMAGE_PERMISSIONS), tr("Service permissions matrix"), this, SLOT(servicePermission()));
|
||||
|
||||
contextMnu.addSeparator();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue