]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefSpellcheckerUi.ui
On Mac, moving down a paragraph should place the cursor at the end of the current...
[lyx.git] / src / frontends / qt4 / ui / PrefSpellcheckerUi.ui
1 <ui version="4.0" >
2  <class>PrefSpellcheckerUi</class>
3  <widget class="QWidget" name="PrefSpellcheckerUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>519</width>
9     <height>224</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="6" column="0" colspan="3" >
23     <spacer>
24      <property name="orientation" >
25       <enum>Qt::Vertical</enum>
26      </property>
27      <property name="sizeType" >
28       <enum>QSizePolicy::Expanding</enum>
29      </property>
30      <property name="sizeHint" >
31       <size>
32        <width>501</width>
33        <height>21</height>
34       </size>
35      </property>
36     </spacer>
37    </item>
38    <item row="5" column="0" colspan="2" >
39     <widget class="QCheckBox" name="spellcheckNotesCB" >
40      <property name="toolTip" >
41       <string>If unchecked, notes and comments will be excluded from spell checking</string>
42      </property>
43      <property name="text" >
44       <string>Spellcheck &amp;notes and comments</string>
45      </property>
46     </widget>
47    </item>
48    <item row="0" column="0" >
49     <widget class="QLabel" name="spellcheckerLA" >
50      <property name="text" >
51       <string>&amp;Spellchecker engine:</string>
52      </property>
53      <property name="buddy" >
54       <cstring>spellcheckerCB</cstring>
55      </property>
56     </widget>
57    </item>
58    <item row="0" column="1" >
59     <widget class="QComboBox" name="spellcheckerCB" />
60    </item>
61    <item row="3" column="0" colspan="2" >
62     <widget class="QCheckBox" name="compoundWordCB" >
63      <property name="toolTip" >
64       <string>Accept words such as "diskdrive"</string>
65      </property>
66      <property name="text" >
67       <string>Accept compound &amp;words</string>
68      </property>
69     </widget>
70    </item>
71    <item row="4" column="0" colspan="2" >
72     <widget class="QCheckBox" name="spellcheckContinuouslyCB" >
73      <property name="toolTip" >
74       <string>Mark misspelled words with a underline.</string>
75      </property>
76      <property name="text" >
77       <string>S&amp;pellcheck continuously</string>
78      </property>
79     </widget>
80    </item>
81    <item row="3" column="2" >
82     <spacer>
83      <property name="orientation" >
84       <enum>Qt::Horizontal</enum>
85      </property>
86      <property name="sizeType" >
87       <enum>QSizePolicy::Expanding</enum>
88      </property>
89      <property name="sizeHint" >
90       <size>
91        <width>41</width>
92        <height>22</height>
93       </size>
94      </property>
95     </spacer>
96    </item>
97    <item row="2" column="1" >
98     <widget class="QLineEdit" name="escapeCharactersED" >
99      <property name="toolTip" >
100       <string>The characters inserted here are ignored by the spellchecker.</string>
101      </property>
102     </widget>
103    </item>
104    <item row="2" column="0" >
105     <widget class="QLabel" name="escapeCharactersLA" >
106      <property name="text" >
107       <string>&amp;Escape characters:</string>
108      </property>
109      <property name="buddy" >
110       <cstring>escapeCharactersED</cstring>
111      </property>
112     </widget>
113    </item>
114    <item row="1" column="1" >
115     <widget class="QLineEdit" name="altLanguageED" >
116      <property name="toolTip" >
117       <string>Override the language used for the spellchecker</string>
118      </property>
119     </widget>
120    </item>
121    <item row="1" column="0" >
122     <widget class="QLabel" name="altLanguageLA" >
123      <property name="text" >
124       <string>Al&amp;ternative language:</string>
125      </property>
126      <property name="buddy" >
127       <cstring>altLanguageED</cstring>
128      </property>
129     </widget>
130    </item>
131   </layout>
132  </widget>
133  <tabstops>
134   <tabstop>spellcheckerCB</tabstop>
135   <tabstop>altLanguageED</tabstop>
136   <tabstop>escapeCharactersED</tabstop>
137   <tabstop>compoundWordCB</tabstop>
138   <tabstop>spellcheckContinuouslyCB</tabstop>
139   <tabstop>spellcheckNotesCB</tabstop>
140  </tabstops>
141  <includes>
142   <include location="local" >qt_i18n.h</include>
143  </includes>
144  <resources/>
145  <connections/>
146 </ui>