]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/TextLayoutUi.ui
String tweaks.
[features.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>280</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string/>
14   </property>
15   <layout class="QGridLayout" name="gridLayout">
16    <item row="0" column="0">
17     <widget class="QGroupBox" name="separateGB">
18      <property name="title">
19       <string>Separate paragraphs with</string>
20      </property>
21      <property name="flat">
22       <bool>true</bool>
23      </property>
24      <layout class="QGridLayout" name="gridLayout_3">
25       <item row="0" column="0">
26        <widget class="QRadioButton" name="indentRB">
27         <property name="minimumSize">
28          <size>
29           <width>91</width>
30           <height>18</height>
31          </size>
32         </property>
33         <property name="toolTip">
34          <string>Indent consecutive paragraphs</string>
35         </property>
36         <property name="text">
37          <string>&amp;Indentation:</string>
38         </property>
39        </widget>
40       </item>
41       <item row="0" column="1">
42        <widget class="QComboBox" name="indentCO">
43         <property name="enabled">
44          <bool>false</bool>
45         </property>
46         <property name="toolTip">
47          <string>Size of the indentation</string>
48         </property>
49        </widget>
50       </item>
51       <item row="0" column="2" colspan="2">
52        <spacer>
53         <property name="orientation">
54          <enum>Qt::Horizontal</enum>
55         </property>
56         <property name="sizeType">
57          <enum>QSizePolicy::Expanding</enum>
58         </property>
59         <property name="sizeHint" stdset="0">
60          <size>
61           <width>135</width>
62           <height>26</height>
63          </size>
64         </property>
65        </spacer>
66       </item>
67       <item row="1" column="1">
68        <widget class="QLineEdit" name="indentLE">
69         <property name="enabled">
70          <bool>false</bool>
71         </property>
72         <property name="toolTip">
73          <string/>
74         </property>
75         <property name="text">
76          <string/>
77         </property>
78        </widget>
79       </item>
80       <item row="1" column="2">
81        <widget class="LengthCombo" name="indentLengthCO">
82         <property name="enabled">
83          <bool>false</bool>
84         </property>
85         <property name="toolTip">
86          <string/>
87         </property>
88        </widget>
89       </item>
90       <item row="1" column="3">
91        <spacer>
92         <property name="orientation">
93          <enum>Qt::Horizontal</enum>
94         </property>
95         <property name="sizeHint" stdset="0">
96          <size>
97           <width>40</width>
98           <height>20</height>
99          </size>
100         </property>
101        </spacer>
102       </item>
103       <item row="2" column="0">
104        <widget class="QRadioButton" name="skipRB">
105         <property name="minimumSize">
106          <size>
107           <width>91</width>
108           <height>18</height>
109          </size>
110         </property>
111         <property name="toolTip">
112          <string/>
113         </property>
114         <property name="text">
115          <string>&amp;Vertical space:</string>
116         </property>
117        </widget>
118       </item>
119       <item row="2" column="1">
120        <widget class="QComboBox" name="skipCO">
121         <property name="enabled">
122          <bool>false</bool>
123         </property>
124         <property name="toolTip">
125          <string>Size of the vertical space</string>
126         </property>
127        </widget>
128       </item>
129       <item row="2" column="2" colspan="2">
130        <spacer>
131         <property name="orientation">
132          <enum>Qt::Horizontal</enum>
133         </property>
134         <property name="sizeType">
135          <enum>QSizePolicy::Expanding</enum>
136         </property>
137         <property name="sizeHint" stdset="0">
138          <size>
139           <width>137</width>
140           <height>26</height>
141          </size>
142         </property>
143        </spacer>
144       </item>
145       <item row="3" column="1">
146        <widget class="QLineEdit" name="skipLE">
147         <property name="enabled">
148          <bool>false</bool>
149         </property>
150         <property name="toolTip">
151          <string/>
152         </property>
153        </widget>
154       </item>
155       <item row="3" column="2">
156        <widget class="LengthCombo" name="skipLengthCO">
157         <property name="enabled">
158          <bool>false</bool>
159         </property>
160         <property name="toolTip">
161          <string/>
162         </property>
163        </widget>
164       </item>
165       <item row="3" column="3">
166        <spacer>
167         <property name="orientation">
168          <enum>Qt::Horizontal</enum>
169         </property>
170         <property name="sizeHint" stdset="0">
171          <size>
172           <width>40</width>
173           <height>20</height>
174          </size>
175         </property>
176        </spacer>
177       </item>
178      </layout>
179     </widget>
180    </item>
181    <item row="1" column="0">
182     <widget class="QGroupBox" name="spacingGB">
183      <property name="minimumSize">
184       <size>
185        <width>0</width>
186        <height>0</height>
187       </size>
188      </property>
189      <property name="title">
190       <string>Spacing</string>
191      </property>
192      <property name="flat">
193       <bool>true</bool>
194      </property>
195      <property name="checkable">
196       <bool>false</bool>
197      </property>
198      <layout class="QGridLayout" name="gridLayout_2">
199       <item row="0" column="0">
200        <widget class="QLabel" name="lspacingL">
201         <property name="minimumSize">
202          <size>
203           <width>91</width>
204           <height>18</height>
205          </size>
206         </property>
207         <property name="text">
208          <string>&amp;Line spacing:</string>
209         </property>
210         <property name="buddy">
211          <cstring>lspacingCO</cstring>
212         </property>
213        </widget>
214       </item>
215       <item row="0" column="1">
216        <widget class="QComboBox" name="lspacingCO">
217         <property name="toolTip">
218          <string>Spacing type</string>
219         </property>
220         <property name="duplicatesEnabled">
221          <bool>false</bool>
222         </property>
223        </widget>
224       </item>
225       <item row="0" column="2">
226        <widget class="QLineEdit" name="lspacingLE">
227         <property name="enabled">
228          <bool>false</bool>
229         </property>
230         <property name="toolTip">
231          <string>Number of lines</string>
232         </property>
233        </widget>
234       </item>
235       <item row="0" column="3">
236        <spacer name="horizontalSpacer">
237         <property name="orientation">
238          <enum>Qt::Horizontal</enum>
239         </property>
240         <property name="sizeHint" stdset="0">
241          <size>
242           <width>69</width>
243           <height>20</height>
244          </size>
245         </property>
246        </spacer>
247       </item>
248       <item row="1" column="0" colspan="2">
249        <widget class="QCheckBox" name="twoColumnCB">
250         <property name="toolTip">
251          <string>Format text into two columns</string>
252         </property>
253         <property name="text">
254          <string>Two-&amp;column document</string>
255         </property>
256        </widget>
257       </item>
258      </layout>
259     </widget>
260    </item>
261    <item row="2" column="0">
262     <spacer>
263      <property name="orientation">
264       <enum>Qt::Vertical</enum>
265      </property>
266      <property name="sizeType">
267       <enum>QSizePolicy::Expanding</enum>
268      </property>
269      <property name="sizeHint" stdset="0">
270       <size>
271        <width>403</width>
272        <height>21</height>
273       </size>
274      </property>
275     </spacer>
276    </item>
277   </layout>
278  </widget>
279  <customwidgets>
280   <customwidget>
281    <class>LengthCombo</class>
282    <extends>QComboBox</extends>
283    <header>LengthCombo.h</header>
284   </customwidget>
285  </customwidgets>
286  <tabstops>
287   <tabstop>indentRB</tabstop>
288   <tabstop>skipRB</tabstop>
289   <tabstop>skipCO</tabstop>
290   <tabstop>skipLE</tabstop>
291   <tabstop>lspacingCO</tabstop>
292   <tabstop>lspacingLE</tabstop>
293   <tabstop>twoColumnCB</tabstop>
294  </tabstops>
295  <includes>
296   <include location="local">qt_i18n.h</include>
297  </includes>
298  <resources/>
299  <connections/>
300 </ui>