]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefSpellcheckerUi.ui
8f757e311d222c9009b2bf3b75072487f3cb8141
[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>386</width>
9     <height>268</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QVBoxLayout" >
16    <property name="margin" >
17     <number>11</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item>
23     <layout class="QGridLayout" >
24      <property name="margin" >
25       <number>0</number>
26      </property>
27      <property name="spacing" >
28       <number>6</number>
29      </property>
30      <item row="0" column="0" >
31       <widget class="QLabel" name="spellCommandLA" >
32        <property name="text" >
33         <string>Spellchec&amp;ker executable:</string>
34        </property>
35        <property name="buddy" >
36         <cstring>spellCommandCO</cstring>
37        </property>
38       </widget>
39      </item>
40      <item row="2" column="1" >
41       <widget class="QLineEdit" name="escapeCharactersED" />
42      </item>
43      <item row="0" column="2" >
44       <spacer>
45        <property name="orientation" >
46         <enum>Qt::Horizontal</enum>
47        </property>
48        <property name="sizeType" >
49         <enum>QSizePolicy::Expanding</enum>
50        </property>
51        <property name="sizeHint" >
52         <size>
53          <width>20</width>
54          <height>20</height>
55         </size>
56        </property>
57       </spacer>
58      </item>
59      <item row="1" column="1" >
60       <widget class="QLineEdit" name="altLanguageED" >
61        <property name="toolTip" >
62         <string>Override the language used for the spellchecker</string>
63        </property>
64       </widget>
65      </item>
66      <item row="1" column="0" >
67       <widget class="QLabel" name="altLanguageLA" >
68        <property name="text" >
69         <string>Al&amp;ternative language:</string>
70        </property>
71        <property name="buddy" >
72         <cstring>altLanguageED</cstring>
73        </property>
74       </widget>
75      </item>
76      <item row="3" column="2" >
77       <widget class="QPushButton" name="persDictionaryPB" >
78        <property name="text" >
79         <string>Br&amp;owse...</string>
80        </property>
81       </widget>
82      </item>
83      <item row="2" column="0" >
84       <widget class="QLabel" name="escapeCharactersLA" >
85        <property name="text" >
86         <string>Escape cha&amp;racters:</string>
87        </property>
88        <property name="buddy" >
89         <cstring>escapeCharactersED</cstring>
90        </property>
91       </widget>
92      </item>
93      <item row="2" column="2" >
94       <spacer>
95        <property name="orientation" >
96         <enum>Qt::Horizontal</enum>
97        </property>
98        <property name="sizeType" >
99         <enum>QSizePolicy::Expanding</enum>
100        </property>
101        <property name="sizeHint" >
102         <size>
103          <width>20</width>
104          <height>20</height>
105         </size>
106        </property>
107       </spacer>
108      </item>
109      <item row="3" column="1" >
110       <widget class="QLineEdit" name="persDictionaryED" >
111        <property name="toolTip" >
112         <string>Specify a personal dictionary file other than the default</string>
113        </property>
114       </widget>
115      </item>
116      <item row="3" column="0" >
117       <widget class="QLabel" name="persDictionaryLA" >
118        <property name="text" >
119         <string>Personal &amp;dictionary:</string>
120        </property>
121        <property name="buddy" >
122         <cstring>persDictionaryED</cstring>
123        </property>
124       </widget>
125      </item>
126      <item row="0" column="1" >
127       <widget class="QComboBox" name="spellCommandCO" />
128      </item>
129      <item row="1" column="2" >
130       <spacer>
131        <property name="orientation" >
132         <enum>Qt::Horizontal</enum>
133        </property>
134        <property name="sizeType" >
135         <enum>QSizePolicy::Expanding</enum>
136        </property>
137        <property name="sizeHint" >
138         <size>
139          <width>20</width>
140          <height>20</height>
141         </size>
142        </property>
143       </spacer>
144      </item>
145     </layout>
146    </item>
147    <item>
148     <widget class="QCheckBox" name="compoundWordCB" >
149      <property name="toolTip" >
150       <string>Accept words such as "diskdrive"</string>
151      </property>
152      <property name="text" >
153       <string>Accept compound &amp;words</string>
154      </property>
155     </widget>
156    </item>
157    <item>
158     <widget class="QCheckBox" name="inputEncodingCB" >
159      <property name="text" >
160       <string>Use input encod&amp;ing</string>
161      </property>
162     </widget>
163    </item>
164    <item>
165     <spacer>
166      <property name="orientation" >
167       <enum>Qt::Vertical</enum>
168      </property>
169      <property name="sizeType" >
170       <enum>QSizePolicy::Expanding</enum>
171      </property>
172      <property name="sizeHint" >
173       <size>
174        <width>20</width>
175        <height>20</height>
176       </size>
177      </property>
178     </spacer>
179    </item>
180   </layout>
181  </widget>
182  <pixmapfunction></pixmapfunction>
183  <includes>
184   <include location="local" >qt_helpers.h</include>
185  </includes>
186  <tabstops>
187   <tabstop>spellCommandCO</tabstop>
188   <tabstop>altLanguageED</tabstop>
189   <tabstop>escapeCharactersED</tabstop>
190   <tabstop>persDictionaryED</tabstop>
191   <tabstop>persDictionaryPB</tabstop>
192   <tabstop>compoundWordCB</tabstop>
193   <tabstop>inputEncodingCB</tabstop>
194  </tabstops>
195  <resources/>
196  <connections/>
197 </ui>