2006-03-24 15:59:11 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>LaTeXUi</class>
|
|
|
|
<widget class="QWidget" name="LaTeXUi" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-10-19 01:43:24 +00:00
|
|
|
<width>341</width>
|
|
|
|
<height>301</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
2008-10-19 01:43:24 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout" >
|
|
|
|
<item row="0" column="0" colspan="3" >
|
|
|
|
<widget class="QGroupBox" name="groupBox" >
|
2008-10-12 09:36:00 +00:00
|
|
|
<property name="title" >
|
2008-10-19 01:43:24 +00:00
|
|
|
<string>Document &class</string>
|
2008-10-12 09:36:00 +00:00
|
|
|
</property>
|
2008-10-19 01:43:24 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2" >
|
2008-10-12 09:36:00 +00:00
|
|
|
<item row="0" column="0" >
|
2008-10-19 01:43:24 +00:00
|
|
|
<widget class="QComboBox" name="classCO" >
|
|
|
|
<property name="maxVisibleItems" >
|
|
|
|
<number>20</number>
|
2008-10-12 09:36:00 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" >
|
2008-10-19 01:43:24 +00:00
|
|
|
<widget class="QPushButton" name="layoutPB" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Minimum" hsizetype="Fixed" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2008-10-12 09:36:00 +00:00
|
|
|
<property name="toolTip" >
|
2008-10-19 01:43:24 +00:00
|
|
|
<string>Click to select a local document class definition file</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Local Layout...</string>
|
2008-10-12 09:36:00 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2008-07-11 02:43:02 +00:00
|
|
|
</item>
|
2008-10-19 01:43:24 +00:00
|
|
|
<item row="1" column="0" colspan="3" >
|
2008-10-12 09:36:00 +00:00
|
|
|
<widget class="QGroupBox" name="optionsGB" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Class options</string>
|
2007-09-15 17:32:15 +00:00
|
|
|
</property>
|
2008-10-12 09:36:00 +00:00
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item rowspan="2" row="0" column="1" >
|
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2008-10-19 01:21:59 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2008-10-12 09:36:00 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="defaultOptionsLE" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>The options that are predefined in the layout file. Click to the left to select/deselect.</string>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="optionsLE" />
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QCheckBox" name="defaultOptionsCB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Enable to use the options that are predefined in the layout file</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>P&redefined:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QLabel" name="optionsL" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Cust&om:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>optionsLE</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2008-10-19 01:43:24 +00:00
|
|
|
<zorder>defaultOptionsCB</zorder>
|
|
|
|
<zorder>optionsL</zorder>
|
|
|
|
<zorder>groupBox</zorder>
|
2007-09-15 17:32:15 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-19 01:43:24 +00:00
|
|
|
<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="2" column="1" >
|
|
|
|
<widget class="QComboBox" name="psdriverCO" >
|
|
|
|
<property name="duplicatesEnabled" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0" >
|
|
|
|
<size>
|
|
|
|
<width>261</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0" colspan="3" >
|
|
|
|
<widget class="QGroupBox" name="childDocGB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Select if the current document is included to a master file</string>
|
|
|
|
</property>
|
|
|
|
<property name="statusTip" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="title" >
|
|
|
|
<string>Select de&fault master document</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</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="QLabel" name="childDocLA" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Master:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>childDocLE</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2" >
|
|
|
|
<widget class="QPushButton" name="childDocPB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Browse...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QLineEdit" name="childDocLE" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Enter the name of the default master document</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" >
|
|
|
|
<spacer name="verticalSpacer" >
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>2</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>classCO</tabstop>
|
|
|
|
<tabstop>optionsLE</tabstop>
|
2007-09-15 17:32:15 +00:00
|
|
|
<tabstop>psdriverCO</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
</tabstops>
|
2007-03-27 07:57:09 +00:00
|
|
|
<includes>
|
2008-04-20 16:32:40 +00:00
|
|
|
<include location="local" >qt_i18n.h</include>
|
2007-03-27 07:57:09 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
2008-10-12 09:36:00 +00:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>defaultOptionsCB</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>defaultOptionsLE</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel" >
|
|
|
|
<x>63</x>
|
|
|
|
<y>79</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel" >
|
|
|
|
<x>237</x>
|
|
|
|
<y>82</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|