]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/TextLayoutUi.ui
No need to translate number
[features.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>421</width>
10     <height>327</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
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_3">
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>135</width>
63           <height>26</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="minimumSize">
107          <size>
108           <width>91</width>
109           <height>18</height>
110          </size>
111         </property>
112         <property name="toolTip">
113          <string/>
114         </property>
115         <property name="text">
116          <string>&amp;Vertical space:</string>
117         </property>
118        </widget>
119       </item>
120       <item row="2" column="1">
121        <widget class="QComboBox" name="skipCO">
122         <property name="enabled">
123          <bool>false</bool>
124         </property>
125         <property name="toolTip">
126          <string>Size of the vertical space</string>
127         </property>
128        </widget>
129       </item>
130       <item row="2" column="2" colspan="2">
131        <spacer>
132         <property name="orientation">
133          <enum>Qt::Horizontal</enum>
134         </property>
135         <property name="sizeType">
136          <enum>QSizePolicy::Expanding</enum>
137         </property>
138         <property name="sizeHint" stdset="0">
139          <size>
140           <width>137</width>
141           <height>26</height>
142          </size>
143         </property>
144        </spacer>
145       </item>
146       <item row="3" column="1">
147        <widget class="QLineEdit" name="skipLE">
148         <property name="enabled">
149          <bool>false</bool>
150         </property>
151         <property name="toolTip">
152          <string/>
153         </property>
154        </widget>
155       </item>
156       <item row="3" column="2">
157        <widget class="lyx::frontend::LengthCombo" name="skipLengthCO">
158         <property name="enabled">
159          <bool>false</bool>
160         </property>
161         <property name="toolTip">
162          <string/>
163         </property>
164        </widget>
165       </item>
166       <item row="3" column="3">
167        <spacer>
168         <property name="orientation">
169          <enum>Qt::Horizontal</enum>
170         </property>
171         <property name="sizeHint" stdset="0">
172          <size>
173           <width>40</width>
174           <height>20</height>
175          </size>
176         </property>
177        </spacer>
178       </item>
179      </layout>
180     </widget>
181    </item>
182    <item row="1" column="0" colspan="4">
183     <widget class="QGroupBox" name="spacingGB">
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_2">
200       <item row="0" column="0">
201        <widget class="QLabel" name="lspacingL">
202         <property name="minimumSize">
203          <size>
204           <width>91</width>
205           <height>18</height>
206          </size>
207         </property>
208         <property name="text">
209          <string>&amp;Line spacing:</string>
210         </property>
211         <property name="buddy">
212          <cstring>lspacingCO</cstring>
213         </property>
214        </widget>
215       </item>
216       <item row="0" column="1">
217        <widget class="QComboBox" name="lspacingCO">
218         <property name="toolTip">
219          <string>Spacing type</string>
220         </property>
221         <property name="duplicatesEnabled">
222          <bool>false</bool>
223         </property>
224        </widget>
225       </item>
226       <item row="0" column="2">
227        <widget class="QLineEdit" name="lspacingLE">
228         <property name="enabled">
229          <bool>false</bool>
230         </property>
231         <property name="toolTip">
232          <string>Number of lines</string>
233         </property>
234        </widget>
235       </item>
236       <item row="0" column="3">
237        <spacer name="horizontalSpacer">
238         <property name="orientation">
239          <enum>Qt::Horizontal</enum>
240         </property>
241         <property name="sizeHint" stdset="0">
242          <size>
243           <width>69</width>
244           <height>20</height>
245          </size>
246         </property>
247        </spacer>
248       </item>
249      </layout>
250     </widget>
251    </item>
252    <item row="2" column="0" colspan="2">
253     <widget class="QCheckBox" name="twoColumnCB">
254      <property name="toolTip">
255       <string>Format text into two columns</string>
256      </property>
257      <property name="text">
258       <string>Two-&amp;column document</string>
259      </property>
260     </widget>
261    </item>
262    <item row="3" column="0" colspan="2">
263     <widget class="QCheckBox" name="justCB">
264      <property name="toolTip">
265       <string>Justify text in the LyX editor (this does not affect whether the text is justified in the output)</string>
266      </property>
267      <property name="text">
268       <string>Use &amp;justification in LyX work area</string>
269      </property>
270     </widget>
271    </item>
272    <item row="4" column="0">
273     <widget class="QCheckBox" name="FormulaIndentCB">
274      <property name="toolTip">
275       <string>Indent displayed formulas instead of centering</string>
276      </property>
277      <property name="text">
278       <string>Indent &amp;Formulas</string>
279      </property>
280     </widget>
281    </item>
282    <item row="4" column="1">
283     <widget class="QLineEdit" name="FormulaIndentLE">
284      <property name="enabled">
285       <bool>false</bool>
286      </property>
287      <property name="text">
288       <string notr="true">30</string>
289      </property>
290     </widget>
291    </item>
292    <item row="4" column="2">
293     <widget class="lyx::frontend::LengthCombo" name="FormulaIndentCO">
294      <property name="enabled">
295       <bool>false</bool>
296      </property>
297      <property name="toolTip">
298       <string/>
299      </property>
300     </widget>
301    </item>
302    <item row="4" column="3">
303     <spacer name="horizontalSpacer_2">
304      <property name="orientation">
305       <enum>Qt::Horizontal</enum>
306      </property>
307      <property name="sizeHint" stdset="0">
308       <size>
309        <width>79</width>
310        <height>20</height>
311       </size>
312      </property>
313     </spacer>
314    </item>
315    <item row="5" column="0" colspan="4">
316     <spacer>
317      <property name="orientation">
318       <enum>Qt::Vertical</enum>
319      </property>
320      <property name="sizeType">
321       <enum>QSizePolicy::Expanding</enum>
322      </property>
323      <property name="sizeHint" stdset="0">
324       <size>
325        <width>403</width>
326        <height>21</height>
327       </size>
328      </property>
329     </spacer>
330    </item>
331   </layout>
332  </widget>
333  <customwidgets>
334   <customwidget>
335    <class>lyx::frontend::LengthCombo</class>
336    <extends>QComboBox</extends>
337    <header>LengthCombo.h</header>
338   </customwidget>
339  </customwidgets>
340  <tabstops>
341   <tabstop>indentRB</tabstop>
342   <tabstop>indentCO</tabstop>
343   <tabstop>indentLE</tabstop>
344   <tabstop>indentLengthCO</tabstop>
345   <tabstop>skipRB</tabstop>
346   <tabstop>skipCO</tabstop>
347   <tabstop>skipLE</tabstop>
348   <tabstop>skipLengthCO</tabstop>
349   <tabstop>lspacingCO</tabstop>
350   <tabstop>lspacingLE</tabstop>
351  </tabstops>
352  <includes>
353   <include location="local">qt_i18n.h</include>
354  </includes>
355  <resources/>
356  <connections>
357   <connection>
358    <sender>FormulaIndentCB</sender>
359    <signal>toggled(bool)</signal>
360    <receiver>FormulaIndentCO</receiver>
361    <slot>setEnabled(bool)</slot>
362    <hints>
363     <hint type="sourcelabel">
364      <x>59</x>
365      <y>274</y>
366     </hint>
367     <hint type="destinationlabel">
368      <x>289</x>
369      <y>273</y>
370     </hint>
371    </hints>
372   </connection>
373   <connection>
374    <sender>FormulaIndentCB</sender>
375    <signal>toggled(bool)</signal>
376    <receiver>FormulaIndentLE</receiver>
377    <slot>setEnabled(bool)</slot>
378    <hints>
379     <hint type="sourcelabel">
380      <x>59</x>
381      <y>274</y>
382     </hint>
383     <hint type="destinationlabel">
384      <x>182</x>
385      <y>273</y>
386     </hint>
387    </hints>
388   </connection>
389  </connections>
390 </ui>