1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Prefs_Typography</class>
4 <widget class="QWidget" name="Prefs_Typography">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>682</width>
10    <height>449</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout" name="verticalLayout_2">
14   <property name="leftMargin">
15    <number>0</number>
16   </property>
17   <property name="topMargin">
18    <number>0</number>
19   </property>
20   <property name="rightMargin">
21    <number>0</number>
22   </property>
23   <property name="bottomMargin">
24    <number>0</number>
25   </property>
26   <item>
27    <widget class="QLabel" name="label">
28     <property name="font">
29      <font>
30       <pointsize>14</pointsize>
31       <weight>75</weight>
32       <bold>true</bold>
33      </font>
34     </property>
35     <property name="text">
36      <string>Typography</string>
37     </property>
38    </widget>
39   </item>
40   <item>
41    <widget class="Line" name="line">
42     <property name="orientation">
43      <enum>Qt::Horizontal</enum>
44     </property>
45    </widget>
46   </item>
47   <item>
48    <layout class="QHBoxLayout" name="horizontalLayout_4">
49     <item>
50      <layout class="QVBoxLayout" name="verticalLayout_5">
51       <item>
52        <widget class="QLabel" name="label_2">
53         <property name="font">
54          <font>
55           <weight>75</weight>
56           <bold>true</bold>
57          </font>
58         </property>
59         <property name="text">
60          <string>Subscript</string>
61         </property>
62        </widget>
63       </item>
64       <item>
65        <widget class="Line" name="line_3">
66         <property name="orientation">
67          <enum>Qt::Horizontal</enum>
68         </property>
69        </widget>
70       </item>
71       <item>
72        <layout class="QFormLayout" name="formLayout_3">
73         <property name="fieldGrowthPolicy">
74          <enum>QFormLayout::FieldsStayAtSizeHint</enum>
75         </property>
76         <property name="formAlignment">
77          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
78         </property>
79         <item row="0" column="0">
80          <widget class="QLabel" name="label_5">
81           <property name="text">
82            <string>Displacement:</string>
83           </property>
84          </widget>
85         </item>
86         <item row="0" column="1">
87          <widget class="QSpinBox" name="subscriptDisplacementSpinBox">
88           <property name="suffix">
89            <string> %</string>
90           </property>
91           <property name="maximum">
92            <number>100</number>
93           </property>
94          </widget>
95         </item>
96         <item row="1" column="1">
97          <widget class="QSpinBox" name="subscriptScalingSpinBox">
98           <property name="suffix">
99            <string> %</string>
100           </property>
101           <property name="minimum">
102            <number>1</number>
103           </property>
104           <property name="maximum">
105            <number>100</number>
106           </property>
107          </widget>
108         </item>
109         <item row="1" column="0">
110          <widget class="QLabel" name="label_6">
111           <property name="text">
112            <string>Scaling:</string>
113           </property>
114          </widget>
115         </item>
116        </layout>
117       </item>
118       <item>
119        <spacer name="verticalSpacer">
120         <property name="orientation">
121          <enum>Qt::Vertical</enum>
122         </property>
123         <property name="sizeType">
124          <enum>QSizePolicy::Fixed</enum>
125         </property>
126         <property name="sizeHint" stdset="0">
127          <size>
128           <width>20</width>
129           <height>20</height>
130          </size>
131         </property>
132        </spacer>
133       </item>
134       <item>
135        <widget class="QLabel" name="label_3">
136         <property name="font">
137          <font>
138           <weight>75</weight>
139           <bold>true</bold>
140          </font>
141         </property>
142         <property name="text">
143          <string>Superscript</string>
144         </property>
145        </widget>
146       </item>
147       <item>
148        <widget class="Line" name="line_2">
149         <property name="orientation">
150          <enum>Qt::Horizontal</enum>
151         </property>
152        </widget>
153       </item>
154       <item>
155        <layout class="QFormLayout" name="formLayout_2">
156         <property name="fieldGrowthPolicy">
157          <enum>QFormLayout::FieldsStayAtSizeHint</enum>
158         </property>
159         <property name="formAlignment">
160          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
161         </property>
162         <item row="0" column="0">
163          <widget class="QLabel" name="label_7">
164           <property name="text">
165            <string>Displacement:</string>
166           </property>
167          </widget>
168         </item>
169         <item row="0" column="1">
170          <widget class="QSpinBox" name="superscriptDisplacementSpinBox">
171           <property name="suffix">
172            <string> %</string>
173           </property>
174           <property name="maximum">
175            <number>100</number>
176           </property>
177          </widget>
178         </item>
179         <item row="1" column="0">
180          <widget class="QLabel" name="label_8">
181           <property name="text">
182            <string>Scaling:</string>
183           </property>
184          </widget>
185         </item>
186         <item row="1" column="1">
187          <widget class="QSpinBox" name="superscriptScalingSpinBox">
188           <property name="suffix">
189            <string> %</string>
190           </property>
191           <property name="minimum">
192            <number>1</number>
193           </property>
194           <property name="maximum">
195            <number>100</number>
196           </property>
197          </widget>
198         </item>
199        </layout>
200       </item>
201       <item>
202        <spacer name="verticalSpacer_2">
203         <property name="orientation">
204          <enum>Qt::Vertical</enum>
205         </property>
206         <property name="sizeType">
207          <enum>QSizePolicy::Fixed</enum>
208         </property>
209         <property name="sizeHint" stdset="0">
210          <size>
211           <width>20</width>
212           <height>20</height>
213          </size>
214         </property>
215        </spacer>
216       </item>
217       <item>
218        <widget class="QLabel" name="label_14">
219         <property name="font">
220          <font>
221           <weight>75</weight>
222           <bold>true</bold>
223          </font>
224         </property>
225         <property name="text">
226          <string>Small Caps</string>
227         </property>
228        </widget>
229       </item>
230       <item>
231        <widget class="Line" name="line_5">
232         <property name="orientation">
233          <enum>Qt::Horizontal</enum>
234         </property>
235        </widget>
236       </item>
237       <item>
238        <layout class="QFormLayout" name="formLayout_5">
239         <property name="fieldGrowthPolicy">
240          <enum>QFormLayout::FieldsStayAtSizeHint</enum>
241         </property>
242         <property name="formAlignment">
243          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
244         </property>
245         <item row="0" column="0">
246          <widget class="QLabel" name="label_15">
247           <property name="text">
248            <string>Scaling:</string>
249           </property>
250          </widget>
251         </item>
252         <item row="0" column="1">
253          <widget class="QSpinBox" name="smallcapsScalingSpinBox">
254           <property name="suffix">
255            <string> %</string>
256           </property>
257           <property name="maximum">
258            <number>100</number>
259           </property>
260          </widget>
261         </item>
262        </layout>
263       </item>
264      </layout>
265     </item>
266     <item>
267      <spacer name="horizontalSpacer">
268       <property name="orientation">
269        <enum>Qt::Horizontal</enum>
270       </property>
271       <property name="sizeType">
272        <enum>QSizePolicy::Fixed</enum>
273       </property>
274       <property name="sizeHint" stdset="0">
275        <size>
276         <width>9</width>
277         <height>20</height>
278        </size>
279       </property>
280      </spacer>
281     </item>
282     <item>
283      <layout class="QVBoxLayout" name="verticalLayout_3">
284       <item>
285        <widget class="QLabel" name="label_4">
286         <property name="font">
287          <font>
288           <weight>75</weight>
289           <bold>true</bold>
290          </font>
291         </property>
292         <property name="text">
293          <string>Underline</string>
294         </property>
295        </widget>
296       </item>
297       <item>
298        <widget class="Line" name="line_1">
299         <property name="orientation">
300          <enum>Qt::Horizontal</enum>
301         </property>
302        </widget>
303       </item>
304       <item>
305        <layout class="QFormLayout" name="formLayout_1">
306         <property name="fieldGrowthPolicy">
307          <enum>QFormLayout::FieldsStayAtSizeHint</enum>
308         </property>
309         <property name="formAlignment">
310          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
311         </property>
312         <item row="0" column="0">
313          <widget class="QLabel" name="label_9">
314           <property name="text">
315            <string>Displacement:</string>
316           </property>
317          </widget>
318         </item>
319         <item row="1" column="0">
320          <widget class="QLabel" name="label_10">
321           <property name="text">
322            <string>Line Width:</string>
323           </property>
324          </widget>
325         </item>
326         <item row="1" column="1">
327          <widget class="QDoubleSpinBox" name="underlineLineWidthSpinBox">
328           <property name="wrapping">
329            <bool>true</bool>
330           </property>
331           <property name="specialValueText">
332            <string>Auto</string>
333           </property>
334           <property name="suffix">
335            <string> %</string>
336           </property>
337           <property name="minimum">
338            <double>-0.100000000000000</double>
339           </property>
340           <property name="maximum">
341            <double>100.000000000000000</double>
342           </property>
343          </widget>
344         </item>
345         <item row="0" column="1">
346          <widget class="QDoubleSpinBox" name="underlineDisplacementSpinBox">
347           <property name="wrapping">
348            <bool>true</bool>
349           </property>
350           <property name="specialValueText">
351            <string>Auto</string>
352           </property>
353           <property name="suffix">
354            <string> %</string>
355           </property>
356           <property name="minimum">
357            <double>-0.100000000000000</double>
358           </property>
359           <property name="maximum">
360            <double>100.000000000000000</double>
361           </property>
362          </widget>
363         </item>
364        </layout>
365       </item>
366       <item>
367        <spacer name="verticalSpacer_4">
368         <property name="orientation">
369          <enum>Qt::Vertical</enum>
370         </property>
371         <property name="sizeType">
372          <enum>QSizePolicy::Fixed</enum>
373         </property>
374         <property name="sizeHint" stdset="0">
375          <size>
376           <width>20</width>
377           <height>20</height>
378          </size>
379         </property>
380        </spacer>
381       </item>
382       <item>
383        <widget class="QLabel" name="label_11">
384         <property name="font">
385          <font>
386           <weight>75</weight>
387           <bold>true</bold>
388          </font>
389         </property>
390         <property name="text">
391          <string>Strikeout</string>
392         </property>
393        </widget>
394       </item>
395       <item>
396        <widget class="Line" name="line_4">
397         <property name="orientation">
398          <enum>Qt::Horizontal</enum>
399         </property>
400        </widget>
401       </item>
402       <item>
403        <layout class="QFormLayout" name="formLayout_4">
404         <property name="fieldGrowthPolicy">
405          <enum>QFormLayout::FieldsStayAtSizeHint</enum>
406         </property>
407         <property name="formAlignment">
408          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
409         </property>
410         <item row="0" column="0">
411          <widget class="QLabel" name="label_12">
412           <property name="text">
413            <string>Displacement:</string>
414           </property>
415          </widget>
416         </item>
417         <item row="0" column="1">
418          <widget class="QDoubleSpinBox" name="strikeoutDisplacementSpinBox">
419           <property name="wrapping">
420            <bool>true</bool>
421           </property>
422           <property name="specialValueText">
423            <string>Auto</string>
424           </property>
425           <property name="suffix">
426            <string> %</string>
427           </property>
428           <property name="minimum">
429            <double>-0.100000000000000</double>
430           </property>
431           <property name="maximum">
432            <double>100.000000000000000</double>
433           </property>
434          </widget>
435         </item>
436         <item row="1" column="0">
437          <widget class="QLabel" name="label_13">
438           <property name="text">
439            <string>Line Width:</string>
440           </property>
441          </widget>
442         </item>
443         <item row="1" column="1">
444          <widget class="QDoubleSpinBox" name="strikeoutLineWidthSpinBox">
445           <property name="wrapping">
446            <bool>true</bool>
447           </property>
448           <property name="specialValueText">
449            <string>Auto</string>
450           </property>
451           <property name="suffix">
452            <string> %</string>
453           </property>
454           <property name="minimum">
455            <double>-0.100000000000000</double>
456           </property>
457           <property name="maximum">
458            <double>100.000000000000000</double>
459           </property>
460          </widget>
461         </item>
462        </layout>
463       </item>
464       <item>
465        <spacer name="verticalSpacer_6">
466         <property name="orientation">
467          <enum>Qt::Vertical</enum>
468         </property>
469         <property name="sizeType">
470          <enum>QSizePolicy::Fixed</enum>
471         </property>
472         <property name="sizeHint" stdset="0">
473          <size>
474           <width>20</width>
475           <height>20</height>
476          </size>
477         </property>
478        </spacer>
479       </item>
480       <item>
481        <widget class="QLabel" name="label_17">
482         <property name="font">
483          <font>
484           <weight>75</weight>
485           <bold>true</bold>
486          </font>
487         </property>
488         <property name="text">
489          <string>Automatic Line Spacing</string>
490         </property>
491        </widget>
492       </item>
493       <item>
494        <widget class="Line" name="line_6">
495         <property name="orientation">
496          <enum>Qt::Horizontal</enum>
497         </property>
498        </widget>
499       </item>
500       <item>
501        <layout class="QFormLayout" name="formLayout_6">
502         <property name="fieldGrowthPolicy">
503          <enum>QFormLayout::FieldsStayAtSizeHint</enum>
504         </property>
505         <property name="formAlignment">
506          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
507         </property>
508         <item row="0" column="0">
509          <widget class="QLabel" name="label_19">
510           <property name="text">
511            <string>Line Spacing:</string>
512           </property>
513          </widget>
514         </item>
515         <item row="0" column="1">
516          <widget class="QSpinBox" name="automaticLineSpacingSpinBox">
517           <property name="suffix">
518            <string> %</string>
519           </property>
520           <property name="minimum">
521            <number>1</number>
522           </property>
523           <property name="maximum">
524            <number>500</number>
525           </property>
526          </widget>
527         </item>
528        </layout>
529       </item>
530      </layout>
531     </item>
532    </layout>
533   </item>
534   <item>
535    <spacer name="verticalSpacer_3">
536     <property name="orientation">
537      <enum>Qt::Vertical</enum>
538     </property>
539     <property name="sizeHint" stdset="0">
540      <size>
541       <width>20</width>
542       <height>34</height>
543      </size>
544     </property>
545    </spacer>
546   </item>
547  </layout>
548 </widget>
549 <tabstops>
550  <tabstop>subscriptDisplacementSpinBox</tabstop>
551  <tabstop>subscriptScalingSpinBox</tabstop>
552  <tabstop>superscriptDisplacementSpinBox</tabstop>
553  <tabstop>superscriptScalingSpinBox</tabstop>
554  <tabstop>smallcapsScalingSpinBox</tabstop>
555  <tabstop>underlineDisplacementSpinBox</tabstop>
556  <tabstop>underlineLineWidthSpinBox</tabstop>
557  <tabstop>strikeoutDisplacementSpinBox</tabstop>
558  <tabstop>strikeoutLineWidthSpinBox</tabstop>
559  <tabstop>automaticLineSpacingSpinBox</tabstop>
560 </tabstops>
561 <resources/>
562 <connections/>
563</ui>
564