mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 08:29:32 -05:00
added second icon lightgrey for offline user
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@648 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
58925b8bfc
commit
ea1326cf04
@ -64,7 +64,9 @@
|
||||
#define IMAGE_MSG ":/images/message-mail.png"
|
||||
/* Images for Status icons */
|
||||
#define IMAGE_ONLINE ":/images/user/identity24.png"
|
||||
#define IMAGE_OFFLINE ":/images/user/identityoffline24.png"
|
||||
#define IMAGE_OFFLINE ":/images/user/identityoffline24.png"
|
||||
#define IMAGE_OFFLINE2 ":/images/user/identitylightgrey24.png"
|
||||
|
||||
|
||||
/******
|
||||
* #define PEERS_DEBUG 1
|
||||
@ -347,8 +349,8 @@ void PeersDialog::insertPeers()
|
||||
{
|
||||
for(i = 1; i < 8; i++)
|
||||
{
|
||||
item -> setBackground(i,QBrush(Qt::gray));
|
||||
item -> setIcon(0,(QIcon(IMAGE_OFFLINE)));
|
||||
//item -> setBackground(i,QBrush(Qt::gray));
|
||||
item -> setIcon(0,(QIcon(IMAGE_OFFLINE2)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -222,6 +222,7 @@
|
||||
<file>images/user/friends24.png</file>
|
||||
<file>images/user/identity24.png</file>
|
||||
<file>images/user/identityoffline24.png</file>
|
||||
<file>images/user/identitylightgrey24.png</file>
|
||||
<file>images/up.png</file>
|
||||
<file>images/user.png</file>
|
||||
<file>images/webcache_24x24.png</file>
|
||||
|
BIN
retroshare-gui/src/gui/images/user/identitylightgrey24.png
Normal file
BIN
retroshare-gui/src/gui/images/user/identitylightgrey24.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue
Block a user