1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ParagraphUi</class>
4 <widget class="QDialog" name="ParagraphUi">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>438</width>
10    <height>292</height>
11   </rect>
12  </property>
13  <property name="focusPolicy">
14   <enum>Qt::NoFocus</enum>
15  </property>
16  <property name="windowTitle">
17   <string/>
18  </property>
19  <layout class="QGridLayout">
20   <property name="margin">
21    <number>9</number>
22   </property>
23   <property name="spacing">
24    <number>6</number>
25   </property>
26   <item row="4" column="0" colspan="2">
27    <spacer>
28     <property name="orientation">
29      <enum>Qt::Horizontal</enum>
30     </property>
31     <property name="sizeHint" stdset="0">
32      <size>
33       <width>281</width>
34       <height>31</height>
35      </size>
36     </property>
37    </spacer>
38   </item>
39   <item row="4" column="2">
40    <widget class="QCheckBox" name="synchronizedViewCB">
41     <property name="layoutDirection">
42      <enum>Qt::LeftToRight</enum>
43     </property>
44     <property name="text">
45      <string>I&amp;mmediate Apply</string>
46     </property>
47    </widget>
48   </item>
49   <item row="1" column="0">
50    <widget class="QGroupBox" name="labelwidthGB">
51     <property name="enabled">
52      <bool>false</bool>
53     </property>
54     <property name="title">
55      <string>Label Width</string>
56     </property>
57     <property name="flat">
58      <bool>true</bool>
59     </property>
60     <layout class="QGridLayout">
61      <property name="margin">
62       <number>9</number>
63      </property>
64      <property name="spacing">
65       <number>6</number>
66      </property>
67      <item row="0" column="0">
68       <widget class="QLabel" name="TextLabel2">
69        <property name="toolTip">
70         <string>This text defines the width of the paragraph label</string>
71        </property>
72        <property name="text">
73         <string>Lo&amp;ngest label</string>
74        </property>
75        <property name="buddy">
76         <cstring>labelWidth</cstring>
77        </property>
78       </widget>
79      </item>
80      <item row="0" column="1">
81       <widget class="QLineEdit" name="labelWidth">
82        <property name="toolTip">
83         <string>This text defines the width of the paragraph label</string>
84        </property>
85       </widget>
86      </item>
87     </layout>
88    </widget>
89   </item>
90   <item row="0" column="0">
91    <widget class="QGroupBox" name="groupBox">
92     <property name="title">
93      <string>Line &amp;spacing</string>
94     </property>
95     <property name="flat">
96      <bool>true</bool>
97     </property>
98     <layout class="QGridLayout">
99      <property name="margin">
100       <number>9</number>
101      </property>
102      <property name="spacing">
103       <number>6</number>
104      </property>
105      <item row="0" column="1">
106       <widget class="QLineEdit" name="linespacingValue">
107        <property name="enabled">
108         <bool>false</bool>
109        </property>
110       </widget>
111      </item>
112      <item row="0" column="0">
113       <widget class="QComboBox" name="linespacing">
114        <item>
115         <property name="text">
116          <string>Default</string>
117         </property>
118        </item>
119        <item>
120         <property name="text">
121          <string>Single</string>
122         </property>
123        </item>
124        <item>
125         <property name="text">
126          <string>1.5</string>
127         </property>
128        </item>
129        <item>
130         <property name="text">
131          <string>Double</string>
132         </property>
133        </item>
134        <item>
135         <property name="text">
136          <string>Custom</string>
137         </property>
138        </item>
139       </widget>
140      </item>
141     </layout>
142    </widget>
143   </item>
144   <item row="2" column="0">
145    <widget class="QCheckBox" name="indentCB">
146     <property name="text">
147      <string>&amp;Indent Paragraph</string>
148     </property>
149    </widget>
150   </item>
151   <item row="0" column="1" rowspan="3" colspan="2">
152    <widget class="QGroupBox" name="aligmentGB">
153     <property name="title">
154      <string>Alignment</string>
155     </property>
156     <property name="flat">
157      <bool>true</bool>
158     </property>
159     <layout class="QGridLayout">
160      <property name="margin">
161       <number>9</number>
162      </property>
163      <property name="spacing">
164       <number>6</number>
165      </property>
166      <item row="1" column="0">
167       <widget class="QRadioButton" name="alignJustRB">
168        <property name="text">
169         <string>&amp;Justified</string>
170        </property>
171       </widget>
172      </item>
173      <item row="2" column="0">
174       <widget class="QRadioButton" name="alignLeftRB">
175        <property name="text">
176         <string>&amp;Left</string>
177        </property>
178       </widget>
179      </item>
180      <item row="3" column="0">
181       <widget class="QRadioButton" name="alignCenterRB">
182        <property name="text">
183         <string>C&amp;enter</string>
184        </property>
185       </widget>
186      </item>
187      <item row="4" column="0">
188       <widget class="QRadioButton" name="alignRightRB">
189        <property name="text">
190         <string>Ri&amp;ght</string>
191        </property>
192       </widget>
193      </item>
194      <item row="0" column="0">
195       <widget class="QRadioButton" name="alignDefaultRB">
196        <property name="toolTip">
197         <string>Use the default alignment for this paragraph, whatever it is.</string>
198        </property>
199        <property name="text">
200         <string>Paragraph's &amp;Default</string>
201        </property>
202       </widget>
203      </item>
204     </layout>
205    </widget>
206   </item>
207   <item row="5" column="0" colspan="3">
208    <layout class="QHBoxLayout">
209     <property name="spacing">
210      <number>6</number>
211     </property>
212     <property name="margin">
213      <number>0</number>
214     </property>
215     <item>
216      <widget class="QPushButton" name="restorePB">
217       <property name="text">
218        <string>&amp;Restore</string>
219       </property>
220       <property name="autoDefault">
221        <bool>false</bool>
222       </property>
223      </widget>
224     </item>
225     <item>
226      <spacer>
227       <property name="orientation">
228        <enum>Qt::Horizontal</enum>
229       </property>
230       <property name="sizeHint" stdset="0">
231        <size>
232         <width>31</width>
233         <height>27</height>
234        </size>
235       </property>
236      </spacer>
237     </item>
238     <item>
239      <widget class="QPushButton" name="okPB">
240       <property name="text">
241        <string>&amp;OK</string>
242       </property>
243       <property name="default">
244        <bool>true</bool>
245       </property>
246      </widget>
247     </item>
248     <item>
249      <widget class="QPushButton" name="applyPB">
250       <property name="text">
251        <string>&amp;Apply</string>
252       </property>
253       <property name="autoDefault">
254        <bool>false</bool>
255       </property>
256      </widget>
257     </item>
258     <item>
259      <widget class="QPushButton" name="closePB">
260       <property name="text">
261        <string>&amp;Close</string>
262       </property>
263       <property name="autoDefault">
264        <bool>false</bool>
265       </property>
266      </widget>
267     </item>
268    </layout>
269   </item>
270   <item row="3" column="0" colspan="3">
271    <spacer>
272     <property name="orientation">
273      <enum>Qt::Vertical</enum>
274     </property>
275     <property name="sizeHint" stdset="0">
276      <size>
277       <width>351</width>
278       <height>16</height>
279      </size>
280     </property>
281    </spacer>
282   </item>
283  </layout>
284 </widget>
285 <tabstops>
286  <tabstop>linespacing</tabstop>
287  <tabstop>linespacingValue</tabstop>
288  <tabstop>labelWidth</tabstop>
289  <tabstop>indentCB</tabstop>
290  <tabstop>alignDefaultRB</tabstop>
291  <tabstop>alignJustRB</tabstop>
292  <tabstop>alignLeftRB</tabstop>
293  <tabstop>alignCenterRB</tabstop>
294  <tabstop>alignRightRB</tabstop>
295  <tabstop>synchronizedViewCB</tabstop>
296  <tabstop>restorePB</tabstop>
297  <tabstop>okPB</tabstop>
298  <tabstop>applyPB</tabstop>
299  <tabstop>closePB</tabstop>
300 </tabstops>
301 <includes>
302  <include location="local">qt_i18n.h</include>
303 </includes>
304 <resources/>
305 <connections/>
306</ui>
307