]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/OutputUi.ui
Add buffer param to opt-out fragile content movement
[lyx.git] / src / frontends / qt / ui / OutputUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>OutputUi</class>
4  <widget class="QWidget" name="OutputUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>510</width>
10     <height>504</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_2">
17    <item row="0" column="0">
18     <widget class="QGroupBox" name="outputFormatGB">
19      <property name="title">
20       <string>Output Format</string>
21      </property>
22      <property name="flat">
23       <bool>true</bool>
24      </property>
25      <layout class="QGridLayout" name="gridlayout8">
26       <property name="leftMargin">
27        <number>9</number>
28       </property>
29       <property name="topMargin">
30        <number>9</number>
31       </property>
32       <property name="rightMargin">
33        <number>9</number>
34       </property>
35       <property name="bottomMargin">
36        <number>9</number>
37       </property>
38       <property name="spacing">
39        <number>6</number>
40       </property>
41       <item row="0" column="0">
42        <layout class="QHBoxLayout">
43         <property name="spacing">
44          <number>6</number>
45         </property>
46         <property name="leftMargin">
47          <number>0</number>
48         </property>
49         <property name="topMargin">
50          <number>0</number>
51         </property>
52         <property name="rightMargin">
53          <number>0</number>
54         </property>
55         <property name="bottomMargin">
56          <number>0</number>
57         </property>
58         <item>
59          <widget class="QLabel" name="defaultFormatLA">
60           <property name="toolTip">
61            <string>Specify the default output format (for view/update)</string>
62           </property>
63           <property name="text">
64            <string>De&amp;fault output format:</string>
65           </property>
66           <property name="buddy">
67            <cstring>defaultFormatCO</cstring>
68           </property>
69          </widget>
70         </item>
71         <item>
72          <widget class="QComboBox" name="defaultFormatCO">
73           <property name="toolTip">
74            <string>Specify the default output format (for view/update)</string>
75           </property>
76          </widget>
77         </item>
78         <item>
79          <spacer name="horizontalSpacer">
80           <property name="orientation">
81            <enum>Qt::Horizontal</enum>
82           </property>
83           <property name="sizeHint" stdset="0">
84            <size>
85             <width>40</width>
86             <height>20</height>
87            </size>
88           </property>
89          </spacer>
90         </item>
91        </layout>
92       </item>
93      </layout>
94     </widget>
95    </item>
96    <item row="1" column="0">
97     <widget class="QCheckBox" name="shellescapeCB">
98      <property name="toolTip">
99       <string>Runs the LaTeX backend with the -shell-escape option (Warning: use only when really necessary)</string>
100      </property>
101      <property name="text">
102       <string>&amp;Allow running external programs</string>
103      </property>
104     </widget>
105    </item>
106    <item row="3" column="0">
107     <widget class="QGroupBox" name="xhtmlGB">
108      <property name="title">
109       <string>XHTML Output Options</string>
110      </property>
111      <property name="flat">
112       <bool>true</bool>
113      </property>
114      <layout class="QGridLayout" name="outGridLayout">
115       <item row="1" column="1">
116        <widget class="QComboBox" name="mathoutCB">
117         <property name="font">
118          <font>
119           <weight>50</weight>
120           <bold>false</bold>
121          </font>
122         </property>
123         <property name="toolTip">
124          <string>Format to use for math output.</string>
125         </property>
126         <item>
127          <property name="text">
128           <string>MathML</string>
129          </property>
130         </item>
131         <item>
132          <property name="text">
133           <string>HTML</string>
134          </property>
135         </item>
136         <item>
137          <property name="text">
138           <string>Images</string>
139          </property>
140         </item>
141         <item>
142          <property name="text">
143           <string>LaTeX</string>
144          </property>
145         </item>
146        </widget>
147       </item>
148       <item row="0" column="1">
149        <widget class="QCheckBox" name="cssCB">
150         <property name="text">
151          <string>Write CSS to file</string>
152         </property>
153        </widget>
154       </item>
155       <item row="1" column="0">
156        <widget class="QLabel" name="mathoutLA">
157         <property name="font">
158          <font>
159           <weight>50</weight>
160           <bold>false</bold>
161          </font>
162         </property>
163         <property name="text">
164          <string>&amp;Math output:</string>
165         </property>
166         <property name="buddy">
167          <cstring>mathoutCB</cstring>
168         </property>
169        </widget>
170       </item>
171       <item row="2" column="0">
172        <widget class="QLabel" name="mathimgLA">
173         <property name="font">
174          <font>
175           <weight>50</weight>
176           <bold>false</bold>
177          </font>
178         </property>
179         <property name="text">
180          <string>Math &amp;image scaling:</string>
181         </property>
182         <property name="buddy">
183          <cstring>mathimgSB</cstring>
184         </property>
185        </widget>
186       </item>
187       <item row="0" column="0">
188        <widget class="QCheckBox" name="strictCB">
189         <property name="toolTip">
190          <string>Whether to comply strictly with XHTML 1.1.</string>
191         </property>
192         <property name="text">
193          <string>&amp;Strict XHTML 1.1</string>
194         </property>
195        </widget>
196       </item>
197       <item row="2" column="1">
198        <widget class="QDoubleSpinBox" name="mathimgSB">
199         <property name="font">
200          <font>
201           <weight>50</weight>
202           <bold>false</bold>
203          </font>
204         </property>
205         <property name="toolTip">
206          <string>Scaling factor for images used for math output.</string>
207         </property>
208         <property name="minimum">
209          <double>0.100000000000000</double>
210         </property>
211         <property name="maximum">
212          <double>10.000000000000000</double>
213         </property>
214         <property name="singleStep">
215          <double>0.100000000000000</double>
216         </property>
217         <property name="value">
218          <double>1.000000000000000</double>
219         </property>
220        </widget>
221       </item>
222       <item row="1" column="2">
223        <spacer name="horizontalSpacer_3">
224         <property name="orientation">
225          <enum>Qt::Horizontal</enum>
226         </property>
227         <property name="sizeHint" stdset="0">
228          <size>
229           <width>40</width>
230           <height>20</height>
231          </size>
232         </property>
233        </spacer>
234       </item>
235      </layout>
236     </widget>
237    </item>
238    <item row="4" column="0">
239     <widget class="QGroupBox" name="savingGB">
240      <property name="title">
241       <string>LyX Format</string>
242      </property>
243      <property name="flat">
244       <bool>true</bool>
245      </property>
246      <property name="checkable">
247       <bool>false</bool>
248      </property>
249      <layout class="QGridLayout" name="gridLayout7">
250       <item row="0" column="0">
251        <widget class="QCheckBox" name="saveTransientPropertiesCB">
252         <property name="toolTip">
253          <string>Save all parameters in the LyX file, including ones that are frequently switched or that are specific to the user (such as the output of the tracked changes, or the document directory path). Disabling this option plays nicer in collaborative settings and with version control systems.</string>
254         </property>
255         <property name="text">
256          <string>Save &amp;transient properties</string>
257         </property>
258        </widget>
259       </item>
260      </layout>
261     </widget>
262    </item>
263    <item row="5" column="0">
264     <spacer name="verticalSpacer">
265      <property name="orientation">
266       <enum>Qt::Vertical</enum>
267      </property>
268      <property name="sizeHint" stdset="0">
269       <size>
270        <width>20</width>
271        <height>40</height>
272       </size>
273      </property>
274     </spacer>
275    </item>
276    <item row="2" column="0">
277     <widget class="QGroupBox" name="latexOutputGB">
278      <property name="title">
279       <string>LaTeX Output Options</string>
280      </property>
281      <layout class="QGridLayout" name="gridLayout">
282       <item row="0" column="0">
283        <layout class="QHBoxLayout" name="horizontalLayout_2">
284         <item>
285          <widget class="QCheckBox" name="outputsyncCB">
286           <property name="toolTip">
287            <string>Enable forward/reverse search between editor and output (e.g., SyncTeX)</string>
288           </property>
289           <property name="text">
290            <string>S&amp;ynchronize with output</string>
291           </property>
292          </widget>
293         </item>
294         <item>
295          <spacer name="horizontalSpacer_4">
296           <property name="orientation">
297            <enum>Qt::Horizontal</enum>
298           </property>
299           <property name="sizeType">
300            <enum>QSizePolicy::Fixed</enum>
301           </property>
302           <property name="sizeHint" stdset="0">
303            <size>
304             <width>20</width>
305             <height>20</height>
306            </size>
307           </property>
308          </spacer>
309         </item>
310         <item>
311          <layout class="QHBoxLayout" name="horizontalLayout">
312           <item>
313            <widget class="QLabel" name="synccustomLA">
314             <property name="text">
315              <string>C&amp;ustom macro:</string>
316             </property>
317             <property name="buddy">
318              <cstring>synccustomCB</cstring>
319             </property>
320            </widget>
321           </item>
322           <item>
323            <widget class="QComboBox" name="synccustomCB">
324             <property name="toolTip">
325              <string>Custom LaTeX preamble macro</string>
326             </property>
327             <property name="editable">
328              <bool>true</bool>
329             </property>
330            </widget>
331           </item>
332           <item>
333            <spacer name="horizontalSpacer_2">
334             <property name="orientation">
335              <enum>Qt::Horizontal</enum>
336             </property>
337             <property name="sizeHint" stdset="0">
338              <size>
339               <width>40</width>
340               <height>20</height>
341              </size>
342             </property>
343            </spacer>
344           </item>
345          </layout>
346         </item>
347        </layout>
348       </item>
349       <item row="1" column="0">
350        <widget class="QCheckBox" name="postponeFragileCB">
351         <property name="toolTip">
352          <string>If this is checked, fragile items such as labels and index entries are moved out of moving arguments such as sections and captions. This prevents LaTeX errors that can happen in such cases. It is recommended to keep this on.</string>
353         </property>
354         <property name="text">
355          <string>Put fra&amp;gile content out of moving arguments</string>
356         </property>
357        </widget>
358       </item>
359      </layout>
360     </widget>
361    </item>
362   </layout>
363  </widget>
364  <includes>
365   <include location="local">qt_i18n.h</include>
366  </includes>
367  <resources/>
368  <connections/>
369 </ui>