Rev 17542 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
17542 | craig | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> |
||
10170 | fschmid | 3 | <class>hysettingsBase</class> |
17542 | craig | 4 | <widget class="QWidget" name="hysettingsBase"> |
5 | <property name="geometry"> |
||
10170 | fschmid | 6 | <rect> |
7 | <x>0</x> |
||
8 | <y>0</y> |
||
17820 | craig | 9 | <width>724</width> |
17542 | craig | 10 | <height>445</height> |
10170 | fschmid | 11 | </rect> |
12 | </property> |
||
17542 | craig | 13 | <property name="windowTitle"> |
10170 | fschmid | 14 | <string>Form</string> |
15 | </property> |
||
17542 | craig | 16 | <layout class="QGridLayout"> |
17 | <property name="margin"> |
||
10170 | fschmid | 18 | <number>10</number> |
19 | </property> |
||
17542 | craig | 20 | <property name="spacing"> |
10170 | fschmid | 21 | <number>5</number> |
22 | </property> |
||
17542 | craig | 23 | <item row="0" column="0"> |
24 | <widget class="QTabWidget" name="tabWidget"> |
||
25 | <property name="tabShape"> |
||
26 | <enum>QTabWidget::Rounded</enum> |
||
10170 | fschmid | 27 | </property> |
17542 | craig | 28 | <property name="currentIndex"> |
29 | <number>0</number> |
||
10170 | fschmid | 30 | </property> |
17542 | craig | 31 | <widget class="QWidget" name="hyphenationTab"> |
32 | <attribute name="title"> |
||
33 | <string>Hyphenation</string> |
||
34 | </attribute> |
||
35 | <layout class="QGridLayout" name="hyphGridLayout"> |
||
36 | <item row="0" column="0"> |
||
37 | <widget class="QGroupBox" name="groupBox"> |
||
38 | <property name="sizePolicy"> |
||
39 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
||
40 | <horstretch>0</horstretch> |
||
41 | <verstretch>0</verstretch> |
||
42 | </sizepolicy> |
||
43 | </property> |
||
44 | <property name="title"> |
||
45 | <string>General Options</string> |
||
46 | </property> |
||
47 | <layout class="QVBoxLayout"> |
||
48 | <property name="spacing"> |
||
49 | <number>5</number> |
||
50 | </property> |
||
51 | <property name="margin"> |
||
52 | <number>10</number> |
||
53 | </property> |
||
54 | <item> |
||
55 | <widget class="QCheckBox" name="verbose"> |
||
56 | <property name="toolTip"> |
||
57 | <string>A dialog box showing all possible hyphens for each word will show up when you use the Extras, Hyphenate Text option.</string> |
||
58 | </property> |
||
59 | <property name="text"> |
||
60 | <string>&Hyphenation Suggestions</string> |
||
61 | </property> |
||
62 | </widget> |
||
63 | </item> |
||
64 | <item> |
||
65 | <widget class="QCheckBox" name="input"> |
||
66 | <property name="toolTip"> |
||
67 | <string>Enables automatic hyphenation of your text while typing.</string> |
||
68 | </property> |
||
69 | <property name="text"> |
||
70 | <string>Hyphenate Text Automatically &During Typing</string> |
||
71 | </property> |
||
72 | </widget> |
||
73 | </item> |
||
74 | <item> |
||
75 | <spacer name="verticalSpacer"> |
||
76 | <property name="orientation"> |
||
77 | <enum>Qt::Vertical</enum> |
||
78 | </property> |
||
79 | <property name="sizeType"> |
||
80 | <enum>QSizePolicy::Minimum</enum> |
||
81 | </property> |
||
82 | <property name="sizeHint" stdset="0"> |
||
83 | <size> |
||
84 | <width>20</width> |
||
85 | <height>20</height> |
||
86 | </size> |
||
87 | </property> |
||
88 | </spacer> |
||
89 | </item> |
||
90 | </layout> |
||
91 | </widget> |
||
92 | </item> |
||
93 | <item row="0" column="1"> |
||
94 | <widget class="QGroupBox" name="groupBox_4"> |
||
95 | <property name="sizePolicy"> |
||
96 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
||
97 | <horstretch>0</horstretch> |
||
98 | <verstretch>0</verstretch> |
||
99 | </sizepolicy> |
||
100 | </property> |
||
101 | <property name="title"> |
||
102 | <string>Behaviour</string> |
||
103 | </property> |
||
104 | <layout class="QGridLayout"> |
||
105 | <property name="margin"> |
||
106 | <number>10</number> |
||
107 | </property> |
||
108 | <property name="spacing"> |
||
109 | <number>5</number> |
||
110 | </property> |
||
111 | <item row="0" column="0"> |
||
112 | <widget class="QLabel" name="label"> |
||
113 | <property name="text"> |
||
114 | <string>&Language:</string> |
||
115 | </property> |
||
116 | <property name="buddy"> |
||
117 | <cstring>language</cstring> |
||
118 | </property> |
||
119 | </widget> |
||
120 | </item> |
||
121 | <item row="0" column="1" colspan="3"> |
||
122 | <widget class="QComboBox" name="language"/> |
||
123 | </item> |
||
124 | <item row="1" column="0"> |
||
125 | <widget class="QLabel" name="label_2"> |
||
126 | <property name="text"> |
||
127 | <string>&Smallest Word:</string> |
||
128 | </property> |
||
129 | <property name="buddy"> |
||
130 | <cstring>wordLen</cstring> |
||
131 | </property> |
||
132 | </widget> |
||
133 | </item> |
||
134 | <item row="1" column="1"> |
||
135 | <widget class="QSpinBox" name="wordLen"> |
||
136 | <property name="toolTip"> |
||
137 | <string>Length of the smallest word to be hyphenated.</string> |
||
138 | </property> |
||
139 | <property name="minimum"> |
||
140 | <number>3</number> |
||
141 | </property> |
||
142 | </widget> |
||
143 | </item> |
||
144 | <item row="1" column="2" colspan="2"> |
||
145 | <widget class="QLabel" name="label_3"> |
||
146 | <property name="text"> |
||
147 | <string>Chars</string> |
||
148 | </property> |
||
149 | </widget> |
||
150 | </item> |
||
151 | <item row="2" column="0" colspan="3"> |
||
152 | <widget class="QLabel" name="label_4"> |
||
153 | <property name="text"> |
||
154 | <string>Consecutive Hyphenations &Allowed:</string> |
||
155 | </property> |
||
156 | <property name="wordWrap"> |
||
157 | <bool>false</bool> |
||
158 | </property> |
||
159 | <property name="buddy"> |
||
160 | <cstring>maxCount</cstring> |
||
161 | </property> |
||
162 | </widget> |
||
163 | </item> |
||
164 | <item row="2" column="3"> |
||
165 | <widget class="QSpinBox" name="maxCount"> |
||
166 | <property name="toolTip"> |
||
167 | <string>Maximum number of Hyphenations following each other. |
||
10170 | fschmid | 168 | A value of 0 means unlimited hyphenations.</string> |
17542 | craig | 169 | </property> |
170 | </widget> |
||
171 | </item> |
||
172 | </layout> |
||
173 | </widget> |
||
174 | </item> |
||
175 | <item row="1" column="0"> |
||
176 | <widget class="QGroupBox" name="groupBox_2"> |
||
177 | <property name="sizePolicy"> |
||
178 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
||
179 | <horstretch>0</horstretch> |
||
180 | <verstretch>0</verstretch> |
||
181 | </sizepolicy> |
||
182 | </property> |
||
183 | <property name="title"> |
||
184 | <string>Exceptions</string> |
||
185 | </property> |
||
186 | <layout class="QGridLayout"> |
||
187 | <property name="margin"> |
||
188 | <number>10</number> |
||
189 | </property> |
||
190 | <property name="spacing"> |
||
191 | <number>5</number> |
||
192 | </property> |
||
193 | <item row="0" column="0" colspan="4"> |
||
194 | <widget class="QListWidget" name="exceptList"/> |
||
195 | </item> |
||
196 | <item row="1" column="0"> |
||
197 | <widget class="QPushButton" name="buttonExceptAdd"> |
||
198 | <property name="text"> |
||
199 | <string/> |
||
200 | </property> |
||
201 | </widget> |
||
202 | </item> |
||
203 | <item row="1" column="1"> |
||
204 | <widget class="QPushButton" name="buttonExceptEdit"> |
||
205 | <property name="text"> |
||
206 | <string>Edit</string> |
||
207 | </property> |
||
208 | </widget> |
||
209 | </item> |
||
210 | <item row="1" column="2"> |
||
211 | <widget class="QPushButton" name="buttonExceptRemove"> |
||
212 | <property name="text"> |
||
213 | <string/> |
||
214 | </property> |
||
215 | </widget> |
||
216 | </item> |
||
217 | <item row="1" column="3"> |
||
218 | <spacer> |
||
219 | <property name="orientation"> |
||
220 | <enum>Qt::Horizontal</enum> |
||
221 | </property> |
||
222 | <property name="sizeHint" stdset="0"> |
||
223 | <size> |
||
224 | <width>40</width> |
||
225 | <height>20</height> |
||
226 | </size> |
||
227 | </property> |
||
228 | </spacer> |
||
229 | </item> |
||
230 | </layout> |
||
231 | </widget> |
||
232 | </item> |
||
233 | <item row="1" column="1"> |
||
234 | <widget class="QGroupBox" name="groupBox_3"> |
||
235 | <property name="sizePolicy"> |
||
236 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
||
237 | <horstretch>0</horstretch> |
||
238 | <verstretch>0</verstretch> |
||
239 | </sizepolicy> |
||
240 | </property> |
||
241 | <property name="title"> |
||
242 | <string>Ignore List</string> |
||
243 | </property> |
||
244 | <layout class="QGridLayout"> |
||
245 | <property name="margin"> |
||
246 | <number>10</number> |
||
247 | </property> |
||
248 | <property name="spacing"> |
||
249 | <number>5</number> |
||
250 | </property> |
||
251 | <item row="0" column="0" colspan="4"> |
||
252 | <widget class="QListWidget" name="ignoreList"> |
||
253 | <property name="sizePolicy"> |
||
254 | <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> |
||
255 | <horstretch>0</horstretch> |
||
256 | <verstretch>0</verstretch> |
||
257 | </sizepolicy> |
||
258 | </property> |
||
259 | </widget> |
||
260 | </item> |
||
261 | <item row="1" column="0"> |
||
262 | <widget class="QPushButton" name="buttonIgnoreAdd"> |
||
263 | <property name="text"> |
||
264 | <string/> |
||
265 | </property> |
||
266 | </widget> |
||
267 | </item> |
||
268 | <item row="1" column="1"> |
||
269 | <widget class="QPushButton" name="buttonIgnoreEdit"> |
||
270 | <property name="text"> |
||
271 | <string>Edit</string> |
||
272 | </property> |
||
273 | </widget> |
||
274 | </item> |
||
275 | <item row="1" column="2"> |
||
276 | <widget class="QPushButton" name="buttonIgnoreRemove"> |
||
277 | <property name="text"> |
||
278 | <string/> |
||
279 | </property> |
||
280 | </widget> |
||
281 | </item> |
||
282 | <item row="1" column="3"> |
||
283 | <spacer> |
||
284 | <property name="orientation"> |
||
285 | <enum>Qt::Horizontal</enum> |
||
286 | </property> |
||
287 | <property name="sizeHint" stdset="0"> |
||
288 | <size> |
||
289 | <width>21</width> |
||
290 | <height>20</height> |
||
291 | </size> |
||
292 | </property> |
||
293 | </spacer> |
||
294 | </item> |
||
295 | </layout> |
||
296 | </widget> |
||
297 | </item> |
||
298 | </layout> |
||
299 | </widget> |
||
300 | <widget class="QWidget" name="spellingTab"> |
||
301 | <attribute name="title"> |
||
302 | <string>Spelling</string> |
||
303 | </attribute> |
||
304 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
||
305 | <item> |
||
306 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
||
307 | <item> |
||
308 | <layout class="QVBoxLayout" name="verticalLayout"> |
||
309 | <item> |
||
310 | <widget class="QLabel" name="label_5"> |
||
311 | <property name="text"> |
||
312 | <string>Installed Spelling Dictionaries</string> |
||
313 | </property> |
||
314 | </widget> |
||
315 | </item> |
||
316 | <item> |
||
317 | <widget class="QTableWidget" name="dictTableWidget"> |
||
318 | <attribute name="verticalHeaderVisible"> |
||
319 | <bool>false</bool> |
||
320 | </attribute> |
||
321 | </widget> |
||
322 | </item> |
||
323 | </layout> |
||
324 | </item> |
||
325 | <item> |
||
326 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
||
327 | <item> |
||
328 | <widget class="QLabel" name="label_6"> |
||
329 | <property name="text"> |
||
330 | <string>Downloadable Spelling Dictionaries</string> |
||
331 | </property> |
||
332 | </widget> |
||
333 | </item> |
||
334 | <item> |
||
335 | <widget class="QTableWidget" name="availDictTableWidget"> |
||
336 | <attribute name="verticalHeaderVisible"> |
||
337 | <bool>false</bool> |
||
338 | </attribute> |
||
339 | </widget> |
||
340 | </item> |
||
341 | </layout> |
||
342 | </item> |
||
343 | </layout> |
||
344 | </item> |
||
345 | <item> |
||
346 | <layout class="QHBoxLayout" name="horizontalLayout"> |
||
347 | <item> |
||
17820 | craig | 348 | <widget class="QLabel" name="dlLabel"> |
349 | <property name="text"> |
||
350 | <string>Downloading</string> |
||
351 | </property> |
||
352 | </widget> |
||
353 | </item> |
||
354 | <item> |
||
355 | <widget class="QProgressBar" name="downloadProgressBar"> |
||
356 | <property name="value"> |
||
357 | <number>0</number> |
||
358 | </property> |
||
359 | <property name="textVisible"> |
||
360 | <bool>true</bool> |
||
361 | </property> |
||
362 | <property name="invertedAppearance"> |
||
363 | <bool>false</bool> |
||
364 | </property> |
||
365 | </widget> |
||
366 | </item> |
||
367 | <item> |
||
17542 | craig | 368 | <spacer name="horizontalSpacer"> |
369 | <property name="orientation"> |
||
370 | <enum>Qt::Horizontal</enum> |
||
371 | </property> |
||
372 | <property name="sizeHint" stdset="0"> |
||
373 | <size> |
||
374 | <width>40</width> |
||
375 | <height>20</height> |
||
376 | </size> |
||
377 | </property> |
||
378 | </spacer> |
||
379 | </item> |
||
380 | <item> |
||
381 | <widget class="QPushButton" name="availListDownloadButton"> |
||
382 | <property name="text"> |
||
383 | <string>Refresh Downloadable List</string> |
||
384 | </property> |
||
385 | </widget> |
||
386 | </item> |
||
387 | <item> |
||
388 | <widget class="QPushButton" name="spellDownloadButton"> |
||
389 | <property name="text"> |
||
390 | <string>Download Selected Dictionaries</string> |
||
391 | </property> |
||
392 | </widget> |
||
393 | </item> |
||
394 | </layout> |
||
395 | </item> |
||
396 | </layout> |
||
397 | </widget> |
||
10170 | fschmid | 398 | </widget> |
399 | </item> |
||
400 | </layout> |
||
401 | </widget> |
||
17542 | craig | 402 | <layoutdefault spacing="5" margin="10"/> |
10170 | fschmid | 403 | <resources/> |
404 | <connections/> |
||
405 | </ui> |