changend icons

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@653 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-07-29 18:53:27 +00:00
parent 9a4fc54943
commit 1dd4274f2e
3 changed files with 4 additions and 2 deletions

View File

@ -671,7 +671,7 @@ p, li { white-space: pre-wrap; }
<string/>
</property>
<property name="pixmap" >
<pixmap resource="images.qrc" >:/images/chat.png</pixmap>
<pixmap resource="images.qrc" >:/images/user/agt_forum24.png</pixmap>
</property>
</widget>
</item>

View File

@ -220,9 +220,11 @@
<file>images/toaster/toaster-backrs3.png</file>
<file>images/toaster/toaster-backrs4.png</file>
<file>images/user/friends24.png</file>
<file>images/user/identity16.png</file>
<file>images/user/identity24.png</file>
<file>images/user/identityoffline24.png</file>
<file>images/user/identitylightgrey24.png</file>
<file>images/user/agt_forum24.png</file>
<file>images/up.png</file>
<file>images/user.png</file>
<file>images/webcache_24x24.png</file>

View File

@ -43,7 +43,7 @@ PeerStatus::PeerStatus(QWidget *parent)
hbox->setSpacing(6);
iconLabel = new QLabel( this );
iconLabel->setPixmap(QPixmap::QPixmap(":/images/user.png"));
iconLabel->setPixmap(QPixmap::QPixmap(":/images/user/identity16.png"));
// iconLabel doesn't change over time, so we didn't need a minimum size
hbox->addWidget(iconLabel);