mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
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:
parent
9a4fc54943
commit
1dd4274f2e
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user