lyx_mirror/src/frontends/qt4/ui/OutputUi.ui

252 lines
6.9 KiB
Plaintext
Raw Normal View History

<ui version="4.0" >
<class>OutputUi</class>
<widget class="QWidget" name="OutputUi" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>388</width>
<height>334</height>
</rect>
</property>
<property name="windowTitle" >
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout" >
<item>
<widget class="QGroupBox" name="outputFormatGB" >
<property name="title" >
<string>Output Format</string>
</property>
<property name="flat" >
<bool>true</bool>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="1" column="0" >
<layout class="QHBoxLayout" >
<property name="spacing" >
<number>6</number>
</property>
<property name="margin" >
<number>0</number>
</property>
<item>
<widget class="QLabel" name="defaultFormatLA" >
<property name="toolTip" >
<string>Specify the default output format (for view/update)</string>
</property>
<property name="text" >
<string>De&amp;fault Output Format:</string>
</property>
<property name="buddy" >
<cstring>defaultFormatCO</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="defaultFormatCO" >
<property name="toolTip" >
<string>Specify the default output format (for view/update)</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="0" >
<widget class="QCheckBox" name="xetexCB" >
<property name="toolTip" >
<string>Use the XeTeX processing engine</string>
</property>
<property name="text" >
<string>Use &amp;XeTeX</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="outputsyncCB" >
<property name="toolTip" >
<string>Enable forward/reverse search between editor and output (e.g., SyncTeX)</string>
</property>
<property name="title" >
<string>S&amp;ynchronize with Output</string>
</property>
<property name="flat" >
<bool>true</bool>
</property>
<property name="checkable" >
<bool>true</bool>
</property>
<property name="checked" >
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2" >
<item>
<layout class="QHBoxLayout" name="horizontalLayout" >
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>C&amp;ustom Macro:</string>
</property>
<property name="buddy" >
<cstring>synccustomCB</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="synccustomCB" >
<property name="toolTip" >
<string>Custom LaTeX preamble macro</string>
</property>
<property name="editable" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="xhtmlGB" >
<property name="title" >
<string>XHTML Output Options</string>
</property>
<property name="flat" >
<bool>true</bool>
</property>
<layout class="QGridLayout" name="outGridLayout" >
<item row="0" column="0" colspan="2" >
<widget class="QCheckBox" name="strictCB" >
<property name="toolTip" >
<string>Whether to comply strictly with XHTML 1.1.</string>
</property>
<property name="text" >
<string>&amp;Strict XHTML 1.1</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="mathoutLA" >
<property name="font" >
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text" >
<string>&amp;Math Output:</string>
</property>
<property name="buddy" >
<cstring>mathoutCB</cstring>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QComboBox" name="mathoutCB" >
<property name="font" >
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip" >
<string>Format to use for math output.</string>
</property>
<item>
<property name="text" >
<string>MathML</string>
</property>
</item>
<item>
<property name="text" >
<string>HTML</string>
</property>
</item>
<item>
<property name="text" >
<string>Images</string>
</property>
</item>
<item>
<property name="text" >
<string>LaTeX</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="mathimgLA" >
<property name="font" >
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text" >
<string>Math &amp;Image Scaling:</string>
</property>
<property name="buddy" >
<cstring>mathimgSB</cstring>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QDoubleSpinBox" name="mathimgSB" >
<property name="font" >
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip" >
<string>Scaling factor for images used for math output.</string>
</property>
<property name="minimum" >
<double>0.100000000000000</double>
</property>
<property name="maximum" >
<double>10.000000000000000</double>
</property>
<property name="singleStep" >
<double>0.100000000000000</double>
</property>
<property name="value" >
<double>1.000000000000000</double>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer" >
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<includes>
<include location="local" >qt_i18n.h</include>
</includes>
<resources/>
<connections/>
</ui>