]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefOutputUi.ui
Narrower Pref dialog
[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>307</width>
9     <height>234</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout_2" >
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     <widget class="QGroupBox" name="groupBox" >
101      <property name="title" >
102       <string>Forward search</string>
103      </property>
104      <property name="flat" >
105       <bool>true</bool>
106      </property>
107      <property name="checkable" >
108       <bool>false</bool>
109      </property>
110      <layout class="QVBoxLayout" name="verticalLayout" >
111       <item>
112        <layout class="QHBoxLayout" name="horizontalLayout_3" >
113         <item>
114          <widget class="QLabel" name="label" >
115           <property name="sizePolicy" >
116            <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
117             <horstretch>0</horstretch>
118             <verstretch>0</verstretch>
119            </sizepolicy>
120           </property>
121           <property name="text" >
122            <string>DV&amp;I command:</string>
123           </property>
124           <property name="buddy" >
125            <cstring>dviCB</cstring>
126           </property>
127          </widget>
128         </item>
129         <item>
130          <widget class="QComboBox" name="dviCB" >
131           <property name="sizePolicy" >
132            <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
133             <horstretch>0</horstretch>
134             <verstretch>0</verstretch>
135            </sizepolicy>
136           </property>
137           <property name="editable" >
138            <bool>true</bool>
139           </property>
140           <property name="sizeAdjustPolicy" >
141            <enum>QComboBox::AdjustToMinimumContentsLength</enum>
142           </property>
143          </widget>
144         </item>
145        </layout>
146       </item>
147       <item>
148        <layout class="QHBoxLayout" name="horizontalLayout_5" >
149         <item>
150          <widget class="QLabel" name="label_2" >
151           <property name="sizePolicy" >
152            <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
153             <horstretch>0</horstretch>
154             <verstretch>0</verstretch>
155            </sizepolicy>
156           </property>
157           <property name="text" >
158            <string>&amp;PDF command:</string>
159           </property>
160           <property name="buddy" >
161            <cstring>pdfCB</cstring>
162           </property>
163          </widget>
164         </item>
165         <item>
166          <widget class="QComboBox" name="pdfCB" >
167           <property name="sizePolicy" >
168            <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
169             <horstretch>0</horstretch>
170             <verstretch>0</verstretch>
171            </sizepolicy>
172           </property>
173           <property name="editable" >
174            <bool>true</bool>
175           </property>
176           <property name="sizeAdjustPolicy" >
177            <enum>QComboBox::AdjustToMinimumContentsLength</enum>
178           </property>
179          </widget>
180         </item>
181        </layout>
182       </item>
183      </layout>
184     </widget>
185    </item>
186    <item>
187     <spacer name="verticalSpacer" >
188      <property name="orientation" >
189       <enum>Qt::Vertical</enum>
190      </property>
191      <property name="sizeHint" stdset="0" >
192       <size>
193        <width>20</width>
194        <height>40</height>
195       </size>
196      </property>
197     </spacer>
198    </item>
199   </layout>
200  </widget>
201  <includes>
202   <include location="local" >qt_i18n.h</include>
203  </includes>
204  <resources/>
205  <connections/>
206 </ui>