]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefSpellcheckerUi.ui
* fix spelling in comments to please John.
[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>208</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="1" column="0" >
23     <widget class="QLabel" name="altLanguageLA" >
24      <property name="text" >
25       <string>Al&amp;ternative language:</string>
26      </property>
27      <property name="buddy" >
28       <cstring>altLanguageED</cstring>
29      </property>
30     </widget>
31    </item>
32    <item row="1" column="1" >
33     <widget class="QLineEdit" name="altLanguageED" >
34      <property name="toolTip" >
35       <string>Override the language used for the spellchecker</string>
36      </property>
37     </widget>
38    </item>
39    <item row="2" column="0" >
40     <widget class="QLabel" name="escapeCharactersLA" >
41      <property name="text" >
42       <string>&amp;Escape characters:</string>
43      </property>
44      <property name="buddy" >
45       <cstring>escapeCharactersED</cstring>
46      </property>
47     </widget>
48    </item>
49    <item row="2" column="1" >
50     <widget class="QLineEdit" name="escapeCharactersED" >
51      <property name="toolTip" >
52       <string>The characters inserted here are ignored by the spellchecker. </string>
53      </property>
54     </widget>
55    </item>
56    <item row="3" column="3" >
57     <spacer>
58      <property name="orientation" >
59       <enum>Qt::Horizontal</enum>
60      </property>
61      <property name="sizeType" >
62       <enum>QSizePolicy::Expanding</enum>
63      </property>
64      <property name="sizeHint" stdset="0" >
65       <size>
66        <width>41</width>
67        <height>22</height>
68       </size>
69      </property>
70     </spacer>
71    </item>
72    <item row="5" column="0" colspan="3" >
73     <widget class="QCheckBox" name="spellcheckContinuouslyCB" >
74      <property name="toolTip" >
75       <string>Mark misspelled words with a wavy underline.</string>
76      </property>
77      <property name="text" >
78       <string>S&amp;pellcheck continuously</string>
79      </property>
80     </widget>
81    </item>
82    <item row="6" column="0" colspan="4" >
83     <spacer>
84      <property name="orientation" >
85       <enum>Qt::Vertical</enum>
86      </property>
87      <property name="sizeType" >
88       <enum>QSizePolicy::Expanding</enum>
89      </property>
90      <property name="sizeHint" stdset="0" >
91       <size>
92        <width>20</width>
93        <height>20</height>
94       </size>
95      </property>
96     </spacer>
97    </item>
98    <item rowspan="2" row="3" column="0" colspan="4" >
99     <widget class="QCheckBox" name="compoundWordCB" >
100      <property name="toolTip" >
101       <string>Accept words such as "diskdrive"</string>
102      </property>
103      <property name="text" >
104       <string>Accept compound &amp;words</string>
105      </property>
106     </widget>
107    </item>
108    <item row="0" column="1" >
109     <widget class="QComboBox" name="spellcheckerCB" />
110    </item>
111    <item row="0" column="0" >
112     <widget class="QLabel" name="spellcheckerLA" >
113      <property name="text" >
114       <string>&amp;Spellchecker engine:</string>
115      </property>
116      <property name="buddy" >
117       <cstring>altLanguageED</cstring>
118      </property>
119     </widget>
120    </item>
121   </layout>
122  </widget>
123  <tabstops>
124   <tabstop>altLanguageED</tabstop>
125   <tabstop>escapeCharactersED</tabstop>
126   <tabstop>compoundWordCB</tabstop>
127  </tabstops>
128  <includes>
129   <include location="local" >qt_i18n.h</include>
130  </includes>
131  <resources/>
132  <connections/>
133 </ui>