mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-16 16:18:22 +00:00
120 lines
3.2 KiB
Plaintext
120 lines
3.2 KiB
Plaintext
|
<ui version="4.0" >
|
||
|
<class>PrefOutputUi</class>
|
||
|
<widget class="QWidget" name="PrefOutputUi" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>270</width>
|
||
|
<height>128</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle" >
|
||
|
<string/>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout" >
|
||
|
<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>
|
||
|
<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>
|