]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefPlaintextUi.ui
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ui / PrefPlaintextUi.ui
1 <ui version="4.0">
2  <class>PrefPlaintextUi</class>
3  <widget class="QWidget" name="PrefPlaintextUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>340</width>
9     <height>99</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string/>
14   </property>
15   <layout class="QGridLayout">
16    <property name="margin">
17     <number>9</number>
18    </property>
19    <property name="spacing">
20     <number>6</number>
21    </property>
22    <item row="1" column="0" colspan="3">
23     <spacer>
24      <property name="orientation">
25       <enum>Qt::Vertical</enum>
26      </property>
27      <property name="sizeType">
28       <enum>QSizePolicy::Expanding</enum>
29      </property>
30      <property name="sizeHint" stdset="0">
31       <size>
32        <width>20</width>
33        <height>20</height>
34       </size>
35      </property>
36     </spacer>
37    </item>
38    <item row="0" column="2">
39     <spacer>
40      <property name="orientation">
41       <enum>Qt::Horizontal</enum>
42      </property>
43      <property name="sizeType">
44       <enum>QSizePolicy::Expanding</enum>
45      </property>
46      <property name="sizeHint" stdset="0">
47       <size>
48        <width>20</width>
49        <height>20</height>
50       </size>
51      </property>
52     </spacer>
53    </item>
54    <item row="0" column="1">
55     <widget class="QSpinBox" name="plaintextLinelengthSB">
56      <property name="toolTip">
57       <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 &gt; 0, paragraphs are separated by a blank line.</string>
58      </property>
59      <property name="maximum">
60       <number>120</number>
61      </property>
62     </widget>
63    </item>
64    <item row="0" column="0">
65     <widget class="QLabel" name="plaintextLinelengthLA">
66      <property name="text">
67       <string>Output &amp;line length:</string>
68      </property>
69      <property name="buddy">
70       <cstring>plaintextLinelengthSB</cstring>
71      </property>
72     </widget>
73    </item>
74   </layout>
75  </widget>
76  <includes>
77   <include location="local">qt_i18n.h</include>
78  </includes>
79  <resources/>
80  <connections/>
81 </ui>