]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QPrefLatexUi.ui
remove qPixmapFromMimeSource. This caused the inclusion of Qt3 support headers which...
[lyx.git] / src / frontends / qt4 / ui / QPrefLatexUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QPrefLatexUi</class>
6  <widget class="QWidget" name="QPrefLatexUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>433</width>
12     <height>350</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <layout class="QVBoxLayout" >
19    <property name="margin" >
20     <number>11</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item>
26     <layout class="QGridLayout" >
27      <property name="margin" >
28       <number>0</number>
29      </property>
30      <property name="spacing" >
31       <number>6</number>
32      </property>
33      <item row="3" column="0" >
34       <spacer>
35        <property name="orientation" >
36         <enum>Qt::Vertical</enum>
37        </property>
38        <property name="sizeType" >
39         <enum>QSizePolicy::Expanding</enum>
40        </property>
41        <property name="sizeHint" >
42         <size>
43          <width>20</width>
44          <height>20</height>
45         </size>
46        </property>
47       </spacer>
48      </item>
49      <item row="1" column="0" >
50       <widget class="QCheckBox" name="latexAutoresetCB" >
51        <property name="toolTip" >
52         <string>Set class options to default on class change</string>
53        </property>
54        <property name="text" >
55         <string>&amp;Reset class options when document class changes</string>
56        </property>
57       </widget>
58      </item>
59      <item row="2" column="0" >
60       <widget class="QGroupBox" name="GroupBox3" >
61        <property name="title" >
62         <string>External Applications</string>
63        </property>
64        <layout class="QGridLayout" >
65         <property name="margin" >
66          <number>11</number>
67         </property>
68         <property name="spacing" >
69          <number>6</number>
70         </property>
71         <item row="0" column="1" >
72          <widget class="QLineEdit" name="latexChecktexED" >
73           <property name="toolTip" >
74            <string>CheckTeX start options and flags</string>
75           </property>
76          </widget>
77         </item>
78         <item row="0" column="0" >
79          <widget class="QLabel" name="latexChecktexLA" >
80           <property name="text" >
81            <string>Chec&amp;kTeX command:</string>
82           </property>
83           <property name="buddy" >
84            <cstring>latexChecktexED</cstring>
85           </property>
86          </widget>
87         </item>
88         <item row="1" column="1" >
89          <widget class="QLineEdit" name="latexBibtexED" >
90           <property name="toolTip" >
91            <string>BibTeX command and options</string>
92           </property>
93          </widget>
94         </item>
95         <item row="1" column="0" >
96          <widget class="QLabel" name="latexBibtexLA" >
97           <property name="text" >
98            <string>&amp;BibTeX command:</string>
99           </property>
100           <property name="buddy" >
101            <cstring>latexChecktexED</cstring>
102           </property>
103          </widget>
104         </item>
105         <item row="2" column="1" >
106          <widget class="QLineEdit" name="latexIndexED" >
107           <property name="toolTip" >
108            <string>Index command and options (makeindex, xindy)</string>
109           </property>
110          </widget>
111         </item>
112         <item row="2" column="0" >
113          <widget class="QLabel" name="latexIndexLA" >
114           <property name="text" >
115            <string>Index command:</string>
116           </property>
117           <property name="buddy" >
118            <cstring>latexDviPaperED</cstring>
119           </property>
120          </widget>
121         </item>
122         <item row="3" column="0" >
123          <widget class="QLabel" name="latexDviPaperLA" >
124           <property name="text" >
125            <string>DVI viewer paper size options:</string>
126           </property>
127           <property name="buddy" >
128            <cstring>latexDviPaperED</cstring>
129           </property>
130          </widget>
131         </item>
132         <item row="3" column="1" >
133          <widget class="QLineEdit" name="latexDviPaperED" >
134           <property name="toolTip" >
135            <string>Optional paper size flag (-paper) for some DVI viewers</string>
136           </property>
137          </widget>
138         </item>
139        </layout>
140       </widget>
141      </item>
142      <item row="0" column="0" >
143       <layout class="QHBoxLayout" >
144        <property name="margin" >
145         <number>0</number>
146        </property>
147        <property name="spacing" >
148         <number>6</number>
149        </property>
150        <item>
151         <layout class="QGridLayout" >
152          <property name="margin" >
153           <number>0</number>
154          </property>
155          <property name="spacing" >
156           <number>6</number>
157          </property>
158          <item row="1" column="1" >
159           <widget class="QComboBox" name="latexPaperSizeCO" >
160            <item>
161             <property name="text" >
162              <string>Default</string>
163             </property>
164            </item>
165            <item>
166             <property name="text" >
167              <string>US letter</string>
168             </property>
169            </item>
170            <item>
171             <property name="text" >
172              <string>US legal</string>
173             </property>
174            </item>
175            <item>
176             <property name="text" >
177              <string>US executive</string>
178             </property>
179            </item>
180            <item>
181             <property name="text" >
182              <string>A3</string>
183             </property>
184            </item>
185            <item>
186             <property name="text" >
187              <string>A4</string>
188             </property>
189            </item>
190            <item>
191             <property name="text" >
192              <string>A5</string>
193             </property>
194            </item>
195            <item>
196             <property name="text" >
197              <string>B5</string>
198             </property>
199            </item>
200           </widget>
201          </item>
202          <item row="0" column="1" >
203           <widget class="QLineEdit" name="latexEncodingED" />
204          </item>
205          <item row="0" column="0" >
206           <widget class="QLabel" name="latexEncodingLA" >
207            <property name="text" >
208             <string>Te&amp;X encoding:</string>
209            </property>
210            <property name="buddy" >
211             <cstring>latexEncodingED</cstring>
212            </property>
213           </widget>
214          </item>
215          <item row="1" column="0" >
216           <widget class="QLabel" name="latexPaperSizeLA" >
217            <property name="text" >
218             <string>Default paper si&amp;ze:</string>
219            </property>
220            <property name="buddy" >
221             <cstring>latexPaperSizeCO</cstring>
222            </property>
223           </widget>
224          </item>
225         </layout>
226        </item>
227        <item>
228         <spacer>
229          <property name="orientation" >
230           <enum>Qt::Horizontal</enum>
231          </property>
232          <property name="sizeType" >
233           <enum>QSizePolicy::Expanding</enum>
234          </property>
235          <property name="sizeHint" >
236           <size>
237            <width>20</width>
238            <height>20</height>
239           </size>
240          </property>
241         </spacer>
242        </item>
243       </layout>
244      </item>
245     </layout>
246    </item>
247   </layout>
248  </widget>
249  <pixmapfunction></pixmapfunction>
250  <tabstops>
251   <tabstop>latexEncodingED</tabstop>
252   <tabstop>latexPaperSizeCO</tabstop>
253   <tabstop>latexAutoresetCB</tabstop>
254   <tabstop>latexChecktexED</tabstop>
255   <tabstop>latexDviPaperED</tabstop>
256  </tabstops>
257  <resources/>
258  <connections/>
259 </ui>