2006-03-24 15:59:11 +00:00
<ui version="4.0" >
2007-08-31 05:53:55 +00:00
<class>PrefPlaintextUi</class>
<widget class="QWidget" name="PrefPlaintextUi" >
2006-03-24 15:59:11 +00:00
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>340</width>
<height>99</height>
</rect>
</property>
<property name="windowTitle" >
<string/>
</property>
2007-09-15 17:32:15 +00:00
<layout class="QGridLayout" >
2006-03-24 15:59:11 +00:00
<property name="margin" >
2007-09-15 17:32:15 +00:00
<number>9</number>
2006-03-24 15:59:11 +00:00
</property>
<property name="spacing" >
<number>6</number>
</property>
2007-09-15 17:32:15 +00:00
<item row="2" column="0" colspan="3" >
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
2006-03-24 15:59:11 +00:00
</property>
2007-09-15 17:32:15 +00:00
<property name="sizeHint" >
<size>
<width>20</width>
<height>20</height>
</size>
2006-03-24 15:59:11 +00:00
</property>
2007-09-15 17:32:15 +00:00
</spacer>
2006-03-24 15:59:11 +00:00
</item>
2007-09-15 17:32:15 +00:00
<item row="0" column="2" >
2006-03-24 15:59:11 +00:00
<spacer>
<property name="orientation" >
2007-09-15 17:32:15 +00:00
<enum>Qt::Horizontal</enum>
2006-03-24 15:59:11 +00:00
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2007-09-15 17:32:15 +00:00
<item row="0" column="1" >
<widget class="QSpinBox" name="plaintextLinelengthSB" >
<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 row="0" column="0" >
<widget class="QLabel" name="plaintextLinelengthLA" >
<property name="text" >
<string>Output &line length:</string>
</property>
<property name="buddy" >
<cstring>plaintextLinelengthSB</cstring>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="plaintextRoffLA" >
<property name="text" >
<string>&roff command:</string>
</property>
<property name="buddy" >
<cstring>plaintextRoffED</cstring>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2" >
<widget class="QLineEdit" name="plaintextRoffED" >
<property name="toolTip" >
<string>External app for formating tables in plain text output</string>
</property>
</widget>
</item>
2006-03-24 15:59:11 +00:00
</layout>
</widget>
2006-11-07 17:56:32 +00:00
<includes>
<include location="local" >qt_helpers.h</include>
</includes>
2006-03-24 15:59:11 +00:00
<resources/>
<connections/>
2006-03-05 17:24:44 +00:00
</ui>