Added icons for the Buttons in Profile Widget

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5040 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2012-03-20 10:30:36 +00:00
parent e90b8c86d4
commit d869b51fe5

View File

@ -61,6 +61,10 @@ border: 1px solid #CCCCCC;
<property name="text">
<string>Edit Personal message</string>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/edit_16.png</normaloff>:/images/edit_16.png</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
@ -89,6 +93,10 @@ border: 1px solid #CCCCCC;
<property name="text">
<string>Copy Certificate</string>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/view-certificate-copy-32.png</normaloff>:/images/view-certificate-copy-32.png</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
@ -108,7 +116,7 @@ border: 1px solid #CCCCCC;
<x>0</x>
<y>0</y>
<width>498</width>
<height>574</height>
<height>573</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_5">
@ -713,8 +721,6 @@ p, li { white-space: pre-wrap; }
</widget>
<resources>
<include location="../images.qrc"/>
<include location="../images.qrc"/>
<include location="../images.qrc"/>
</resources>
<connections/>
</ui>