1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #100 from dubslow/master

Add a few tooltips
This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-07-06 08:25:25 +02:00
commit a129764114

View File

@ -2600,6 +2600,9 @@ QSplitter:handle{
<property name="flat">
<bool>true</bool>
</property>
<property name="toolTip">
<string>Add friends</string>
</property>
</widget>
</item>
<item>
@ -2639,6 +2642,9 @@ QSplitter:handle{
<property name="flat">
<bool>true</bool>
</property>
<property name="toolTip">
<string>Create a group chat</string>
</property>
</widget>
</item>
<item>
@ -2684,6 +2690,9 @@ QSplitter:handle{
<property name="flat">
<bool>true</bool>
</property>
<property name="toolTip">
<string>(button inactive currently)</string>
</property>
</widget>
</item>
<item>
@ -2729,6 +2738,9 @@ QSplitter:handle{
<property name="flat">
<bool>true</bool>
</property>
<property name="toolTip">
<string>Change your settings</string>
</property>
</widget>
</item>
</layout>