PrefCompletionUi.ui: change label and add tooltip for word length settings

as discussed on the list with Richard
This commit is contained in:
Uwe Stöhr 2014-03-23 02:59:06 +01:00 committed by Richard Heck
parent 1c63718111
commit 3f1c6eb7d5

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>PrefCompletionUi</class> <class>PrefCompletionUi</class>
<widget class="QWidget" name="PrefCompletionUi"> <widget class="QWidget" name="PrefCompletionUi">
@ -28,12 +29,12 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QVBoxLayout"> <layout class="QVBoxLayout">
<property name="margin" >
<number>9</number>
</property>
<property name="spacing"> <property name="spacing">
<number>6</number> <number>6</number>
</property> </property>
<property name="margin">
<number>9</number>
</property>
<item> <item>
<widget class="QCheckBox" name="inlineMathCB"> <widget class="QCheckBox" name="inlineMathCB">
<property name="toolTip"> <property name="toolTip">
@ -73,12 +74,12 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QVBoxLayout"> <layout class="QVBoxLayout">
<property name="margin" >
<number>9</number>
</property>
<property name="spacing"> <property name="spacing">
<number>6</number> <number>6</number>
</property> </property>
<property name="margin">
<number>9</number>
</property>
<item> <item>
<widget class="QCheckBox" name="inlineTextCB"> <widget class="QCheckBox" name="inlineTextCB">
<property name="toolTip"> <property name="toolTip">
@ -121,20 +122,20 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QVBoxLayout"> <layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin"> <property name="margin">
<number>9</number> <number>9</number>
</property> </property>
<property name="spacing" >
<number>6</number>
</property>
<item> <item>
<layout class="QHBoxLayout"> <layout class="QHBoxLayout">
<property name="margin" >
<number>0</number>
</property>
<property name="spacing"> <property name="spacing">
<number>6</number> <number>6</number>
</property> </property>
<property name="margin">
<number>0</number>
</property>
<item> <item>
<widget class="QDoubleSpinBox" name="inlineDelaySB"> <widget class="QDoubleSpinBox" name="inlineDelaySB">
<property name="toolTip"> <property name="toolTip">
@ -163,7 +164,7 @@
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -175,12 +176,12 @@
</item> </item>
<item> <item>
<layout class="QHBoxLayout"> <layout class="QHBoxLayout">
<property name="margin" >
<number>0</number>
</property>
<property name="spacing"> <property name="spacing">
<number>6</number> <number>6</number>
</property> </property>
<property name="margin">
<number>0</number>
</property>
<item> <item>
<widget class="QDoubleSpinBox" name="popupDelaySB"> <widget class="QDoubleSpinBox" name="popupDelaySB">
<property name="toolTip"> <property name="toolTip">
@ -209,7 +210,7 @@
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -221,16 +222,16 @@
</item> </item>
<item> <item>
<layout class="QHBoxLayout"> <layout class="QHBoxLayout">
<property name="margin" >
<number>0</number>
</property>
<property name="spacing"> <property name="spacing">
<number>6</number> <number>6</number>
</property> </property>
<property name="margin">
<number>0</number>
</property>
<item> <item>
<widget class="QSpinBox" name="minlengthSB"> <widget class="QSpinBox" name="minlengthSB">
<property name="toolTip"> <property name="toolTip">
<string>.</string> <string>Words with less than the specified number of characters will not be completed.</string>
</property> </property>
<property name="minimum"> <property name="minimum">
<number>5</number> <number>5</number>
@ -246,7 +247,7 @@
<item> <item>
<widget class="QLabel" name="label_5"> <widget class="QLabel" name="label_5">
<property name="text"> <property name="text">
<string>Minimum word length for completion</string> <string>Minimum characters for words that should be completed</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>minlengthSB</cstring> <cstring>minlengthSB</cstring>
@ -258,7 +259,7 @@
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -281,10 +282,10 @@
<item> <item>
<widget class="QCheckBox" name="inlineDotsCB"> <widget class="QCheckBox" name="inlineDotsCB">
<property name="toolTip"> <property name="toolTip">
<string>Long completions are cut-off and shown with "...".</string> <string>Long completions are cut-off and shown with &quot;...&quot;.</string>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Use "..." to shorten long completions</string> <string>&amp;Use &quot;...&quot; to shorten long completions</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -299,7 +300,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>QSizePolicy::Expanding</enum> <enum>QSizePolicy::Expanding</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>0</width> <width>0</width>
<height>16</height> <height>16</height>