Add missing tooltips.

--HG--
branch : develop
This commit is contained in:
dismine 2014-08-02 13:27:17 +03:00
parent 345ae0bd13
commit 107094f64d

View file

@ -40,7 +40,7 @@
<string/> <string/>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>3</number> <number>1</number>
</property> </property>
<widget class="QWidget" name="page"> <widget class="QWidget" name="page">
<property name="geometry"> <property name="geometry">
@ -277,6 +277,9 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="toolTip">
<string>Tool to make point from x &amp; y of two other points.</string>
</property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>
</property> </property>
@ -554,6 +557,9 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="toolTip">
<string>Cut arc tool.</string>
</property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>
</property> </property>
@ -624,6 +630,9 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="toolTip">
<string>Tool for union two details.</string>
</property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>
</property> </property>
@ -1004,7 +1013,9 @@
</action> </action>
<action name="actionAbout_Valentina"> <action name="actionAbout_Valentina">
<property name="icon"> <property name="icon">
<iconset theme="help-about"/> <iconset theme="help-about">
<normaloff/>
</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;About Valentina</string> <string>&amp;About Valentina</string>