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