1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Prefs_Miscellaneous</class>
4 <widget class="QWidget" name="Prefs_Miscellaneous">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>691</width>
10    <height>420</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout" name="verticalLayout_3">
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="titleLabel">
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>Miscellaneous</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    <widget class="QScrollArea" name="scrollArea">
49     <property name="frameShape">
50      <enum>QFrame::NoFrame</enum>
51     </property>
52     <property name="frameShadow">
53      <enum>QFrame::Plain</enum>
54     </property>
55     <property name="widgetResizable">
56      <bool>true</bool>
57     </property>
58     <widget class="QWidget" name="scrollAreaWidgetContents">
59      <property name="geometry">
60       <rect>
61        <x>0</x>
62        <y>0</y>
63        <width>665</width>
64        <height>352</height>
65       </rect>
66      </property>
67      <layout class="QVBoxLayout" name="verticalLayout">
68       <property name="leftMargin">
69        <number>0</number>
70       </property>
71       <property name="topMargin">
72        <number>0</number>
73       </property>
74       <property name="rightMargin">
75        <number>0</number>
76       </property>
77       <item>
78        <widget class="QCheckBox" name="confirmFontReplacementsCheckBox">
79         <property name="text">
80          <string>Always ask before fonts are replaced when loading a document</string>
81         </property>
82        </widget>
83       </item>
84       <item>
85        <widget class="QCheckBox" name="previewParaStylesCheckBox">
86         <property name="text">
87          <string>Preview of current Paragraph Style is visible when editing Styles</string>
88         </property>
89        </widget>
90       </item>
91       <item>
92        <spacer name="verticalSpacer_2">
93         <property name="orientation">
94          <enum>Qt::Vertical</enum>
95         </property>
96         <property name="sizeType">
97          <enum>QSizePolicy::Fixed</enum>
98         </property>
99         <property name="sizeHint" stdset="0">
100          <size>
101           <width>20</width>
102           <height>20</height>
103          </size>
104         </property>
105        </spacer>
106       </item>
107       <item>
108        <widget class="QLabel" name="label">
109         <property name="font">
110          <font>
111           <weight>75</weight>
112           <bold>true</bold>
113          </font>
114         </property>
115         <property name="text">
116          <string>Lorem Ipsum</string>
117         </property>
118        </widget>
119       </item>
120       <item>
121        <widget class="Line" name="line_2">
122         <property name="orientation">
123          <enum>Qt::Horizontal</enum>
124         </property>
125        </widget>
126       </item>
127       <item>
128        <widget class="QCheckBox" name="useStandardLoremIpsumCheckBox">
129         <property name="text">
130          <string>Always use standard Lorem Ipsum text</string>
131         </property>
132        </widget>
133       </item>
134       <item>
135        <layout class="QHBoxLayout" name="horizontalLayout_2">
136         <item>
137          <widget class="QLabel" name="label_2">
138           <property name="text">
139            <string>Paragraph Count:</string>
140           </property>
141          </widget>
142         </item>
143         <item>
144          <widget class="QSpinBox" name="loremIpsumParaCountSpinBox"/>
145         </item>
146         <item>
147          <spacer name="horizontalSpacer_2">
148           <property name="orientation">
149            <enum>Qt::Horizontal</enum>
150           </property>
151           <property name="sizeHint" stdset="0">
152            <size>
153             <width>40</width>
154             <height>20</height>
155            </size>
156           </property>
157          </spacer>
158         </item>
159        </layout>
160       </item>
161       <item>
162        <spacer name="verticalSpacer">
163         <property name="orientation">
164          <enum>Qt::Vertical</enum>
165         </property>
166         <property name="sizeType">
167          <enum>QSizePolicy::MinimumExpanding</enum>
168         </property>
169         <property name="sizeHint" stdset="0">
170          <size>
171           <width>20</width>
172           <height>0</height>
173          </size>
174         </property>
175        </spacer>
176       </item>
177      </layout>
178     </widget>
179    </widget>
180   </item>
181  </layout>
182 </widget>
183 <resources/>
184 <connections/>
185</ui>
186