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