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