mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-29 12:48:33 +00:00
101 lines
2.6 KiB
Plaintext
101 lines
2.6 KiB
Plaintext
|
<ui version="4.0" >
|
||
|
<class>OutputUi</class>
|
||
|
<widget class="QWidget" name="OutputUi" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>271</width>
|
||
|
<height>295</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle" >
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>9</number>
|
||
|
</property>
|
||
|
<property name="spacing" >
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<item row="0" column="0" >
|
||
|
<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="margin" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="spacing" >
|
||
|
<number>6</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&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 &XeTeX</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0" >
|
||
|
<spacer>
|
||
|
<property name="orientation" >
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" >
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<includes>
|
||
|
<include location="local" >qt_i18n.h</include>
|
||
|
</includes>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|