]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/TextLayoutUi.ui
support for the document class option leqno
[lyx.git] / src / frontends / qt4 / ui / TextLayoutUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>TextLayoutUi</class>
4  <widget class="QWidget" name="TextLayoutUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>470</width>
10     <height>380</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_3">
17    <item row="0" column="0" colspan="4">
18     <widget class="QGroupBox" name="separateGB">
19      <property name="title">
20       <string>Paragraph Separation</string>
21      </property>
22      <property name="flat">
23       <bool>true</bool>
24      </property>
25      <layout class="QGridLayout" name="gridLayout">
26       <item row="0" column="0">
27        <widget class="QRadioButton" name="indentRB">
28         <property name="minimumSize">
29          <size>
30           <width>91</width>
31           <height>18</height>
32          </size>
33         </property>
34         <property name="toolTip">
35          <string>Indent consecutive paragraphs</string>
36         </property>
37         <property name="text">
38          <string>&amp;Indentation:</string>
39         </property>
40        </widget>
41       </item>
42       <item row="0" column="1">
43        <widget class="QComboBox" name="indentCO">
44         <property name="enabled">
45          <bool>false</bool>
46         </property>
47         <property name="toolTip">
48          <string>Size of the indentation</string>
49         </property>
50        </widget>
51       </item>
52       <item row="0" column="2" colspan="2">
53        <spacer>
54         <property name="orientation">
55          <enum>Qt::Horizontal</enum>
56         </property>
57         <property name="sizeType">
58          <enum>QSizePolicy::Expanding</enum>
59         </property>
60         <property name="sizeHint" stdset="0">
61          <size>
62           <width>133</width>
63           <height>23</height>
64          </size>
65         </property>
66        </spacer>
67       </item>
68       <item row="1" column="1">
69        <widget class="QLineEdit" name="indentLE">
70         <property name="enabled">
71          <bool>false</bool>
72         </property>
73         <property name="toolTip">
74          <string/>
75         </property>
76         <property name="text">
77          <string/>
78         </property>
79        </widget>
80       </item>
81       <item row="1" column="2">
82        <widget class="lyx::frontend::LengthCombo" name="indentLengthCO">
83         <property name="enabled">
84          <bool>false</bool>
85         </property>
86         <property name="toolTip">
87          <string/>
88         </property>
89        </widget>
90       </item>
91       <item row="1" column="3">
92        <spacer>
93         <property name="orientation">
94          <enum>Qt::Horizontal</enum>
95         </property>
96         <property name="sizeHint" stdset="0">
97          <size>
98           <width>40</width>
99           <height>20</height>
100          </size>
101         </property>
102        </spacer>
103       </item>
104       <item row="2" column="0">
105        <widget class="QRadioButton" name="skipRB">
106         <property name="sizePolicy">
107          <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
108           <horstretch>0</horstretch>
109           <verstretch>0</verstretch>
110          </sizepolicy>
111         </property>
112         <property name="minimumSize">
113          <size>
114           <width>91</width>
115           <height>18</height>
116          </size>
117         </property>
118         <property name="toolTip">
119          <string/>
120         </property>
121         <property name="text">
122          <string>&amp;Vertical space:</string>
123         </property>
124        </widget>
125       </item>
126       <item row="2" column="1">
127        <widget class="QComboBox" name="skipCO">
128         <property name="enabled">
129          <bool>false</bool>
130         </property>
131         <property name="toolTip">
132          <string>Size of the vertical space</string>
133         </property>
134        </widget>
135       </item>
136       <item row="2" column="2" colspan="2">
137        <spacer>
138         <property name="orientation">
139          <enum>Qt::Horizontal</enum>
140         </property>
141         <property name="sizeType">
142          <enum>QSizePolicy::Expanding</enum>
143         </property>
144         <property name="sizeHint" stdset="0">
145          <size>
146           <width>137</width>
147           <height>26</height>
148          </size>
149         </property>
150        </spacer>
151       </item>
152       <item row="3" column="1">
153        <widget class="QLineEdit" name="skipLE">
154         <property name="enabled">
155          <bool>false</bool>
156         </property>
157         <property name="toolTip">
158          <string/>
159         </property>
160        </widget>
161       </item>
162       <item row="3" column="2">
163        <widget class="lyx::frontend::LengthCombo" name="skipLengthCO">
164         <property name="enabled">
165          <bool>false</bool>
166         </property>
167         <property name="toolTip">
168          <string/>
169         </property>
170        </widget>
171       </item>
172       <item row="3" column="3">
173        <spacer>
174         <property name="orientation">
175          <enum>Qt::Horizontal</enum>
176         </property>
177         <property name="sizeHint" stdset="0">
178          <size>
179           <width>40</width>
180           <height>20</height>
181          </size>
182         </property>
183        </spacer>
184       </item>
185      </layout>
186     </widget>
187    </item>
188    <item row="1" column="0" colspan="4">
189     <widget class="QGroupBox" name="spacingGB">
190      <property name="minimumSize">
191       <size>
192        <width>0</width>
193        <height>0</height>
194       </size>
195      </property>
196      <property name="title">
197       <string>Spacing</string>
198      </property>
199      <property name="flat">
200       <bool>true</bool>
201      </property>
202      <property name="checkable">
203       <bool>false</bool>
204      </property>
205      <layout class="QGridLayout" name="gridLayout_2">
206       <item row="0" column="0">
207        <widget class="QLabel" name="lspacingL">
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="toolTip">
225          <string>Spacing type</string>
226         </property>
227         <property name="duplicatesEnabled">
228          <bool>false</bool>
229         </property>
230        </widget>
231       </item>
232       <item row="0" column="2">
233        <widget class="QLineEdit" name="lspacingLE">
234         <property name="enabled">
235          <bool>false</bool>
236         </property>
237         <property name="toolTip">
238          <string>Number of lines</string>
239         </property>
240        </widget>
241       </item>
242       <item row="0" column="3">
243        <spacer name="horizontalSpacer">
244         <property name="orientation">
245          <enum>Qt::Horizontal</enum>
246         </property>
247         <property name="sizeHint" stdset="0">
248          <size>
249           <width>69</width>
250           <height>20</height>
251          </size>
252         </property>
253        </spacer>
254       </item>
255      </layout>
256     </widget>
257    </item>
258    <item row="2" column="0" colspan="2">
259     <widget class="QCheckBox" name="twoColumnCB">
260      <property name="toolTip">
261       <string>Format text into two columns</string>
262      </property>
263      <property name="text">
264       <string>Two-&amp;column document</string>
265      </property>
266     </widget>
267    </item>
268    <item row="3" column="0" colspan="2">
269     <widget class="QCheckBox" name="justCB">
270      <property name="toolTip">
271       <string>Justify text in the LyX editor (this does not affect whether the text is justified in the output)</string>
272      </property>
273      <property name="text">
274       <string>Use &amp;justification in LyX work area</string>
275      </property>
276     </widget>
277    </item>
278    <item row="4" column="0">
279     <widget class="QCheckBox" name="MathIndentCB">
280      <property name="toolTip">
281       <string>Indent displayed formulas instead of centering</string>
282      </property>
283      <property name="text">
284       <string>Indent &amp;Formulas</string>
285      </property>
286     </widget>
287    </item>
288    <item row="4" column="1">
289     <widget class="QComboBox" name="MathIndentCO">
290      <property name="enabled">
291       <bool>false</bool>
292      </property>
293      <property name="toolTip">
294       <string>Size of the indentation</string>
295      </property>
296     </widget>
297    </item>
298    <item row="4" column="2" colspan="2">
299     <spacer name="horizontalSpacer_3">
300      <property name="orientation">
301       <enum>Qt::Horizontal</enum>
302      </property>
303      <property name="sizeHint" stdset="0">
304       <size>
305        <width>203</width>
306        <height>20</height>
307       </size>
308      </property>
309     </spacer>
310    </item>
311    <item row="5" column="1">
312     <widget class="QLineEdit" name="MathIndentLE">
313      <property name="enabled">
314       <bool>false</bool>
315      </property>
316      <property name="toolTip">
317       <string/>
318      </property>
319      <property name="text">
320       <string/>
321      </property>
322     </widget>
323    </item>
324    <item row="5" column="2">
325     <widget class="lyx::frontend::LengthCombo" name="MathIndentLengthCO">
326      <property name="enabled">
327       <bool>false</bool>
328      </property>
329      <property name="toolTip">
330       <string/>
331      </property>
332     </widget>
333    </item>
334    <item row="5" column="3">
335     <spacer name="horizontalSpacer_2">
336      <property name="orientation">
337       <enum>Qt::Horizontal</enum>
338      </property>
339      <property name="sizeHint" stdset="0">
340       <size>
341        <width>79</width>
342        <height>20</height>
343       </size>
344      </property>
345     </spacer>
346    </item>
347    <item row="6" column="0" colspan="4">
348     <spacer>
349      <property name="orientation">
350       <enum>Qt::Vertical</enum>
351      </property>
352      <property name="sizeType">
353       <enum>QSizePolicy::Expanding</enum>
354      </property>
355      <property name="sizeHint" stdset="0">
356       <size>
357        <width>403</width>
358        <height>21</height>
359       </size>
360      </property>
361     </spacer>
362    </item>
363   </layout>
364  </widget>
365  <customwidgets>
366   <customwidget>
367    <class>lyx::frontend::LengthCombo</class>
368    <extends>QComboBox</extends>
369    <header>LengthCombo.h</header>
370   </customwidget>
371  </customwidgets>
372  <tabstops>
373   <tabstop>indentRB</tabstop>
374   <tabstop>indentCO</tabstop>
375   <tabstop>indentLE</tabstop>
376   <tabstop>indentLengthCO</tabstop>
377   <tabstop>skipRB</tabstop>
378   <tabstop>skipCO</tabstop>
379   <tabstop>skipLE</tabstop>
380   <tabstop>skipLengthCO</tabstop>
381   <tabstop>lspacingCO</tabstop>
382   <tabstop>lspacingLE</tabstop>
383  </tabstops>
384  <includes>
385   <include location="local">qt_i18n.h</include>
386  </includes>
387  <resources/>
388  <connections>
389   <connection>
390    <sender>MathIndentCB</sender>
391    <signal>toggled(bool)</signal>
392    <receiver>MathIndentCO</receiver>
393    <slot>setEnabled(bool)</slot>
394    <hints>
395     <hint type="sourcelabel">
396      <x>59</x>
397      <y>274</y>
398     </hint>
399     <hint type="destinationlabel">
400      <x>182</x>
401      <y>270</y>
402     </hint>
403    </hints>
404   </connection>
405  </connections>
406 </ui>