]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/TextLayoutUi.ui
Revert r30390 and r30391. This seemed not to be necessary (bug #4509).
[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>400</width>
9     <height>366</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="1" column="0">
54        <widget class="QRadioButton" name="skipRB">
55         <property name="minimumSize">
56          <size>
57           <width>91</width>
58           <height>18</height>
59          </size>
60         </property>
61         <property name="toolTip">
62          <string/>
63         </property>
64         <property name="text">
65          <string>&amp;Vertical space</string>
66         </property>
67        </widget>
68       </item>
69       <item row="1" column="1">
70        <widget class="QComboBox" name="skipCO">
71         <property name="enabled">
72          <bool>false</bool>
73         </property>
74         <property name="minimumSize">
75          <size>
76           <width>120</width>
77           <height>20</height>
78          </size>
79         </property>
80         <property name="maximumSize">
81          <size>
82           <width>121</width>
83           <height>21</height>
84          </size>
85         </property>
86         <property name="toolTip">
87          <string>size of the vertical space</string>
88         </property>
89        </widget>
90       </item>
91       <item row="1" column="2" colspan="2">
92        <spacer name="spacer_2">
93         <property name="orientation">
94          <enum>Qt::Horizontal</enum>
95         </property>
96         <property name="sizeType">
97          <enum>QSizePolicy::Expanding</enum>
98         </property>
99         <property name="sizeHint" stdset="0">
100          <size>
101           <width>137</width>
102           <height>26</height>
103          </size>
104         </property>
105        </spacer>
106       </item>
107       <item row="2" column="1">
108        <widget class="QLineEdit" name="skipLE">
109         <property name="enabled">
110          <bool>false</bool>
111         </property>
112         <property name="sizePolicy">
113          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
114           <horstretch>0</horstretch>
115           <verstretch>0</verstretch>
116          </sizepolicy>
117         </property>
118         <property name="minimumSize">
119          <size>
120           <width>120</width>
121           <height>20</height>
122          </size>
123         </property>
124         <property name="maximumSize">
125          <size>
126           <width>121</width>
127           <height>21</height>
128          </size>
129         </property>
130         <property name="toolTip">
131          <string>value</string>
132         </property>
133        </widget>
134       </item>
135       <item row="2" column="2">
136        <widget class="LengthCombo" name="skipLengthCO">
137         <property name="enabled">
138          <bool>false</bool>
139         </property>
140         <property name="minimumSize">
141          <size>
142           <width>69</width>
143           <height>20</height>
144          </size>
145         </property>
146         <property name="maximumSize">
147          <size>
148           <width>70</width>
149           <height>21</height>
150          </size>
151         </property>
152         <property name="toolTip">
153          <string>unit</string>
154         </property>
155        </widget>
156       </item>
157       <item row="2" column="3">
158        <spacer>
159         <property name="orientation">
160          <enum>Qt::Horizontal</enum>
161         </property>
162         <property name="sizeType">
163          <enum>QSizePolicy::Expanding</enum>
164         </property>
165         <property name="sizeHint" stdset="0">
166          <size>
167           <width>62</width>
168           <height>23</height>
169          </size>
170         </property>
171        </spacer>
172       </item>
173      </layout>
174     </widget>
175    </item>
176    <item row="1" column="0">
177     <widget class="QGroupBox" name="spacingGB">
178      <property name="sizePolicy">
179       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
180        <horstretch>0</horstretch>
181        <verstretch>0</verstretch>
182       </sizepolicy>
183      </property>
184      <property name="minimumSize">
185       <size>
186        <width>0</width>
187        <height>0</height>
188       </size>
189      </property>
190      <property name="title">
191       <string>Spacing</string>
192      </property>
193      <property name="flat">
194       <bool>true</bool>
195      </property>
196      <property name="checkable">
197       <bool>false</bool>
198      </property>
199      <layout class="QGridLayout" name="gridLayout">
200       <item row="0" column="0">
201        <widget class="QLabel" name="lspacingL">
202         <property name="sizePolicy">
203          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
204           <horstretch>0</horstretch>
205           <verstretch>0</verstretch>
206          </sizepolicy>
207         </property>
208         <property name="minimumSize">
209          <size>
210           <width>91</width>
211           <height>18</height>
212          </size>
213         </property>
214         <property name="text">
215          <string>&amp;Line spacing:</string>
216         </property>
217         <property name="buddy">
218          <cstring>lspacingCO</cstring>
219         </property>
220        </widget>
221       </item>
222       <item row="0" column="1">
223        <widget class="QComboBox" name="lspacingCO">
224         <property name="sizePolicy">
225          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
226           <horstretch>0</horstretch>
227           <verstretch>0</verstretch>
228          </sizepolicy>
229         </property>
230         <property name="minimumSize">
231          <size>
232           <width>120</width>
233           <height>20</height>
234          </size>
235         </property>
236         <property name="maximumSize">
237          <size>
238           <width>121</width>
239           <height>21</height>
240          </size>
241         </property>
242         <property name="duplicatesEnabled">
243          <bool>false</bool>
244         </property>
245        </widget>
246       </item>
247       <item row="0" column="2">
248        <widget class="QLineEdit" name="lspacingLE">
249         <property name="enabled">
250          <bool>false</bool>
251         </property>
252         <property name="sizePolicy">
253          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
254           <horstretch>0</horstretch>
255           <verstretch>0</verstretch>
256          </sizepolicy>
257         </property>
258         <property name="minimumSize">
259          <size>
260           <width>69</width>
261           <height>20</height>
262          </size>
263         </property>
264         <property name="maximumSize">
265          <size>
266           <width>70</width>
267           <height>21</height>
268          </size>
269         </property>
270         <property name="toolTip">
271          <string>number of lines</string>
272         </property>
273        </widget>
274       </item>
275       <item row="0" column="3">
276        <spacer>
277         <property name="orientation">
278          <enum>Qt::Horizontal</enum>
279         </property>
280         <property name="sizeHint" stdset="0">
281          <size>
282           <width>62</width>
283           <height>26</height>
284          </size>
285         </property>
286        </spacer>
287       </item>
288       <item row="1" column="0" colspan="2">
289        <widget class="QCheckBox" name="twoColumnCB">
290         <property name="toolTip">
291          <string>Format text into two columns</string>
292         </property>
293         <property name="text">
294          <string>Two-&amp;column document</string>
295         </property>
296        </widget>
297       </item>
298      </layout>
299     </widget>
300    </item>
301    <item row="2" column="0">
302     <widget class="QGroupBox" name="listingsGB">
303      <property name="sizePolicy">
304       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
305        <horstretch>0</horstretch>
306        <verstretch>0</verstretch>
307       </sizepolicy>
308      </property>
309      <property name="minimumSize">
310       <size>
311        <width>0</width>
312        <height>0</height>
313       </size>
314      </property>
315      <property name="layoutDirection">
316       <enum>Qt::LeftToRight</enum>
317      </property>
318      <property name="title">
319       <string>Listing settings</string>
320      </property>
321      <property name="flat">
322       <bool>true</bool>
323      </property>
324      <layout class="QGridLayout">
325       <property name="margin">
326        <number>9</number>
327       </property>
328       <property name="spacing">
329        <number>6</number>
330       </property>
331       <item row="1" column="0">
332        <widget class="QCheckBox" name="bypassCB">
333         <property name="toolTip">
334          <string>Check it to enter parameters that are not recognizable by LyX</string>
335         </property>
336         <property name="text">
337          <string>&amp;Bypass validation</string>
338         </property>
339        </widget>
340       </item>
341       <item row="0" column="0">
342        <widget class="QTextBrowser" name="listingsTB">
343         <property name="sizePolicy">
344          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
345           <horstretch>0</horstretch>
346           <verstretch>0</verstretch>
347          </sizepolicy>
348         </property>
349         <property name="cursor" stdset="0">
350          <cursorShape>ArrowCursor</cursorShape>
351         </property>
352         <property name="acceptDrops">
353          <bool>false</bool>
354         </property>
355         <property name="toolTip">
356          <string>Feedback window</string>
357         </property>
358         <property name="frameShape">
359          <enum>QFrame::Box</enum>
360         </property>
361         <property name="frameShadow">
362          <enum>QFrame::Plain</enum>
363         </property>
364         <property name="acceptRichText">
365          <bool>false</bool>
366         </property>
367        </widget>
368       </item>
369       <item row="0" column="1">
370        <widget class="QTextEdit" name="listingsED">
371         <property name="sizePolicy">
372          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
373           <horstretch>0</horstretch>
374           <verstretch>0</verstretch>
375          </sizepolicy>
376         </property>
377         <property name="toolTip">
378          <string>Input here the listings parameters</string>
379         </property>
380        </widget>
381       </item>
382      </layout>
383     </widget>
384    </item>
385    <item row="3" column="0">
386     <spacer>
387      <property name="orientation">
388       <enum>Qt::Vertical</enum>
389      </property>
390      <property name="sizeType">
391       <enum>QSizePolicy::Expanding</enum>
392      </property>
393      <property name="sizeHint" stdset="0">
394       <size>
395        <width>38</width>
396        <height>17</height>
397       </size>
398      </property>
399     </spacer>
400    </item>
401   </layout>
402  </widget>
403  <customwidgets>
404   <customwidget>
405    <class>LengthCombo</class>
406    <extends>QComboBox</extends>
407    <header>LengthCombo.h</header>
408   </customwidget>
409  </customwidgets>
410  <tabstops>
411   <tabstop>indentRB</tabstop>
412   <tabstop>skipRB</tabstop>
413   <tabstop>skipCO</tabstop>
414   <tabstop>skipLE</tabstop>
415   <tabstop>lspacingCO</tabstop>
416   <tabstop>lspacingLE</tabstop>
417   <tabstop>twoColumnCB</tabstop>
418  </tabstops>
419  <includes>
420   <include location="local">qt_i18n.h</include>
421  </includes>
422  <resources/>
423  <connections/>
424 </ui>