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