set a icon for the pushbutton

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5415 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2012-08-14 09:34:40 +00:00
parent 4c72eaa04e
commit 6e80f97125
3 changed files with 13 additions and 1 deletions

View File

@ -84,6 +84,7 @@
<file>images/contacts24.png</file>
<file>images/connection.png</file>
<file>images/contact_new.png</file>
<file>images/contact_new22.png</file>
<file>images/contact.png</file>
<file>images/Client0.png</file>
<file>images/Client1.png</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -112,6 +112,16 @@ border: 1px solid #CCCCCC;
<property name="text">
<string>Profile Manager</string>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/contact_new.png</normaloff>:/images/contact_new.png</iconset>
</property>
<property name="iconSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
@ -131,7 +141,7 @@ border: 1px solid #CCCCCC;
<x>0</x>
<y>0</y>
<width>498</width>
<height>573</height>
<height>567</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_5">
@ -733,6 +743,7 @@ p, li { white-space: pre-wrap; }
<include location="../images.qrc"/>
<include location="../images.qrc"/>
<include location="../images.qrc"/>
<include location="../images.qrc"/>
</resources>
<connections/>
</ui>