]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefLatexUi.ui
Fix PrefLatexUi.ui after r33783.
[lyx.git] / src / frontends / qt4 / ui / PrefLatexUi.ui
1 <ui version="4.0">
2  <class>PrefLatexUi</class>
3  <widget class="QWidget" name="PrefLatexUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>536</width>
9     <height>556</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string/>
14   </property>
15   <layout class="QGridLayout" name="gridLayout_7">
16    <item row="0" column="0">
17     <layout class="QVBoxLayout" name="verticalLayout_2">
18      <item>
19       <layout class="QGridLayout" name="gridLayout_5">
20        <item row="0" column="0">
21         <widget class="QCheckBox" name="latexEncodingCB">
22          <property name="toolTip">
23           <string>Enable if a specific font encoding (such as T1) should be used (via fontenc)</string>
24          </property>
25          <property name="text">
26           <string>Use LaTe&amp;X font encoding:</string>
27          </property>
28         </widget>
29        </item>
30        <item row="0" column="1" rowspan="3">
31         <layout class="QGridLayout" name="gridLayout_4">
32          <item row="0" column="0">
33           <widget class="QLineEdit" name="latexEncodingED">
34            <property name="toolTip">
35             <string>Specify the font encoding (e.g., T1).</string>
36            </property>
37           </widget>
38          </item>
39          <item row="1" column="0">
40           <widget class="QComboBox" name="latexPaperSizeCO">
41            <item>
42             <property name="text">
43              <string>Default</string>
44             </property>
45            </item>
46            <item>
47             <property name="text">
48              <string>US letter</string>
49             </property>
50            </item>
51            <item>
52             <property name="text">
53              <string>US legal</string>
54             </property>
55            </item>
56            <item>
57             <property name="text">
58              <string>US executive</string>
59             </property>
60            </item>
61            <item>
62             <property name="text">
63              <string>A3</string>
64             </property>
65            </item>
66            <item>
67             <property name="text">
68              <string>A4</string>
69             </property>
70            </item>
71            <item>
72             <property name="text">
73              <string>A5</string>
74             </property>
75            </item>
76            <item>
77             <property name="text">
78              <string>B5</string>
79             </property>
80            </item>
81           </widget>
82          </item>
83          <item row="2" column="0">
84           <widget class="QLineEdit" name="latexDviPaperED">
85            <property name="toolTip">
86             <string>Optional paper size flag (-paper) for some DVI viewers</string>
87            </property>
88           </widget>
89          </item>
90         </layout>
91        </item>
92        <item row="0" column="2" rowspan="3">
93         <spacer name="horizontalSpacer_3">
94          <property name="orientation">
95           <enum>Qt::Horizontal</enum>
96          </property>
97          <property name="sizeType">
98           <enum>QSizePolicy::Maximum</enum>
99          </property>
100          <property name="sizeHint" stdset="0">
101           <size>
102            <width>78</width>
103            <height>58</height>
104           </size>
105          </property>
106         </spacer>
107        </item>
108        <item row="1" column="0">
109         <widget class="QLabel" name="latexPaperSizeLA">
110          <property name="text">
111           <string>Default paper si&amp;ze:</string>
112          </property>
113          <property name="buddy">
114           <cstring>latexPaperSizeCO</cstring>
115          </property>
116         </widget>
117        </item>
118        <item row="2" column="0">
119         <widget class="QLabel" name="latexDviPaperLA">
120          <property name="text">
121           <string>&amp;DVI viewer paper size options:</string>
122          </property>
123          <property name="buddy">
124           <cstring>latexDviPaperED</cstring>
125          </property>
126         </widget>
127        </item>
128       </layout>
129      </item>
130      <item>
131       <widget class="QGroupBox" name="bibtexGB">
132        <property name="title">
133         <string>Bibliography generation</string>
134        </property>
135        <property name="flat">
136         <bool>true</bool>
137        </property>
138        <layout class="QGridLayout" name="gridLayout">
139         <item row="0" column="0">
140          <widget class="QLabel" name="latexBibtexLA">
141           <property name="text">
142            <string>&amp;Processor:</string>
143           </property>
144           <property name="buddy">
145            <cstring>latexBibtexCO</cstring>
146           </property>
147          </widget>
148         </item>
149         <item row="0" column="1" rowspan="3">
150          <layout class="QVBoxLayout" name="verticalLayout">
151           <item>
152            <widget class="QComboBox" name="latexBibtexCO">
153             <property name="sizePolicy">
154              <sizepolicy>
155               <hsizetype>7</hsizetype>
156               <vsizetype>0</vsizetype>
157               <horstretch>0</horstretch>
158               <verstretch>0</verstretch>
159              </sizepolicy>
160             </property>
161            </widget>
162           </item>
163           <item>
164            <widget class="QLineEdit" name="latexBibtexED">
165             <property name="toolTip">
166              <string>BibTeX command and options</string>
167             </property>
168            </widget>
169           </item>
170           <item>
171            <widget class="QLineEdit" name="latexJBibtexED">
172             <property name="toolTip">
173              <string>Specific BibTeX command and options for pLaTeX (Japanese)</string>
174             </property>
175            </widget>
176           </item>
177          </layout>
178         </item>
179         <item row="0" column="2" rowspan="3">
180          <spacer name="horizontalSpacer_2">
181           <property name="orientation">
182            <enum>Qt::Horizontal</enum>
183           </property>
184           <property name="sizeType">
185            <enum>QSizePolicy::Maximum</enum>
186           </property>
187           <property name="sizeHint" stdset="0">
188            <size>
189             <width>118</width>
190             <height>71</height>
191            </size>
192           </property>
193          </spacer>
194         </item>
195         <item row="1" column="0">
196          <widget class="QLabel" name="latexBibtexOptionsLA">
197           <property name="text">
198            <string>&amp;Options:</string>
199           </property>
200           <property name="buddy">
201            <cstring>latexBibtexED</cstring>
202           </property>
203          </widget>
204         </item>
205         <item row="2" column="0">
206          <widget class="QLabel" name="latexJBibtexLA">
207           <property name="text">
208            <string>Processor for &amp;Japanese:</string>
209           </property>
210           <property name="buddy">
211            <cstring>latexJBibtexED</cstring>
212           </property>
213          </widget>
214         </item>
215        </layout>
216       </widget>
217      </item>
218      <item>
219       <widget class="QGroupBox" name="indexGB">
220        <property name="title">
221         <string>Index generation</string>
222        </property>
223        <property name="flat">
224         <bool>true</bool>
225        </property>
226        <layout class="QGridLayout" name="gridLayout_3">
227         <item row="0" column="0">
228          <widget class="QLabel" name="latexIndexLA">
229           <property name="text">
230            <string>Pr&amp;ocessor:</string>
231           </property>
232           <property name="buddy">
233            <cstring>latexIndexCO</cstring>
234           </property>
235          </widget>
236         </item>
237         <item row="0" column="1" rowspan="3">
238          <layout class="QGridLayout" name="gridLayout_2">
239           <item row="0" column="0">
240            <widget class="QComboBox" name="latexIndexCO">
241             <property name="sizePolicy">
242              <sizepolicy>
243               <hsizetype>7</hsizetype>
244               <vsizetype>0</vsizetype>
245               <horstretch>0</horstretch>
246               <verstretch>0</verstretch>
247              </sizepolicy>
248             </property>
249            </widget>
250           </item>
251           <item row="1" column="0">
252            <widget class="QLineEdit" name="latexIndexED">
253             <property name="toolTip">
254              <string>Index command and options (makeindex, xindy)</string>
255             </property>
256            </widget>
257           </item>
258           <item row="2" column="0">
259            <widget class="QLineEdit" name="latexJIndexED">
260             <property name="toolTip">
261              <string>Specific index command and options for pLaTeX (Japanese)</string>
262             </property>
263            </widget>
264           </item>
265          </layout>
266         </item>
267         <item row="1" column="0">
268          <widget class="QLabel" name="latexIndexOptionsLA">
269           <property name="text">
270            <string>Op&amp;tions:</string>
271           </property>
272           <property name="buddy">
273            <cstring>latexIndexED</cstring>
274           </property>
275          </widget>
276         </item>
277         <item row="2" column="0">
278          <widget class="QLabel" name="latexJIndexLA">
279           <property name="text">
280            <string>Processor for &amp;Japanese:</string>
281           </property>
282           <property name="buddy">
283            <cstring>latexJIndexED</cstring>
284           </property>
285          </widget>
286         </item>
287         <item row="0" column="2" rowspan="3">
288          <spacer name="horizontalSpacer">
289           <property name="orientation">
290            <enum>Qt::Horizontal</enum>
291           </property>
292           <property name="sizeType">
293            <enum>QSizePolicy::Maximum</enum>
294           </property>
295           <property name="sizeHint" stdset="0">
296            <size>
297             <width>118</width>
298             <height>68</height>
299            </size>
300           </property>
301          </spacer>
302         </item>
303        </layout>
304       </widget>
305      </item>
306      <item>
307       <widget class="Line" name="line">
308        <property name="orientation">
309         <enum>Qt::Horizontal</enum>
310        </property>
311       </widget>
312      </item>
313      <item>
314       <layout class="QGridLayout" name="gridLayout_6">
315        <item row="0" column="0">
316         <widget class="QLabel" name="latexNomenclLA">
317          <property name="text">
318           <string>&amp;Nomenclature command:</string>
319          </property>
320          <property name="buddy">
321           <cstring>latexNomenclED</cstring>
322          </property>
323         </widget>
324        </item>
325        <item row="0" column="1">
326         <widget class="QLineEdit" name="latexNomenclED">
327          <property name="toolTip">
328           <string>Command and options for nomencl (usually makeindex)</string>
329          </property>
330         </widget>
331        </item>
332        <item row="1" column="0">
333         <widget class="QLabel" name="latexChecktexLA">
334          <property name="text">
335           <string>Chec&amp;kTeX command:</string>
336          </property>
337          <property name="buddy">
338           <cstring>latexChecktexED</cstring>
339          </property>
340         </widget>
341        </item>
342        <item row="1" column="1">
343         <widget class="QLineEdit" name="latexChecktexED">
344          <property name="toolTip">
345           <string>CheckTeX start options and flags</string>
346          </property>
347         </widget>
348        </item>
349       </layout>
350      </item>
351      <item>
352       <widget class="QCheckBox" name="pathCB">
353        <property name="enabled">
354         <bool>true</bool>
355        </property>
356        <property name="whatsThis">
357         <string>Select if LyX should output Windows-style paths rather than Posix-style paths to LaTeX files. Useful if you're using the native Windows MikTeX rather than the Cygwin teTeX.</string>
358        </property>
359        <property name="layoutDirection">
360         <enum>Qt::LeftToRight</enum>
361        </property>
362        <property name="text">
363         <string>&amp;Use Windows-style paths in LaTeX files</string>
364        </property>
365       </widget>
366      </item>
367      <item>
368       <widget class="QCheckBox" name="latexAutoresetCB">
369        <property name="toolTip">
370         <string>Set class options to default on class change</string>
371        </property>
372        <property name="text">
373         <string>R&amp;eset class options when document class changes</string>
374        </property>
375       </widget>
376      </item>
377      <item>
378       <spacer name="verticalSpacer">
379        <property name="orientation">
380         <enum>Qt::Vertical</enum>
381        </property>
382        <property name="sizeHint" stdset="0">
383         <size>
384          <width>20</width>
385          <height>18</height>
386         </size>
387        </property>
388       </spacer>
389      </item>
390     </layout>
391    </item>
392   </layout>
393  </widget>
394  <tabstops>
395   <tabstop>latexEncodingED</tabstop>
396   <tabstop>latexPaperSizeCO</tabstop>
397   <tabstop>latexChecktexED</tabstop>
398   <tabstop>latexBibtexED</tabstop>
399   <tabstop>latexIndexED</tabstop>
400   <tabstop>latexDviPaperED</tabstop>
401   <tabstop>pathCB</tabstop>
402   <tabstop>latexAutoresetCB</tabstop>
403  </tabstops>
404  <includes>
405   <include location="local">qt_i18n.h</include>
406  </includes>
407  <resources/>
408  <connections/>
409 </ui>