Fix wrong tooltip for tool box widget.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-12-17 15:12:57 +02:00
parent 88844ec33f
commit c853b67f63

View file

@ -45,10 +45,10 @@
</font> </font>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Export details skiping the Layout stage</string> <string>Use these tools to create a pattern</string>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>6</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="page"> <widget class="QWidget" name="page">
<property name="geometry"> <property name="geometry">
@ -1506,6 +1506,9 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="toolTip">
<string>Export details skiping the Layout stage</string>
</property>
<property name="text"> <property name="text">
<string notr="true">...</string> <string notr="true">...</string>
</property> </property>