]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/OutputUi.ui
Split the overcrowded and chaotic UI pref pane into two (#7524)
[lyx.git] / src / frontends / qt4 / 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>388</width>
10     <height>334</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
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">
26       <property name="margin">
27        <number>9</number>
28       </property>
29       <property name="spacing">
30        <number>6</number>
31       </property>
32       <item row="0" column="0">
33        <layout class="QHBoxLayout">
34         <property name="spacing">
35          <number>6</number>
36         </property>
37         <property name="margin">
38          <number>0</number>
39         </property>
40         <item>
41          <widget class="QLabel" name="defaultFormatLA">
42           <property name="toolTip">
43            <string>Specify the default output format (for view/update)</string>
44           </property>
45           <property name="text">
46            <string>De&amp;fault Output Format:</string>
47           </property>
48           <property name="buddy">
49            <cstring>defaultFormatCO</cstring>
50           </property>
51          </widget>
52         </item>
53         <item>
54          <widget class="QComboBox" name="defaultFormatCO">
55           <property name="toolTip">
56            <string>Specify the default output format (for view/update)</string>
57           </property>
58          </widget>
59         </item>
60        </layout>
61       </item>
62      </layout>
63     </widget>
64    </item>
65    <item row="1" column="0">
66     <widget class="QGroupBox" name="outputsyncCB">
67      <property name="toolTip">
68       <string>Enable forward/reverse search between editor and output (e.g., SyncTeX)</string>
69      </property>
70      <property name="title">
71       <string>S&amp;ynchronize with Output</string>
72      </property>
73      <property name="flat">
74       <bool>true</bool>
75      </property>
76      <property name="checkable">
77       <bool>true</bool>
78      </property>
79      <property name="checked">
80       <bool>false</bool>
81      </property>
82      <layout class="QVBoxLayout" name="verticalLayout_2">
83       <item>
84        <layout class="QHBoxLayout" name="horizontalLayout">
85         <item>
86          <widget class="QLabel" name="label">
87           <property name="text">
88            <string>C&amp;ustom Macro:</string>
89           </property>
90           <property name="buddy">
91            <cstring>synccustomCB</cstring>
92           </property>
93          </widget>
94         </item>
95         <item>
96          <widget class="QComboBox" name="synccustomCB">
97           <property name="toolTip">
98            <string>Custom LaTeX preamble macro</string>
99           </property>
100           <property name="editable">
101            <bool>true</bool>
102           </property>
103          </widget>
104         </item>
105        </layout>
106       </item>
107      </layout>
108     </widget>
109    </item>
110    <item row="2" column="0">
111     <widget class="QGroupBox" name="xhtmlGB">
112      <property name="title">
113       <string>XHTML Output Options</string>
114      </property>
115      <property name="flat">
116       <bool>true</bool>
117      </property>
118      <layout class="QGridLayout" name="outGridLayout">
119       <item row="0" column="0">
120        <widget class="QCheckBox" name="strictCB">
121         <property name="toolTip">
122          <string>Whether to comply strictly with XHTML 1.1.</string>
123         </property>
124         <property name="text">
125          <string>&amp;Strict XHTML 1.1</string>
126         </property>
127        </widget>
128       </item>
129       <item row="1" column="0">
130        <widget class="QLabel" name="mathoutLA">
131         <property name="font">
132          <font>
133           <weight>50</weight>
134           <bold>false</bold>
135          </font>
136         </property>
137         <property name="text">
138          <string>&amp;Math output:</string>
139         </property>
140         <property name="buddy">
141          <cstring>mathoutCB</cstring>
142         </property>
143        </widget>
144       </item>
145       <item row="1" column="1">
146        <widget class="QComboBox" name="mathoutCB">
147         <property name="font">
148          <font>
149           <weight>50</weight>
150           <bold>false</bold>
151          </font>
152         </property>
153         <property name="toolTip">
154          <string>Format to use for math output.</string>
155         </property>
156         <item>
157          <property name="text">
158           <string>MathML</string>
159          </property>
160         </item>
161         <item>
162          <property name="text">
163           <string>HTML</string>
164          </property>
165         </item>
166         <item>
167          <property name="text">
168           <string>Images</string>
169          </property>
170         </item>
171         <item>
172          <property name="text">
173           <string>LaTeX</string>
174          </property>
175         </item>
176        </widget>
177       </item>
178       <item row="2" column="0">
179        <widget class="QLabel" name="mathimgLA">
180         <property name="font">
181          <font>
182           <weight>50</weight>
183           <bold>false</bold>
184          </font>
185         </property>
186         <property name="text">
187          <string>Math &amp;image scaling:</string>
188         </property>
189         <property name="buddy">
190          <cstring>mathimgSB</cstring>
191         </property>
192        </widget>
193       </item>
194       <item row="2" column="1">
195        <widget class="QDoubleSpinBox" name="mathimgSB">
196         <property name="font">
197          <font>
198           <weight>50</weight>
199           <bold>false</bold>
200          </font>
201         </property>
202         <property name="toolTip">
203          <string>Scaling factor for images used for math output.</string>
204         </property>
205         <property name="minimum">
206          <double>0.100000000000000</double>
207         </property>
208         <property name="maximum">
209          <double>10.000000000000000</double>
210         </property>
211         <property name="singleStep">
212          <double>0.100000000000000</double>
213         </property>
214         <property name="value">
215          <double>1.000000000000000</double>
216         </property>
217        </widget>
218       </item>
219       <item row="0" column="1">
220        <widget class="QCheckBox" name="cssCB">
221         <property name="text">
222          <string>Write CSS to File</string>
223         </property>
224        </widget>
225       </item>
226      </layout>
227     </widget>
228    </item>
229    <item row="3" column="0">
230     <spacer name="verticalSpacer">
231      <property name="orientation">
232       <enum>Qt::Vertical</enum>
233      </property>
234      <property name="sizeHint" stdset="0">
235       <size>
236        <width>20</width>
237        <height>40</height>
238       </size>
239      </property>
240     </spacer>
241    </item>
242   </layout>
243  </widget>
244  <includes>
245   <include location="local">qt_i18n.h</include>
246  </includes>
247  <resources/>
248  <connections/>
249 </ui>