]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/TextLayoutUi.ui
* TextLayoutUi.ui:
[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>440</width>
9     <height>410</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string/>
14   </property>
15   <layout class="QGridLayout" name="gridLayout_3">
16    <item row="0" column="0">
17     <widget class="QGroupBox" name="separateGB">
18      <property name="sizePolicy">
19       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
20        <horstretch>0</horstretch>
21        <verstretch>0</verstretch>
22       </sizepolicy>
23      </property>
24      <property name="minimumSize">
25       <size>
26        <width>0</width>
27        <height>0</height>
28       </size>
29      </property>
30      <property name="title">
31       <string>Separate paragraphs with</string>
32      </property>
33      <property name="flat">
34       <bool>true</bool>
35      </property>
36      <layout class="QGridLayout" name="gridLayout_2">
37       <item row="0" column="0">
38        <widget class="QRadioButton" name="indentRB">
39         <property name="minimumSize">
40          <size>
41           <width>91</width>
42           <height>18</height>
43          </size>
44         </property>
45         <property name="toolTip">
46          <string>Indent consecutive paragraphs</string>
47         </property>
48         <property name="text">
49          <string>&amp;Indentation</string>
50         </property>
51        </widget>
52       </item>
53       <item row="0" column="1">
54        <widget class="QComboBox" name="indentCO">
55         <property name="enabled">
56          <bool>false</bool>
57         </property>
58         <property name="minimumSize">
59          <size>
60           <width>120</width>
61           <height>20</height>
62          </size>
63         </property>
64         <property name="maximumSize">
65          <size>
66           <width>121</width>
67           <height>25</height>
68          </size>
69         </property>
70         <property name="toolTip">
71          <string>Size of the indentation</string>
72         </property>
73        </widget>
74       </item>
75       <item row="0" column="2" colspan="2">
76        <spacer name="spacer_3">
77         <property name="orientation">
78          <enum>Qt::Horizontal</enum>
79         </property>
80         <property name="sizeType">
81          <enum>QSizePolicy::Expanding</enum>
82         </property>
83         <property name="sizeHint" stdset="0">
84          <size>
85           <width>135</width>
86           <height>26</height>
87          </size>
88         </property>
89        </spacer>
90       </item>
91       <item row="1" column="1">
92        <widget class="QLineEdit" name="indentLE">
93         <property name="enabled">
94          <bool>false</bool>
95         </property>
96         <property name="sizePolicy">
97          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
98           <horstretch>0</horstretch>
99           <verstretch>0</verstretch>
100          </sizepolicy>
101         </property>
102         <property name="minimumSize">
103          <size>
104           <width>120</width>
105           <height>20</height>
106          </size>
107         </property>
108         <property name="maximumSize">
109          <size>
110           <width>121</width>
111           <height>25</height>
112          </size>
113         </property>
114         <property name="toolTip">
115          <string/>
116         </property>
117         <property name="text">
118          <string/>
119         </property>
120        </widget>
121       </item>
122       <item row="1" column="2">
123        <widget class="LengthCombo" name="indentLengthCO">
124         <property name="enabled">
125          <bool>false</bool>
126         </property>
127         <property name="minimumSize">
128          <size>
129           <width>121</width>
130           <height>20</height>
131          </size>
132         </property>
133         <property name="maximumSize">
134          <size>
135           <width>16777215</width>
136           <height>25</height>
137          </size>
138         </property>
139         <property name="toolTip">
140          <string/>
141         </property>
142        </widget>
143       </item>
144       <item row="1" column="3">
145        <spacer name="spacer_4">
146         <property name="orientation">
147          <enum>Qt::Horizontal</enum>
148         </property>
149         <property name="sizeHint" stdset="0">
150          <size>
151           <width>48</width>
152           <height>26</height>
153          </size>
154         </property>
155        </spacer>
156       </item>
157       <item row="2" column="0">
158        <widget class="QRadioButton" name="skipRB">
159         <property name="minimumSize">
160          <size>
161           <width>91</width>
162           <height>18</height>
163          </size>
164         </property>
165         <property name="toolTip">
166          <string/>
167         </property>
168         <property name="text">
169          <string>&amp;Vertical space</string>
170         </property>
171        </widget>
172       </item>
173       <item row="2" column="1">
174        <widget class="QComboBox" name="skipCO">
175         <property name="enabled">
176          <bool>false</bool>
177         </property>
178         <property name="minimumSize">
179          <size>
180           <width>120</width>
181           <height>20</height>
182          </size>
183         </property>
184         <property name="maximumSize">
185          <size>
186           <width>121</width>
187           <height>25</height>
188          </size>
189         </property>
190         <property name="toolTip">
191          <string>Size of the vertical space</string>
192         </property>
193        </widget>
194       </item>
195       <item row="2" column="2" colspan="2">
196        <spacer name="spacer_2">
197         <property name="orientation">
198          <enum>Qt::Horizontal</enum>
199         </property>
200         <property name="sizeType">
201          <enum>QSizePolicy::Expanding</enum>
202         </property>
203         <property name="sizeHint" stdset="0">
204          <size>
205           <width>137</width>
206           <height>26</height>
207          </size>
208         </property>
209        </spacer>
210       </item>
211       <item row="3" column="1">
212        <widget class="QLineEdit" name="skipLE">
213         <property name="enabled">
214          <bool>false</bool>
215         </property>
216         <property name="sizePolicy">
217          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
218           <horstretch>0</horstretch>
219           <verstretch>0</verstretch>
220          </sizepolicy>
221         </property>
222         <property name="minimumSize">
223          <size>
224           <width>120</width>
225           <height>20</height>
226          </size>
227         </property>
228         <property name="maximumSize">
229          <size>
230           <width>121</width>
231           <height>25</height>
232          </size>
233         </property>
234         <property name="toolTip">
235          <string/>
236         </property>
237        </widget>
238       </item>
239       <item row="3" column="2">
240        <widget class="LengthCombo" name="skipLengthCO">
241         <property name="enabled">
242          <bool>false</bool>
243         </property>
244         <property name="minimumSize">
245          <size>
246           <width>121</width>
247           <height>20</height>
248          </size>
249         </property>
250         <property name="maximumSize">
251          <size>
252           <width>16777215</width>
253           <height>25</height>
254          </size>
255         </property>
256         <property name="toolTip">
257          <string/>
258         </property>
259        </widget>
260       </item>
261       <item row="3" column="3">
262        <spacer name="spacer">
263         <property name="orientation">
264          <enum>Qt::Horizontal</enum>
265         </property>
266         <property name="sizeHint" stdset="0">
267          <size>
268           <width>48</width>
269           <height>26</height>
270          </size>
271         </property>
272        </spacer>
273       </item>
274      </layout>
275     </widget>
276    </item>
277    <item row="1" column="0">
278     <widget class="QGroupBox" name="spacingGB">
279      <property name="sizePolicy">
280       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
281        <horstretch>0</horstretch>
282        <verstretch>0</verstretch>
283       </sizepolicy>
284      </property>
285      <property name="minimumSize">
286       <size>
287        <width>0</width>
288        <height>0</height>
289       </size>
290      </property>
291      <property name="title">
292       <string>Spacing</string>
293      </property>
294      <property name="flat">
295       <bool>true</bool>
296      </property>
297      <property name="checkable">
298       <bool>false</bool>
299      </property>
300      <layout class="QGridLayout" name="gridLayout">
301       <item row="0" column="0">
302        <widget class="QLabel" name="lspacingL">
303         <property name="sizePolicy">
304          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
305           <horstretch>0</horstretch>
306           <verstretch>0</verstretch>
307          </sizepolicy>
308         </property>
309         <property name="minimumSize">
310          <size>
311           <width>91</width>
312           <height>18</height>
313          </size>
314         </property>
315         <property name="text">
316          <string>&amp;Line spacing:</string>
317         </property>
318         <property name="buddy">
319          <cstring>lspacingCO</cstring>
320         </property>
321        </widget>
322       </item>
323       <item row="0" column="1">
324        <widget class="QComboBox" name="lspacingCO">
325         <property name="sizePolicy">
326          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
327           <horstretch>0</horstretch>
328           <verstretch>0</verstretch>
329          </sizepolicy>
330         </property>
331         <property name="minimumSize">
332          <size>
333           <width>120</width>
334           <height>20</height>
335          </size>
336         </property>
337         <property name="maximumSize">
338          <size>
339           <width>121</width>
340           <height>25</height>
341          </size>
342         </property>
343         <property name="toolTip">
344          <string>Spacing type</string>
345         </property>
346         <property name="duplicatesEnabled">
347          <bool>false</bool>
348         </property>
349        </widget>
350       </item>
351       <item row="0" column="2">
352        <widget class="QLineEdit" name="lspacingLE">
353         <property name="enabled">
354          <bool>false</bool>
355         </property>
356         <property name="sizePolicy">
357          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
358           <horstretch>0</horstretch>
359           <verstretch>0</verstretch>
360          </sizepolicy>
361         </property>
362         <property name="minimumSize">
363          <size>
364           <width>69</width>
365           <height>20</height>
366          </size>
367         </property>
368         <property name="maximumSize">
369          <size>
370           <width>70</width>
371           <height>25</height>
372          </size>
373         </property>
374         <property name="toolTip">
375          <string>Number of lines</string>
376         </property>
377        </widget>
378       </item>
379       <item row="0" column="3">
380        <spacer>
381         <property name="orientation">
382          <enum>Qt::Horizontal</enum>
383         </property>
384         <property name="sizeHint" stdset="0">
385          <size>
386           <width>62</width>
387           <height>26</height>
388          </size>
389         </property>
390        </spacer>
391       </item>
392       <item row="1" column="0" colspan="2">
393        <widget class="QCheckBox" name="twoColumnCB">
394         <property name="toolTip">
395          <string>Format text into two columns</string>
396         </property>
397         <property name="text">
398          <string>Two-&amp;column document</string>
399         </property>
400        </widget>
401       </item>
402      </layout>
403     </widget>
404    </item>
405    <item row="2" column="0">
406     <widget class="QGroupBox" name="listingsGB">
407      <property name="sizePolicy">
408       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
409        <horstretch>0</horstretch>
410        <verstretch>0</verstretch>
411       </sizepolicy>
412      </property>
413      <property name="minimumSize">
414       <size>
415        <width>0</width>
416        <height>0</height>
417       </size>
418      </property>
419      <property name="layoutDirection">
420       <enum>Qt::LeftToRight</enum>
421      </property>
422      <property name="title">
423       <string>Listing settings</string>
424      </property>
425      <property name="flat">
426       <bool>true</bool>
427      </property>
428      <layout class="QGridLayout">
429       <property name="margin">
430        <number>9</number>
431       </property>
432       <property name="spacing">
433        <number>6</number>
434       </property>
435       <item row="1" column="0">
436        <widget class="QCheckBox" name="bypassCB">
437         <property name="toolTip">
438          <string>Check it to enter parameters that are not recognizable by LyX</string>
439         </property>
440         <property name="text">
441          <string>&amp;Bypass validation</string>
442         </property>
443        </widget>
444       </item>
445       <item row="0" column="0">
446        <widget class="QTextBrowser" name="listingsTB">
447         <property name="sizePolicy">
448          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
449           <horstretch>0</horstretch>
450           <verstretch>0</verstretch>
451          </sizepolicy>
452         </property>
453         <property name="cursor" stdset="0">
454          <cursorShape>ArrowCursor</cursorShape>
455         </property>
456         <property name="acceptDrops">
457          <bool>false</bool>
458         </property>
459         <property name="toolTip">
460          <string>Feedback window</string>
461         </property>
462         <property name="frameShape">
463          <enum>QFrame::Box</enum>
464         </property>
465         <property name="frameShadow">
466          <enum>QFrame::Plain</enum>
467         </property>
468         <property name="acceptRichText">
469          <bool>false</bool>
470         </property>
471        </widget>
472       </item>
473       <item row="0" column="1">
474        <widget class="QTextEdit" name="listingsED">
475         <property name="sizePolicy">
476          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
477           <horstretch>0</horstretch>
478           <verstretch>0</verstretch>
479          </sizepolicy>
480         </property>
481         <property name="toolTip">
482          <string>Input here the listings parameters</string>
483         </property>
484        </widget>
485       </item>
486      </layout>
487     </widget>
488    </item>
489    <item row="3" column="0">
490     <spacer>
491      <property name="orientation">
492       <enum>Qt::Vertical</enum>
493      </property>
494      <property name="sizeType">
495       <enum>QSizePolicy::Expanding</enum>
496      </property>
497      <property name="sizeHint" stdset="0">
498       <size>
499        <width>38</width>
500        <height>17</height>
501       </size>
502      </property>
503     </spacer>
504    </item>
505   </layout>
506  </widget>
507  <customwidgets>
508   <customwidget>
509    <class>LengthCombo</class>
510    <extends>QComboBox</extends>
511    <header>LengthCombo.h</header>
512   </customwidget>
513  </customwidgets>
514  <tabstops>
515   <tabstop>indentRB</tabstop>
516   <tabstop>skipRB</tabstop>
517   <tabstop>skipCO</tabstop>
518   <tabstop>skipLE</tabstop>
519   <tabstop>lspacingCO</tabstop>
520   <tabstop>lspacingLE</tabstop>
521   <tabstop>twoColumnCB</tabstop>
522  </tabstops>
523  <includes>
524   <include location="local">qt_i18n.h</include>
525  </includes>
526  <resources/>
527  <connections/>
528 </ui>