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