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

Add a few tooltips (I wish I'd had these at the beginning)

This commit is contained in:
Bill Winslow 2014-07-06 02:07:43 -04:00
parent 5b0335f7df
commit cf864c71e5

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>