added tooltip for the buttons

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7537 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-09-15 15:13:50 +00:00
parent eac4b29849
commit d72354d7f0

View File

@ -245,6 +245,9 @@
</item>
<item>
<widget class="QPushButton" name="voteUpButton">
<property name="toolTip">
<string>I like this</string>
</property>
<property name="text">
<string/>
</property>
@ -256,6 +259,9 @@
</item>
<item>
<widget class="QPushButton" name="voteDownButton">
<property name="toolTip">
<string>I dislike this</string>
</property>
<property name="text">
<string/>
</property>