]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefPlaintextUi.ui
move our stuff off the Q* namespace
[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="QVBoxLayout" >
16    <property name="margin" >
17     <number>11</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item>
23     <layout class="QGridLayout" >
24      <property name="margin" >
25       <number>0</number>
26      </property>
27      <property name="spacing" >
28       <number>6</number>
29      </property>
30      <item row="1" column="0" >
31       <widget class="QLabel" name="plaintextRoffLA" >
32        <property name="text" >
33         <string>&amp;roff command:</string>
34        </property>
35        <property name="buddy" >
36         <cstring>plaintextRoffED</cstring>
37        </property>
38       </widget>
39      </item>
40      <item row="0" column="1" >
41       <layout class="QHBoxLayout" >
42        <property name="margin" >
43         <number>0</number>
44        </property>
45        <property name="spacing" >
46         <number>6</number>
47        </property>
48        <item>
49         <widget class="QSpinBox" name="plaintextLinelengthSB" >
50          <property name="toolTip" >
51           <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>
52          </property>
53          <property name="maximum" >
54           <number>120</number>
55          </property>
56         </widget>
57        </item>
58        <item>
59         <spacer>
60          <property name="orientation" >
61           <enum>Qt::Horizontal</enum>
62          </property>
63          <property name="sizeType" >
64           <enum>QSizePolicy::Expanding</enum>
65          </property>
66          <property name="sizeHint" >
67           <size>
68            <width>20</width>
69            <height>20</height>
70           </size>
71          </property>
72         </spacer>
73        </item>
74       </layout>
75      </item>
76      <item row="0" column="0" >
77       <widget class="QLabel" name="plaintextLinelengthLA" >
78        <property name="text" >
79         <string>Output &amp;line length:</string>
80        </property>
81        <property name="buddy" >
82         <cstring>plaintextLinelengthSB</cstring>
83        </property>
84       </widget>
85      </item>
86      <item row="1" column="1" >
87       <widget class="QLineEdit" name="plaintextRoffED" >
88        <property name="toolTip" >
89         <string>External app for formating tables in plain text output</string>
90        </property>
91       </widget>
92      </item>
93     </layout>
94    </item>
95    <item>
96     <spacer>
97      <property name="orientation" >
98       <enum>Qt::Vertical</enum>
99      </property>
100      <property name="sizeType" >
101       <enum>QSizePolicy::Expanding</enum>
102      </property>
103      <property name="sizeHint" >
104       <size>
105        <width>20</width>
106        <height>20</height>
107       </size>
108      </property>
109     </spacer>
110    </item>
111   </layout>
112  </widget>
113  <pixmapfunction></pixmapfunction>
114  <includes>
115   <include location="local" >qt_helpers.h</include>
116  </includes>
117  <resources/>
118  <connections/>
119 </ui>