mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 21:49:51 +00:00
ff7dd5e06c
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17587 a592a061-630c-0410-9148-cb99ea01b6c8
104 lines
2.4 KiB
XML
104 lines
2.4 KiB
XML
<ui version="4.0" >
|
|
<class>LaTeXUi</class>
|
|
<widget class="QWidget" name="LaTeXUi" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>307</width>
|
|
<height>178</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string/>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item row="3" column="1" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>20</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="2" column="2" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="2" column="1" >
|
|
<widget class="QComboBox" name="psdriverCO" >
|
|
<property name="duplicatesEnabled" >
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0" >
|
|
<widget class="QLabel" name="classL" >
|
|
<property name="text" >
|
|
<string>Document &class:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>classCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" >
|
|
<widget class="QLabel" name="optionsL" >
|
|
<property name="text" >
|
|
<string>&Options:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>optionsLE</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0" >
|
|
<widget class="QLabel" name="psdriverL" >
|
|
<property name="text" >
|
|
<string>Postscript &driver:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>psdriverCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1" colspan="2" >
|
|
<widget class="QComboBox" name="classCO" />
|
|
</item>
|
|
<item row="1" column="1" colspan="2" >
|
|
<widget class="QLineEdit" name="optionsLE" />
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>classCO</tabstop>
|
|
<tabstop>optionsLE</tabstop>
|
|
<tabstop>psdriverCO</tabstop>
|
|
</tabstops>
|
|
<includes>
|
|
<include location="local" >qt_helpers.h</include>
|
|
</includes>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|