]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefPlaintextUi.ui
Embedding: add embedCB checkboxes to IncludeUi and ExternalUi
[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="2" 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" >
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" >
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 > 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    <item row="1" column="0" >
75     <widget class="QLabel" name="plaintextRoffLA" >
76      <property name="text" >
77       <string>&amp;roff command:</string>
78      </property>
79      <property name="buddy" >
80       <cstring>plaintextRoffED</cstring>
81      </property>
82     </widget>
83    </item>
84    <item row="1" column="1" colspan="2" >
85     <widget class="QLineEdit" name="plaintextRoffED" >
86      <property name="toolTip" >
87       <string>External app for formating tables in plain text output</string>
88      </property>
89     </widget>
90    </item>
91   </layout>
92  </widget>
93  <includes>
94   <include location="local" >qt_helpers.h</include>
95  </includes>
96  <resources/>
97  <connections/>
98 </ui>