mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 17:13:58 -05:00
Added back icons
This commit is contained in:
parent
701b2e4ca1
commit
a6deaa2a27
6 changed files with 116 additions and 2 deletions
|
|
@ -70,6 +70,8 @@
|
|||
#define IMAGE_COPYLINK ":/images/copyrslink.png"
|
||||
#define IMAGE_GROUPS ":/icons/groups/colored.svg"
|
||||
#define IMAGE_EDIT ":/icons/png/pencil-edit-button.png"
|
||||
#define IMAGE_EXPAND ":/icons/plus.svg"
|
||||
#define IMAGE_COLLAPSE ":/icons/minus.svg"
|
||||
#define IMAGE_REMOVE ":/icons/cancel.svg"
|
||||
#define IMAGE_ADD ":/icons/png/add.png"
|
||||
/* Images for Status icons */
|
||||
|
|
@ -761,8 +763,8 @@ void NewFriendList::peerTreeWidgetCustomPopupMenu()
|
|||
if (RSLinkClipboard::empty(RetroShareLink::TYPE_CERTIFICATE))
|
||||
action->setDisabled(true);
|
||||
|
||||
contextMenu.addAction(QIcon(""), tr("Expand all"), ui->peerTreeWidget, SLOT(expandAll()));
|
||||
contextMenu.addAction(QIcon(""), tr("Collapse all"), ui->peerTreeWidget, SLOT(collapseAll()));
|
||||
contextMenu.addAction(FilesDefs::getIconFromQtResourcePath(IMAGE_EXPAND), tr("Expand all"), ui->peerTreeWidget, SLOT(expandAll()));
|
||||
contextMenu.addAction(FilesDefs::getIconFromQtResourcePath(IMAGE_COLLAPSE), tr("Collapse all"), ui->peerTreeWidget, SLOT(collapseAll()));
|
||||
|
||||
contextMenu.addSeparator();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue