mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
updated icons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@667 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
107e94c7cb
commit
3bdd429200
@ -45,7 +45,8 @@
|
|||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
|
|
||||||
/* Images for context menu icons */
|
/* Images for context menu icons */
|
||||||
#define IMAGE_DOWNLOAD ":/images/start.png"
|
#define IMAGE_DOWNLOAD ":/images/download16.png"
|
||||||
|
#define IMAGE_PLAY ":/images/start.png"
|
||||||
#define IMAGE_HASH_BUSY ":/images/settings.png"
|
#define IMAGE_HASH_BUSY ":/images/settings.png"
|
||||||
#define IMAGE_HASH_DONE ":/images/friendsfolder24.png"
|
#define IMAGE_HASH_DONE ":/images/friendsfolder24.png"
|
||||||
#define IMAGE_MSG ":/images/message-mail.png"
|
#define IMAGE_MSG ":/images/message-mail.png"
|
||||||
@ -368,7 +369,7 @@ void SharedFilesDialog::shareddirtreeWidgetCostumPopupMenu( QPoint point )
|
|||||||
QMenu contextMnu2( this );
|
QMenu contextMnu2( this );
|
||||||
QMouseEvent *mevent2 = new QMouseEvent( QEvent::MouseButtonPress, point, Qt::RightButton, Qt::RightButton, Qt::NoModifier );
|
QMouseEvent *mevent2 = new QMouseEvent( QEvent::MouseButtonPress, point, Qt::RightButton, Qt::RightButton, Qt::NoModifier );
|
||||||
|
|
||||||
openfolderAct = new QAction(QIcon(IMAGE_DOWNLOAD), tr( "Play File(s)" ), this );
|
openfolderAct = new QAction(QIcon(IMAGE_PLAY), tr( "Play File(s)" ), this );
|
||||||
connect( openfolderAct , SIGNAL( triggered() ), this, SLOT( playselectedfiles() ) );
|
connect( openfolderAct , SIGNAL( triggered() ), this, SLOT( playselectedfiles() ) );
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
#define IMAGE_INFO ":/images/fileinfo.png"
|
#define IMAGE_INFO ":/images/fileinfo.png"
|
||||||
#define IMAGE_CANCEL ":/images/delete.png"
|
#define IMAGE_CANCEL ":/images/delete.png"
|
||||||
#define IMAGE_CLEARCOMPLETED ":/images/deleteall.png"
|
#define IMAGE_CLEARCOMPLETED ":/images/deleteall.png"
|
||||||
#define IMAGE_PLAY ":/images/start.png"
|
#define IMAGE_PLAY ":/images/player_play.png"
|
||||||
|
|
||||||
/** Constructor */
|
/** Constructor */
|
||||||
TransfersDialog::TransfersDialog(QWidget *parent)
|
TransfersDialog::TransfersDialog(QWidget *parent)
|
||||||
|
@ -78,6 +78,7 @@
|
|||||||
<file>images/down.png</file>
|
<file>images/down.png</file>
|
||||||
<file>images/down_24x24.png</file>
|
<file>images/down_24x24.png</file>
|
||||||
<file>images/download.png</file>
|
<file>images/download.png</file>
|
||||||
|
<file>images/download16.png</file>
|
||||||
<file>images/dphone.png</file>
|
<file>images/dphone.png</file>
|
||||||
<file>images/edit-bold.png</file>
|
<file>images/edit-bold.png</file>
|
||||||
<file>images/edit-italic.png</file>
|
<file>images/edit-italic.png</file>
|
||||||
@ -186,6 +187,7 @@
|
|||||||
<file>images/peers_16x16.png</file>
|
<file>images/peers_16x16.png</file>
|
||||||
<file>images/peers_24x24.png</file>
|
<file>images/peers_24x24.png</file>
|
||||||
<file>images/print24.png</file>
|
<file>images/print24.png</file>
|
||||||
|
<file>images/player_play.png</file>
|
||||||
<file>images/removefriend16.png</file>
|
<file>images/removefriend16.png</file>
|
||||||
<file>images/replymail-pressed.png</file>
|
<file>images/replymail-pressed.png</file>
|
||||||
<file>images/replymail24-hover.png</file>
|
<file>images/replymail24-hover.png</file>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
BIN
retroshare-gui/src/gui/images/download16.png
Normal file
BIN
retroshare-gui/src/gui/images/download16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 823 B |
BIN
retroshare-gui/src/gui/images/player_play.png
Normal file
BIN
retroshare-gui/src/gui/images/player_play.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Loading…
Reference in New Issue
Block a user