]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/TextLayoutUi.ui
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ui / TextLayoutUi.ui
1 <ui version="4.0" >
2  <class>TextLayoutUi</class>
3  <widget class="QWidget" name="TextLayoutUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>421</width>
9     <height>310</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="2" column="0" >
23     <spacer>
24      <property name="orientation" >
25       <enum>Qt::Vertical</enum>
26      </property>
27      <property name="sizeType" >
28       <enum>QSizePolicy::Expanding</enum>
29      </property>
30      <property name="sizeHint" >
31       <size>
32        <width>403</width>
33        <height>21</height>
34       </size>
35      </property>
36     </spacer>
37    </item>
38    <item row="0" column="0" >
39     <widget class="QGroupBox" name="separateGB" >
40      <property name="sizePolicy" >
41       <sizepolicy>
42        <hsizetype>0</hsizetype>
43        <vsizetype>0</vsizetype>
44        <horstretch>0</horstretch>
45        <verstretch>0</verstretch>
46       </sizepolicy>
47      </property>
48      <property name="minimumSize" >
49       <size>
50        <width>0</width>
51        <height>0</height>
52       </size>
53      </property>
54      <property name="title" >
55       <string>Separate paragraphs with</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="QRadioButton" name="indentRB" >
69         <property name="minimumSize" >
70          <size>
71           <width>91</width>
72           <height>18</height>
73          </size>
74         </property>
75         <property name="toolTip" >
76          <string>Indent consecutive paragraphs</string>
77         </property>
78         <property name="text" >
79          <string>&amp;Indentation</string>
80         </property>
81        </widget>
82       </item>
83       <item row="0" column="1" >
84        <widget class="QComboBox" name="indentCO" >
85         <property name="enabled" >
86          <bool>false</bool>
87         </property>
88         <property name="toolTip" >
89          <string>Size of the indentation</string>
90         </property>
91        </widget>
92       </item>
93       <item row="0" column="2" colspan="2" >
94        <spacer>
95         <property name="orientation" >
96          <enum>Qt::Horizontal</enum>
97         </property>
98         <property name="sizeType" >
99          <enum>QSizePolicy::Expanding</enum>
100         </property>
101         <property name="sizeHint" >
102          <size>
103           <width>135</width>
104           <height>26</height>
105          </size>
106         </property>
107        </spacer>
108       </item>
109       <item row="1" column="1" >
110        <widget class="QLineEdit" name="indentLE" >
111         <property name="enabled" >
112          <bool>false</bool>
113         </property>
114         <property name="sizePolicy" >
115          <sizepolicy>
116           <hsizetype>0</hsizetype>
117           <vsizetype>0</vsizetype>
118           <horstretch>0</horstretch>
119           <verstretch>0</verstretch>
120          </sizepolicy>
121         </property>
122         <property name="toolTip" >
123          <string/>
124         </property>
125         <property name="text" >
126          <string/>
127         </property>
128        </widget>
129       </item>
130       <item row="1" column="2" >
131        <widget class="LengthCombo" name="indentLengthCO" >
132         <property name="enabled" >
133          <bool>false</bool>
134         </property>
135         <property name="toolTip" >
136          <string/>
137         </property>
138        </widget>
139       </item>
140       <item row="2" column="0" >
141        <widget class="QRadioButton" name="skipRB" >
142         <property name="minimumSize" >
143          <size>
144           <width>91</width>
145           <height>18</height>
146          </size>
147         </property>
148         <property name="toolTip" >
149          <string/>
150         </property>
151         <property name="text" >
152          <string>&amp;Vertical space</string>
153         </property>
154        </widget>
155       </item>
156       <item row="2" column="1" >
157        <widget class="QComboBox" name="skipCO" >
158         <property name="enabled" >
159          <bool>false</bool>
160         </property>
161         <property name="toolTip" >
162          <string>Size of the vertical space</string>
163         </property>
164        </widget>
165       </item>
166       <item row="2" column="2" colspan="2" >
167        <spacer>
168         <property name="orientation" >
169          <enum>Qt::Horizontal</enum>
170         </property>
171         <property name="sizeType" >
172          <enum>QSizePolicy::Expanding</enum>
173         </property>
174         <property name="sizeHint" >
175          <size>
176           <width>137</width>
177           <height>26</height>
178          </size>
179         </property>
180        </spacer>
181       </item>
182       <item row="3" column="1" >
183        <widget class="QLineEdit" name="skipLE" >
184         <property name="enabled" >
185          <bool>false</bool>
186         </property>
187         <property name="sizePolicy" >
188          <sizepolicy>
189           <hsizetype>0</hsizetype>
190           <vsizetype>0</vsizetype>
191           <horstretch>0</horstretch>
192           <verstretch>0</verstretch>
193          </sizepolicy>
194         </property>
195         <property name="toolTip" >
196          <string/>
197         </property>
198        </widget>
199       </item>
200       <item row="3" column="2" >
201        <widget class="LengthCombo" name="skipLengthCO" >
202         <property name="enabled" >
203          <bool>false</bool>
204         </property>
205         <property name="toolTip" >
206          <string/>
207         </property>
208        </widget>
209       </item>
210       <item row="1" column="3" >
211        <spacer>
212         <property name="orientation" >
213          <enum>Qt::Horizontal</enum>
214         </property>
215         <property name="sizeHint" >
216          <size>
217           <width>40</width>
218           <height>20</height>
219          </size>
220         </property>
221        </spacer>
222       </item>
223       <item row="3" column="3" >
224        <spacer>
225         <property name="orientation" >
226          <enum>Qt::Horizontal</enum>
227         </property>
228         <property name="sizeHint" >
229          <size>
230           <width>40</width>
231           <height>20</height>
232          </size>
233         </property>
234        </spacer>
235       </item>
236      </layout>
237     </widget>
238    </item>
239    <item row="1" column="0" >
240     <widget class="QGroupBox" name="spacingGB" >
241      <property name="sizePolicy" >
242       <sizepolicy>
243        <hsizetype>0</hsizetype>
244        <vsizetype>0</vsizetype>
245        <horstretch>0</horstretch>
246        <verstretch>0</verstretch>
247       </sizepolicy>
248      </property>
249      <property name="minimumSize" >
250       <size>
251        <width>0</width>
252        <height>0</height>
253       </size>
254      </property>
255      <property name="title" >
256       <string>Spacing</string>
257      </property>
258      <property name="flat" >
259       <bool>true</bool>
260      </property>
261      <property name="checkable" >
262       <bool>false</bool>
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="0" >
272        <widget class="QLabel" name="lspacingL" >
273         <property name="sizePolicy" >
274          <sizepolicy>
275           <hsizetype>0</hsizetype>
276           <vsizetype>0</vsizetype>
277           <horstretch>0</horstretch>
278           <verstretch>0</verstretch>
279          </sizepolicy>
280         </property>
281         <property name="minimumSize" >
282          <size>
283           <width>91</width>
284           <height>18</height>
285          </size>
286         </property>
287         <property name="text" >
288          <string>&amp;Line spacing:</string>
289         </property>
290         <property name="buddy" >
291          <cstring>lspacingCO</cstring>
292         </property>
293        </widget>
294       </item>
295       <item row="0" column="1" >
296        <widget class="QComboBox" name="lspacingCO" >
297         <property name="sizePolicy" >
298          <sizepolicy>
299           <hsizetype>0</hsizetype>
300           <vsizetype>0</vsizetype>
301           <horstretch>0</horstretch>
302           <verstretch>0</verstretch>
303          </sizepolicy>
304         </property>
305         <property name="toolTip" >
306          <string>Spacing type</string>
307         </property>
308         <property name="duplicatesEnabled" >
309          <bool>false</bool>
310         </property>
311        </widget>
312       </item>
313       <item row="0" column="2" >
314        <widget class="QLineEdit" name="lspacingLE" >
315         <property name="enabled" >
316          <bool>false</bool>
317         </property>
318         <property name="sizePolicy" >
319          <sizepolicy>
320           <hsizetype>0</hsizetype>
321           <vsizetype>0</vsizetype>
322           <horstretch>0</horstretch>
323           <verstretch>0</verstretch>
324          </sizepolicy>
325         </property>
326         <property name="toolTip" >
327          <string>Number of lines</string>
328         </property>
329        </widget>
330       </item>
331       <item row="1" column="0" colspan="2" >
332        <widget class="QCheckBox" name="twoColumnCB" >
333         <property name="toolTip" >
334          <string>Format text into two columns</string>
335         </property>
336         <property name="text" >
337          <string>Two-&amp;column document</string>
338         </property>
339        </widget>
340       </item>
341      </layout>
342     </widget>
343    </item>
344   </layout>
345  </widget>
346  <customwidgets>
347   <customwidget>
348    <class>LengthCombo</class>
349    <extends>QComboBox</extends>
350    <header>LengthCombo.h</header>
351   </customwidget>
352  </customwidgets>
353  <tabstops>
354   <tabstop>indentRB</tabstop>
355   <tabstop>skipRB</tabstop>
356   <tabstop>skipCO</tabstop>
357   <tabstop>skipLE</tabstop>
358   <tabstop>lspacingCO</tabstop>
359   <tabstop>lspacingLE</tabstop>
360   <tabstop>twoColumnCB</tabstop>
361  </tabstops>
362  <includes>
363   <include location="local" >qt_i18n.h</include>
364  </includes>
365  <resources/>
366  <connections/>
367 </ui>