]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefLatexUi.ui
If we are in a closeEvent, we don't want to close all buffers, because these may...
[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>489</width>
9     <height>636</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" name="gridLayout_3" >
16    <item row="0" column="0" colspan="2" >
17     <widget class="QLabel" name="latexEncodingLA" >
18      <property name="text" >
19       <string>Te&amp;X encoding:</string>
20      </property>
21      <property name="buddy" >
22       <cstring>latexEncodingED</cstring>
23      </property>
24     </widget>
25    </item>
26    <item row="0" column="2" >
27     <widget class="QLineEdit" name="latexEncodingED" />
28    </item>
29    <item rowspan="2" row="0" column="3" >
30     <spacer>
31      <property name="orientation" >
32       <enum>Qt::Horizontal</enum>
33      </property>
34      <property name="sizeType" >
35       <enum>QSizePolicy::Expanding</enum>
36      </property>
37      <property name="sizeHint" stdset="0" >
38       <size>
39        <width>21</width>
40        <height>52</height>
41       </size>
42      </property>
43     </spacer>
44    </item>
45    <item row="1" column="0" colspan="2" >
46     <widget class="QLabel" name="latexPaperSizeLA" >
47      <property name="text" >
48       <string>Default paper si&amp;ze:</string>
49      </property>
50      <property name="buddy" >
51       <cstring>latexPaperSizeCO</cstring>
52      </property>
53     </widget>
54    </item>
55    <item row="1" column="2" >
56     <widget class="QComboBox" name="latexPaperSizeCO" >
57      <item>
58       <property name="text" >
59        <string>Default</string>
60       </property>
61      </item>
62      <item>
63       <property name="text" >
64        <string>US letter</string>
65       </property>
66      </item>
67      <item>
68       <property name="text" >
69        <string>US legal</string>
70       </property>
71      </item>
72      <item>
73       <property name="text" >
74        <string>US executive</string>
75       </property>
76      </item>
77      <item>
78       <property name="text" >
79        <string>A3</string>
80       </property>
81      </item>
82      <item>
83       <property name="text" >
84        <string>A4</string>
85       </property>
86      </item>
87      <item>
88       <property name="text" >
89        <string>A5</string>
90       </property>
91      </item>
92      <item>
93       <property name="text" >
94        <string>B5</string>
95       </property>
96      </item>
97     </widget>
98    </item>
99    <item row="2" column="0" colspan="2" >
100     <widget class="QLabel" name="latexDviPaperLA" >
101      <property name="text" >
102       <string>&amp;DVI viewer paper size options:</string>
103      </property>
104      <property name="buddy" >
105       <cstring>latexDviPaperED</cstring>
106      </property>
107     </widget>
108    </item>
109    <item row="2" column="2" colspan="2" >
110     <widget class="QLineEdit" name="latexDviPaperED" >
111      <property name="toolTip" >
112       <string>Optional paper size flag (-paper) for some DVI viewers</string>
113      </property>
114     </widget>
115    </item>
116    <item row="3" column="0" colspan="4" >
117     <widget class="QGroupBox" name="bibtexGB" >
118      <property name="title" >
119       <string>Bibliography generation</string>
120      </property>
121      <property name="flat" >
122       <bool>true</bool>
123      </property>
124      <layout class="QGridLayout" name="gridLayout" >
125       <item row="0" column="0" >
126        <layout class="QHBoxLayout" name="horizontalLayout" >
127         <item>
128          <widget class="QLabel" name="latexBibtexLA" >
129           <property name="text" >
130            <string>&amp;Processor:</string>
131           </property>
132           <property name="buddy" >
133            <cstring>latexBibtexCO</cstring>
134           </property>
135          </widget>
136         </item>
137         <item>
138          <widget class="QComboBox" name="latexBibtexCO" />
139         </item>
140        </layout>
141       </item>
142       <item row="1" column="0" >
143        <layout class="QHBoxLayout" name="horizontalLayout_2" >
144         <item>
145          <widget class="QLabel" name="latexBibtexOptionsLA" >
146           <property name="text" >
147            <string>&amp;Options:</string>
148           </property>
149           <property name="buddy" >
150            <cstring>latexBibtexED</cstring>
151           </property>
152          </widget>
153         </item>
154         <item>
155          <widget class="QLineEdit" name="latexBibtexED" >
156           <property name="toolTip" >
157            <string>BibTeX command and options</string>
158           </property>
159          </widget>
160         </item>
161        </layout>
162       </item>
163       <item row="2" column="0" >
164        <layout class="QHBoxLayout" name="horizontalLayout_3" >
165         <item>
166          <widget class="QLabel" name="latexJBibtexLA" >
167           <property name="text" >
168            <string>Processor for &amp;Japanese:</string>
169           </property>
170           <property name="buddy" >
171            <cstring>latexJBibtexED</cstring>
172           </property>
173          </widget>
174         </item>
175         <item>
176          <widget class="QLineEdit" name="latexJBibtexED" >
177           <property name="toolTip" >
178            <string>Specific BibTeX command and options for pLaTeX (Japanese)</string>
179           </property>
180          </widget>
181         </item>
182        </layout>
183       </item>
184      </layout>
185      <zorder>latexBibtexLA</zorder>
186      <zorder>latexBibtexCO</zorder>
187      <zorder>latexBibtexED</zorder>
188      <zorder>latexBibtexOptionsLA</zorder>
189      <zorder>latexJBibtexED</zorder>
190      <zorder>latexJBibtexLA</zorder>
191      <zorder>latexDviPaperED</zorder>
192      <zorder>latexDviPaperLA</zorder>
193     </widget>
194    </item>
195    <item row="4" column="0" colspan="4" >
196     <widget class="QGroupBox" name="indexGB" >
197      <property name="title" >
198       <string>Index generation</string>
199      </property>
200      <property name="flat" >
201       <bool>true</bool>
202      </property>
203      <layout class="QGridLayout" name="gridLayout_2" >
204       <item row="0" column="0" >
205        <layout class="QHBoxLayout" name="horizontalLayout_4" >
206         <item>
207          <widget class="QLabel" name="latexIndexLA" >
208           <property name="text" >
209            <string>Pr&amp;ocessor:</string>
210           </property>
211           <property name="buddy" >
212            <cstring>latexIndexCO</cstring>
213           </property>
214          </widget>
215         </item>
216         <item>
217          <widget class="QComboBox" name="latexIndexCO" />
218         </item>
219        </layout>
220       </item>
221       <item row="1" column="0" >
222        <layout class="QHBoxLayout" name="horizontalLayout_5" >
223         <item>
224          <widget class="QLabel" name="latexIndexOptionsLA" >
225           <property name="text" >
226            <string>Op&amp;tions:</string>
227           </property>
228           <property name="buddy" >
229            <cstring>latexIndexED</cstring>
230           </property>
231          </widget>
232         </item>
233         <item>
234          <widget class="QLineEdit" name="latexIndexED" >
235           <property name="toolTip" >
236            <string>Index command and options (makeindex, xindy)</string>
237           </property>
238          </widget>
239         </item>
240        </layout>
241       </item>
242       <item row="2" column="0" >
243        <layout class="QHBoxLayout" name="horizontalLayout_6" >
244         <item>
245          <widget class="QLabel" name="latexJIndexLA" >
246           <property name="text" >
247            <string>Processor for &amp;Japanese:</string>
248           </property>
249           <property name="buddy" >
250            <cstring>latexJIndexED</cstring>
251           </property>
252          </widget>
253         </item>
254         <item>
255          <widget class="QLineEdit" name="latexJIndexED" >
256           <property name="toolTip" >
257            <string>Specific index command and options for pLaTeX (Japanese)</string>
258           </property>
259          </widget>
260         </item>
261        </layout>
262       </item>
263      </layout>
264     </widget>
265    </item>
266    <item row="5" column="0" >
267     <widget class="QLabel" name="latexNomenclLA" >
268      <property name="text" >
269       <string>&amp;Nomenclature command:</string>
270      </property>
271      <property name="buddy" >
272       <cstring>latexNomenclED</cstring>
273      </property>
274     </widget>
275    </item>
276    <item row="5" column="1" colspan="3" >
277     <widget class="QLineEdit" name="latexNomenclED" >
278      <property name="toolTip" >
279       <string>Command and options for nomencl (usually makeindex)</string>
280      </property>
281     </widget>
282    </item>
283    <item row="6" column="0" >
284     <widget class="QLabel" name="latexChecktexLA" >
285      <property name="text" >
286       <string>Chec&amp;kTeX command:</string>
287      </property>
288      <property name="buddy" >
289       <cstring>latexChecktexED</cstring>
290      </property>
291     </widget>
292    </item>
293    <item row="6" column="1" colspan="3" >
294     <widget class="QLineEdit" name="latexChecktexED" >
295      <property name="toolTip" >
296       <string>CheckTeX start options and flags</string>
297      </property>
298     </widget>
299    </item>
300    <item row="7" column="0" colspan="4" >
301     <widget class="QCheckBox" name="pathCB" >
302      <property name="enabled" >
303       <bool>true</bool>
304      </property>
305      <property name="toolTip" >
306       <string/>
307      </property>
308      <property name="whatsThis" >
309       <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>
310      </property>
311      <property name="layoutDirection" >
312       <enum>Qt::LeftToRight</enum>
313      </property>
314      <property name="text" >
315       <string>&amp;Use Windows-style paths in LaTeX files</string>
316      </property>
317     </widget>
318    </item>
319    <item row="8" column="0" colspan="4" >
320     <widget class="QCheckBox" name="latexAutoresetCB" >
321      <property name="toolTip" >
322       <string>Set class options to default on class change</string>
323      </property>
324      <property name="text" >
325       <string>R&amp;eset class options when document class changes</string>
326      </property>
327     </widget>
328    </item>
329    <item row="9" column="0" colspan="4" >
330     <spacer>
331      <property name="orientation" >
332       <enum>Qt::Vertical</enum>
333      </property>
334      <property name="sizeType" >
335       <enum>QSizePolicy::Expanding</enum>
336      </property>
337      <property name="sizeHint" stdset="0" >
338       <size>
339        <width>409</width>
340        <height>21</height>
341       </size>
342      </property>
343     </spacer>
344    </item>
345   </layout>
346  </widget>
347  <tabstops>
348   <tabstop>latexEncodingED</tabstop>
349   <tabstop>latexPaperSizeCO</tabstop>
350   <tabstop>latexChecktexED</tabstop>
351   <tabstop>latexBibtexED</tabstop>
352   <tabstop>latexIndexED</tabstop>
353   <tabstop>latexDviPaperED</tabstop>
354   <tabstop>pathCB</tabstop>
355   <tabstop>latexAutoresetCB</tabstop>
356  </tabstops>
357  <includes>
358   <include location="local" >qt_i18n.h</include>
359  </includes>
360  <resources/>
361  <connections/>
362 </ui>