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:
defnax 2008-08-07 10:48:18 +00:00
parent 107e94c7cb
commit 3bdd429200
6 changed files with 6 additions and 3 deletions

View File

@ -45,7 +45,8 @@
#include <QLabel>
/* 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_DONE ":/images/friendsfolder24.png"
#define IMAGE_MSG ":/images/message-mail.png"
@ -368,7 +369,7 @@ void SharedFilesDialog::shareddirtreeWidgetCostumPopupMenu( QPoint point )
QMenu contextMnu2( this );
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() ) );
#if 0

View File

@ -42,7 +42,7 @@
#define IMAGE_INFO ":/images/fileinfo.png"
#define IMAGE_CANCEL ":/images/delete.png"
#define IMAGE_CLEARCOMPLETED ":/images/deleteall.png"
#define IMAGE_PLAY ":/images/start.png"
#define IMAGE_PLAY ":/images/player_play.png"
/** Constructor */
TransfersDialog::TransfersDialog(QWidget *parent)

View File

@ -78,6 +78,7 @@
<file>images/down.png</file>
<file>images/down_24x24.png</file>
<file>images/download.png</file>
<file>images/download16.png</file>
<file>images/dphone.png</file>
<file>images/edit-bold.png</file>
<file>images/edit-italic.png</file>
@ -186,6 +187,7 @@
<file>images/peers_16x16.png</file>
<file>images/peers_24x24.png</file>
<file>images/print24.png</file>
<file>images/player_play.png</file>
<file>images/removefriend16.png</file>
<file>images/replymail-pressed.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 823 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB