mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-12 00:00:44 -04:00
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:
parent
eac4b29849
commit
d72354d7f0
1 changed files with 6 additions and 0 deletions
|
@ -245,6 +245,9 @@
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="voteUpButton">
|
<widget class="QPushButton" name="voteUpButton">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>I like this</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
|
@ -256,6 +259,9 @@
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="voteDownButton">
|
<widget class="QPushButton" name="voteDownButton">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>I dislike this</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue