Revert "Tooltip for completion word length."

This reverts commit 2aadcec1fc9ae784e6029b56790753ce82b9f055.

Conflicts:
	src/frontends/qt4/ui/PrefCompletionUi.ui
This commit is contained in:
Richard Heck 2014-03-22 21:21:59 -04:00
parent 4540e6c2ef
commit f00104d222

View File

@ -1,63 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?> 2aadcec1fc9<ui version="4.0" >
<ui version="4.0">
<class>PrefCompletionUi</class> <class>PrefCompletionUi</class>
<widget class="QWidget" name="PrefCompletionUi"> <widget class="QWidget" name="PrefCompletionUi" >
<property name="geometry"> <property name="geometry" >
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>412</width> <width>400</width>
<height>468</height> <height>404</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle" >
<string/> <string/>
</property> </property>
<layout class="QGridLayout"> <layout class="QGridLayout" >
<property name="margin"> <property name="margin" >
<number>9</number> <number>9</number>
</property> </property>
<property name="spacing"> <property name="spacing" >
<number>6</number> <number>6</number>
</property> </property>
<item row="1" column="0"> <item row="1" column="0" >
<widget class="QGroupBox" name="groupBox_3"> <widget class="QGroupBox" name="groupBox_3" >
<property name="title"> <property name="title" >
<string>In Math</string> <string>In Math</string>
</property> </property>
<property name="flat"> <property name="flat" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QVBoxLayout"> <layout class="QVBoxLayout" >
<property name="spacing"> <property name="margin" >
<number>6</number>
</property>
<property name="margin">
<number>9</number> <number>9</number>
</property> </property>
<property name="spacing" >
<number>6</number>
</property>
<item> <item>
<widget class="QCheckBox" name="inlineMathCB"> <widget class="QCheckBox" name="inlineMathCB" >
<property name="toolTip"> <property name="toolTip" >
<string>Show the grey inline completion behind the cursor in math mode after the delay.</string> <string>Show the grey inline completion behind the cursor in math mode after the delay.</string>
</property> </property>
<property name="text"> <property name="text" >
<string>Automatic in&amp;line completion</string> <string>Automatic in&amp;line completion</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="popupMathCB"> <widget class="QCheckBox" name="popupMathCB" >
<property name="toolTip"> <property name="toolTip" >
<string>Show the popup in math mode after the delay.</string> <string>Show the popup in math mode after the delay.</string>
</property> </property>
<property name="text"> <property name="text" >
<string>Automatic p&amp;opup</string> <string>Automatic p&amp;opup</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="autocorrectionCB"> <widget class="QCheckBox" name="autocorrectionCB" >
<property name="text"> <property name="text" >
<string>Autoco&amp;rrection</string> <string>Autoco&amp;rrection</string>
</property> </property>
</widget> </widget>
@ -65,47 +64,47 @@
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="0" column="0"> <item row="0" column="0" >
<widget class="QGroupBox" name="groupBox_2"> <widget class="QGroupBox" name="groupBox_2" >
<property name="title"> <property name="title" >
<string>In Text</string> <string>In Text</string>
</property> </property>
<property name="flat"> <property name="flat" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QVBoxLayout"> <layout class="QVBoxLayout" >
<property name="spacing"> <property name="margin" >
<number>6</number>
</property>
<property name="margin">
<number>9</number> <number>9</number>
</property> </property>
<property name="spacing" >
<number>6</number>
</property>
<item> <item>
<widget class="QCheckBox" name="inlineTextCB"> <widget class="QCheckBox" name="inlineTextCB" >
<property name="toolTip"> <property name="toolTip" >
<string>Show the grey inline completion behind the cursor in text mode after the delay.</string> <string>Show the grey inline completion behind the cursor in text mode after the delay.</string>
</property> </property>
<property name="text"> <property name="text" >
<string>Automatic &amp;inline completion</string> <string>Automatic &amp;inline completion</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="popupTextCB"> <widget class="QCheckBox" name="popupTextCB" >
<property name="toolTip"> <property name="toolTip" >
<string>Show the popup after the set delay in text mode.</string> <string>Show the popup after the set delay in text mode.</string>
</property> </property>
<property name="text"> <property name="text" >
<string>Automatic &amp;popup</string> <string>Automatic &amp;popup</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="cursorTextCB"> <widget class="QCheckBox" name="cursorTextCB" >
<property name="toolTip"> <property name="toolTip" >
<string>Show a small triangle on the cursor if a completion is available in text mode.</string> <string>Show a small triangle on the cursor if a completion is available in text mode.</string>
</property> </property>
<property name="text"> <property name="text" >
<string>Cursor i&amp;ndicator</string> <string>Cursor i&amp;ndicator</string>
</property> </property>
</widget> </widget>
@ -113,58 +112,58 @@
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="2" column="0"> <item row="2" column="0" >
<widget class="QGroupBox" name="groupBox_4"> <widget class="QGroupBox" name="groupBox_4" >
<property name="title"> <property name="title" >
<string>General</string> <string>General</string>
</property> </property>
<property name="flat"> <property name="flat" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QVBoxLayout"> <layout class="QVBoxLayout" >
<property name="spacing"> <property name="margin" >
<number>6</number>
</property>
<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="spacing"> <property name="margin" >
<number>6</number>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property name="spacing" >
<number>6</number>
</property>
<item> <item>
<widget class="QDoubleSpinBox" name="inlineDelaySB"> <widget class="QDoubleSpinBox" name="inlineDelaySB" >
<property name="toolTip"> <property name="toolTip" >
<string>After the cursor has not moved for this time, the inline completion is shown if it is available.</string> <string>After the cursor has not moved for this time, the inline completion is shown if it is available.</string>
</property> </property>
<property name="maximum"> <property name="maximum" >
<double>10.000000000000000</double> <double>10.000000000000000</double>
</property> </property>
<property name="singleStep"> <property name="singleStep" >
<double>0.100000000000000</double> <double>0.100000000000000</double>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="label_4"> <widget class="QLabel" name="label_4" >
<property name="text"> <property name="text" >
<string>s inline completion dela&amp;y</string> <string>s inline completion dela&amp;y</string>
</property> </property>
<property name="buddy"> <property name="buddy" >
<cstring>inlineDelaySB</cstring> <cstring>inlineDelaySB</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer> <spacer>
<property name="orientation"> <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" >
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -175,42 +174,42 @@
</layout> </layout>
</item> </item>
<item> <item>
<layout class="QHBoxLayout"> <layout class="QHBoxLayout" >
<property name="spacing"> <property name="margin" >
<number>6</number>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property name="spacing" >
<number>6</number>
</property>
<item> <item>
<widget class="QDoubleSpinBox" name="popupDelaySB"> <widget class="QDoubleSpinBox" name="popupDelaySB" >
<property name="toolTip"> <property name="toolTip" >
<string>After the cursor has not moved for this time, the completion popup is shown if it is available.</string> <string>After the cursor has not moved for this time, the completion popup is shown if it is available.</string>
</property> </property>
<property name="maximum"> <property name="maximum" >
<double>10.000000000000000</double> <double>10.000000000000000</double>
</property> </property>
<property name="singleStep"> <property name="singleStep" >
<double>0.100000000000000</double> <double>0.100000000000000</double>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="label_3"> <widget class="QLabel" name="label_3" >
<property name="text"> <property name="text" >
<string>s popup d&amp;elay</string> <string>s popup d&amp;elay</string>
</property> </property>
<property name="buddy"> <property name="buddy" >
<cstring>popupDelaySB</cstring> <cstring>popupDelaySB</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer> <spacer>
<property name="orientation"> <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" >
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -221,16 +220,16 @@
</layout> </layout>
</item> </item>
<item> <item>
<layout class="QHBoxLayout"> <layout class="QHBoxLayout" >
<property name="spacing"> <property name="margin" >
<number>6</number>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property name="spacing" >
<number>6</number>
</property>
<item> <item>
<widget class="QSpinBox" name="minlengthSB"> <widget class="QSpinBox" name="minlengthSB" >
<property name="toolTip"> <property name="toolTip" >
<string>.</string> <string>.</string>
</property> </property>
<property name="minimum"> <property name="minimum">
@ -245,24 +244,21 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="label_5"> <widget class="QLabel" name="label_5" >
<property name="toolTip"> <property name="text" >
<string>Shortest word that LyX will offer to complete.</string>
</property>
<property name="text">
<string>Minimum word length for completion</string> <string>Minimum word length for completion</string>
</property> </property>
<property name="buddy"> <property name="buddy" >
<cstring>minlengthSB</cstring> <cstring>minlengthSB</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer> <spacer>
<property name="orientation"> <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" >
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -273,37 +269,37 @@
</layout> </layout>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="popupAfterCompleteCB"> <widget class="QCheckBox" name="popupAfterCompleteCB" >
<property name="toolTip"> <property name="toolTip" >
<string>When the TAB completion is not unique, there won't be a delay of the popup. It will be shown right away.</string> <string>When the TAB completion is not unique, there won't be a delay of the popup. It will be shown right away.</string>
</property> </property>
<property name="text"> <property name="text" >
<string>Sho&amp;w popup without delay for non-unique completions</string> <string>Sho&amp;w popup without delay for non-unique completions</string>
</property> </property>
</widget> </widget>
</item> </item>
<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 &quot;...&quot;.</string> <string>Long completions are cut-off and shown with "...".</string>
</property> </property>
<property name="text"> <property name="text" >
<string>&amp;Use &quot;...&quot; to shorten long completions</string> <string>&amp;Use "..." to shorten long completions</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="3" column="0"> <item row="3" column="0" >
<spacer> <spacer>
<property name="orientation"> <property name="orientation" >
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeType"> <property name="sizeType" >
<enum>QSizePolicy::Expanding</enum> <enum>QSizePolicy::Expanding</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" >
<size> <size>
<width>0</width> <width>0</width>
<height>16</height> <height>16</height>
@ -322,7 +318,7 @@
<tabstop>autocorrectionCB</tabstop> <tabstop>autocorrectionCB</tabstop>
</tabstops> </tabstops>
<includes> <includes>
<include location="local">qt_i18n.h</include> <include location="local" >qt_i18n.h</include>
</includes> </includes>
<resources/> <resources/>
<connections/> <connections/>