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