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