]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefOutputUi.ui
Join PrefDateUi and PrefPlaintextUi into PrefOutputUi
[lyx.git] / src / frontends / qt4 / ui / PrefOutputUi.ui
1 <ui version="4.0" >
2  <class>PrefOutputUi</class>
3  <widget class="QWidget" name="PrefOutputUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>270</width>
9     <height>128</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout" >
16    <item>
17     <layout class="QHBoxLayout" name="horizontalLayout_2" >
18      <item>
19       <widget class="QLabel" name="plaintextLinelengthLA" >
20        <property name="text" >
21         <string>Output &amp;line length:</string>
22        </property>
23        <property name="buddy" >
24         <cstring>plaintextLinelengthSB</cstring>
25        </property>
26       </widget>
27      </item>
28      <item>
29       <widget class="QSpinBox" name="plaintextLinelengthSB" >
30        <property name="sizePolicy" >
31         <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
32          <horstretch>0</horstretch>
33          <verstretch>0</verstretch>
34         </sizepolicy>
35        </property>
36        <property name="toolTip" >
37         <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>
38        </property>
39        <property name="maximum" >
40         <number>120</number>
41        </property>
42       </widget>
43      </item>
44      <item>
45       <spacer name="horizontalSpacer_2" >
46        <property name="orientation" >
47         <enum>Qt::Horizontal</enum>
48        </property>
49        <property name="sizeHint" stdset="0" >
50         <size>
51          <width>40</width>
52          <height>20</height>
53         </size>
54        </property>
55       </spacer>
56      </item>
57     </layout>
58    </item>
59    <item>
60     <layout class="QHBoxLayout" name="horizontalLayout" >
61      <item>
62       <widget class="QLabel" name="DateLA" >
63        <property name="text" >
64         <string>&amp;Date format:</string>
65        </property>
66        <property name="buddy" >
67         <cstring>DateED</cstring>
68        </property>
69       </widget>
70      </item>
71      <item>
72       <widget class="QLineEdit" name="DateED" >
73        <property name="sizePolicy" >
74         <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
75          <horstretch>0</horstretch>
76          <verstretch>0</verstretch>
77         </sizepolicy>
78        </property>
79        <property name="toolTip" >
80         <string>Date format for strftime output</string>
81        </property>
82       </widget>
83      </item>
84      <item>
85       <spacer name="horizontalSpacer" >
86        <property name="orientation" >
87         <enum>Qt::Horizontal</enum>
88        </property>
89        <property name="sizeHint" stdset="0" >
90         <size>
91          <width>40</width>
92          <height>20</height>
93         </size>
94        </property>
95       </spacer>
96      </item>
97     </layout>
98    </item>
99    <item>
100     <spacer name="verticalSpacer" >
101      <property name="orientation" >
102       <enum>Qt::Vertical</enum>
103      </property>
104      <property name="sizeHint" stdset="0" >
105       <size>
106        <width>20</width>
107        <height>40</height>
108       </size>
109      </property>
110     </spacer>
111    </item>
112   </layout>
113  </widget>
114  <includes>
115   <include location="local" >qt_i18n.h</include>
116  </includes>
117  <resources/>
118  <connections/>
119 </ui>