2010-07-13 14:13:47 +00:00
|
|
|
<ui version="4.0" >
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>PrefSpellcheckerUi</class>
|
2010-07-13 14:13:47 +00:00
|
|
|
<widget class="QWidget" name="PrefSpellcheckerUi" >
|
|
|
|
<property name="geometry" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2009-06-18 10:56:33 +00:00
|
|
|
<width>519</width>
|
2010-07-13 14:13:47 +00:00
|
|
|
<height>224</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-07-13 14:13:47 +00:00
|
|
|
<property name="windowTitle" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2010-07-13 14:13:47 +00:00
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
2009-06-18 10:56:33 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2010-07-13 14:13:47 +00:00
|
|
|
<property name="spacing" >
|
2009-06-18 10:56:33 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2010-07-13 14:13:47 +00:00
|
|
|
<item row="6" column="0" colspan="3" >
|
2010-02-13 16:22:39 +00:00
|
|
|
<spacer>
|
2010-07-13 14:13:47 +00:00
|
|
|
<property name="orientation" >
|
2010-02-13 16:22:39 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2010-07-13 14:13:47 +00:00
|
|
|
<property name="sizeType" >
|
2010-02-13 16:22:39 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2010-07-13 14:13:47 +00:00
|
|
|
<property name="sizeHint" >
|
2010-02-13 16:22:39 +00:00
|
|
|
<size>
|
|
|
|
<width>501</width>
|
|
|
|
<height>21</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2010-07-13 14:13:47 +00:00
|
|
|
<item row="5" column="0" colspan="2" >
|
|
|
|
<widget class="QCheckBox" name="spellcheckNotesCB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>If unchecked, notes and comments will be excluded from spell checking</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Spellcheck &notes and comments</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="spellcheckerLA" >
|
|
|
|
<property name="text" >
|
2010-02-13 16:22:39 +00:00
|
|
|
<string>&Spellchecker engine:</string>
|
2009-03-29 19:57:30 +00:00
|
|
|
</property>
|
2010-07-13 14:13:47 +00:00
|
|
|
<property name="buddy" >
|
2010-02-13 16:22:39 +00:00
|
|
|
<cstring>altLanguageED</cstring>
|
2007-09-15 17:32:15 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-07-13 14:13:47 +00:00
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QComboBox" name="spellcheckerCB" />
|
2009-03-29 19:57:30 +00:00
|
|
|
</item>
|
2010-07-13 14:13:47 +00:00
|
|
|
<item row="3" column="0" colspan="2" >
|
|
|
|
<widget class="QCheckBox" name="compoundWordCB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Accept words such as "diskdrive"</string>
|
2007-09-15 17:32:15 +00:00
|
|
|
</property>
|
2010-07-13 14:13:47 +00:00
|
|
|
<property name="text" >
|
2010-02-13 16:22:39 +00:00
|
|
|
<string>Accept compound &words</string>
|
2009-03-29 19:57:30 +00:00
|
|
|
</property>
|
2010-02-13 16:22:39 +00:00
|
|
|
</widget>
|
2007-09-15 17:32:15 +00:00
|
|
|
</item>
|
2010-07-13 14:13:47 +00:00
|
|
|
<item row="4" column="0" colspan="2" >
|
|
|
|
<widget class="QCheckBox" name="spellcheckContinuouslyCB" >
|
|
|
|
<property name="toolTip" >
|
2010-12-09 00:33:33 +00:00
|
|
|
<string>Mark misspelled words with a underline.</string>
|
2009-07-21 09:29:19 +00:00
|
|
|
</property>
|
2010-07-13 14:13:47 +00:00
|
|
|
<property name="text" >
|
2009-07-21 09:29:19 +00:00
|
|
|
<string>S&pellcheck continuously</string>
|
2007-09-15 17:32:15 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-07-13 14:13:47 +00:00
|
|
|
<item row="3" column="2" >
|
2009-03-29 19:57:30 +00:00
|
|
|
<spacer>
|
2010-07-13 14:13:47 +00:00
|
|
|
<property name="orientation" >
|
2010-02-13 16:22:39 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
2009-03-29 19:57:30 +00:00
|
|
|
</property>
|
2010-07-13 14:13:47 +00:00
|
|
|
<property name="sizeType" >
|
2009-03-29 19:57:30 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2010-07-13 14:13:47 +00:00
|
|
|
<property name="sizeHint" >
|
2009-03-29 19:57:30 +00:00
|
|
|
<size>
|
2010-02-13 16:22:39 +00:00
|
|
|
<width>41</width>
|
|
|
|
<height>22</height>
|
2009-03-29 19:57:30 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2010-07-13 14:13:47 +00:00
|
|
|
<item row="2" column="1" >
|
|
|
|
<widget class="QLineEdit" name="escapeCharactersED" >
|
|
|
|
<property name="toolTip" >
|
2011-05-08 12:28:54 +00:00
|
|
|
<string>The characters inserted here are ignored by the spellchecker.</string>
|
2009-06-18 13:30:28 +00:00
|
|
|
</property>
|
2010-02-13 16:22:39 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2010-07-13 14:13:47 +00:00
|
|
|
<item row="2" column="0" >
|
|
|
|
<widget class="QLabel" name="escapeCharactersLA" >
|
|
|
|
<property name="text" >
|
2010-02-13 16:22:39 +00:00
|
|
|
<string>&Escape characters:</string>
|
|
|
|
</property>
|
2010-07-13 14:13:47 +00:00
|
|
|
<property name="buddy" >
|
2010-02-13 16:22:39 +00:00
|
|
|
<cstring>escapeCharactersED</cstring>
|
2009-06-18 13:30:28 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-07-13 14:13:47 +00:00
|
|
|
<item row="1" column="1" >
|
|
|
|
<widget class="QLineEdit" name="altLanguageED" >
|
|
|
|
<property name="toolTip" >
|
2010-02-13 16:22:39 +00:00
|
|
|
<string>Override the language used for the spellchecker</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2009-08-08 17:05:31 +00:00
|
|
|
</item>
|
2010-07-13 14:13:47 +00:00
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QLabel" name="altLanguageLA" >
|
|
|
|
<property name="text" >
|
2010-02-13 16:22:39 +00:00
|
|
|
<string>Al&ternative language:</string>
|
2009-08-08 17:05:31 +00:00
|
|
|
</property>
|
2010-07-13 14:13:47 +00:00
|
|
|
<property name="buddy" >
|
2009-08-08 17:05:31 +00:00
|
|
|
<cstring>altLanguageED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>altLanguageED</tabstop>
|
|
|
|
<tabstop>escapeCharactersED</tabstop>
|
|
|
|
<tabstop>compoundWordCB</tabstop>
|
|
|
|
</tabstops>
|
2007-09-15 17:32:15 +00:00
|
|
|
<includes>
|
2010-07-13 14:13:47 +00:00
|
|
|
<include location="local" >qt_i18n.h</include>
|
2007-09-15 17:32:15 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|