Fix tooltip

This commit is contained in:
Juergen Spitzmueller 2019-06-22 08:35:14 +02:00
parent 672102fc7c
commit 57788b8719

View File

@ -46,7 +46,7 @@
<item row="1" column="1"> <item row="1" column="1">
<widget class="QComboBox" name="quoteStyleCO"> <widget class="QComboBox" name="quoteStyleCO">
<property name="toolTip"> <property name="toolTip">
<string>Select the default style of Quote insets.</string> <string>Select the default quotation marks style</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -98,13 +98,13 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="duplicatesEnabled">
<bool>false</bool>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Select encoding of the generated LaTeX source <string>Select encoding of the generated LaTeX source
(LaTeX input encoding).</string> (LaTeX input encoding).</string>
</property> </property>
<property name="duplicatesEnabled">
<bool>false</bool>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="2"> <item row="0" column="2">