2010-04-15 14:25:25 +00:00
<ui version="4.0" >
<class>PrefOutputUi</class>
<widget class="QWidget" name="PrefOutputUi" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
2010-04-16 08:09:07 +00:00
<width>307</width>
<height>234</height>
2010-04-15 14:25:25 +00:00
</rect>
</property>
<property name="windowTitle" >
<string/>
</property>
2010-04-16 08:09:07 +00:00
<layout class="QVBoxLayout" name="verticalLayout_2" >
2010-04-15 14:25:25 +00:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2" >
<item>
<widget class="QLabel" name="plaintextLinelengthLA" >
<property name="text" >
<string>Output &line length:</string>
</property>
<property name="buddy" >
<cstring>plaintextLinelengthSB</cstring>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="plaintextLinelengthSB" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip" >
<string>The maximum line length of exported plain text/LaTeX/SGML files. If set to 0, paragraphs are output in a single line; if the line length is > 0, paragraphs are separated by a blank line.</string>
</property>
<property name="maximum" >
<number>120</number>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout" >
<item>
<widget class="QLabel" name="DateLA" >
<property name="text" >
<string>&Date format:</string>
</property>
<property name="buddy" >
<cstring>DateED</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="DateED" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip" >
<string>Date format for strftime output</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
2010-04-16 08:09:07 +00:00
<item>
<widget class="QGroupBox" name="groupBox" >
<property name="title" >
<string>Forward search</string>
</property>
<property name="flat" >
<bool>true</bool>
</property>
<property name="checkable" >
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout" >
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3" >
<item>
<widget class="QLabel" name="label" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>DV&I command:</string>
</property>
<property name="buddy" >
<cstring>dviCB</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="dviCB" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editable" >
<bool>true</bool>
</property>
2010-04-16 18:30:50 +00:00
<property name="sizeAdjustPolicy" >
<enum>QComboBox::AdjustToMinimumContentsLength</enum>
</property>
2010-04-16 08:09:07 +00:00
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5" >
<item>
<widget class="QLabel" name="label_2" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>&PDF command:</string>
</property>
<property name="buddy" >
<cstring>pdfCB</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="pdfCB" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editable" >
<bool>true</bool>
</property>
2010-04-16 18:30:50 +00:00
<property name="sizeAdjustPolicy" >
<enum>QComboBox::AdjustToMinimumContentsLength</enum>
</property>
2010-04-16 08:09:07 +00:00
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
2010-04-15 14:25:25 +00:00
<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>