added voting icons for the buttons

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6664 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2013-09-01 00:12:45 +00:00
parent d91c0a1eb5
commit 2212293493

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>874</width>
<height>117</height>
<height>149</height>
</rect>
</property>
<property name="font">
@ -58,16 +58,42 @@ border-radius: 10px}</string>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QToolButton" name="voteUpButton">
<property name="toolTip">
<string>Vote Up</string>
</property>
<property name="text">
<string>/\</string>
<string/>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/vote_up.png</normaloff>:/images/vote_up.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="voteDownButton">
<property name="toolTip">
<string>Vote Down</string>
</property>
<property name="text">
<string>\/</string>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/vote_down.png</normaloff>:/images/vote_down.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
</layout>
@ -246,6 +272,9 @@ border-radius: 10px}</string>
<header>gui/gxs/GxsIdLabel.h</header>
</customwidget>
</customwidgets>
<resources/>
<resources>
<include location="Posted_images.qrc"/>
<include location="../images.qrc"/>
</resources>
<connections/>
</ui>