mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 06:03:36 +00:00
b2e3355bf5
* accelerator clashes, * missing accelerators, and * strings (capitalization). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28960 a592a061-630c-0410-9148-cb99ea01b6c8
141 lines
3.7 KiB
XML
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&owse...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="altLanguageLA">
|
|
<property name="text">
|
|
<string>Al&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 &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 characters:</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&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 "diskdrive"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Accept compound &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>
|