]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/PrefLatexUi.ui
dae935f5959ab27948bfa9af6b635fedc0af27de
[features.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>478</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="1" 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="2" column="0" colspan="2">
146     <widget class="QGroupBox" name="indexGB">
147      <property name="title">
148       <string>Index generation</string>
149      </property>
150      <property name="flat">
151       <bool>true</bool>
152      </property>
153      <layout class="QGridLayout" name="gridLayout_2">
154       <property name="margin">
155        <number>3</number>
156       </property>
157       <item row="0" column="0">
158        <widget class="QLabel" name="latexIndexLA">
159         <property name="text">
160          <string>Pr&amp;ocessor:</string>
161         </property>
162         <property name="buddy">
163          <cstring>latexIndexCO</cstring>
164         </property>
165        </widget>
166       </item>
167       <item row="0" column="1">
168        <widget class="QComboBox" name="latexIndexCO"/>
169       </item>
170       <item row="0" column="2" rowspan="2">
171        <spacer name="horizontalSpacer_2">
172         <property name="orientation">
173          <enum>Qt::Horizontal</enum>
174         </property>
175         <property name="sizeHint" stdset="0">
176          <size>
177           <width>52</width>
178           <height>20</height>
179          </size>
180         </property>
181        </spacer>
182       </item>
183       <item row="1" column="0">
184        <widget class="QLabel" name="latexIndexOptionsLA">
185         <property name="text">
186          <string>Op&amp;tions:</string>
187         </property>
188         <property name="buddy">
189          <cstring>latexIndexED</cstring>
190         </property>
191        </widget>
192       </item>
193       <item row="1" column="1">
194        <widget class="QLineEdit" name="latexIndexED">
195         <property name="toolTip">
196          <string>Index command and options (makeindex, xindy)</string>
197         </property>
198        </widget>
199       </item>
200       <item row="2" column="0">
201        <widget class="QLabel" name="latexJIndexLA">
202         <property name="text">
203          <string>Processor for &amp;Japanese:</string>
204         </property>
205         <property name="buddy">
206          <cstring>latexJIndexED</cstring>
207         </property>
208        </widget>
209       </item>
210       <item row="2" column="1">
211        <widget class="QLineEdit" name="latexJIndexED">
212         <property name="toolTip">
213          <string>Specific index command and options for pLaTeX (Japanese)</string>
214         </property>
215        </widget>
216       </item>
217      </layout>
218     </widget>
219    </item>
220    <item row="3" column="0" colspan="2">
221     <widget class="QGroupBox" name="groupBox">
222      <property name="title">
223       <string/>
224      </property>
225      <property name="flat">
226       <bool>true</bool>
227      </property>
228      <layout class="QGridLayout" name="gridLayout_3">
229       <property name="margin">
230        <number>3</number>
231       </property>
232       <item row="0" column="0">
233        <widget class="QLabel" name="latexNomenclLA">
234         <property name="text">
235          <string>&amp;Nomenclature command:</string>
236         </property>
237         <property name="buddy">
238          <cstring>latexNomenclED</cstring>
239         </property>
240        </widget>
241       </item>
242       <item row="0" column="1">
243        <widget class="QLineEdit" name="latexNomenclED">
244         <property name="toolTip">
245          <string>Command and options for nomencl (usually makeindex)</string>
246         </property>
247        </widget>
248       </item>
249       <item row="1" column="0">
250        <widget class="QLabel" name="latexChecktexLA">
251         <property name="text">
252          <string>Chec&amp;kTeX command:</string>
253         </property>
254         <property name="buddy">
255          <cstring>latexChecktexED</cstring>
256         </property>
257        </widget>
258       </item>
259       <item row="1" column="1">
260        <widget class="QLineEdit" name="latexChecktexED">
261         <property name="toolTip">
262          <string>CheckTeX start options and flags</string>
263         </property>
264        </widget>
265       </item>
266       <item row="2" column="0" colspan="2">
267        <widget class="QCheckBox" name="pathCB">
268         <property name="enabled">
269          <bool>true</bool>
270         </property>
271         <property name="toolTip">
272          <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>
273         </property>
274         <property name="layoutDirection">
275          <enum>Qt::LeftToRight</enum>
276         </property>
277         <property name="text">
278          <string>&amp;Use Windows-style paths in LaTeX files</string>
279         </property>
280        </widget>
281       </item>
282       <item row="3" column="0" colspan="3">
283        <widget class="QCheckBox" name="latexAutoresetCB">
284         <property name="toolTip">
285          <string>Set class options to default on class change</string>
286         </property>
287         <property name="text">
288          <string>R&amp;eset class options when document class changes</string>
289         </property>
290        </widget>
291       </item>
292      </layout>
293     </widget>
294    </item>
295   </layout>
296  </widget>
297  <includes>
298   <include location="local">qt_i18n.h</include>
299  </includes>
300  <resources/>
301  <connections/>
302 </ui>