lyx_mirror/src/frontends/qt4/ui/PrefSpellcheckerUi.ui
André Pönitz 8e366b1cab remove spellchecker command and flag telling us whether to use a process or a
library.

Somebody schould create a rc2rc script...



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27531 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-16 12:22:54 +00:00

141 lines
3.7 KiB
XML

<ui version="4.0">
<class>PrefSpellcheckerUi</class>
<widget class="QWidget" name="PrefSpellcheckerUi">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>340</width>
<height>198</height>
</rect>
</property>
<property name="windowTitle">
<string/>
</property>
<layout class="QGridLayout">
<property name="margin">
<number>9</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="5" column="0" colspan="3">
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="3">
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>41</width>
<height>22</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="2">
<widget class="QPushButton" name="persDictionaryPB">
<property name="text">
<string>Br&amp;owse...</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="altLanguageLA">
<property name="text">
<string>Al&amp;ternative language:</string>
</property>
<property name="buddy">
<cstring>altLanguageED</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="escapeCharactersED"/>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="persDictionaryED">
<property name="toolTip">
<string>Specify a personal dictionary file other than the default</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="persDictionaryLA">
<property name="text">
<string>Personal &amp;dictionary:</string>
</property>
<property name="buddy">
<cstring>persDictionaryED</cstring>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="escapeCharactersLA">
<property name="text">
<string>Escape cha&amp;racters:</string>
</property>
<property name="buddy">
<cstring>escapeCharactersED</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="altLanguageED">
<property name="toolTip">
<string>Override the language used for the spellchecker</string>
</property>
</widget>
</item>
<item row="4" column="0" colspan="3">
<widget class="QCheckBox" name="inputEncodingCB">
<property name="text">
<string>Use input encod&amp;ing</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="3">
<widget class="QCheckBox" name="compoundWordCB">
<property name="toolTip">
<string>Accept words such as &quot;diskdrive&quot;</string>
</property>
<property name="text">
<string>Accept compound &amp;words</string>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>altLanguageED</tabstop>
<tabstop>escapeCharactersED</tabstop>
<tabstop>persDictionaryED</tabstop>
<tabstop>persDictionaryPB</tabstop>
<tabstop>compoundWordCB</tabstop>
<tabstop>inputEncodingCB</tabstop>
</tabstops>
<includes>
<include location="local">qt_i18n.h</include>
</includes>
<resources/>
<connections/>
</ui>