Resave spellcheck ui in older designer

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36999 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-12-26 23:33:23 +00:00
parent f068c93eff
commit 80570c5b8e

View File

@ -1,7 +1,7 @@
<ui version="4.0"> <ui version="4.0" >
<class>SpellcheckerUi</class> <class>SpellcheckerUi</class>
<widget class="QDockWidget" name="SpellcheckerUi"> <widget class="QDockWidget" name="SpellcheckerUi" >
<property name="geometry"> <property name="geometry" >
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -9,218 +9,218 @@
<height>388</height> <height>388</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle" >
<string>DockWidget</string> <string>DockWidget</string>
</property> </property>
<widget class="QWidget" name="dockWidgetContents"> <widget class="QWidget" name="dockWidgetContents" >
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout" >
<item row="0" column="0" colspan="2"> <item row="0" column="0" colspan="2" >
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout" >
<item> <item>
<widget class="QLabel" name="languageLA"> <widget class="QLabel" name="languageLA" >
<property name="text"> <property name="text" >
<string>&amp;Language:</string> <string>&amp;Language:</string>
</property> </property>
<property name="buddy"> <property name="buddy" >
<cstring>languageCO</cstring> <cstring>languageCO</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QComboBox" name="languageCO"> <widget class="QComboBox" name="languageCO" >
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip"> <property name="toolTip" >
<string>The checked language. Switching this alters the language of the checked word.</string> <string>The checked language. Switching this alters the language of the checked word.</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</item> </item>
<item row="1" column="0" colspan="2"> <item row="1" column="0" colspan="2" >
<widget class="Line" name="line"> <widget class="Line" name="line" >
<property name="orientation"> <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0"> <item row="2" column="0" >
<widget class="QLabel" name="TextLabel3"> <widget class="QLabel" name="TextLabel3" >
<property name="text"> <property name="text" >
<string>Unknown word:</string> <string>Unknown word:</string>
</property> </property>
<property name="buddy"> <property name="buddy" >
<cstring>wordED</cstring> <cstring>wordED</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0"> <item row="3" column="0" >
<widget class="QLineEdit" name="wordED"> <widget class="QLineEdit" name="wordED" >
<property name="toolTip"> <property name="toolTip" >
<string>Current word</string> <string>Current word</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1"> <item row="3" column="1" >
<widget class="QPushButton" name="findNextPB"> <widget class="QPushButton" name="findNextPB" >
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<horstretch>100</horstretch> <horstretch>100</horstretch>
<verstretch>32</verstretch> <verstretch>32</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip"> <property name="toolTip" >
<string>Replace word with current choice</string> <string>Replace word with current choice</string>
</property> </property>
<property name="text"> <property name="text" >
<string>&amp;Find Next</string> <string>&amp;Find Next</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="0"> <item row="4" column="0" >
<widget class="QLabel" name="TextLabel1"> <widget class="QLabel" name="TextLabel1" >
<property name="text"> <property name="text" >
<string>Re&amp;placement:</string> <string>Re&amp;placement:</string>
</property> </property>
<property name="buddy"> <property name="buddy" >
<cstring>replaceCO</cstring> <cstring>replaceCO</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="0"> <item row="5" column="0" >
<widget class="QComboBox" name="replaceCO"> <widget class="QComboBox" name="replaceCO" >
<property name="focusPolicy"> <property name="focusPolicy" >
<enum>Qt::StrongFocus</enum> <enum>Qt::StrongFocus</enum>
</property> </property>
<property name="toolTip"> <property name="toolTip" >
<string>Replace with selected word</string> <string>Replace with selected word</string>
</property> </property>
<property name="editable"> <property name="editable" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="insertPolicy"> <property name="insertPolicy" >
<enum>QComboBox::InsertAtTop</enum> <enum>QComboBox::InsertAtTop</enum>
</property> </property>
<property name="autoCompletion"> <property name="autoCompletion" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="duplicatesEnabled"> <property name="duplicatesEnabled" >
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="1"> <item row="5" column="1" >
<widget class="QPushButton" name="replacePB"> <widget class="QPushButton" name="replacePB" >
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<horstretch>100</horstretch> <horstretch>100</horstretch>
<verstretch>32</verstretch> <verstretch>32</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip"> <property name="toolTip" >
<string>Replace word with current choice</string> <string>Replace word with current choice</string>
</property> </property>
<property name="text"> <property name="text" >
<string>&amp;Replace</string> <string>&amp;Replace</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="6" column="0"> <item row="6" column="0" >
<widget class="QLabel" name="TextLabel2"> <widget class="QLabel" name="TextLabel2" >
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Preferred" vsizetype="Maximum"> <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text" >
<string>S&amp;uggestions:</string> <string>S&amp;uggestions:</string>
</property> </property>
<property name="buddy"> <property name="buddy" >
<cstring>suggestionsLW</cstring> <cstring>suggestionsLW</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="6" column="1"> <item row="6" column="1" >
<widget class="QPushButton" name="replaceAllPB"> <widget class="QPushButton" name="replaceAllPB" >
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<horstretch>100</horstretch> <horstretch>100</horstretch>
<verstretch>32</verstretch> <verstretch>32</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip"> <property name="toolTip" >
<string>Replace word with current choice</string> <string>Replace word with current choice</string>
</property> </property>
<property name="text"> <property name="text" >
<string>Replace &amp;All</string> <string>Replace &amp;All</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="7" column="0" rowspan="4"> <item rowspan="4" row="7" column="0" >
<widget class="QListWidget" name="suggestionsLW"/> <widget class="QListWidget" name="suggestionsLW" />
</item> </item>
<item row="7" column="1"> <item row="7" column="1" >
<widget class="QPushButton" name="ignorePB"> <widget class="QPushButton" name="ignorePB" >
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Preferred" vsizetype="Maximum"> <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
<horstretch>100</horstretch> <horstretch>100</horstretch>
<verstretch>32</verstretch> <verstretch>32</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip"> <property name="toolTip" >
<string>Ignore this word</string> <string>Ignore this word</string>
</property> </property>
<property name="text"> <property name="text" >
<string>&amp;Ignore</string> <string>&amp;Ignore</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="8" column="1"> <item row="8" column="1" >
<widget class="QPushButton" name="ignoreAllPB"> <widget class="QPushButton" name="ignoreAllPB" >
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Preferred" vsizetype="Maximum"> <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
<horstretch>100</horstretch> <horstretch>100</horstretch>
<verstretch>32</verstretch> <verstretch>32</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip"> <property name="toolTip" >
<string>Ignore this word throughout this session</string> <string>Ignore this word throughout this session</string>
</property> </property>
<property name="text"> <property name="text" >
<string>I&amp;gnore All</string> <string>I&amp;gnore All</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="9" column="1"> <item row="9" column="1" >
<widget class="QPushButton" name="addPB"> <widget class="QPushButton" name="addPB" >
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Preferred" vsizetype="Maximum"> <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
<horstretch>100</horstretch> <horstretch>100</horstretch>
<verstretch>32</verstretch> <verstretch>32</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip"> <property name="toolTip" >
<string>Add the word to your personal dictionary</string> <string>Add the word to your personal dictionary</string>
</property> </property>
<property name="text"> <property name="text" >
<string>A&amp;dd</string> <string>A&amp;dd</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="10" column="1"> <item row="10" column="1" >
<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" stdset="0" >
<size> <size>
<width>74</width> <width>74</width>
<height>98</height> <height>98</height>
@ -228,25 +228,25 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="11" column="0"> <item row="11" column="0" >
<widget class="QProgressBar" name="spellcheckPR"> <widget class="QProgressBar" name="spellcheckPR" >
<property name="value"> <property name="value" >
<number>24</number> <number>24</number>
</property> </property>
<property name="orientation"> <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
</widget> </widget>
</item> </item>
<item row="11" column="1"> <item row="11" column="1" >
<widget class="QPushButton" name="closePB"> <widget class="QPushButton" name="closePB" >
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<horstretch>100</horstretch> <horstretch>100</horstretch>
<verstretch>32</verstretch> <verstretch>32</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text" >
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
</widget> </widget>