]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefLatexUi.ui
* separate nomencl processing command from index processing command, since nomencl
[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>427</width>
9     <height>359</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="5" column="0" >
23     <widget class="QLabel" name="latexNomenclLA" >
24      <property name="text" >
25       <string>&amp;Nomenclature command:</string>
26      </property>
27      <property name="buddy" >
28       <cstring>latexIndexED</cstring>
29      </property>
30     </widget>
31    </item>
32    <item row="5" column="1" colspan="2" >
33     <widget class="QLineEdit" name="latexNomenclED" >
34      <property name="toolTip" >
35       <string>Command and options for nomencl (usually makeindex)</string>
36      </property>
37     </widget>
38    </item>
39    <item row="4" column="0" >
40     <widget class="QLabel" name="latexIndexLA" >
41      <property name="text" >
42       <string>&amp;Index command:</string>
43      </property>
44      <property name="buddy" >
45       <cstring>latexIndexED</cstring>
46      </property>
47     </widget>
48    </item>
49    <item row="4" column="1" colspan="2" >
50     <widget class="QLineEdit" name="latexIndexED" >
51      <property name="toolTip" >
52       <string>Index command and options (makeindex, xindy)</string>
53      </property>
54     </widget>
55    </item>
56    <item row="6" column="1" colspan="2" >
57     <widget class="QLineEdit" name="latexDviPaperED" >
58      <property name="toolTip" >
59       <string>Optional paper size flag (-paper) for some DVI viewers</string>
60      </property>
61     </widget>
62    </item>
63    <item row="6" column="0" >
64     <widget class="QLabel" name="latexDviPaperLA" >
65      <property name="text" >
66       <string>&amp;DVI viewer paper size options:</string>
67      </property>
68      <property name="buddy" >
69       <cstring>latexDviPaperED</cstring>
70      </property>
71     </widget>
72    </item>
73    <item row="7" column="0" colspan="3" >
74     <widget class="QCheckBox" name="pathCB" >
75      <property name="enabled" >
76       <bool>true</bool>
77      </property>
78      <property name="toolTip" >
79       <string/>
80      </property>
81      <property name="whatsThis" >
82       <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>
83      </property>
84      <property name="layoutDirection" >
85       <enum>Qt::LeftToRight</enum>
86      </property>
87      <property name="text" >
88       <string>&amp;Use Windows-style paths in LaTeX files</string>
89      </property>
90     </widget>
91    </item>
92    <item row="8" column="0" colspan="3" >
93     <widget class="QCheckBox" name="latexAutoresetCB" >
94      <property name="toolTip" >
95       <string>Set class options to default on class change</string>
96      </property>
97      <property name="text" >
98       <string>&amp;Reset class options when document class changes</string>
99      </property>
100     </widget>
101    </item>
102    <item row="9" column="0" colspan="3" >
103     <spacer>
104      <property name="orientation" >
105       <enum>Qt::Vertical</enum>
106      </property>
107      <property name="sizeType" >
108       <enum>QSizePolicy::Expanding</enum>
109      </property>
110      <property name="sizeHint" >
111       <size>
112        <width>409</width>
113        <height>20</height>
114       </size>
115      </property>
116     </spacer>
117    </item>
118    <item row="1" column="1" >
119     <widget class="QComboBox" name="latexPaperSizeCO" >
120      <item>
121       <property name="text" >
122        <string>Default</string>
123       </property>
124      </item>
125      <item>
126       <property name="text" >
127        <string>US letter</string>
128       </property>
129      </item>
130      <item>
131       <property name="text" >
132        <string>US legal</string>
133       </property>
134      </item>
135      <item>
136       <property name="text" >
137        <string>US executive</string>
138       </property>
139      </item>
140      <item>
141       <property name="text" >
142        <string>A3</string>
143       </property>
144      </item>
145      <item>
146       <property name="text" >
147        <string>A4</string>
148       </property>
149      </item>
150      <item>
151       <property name="text" >
152        <string>A5</string>
153       </property>
154      </item>
155      <item>
156       <property name="text" >
157        <string>B5</string>
158       </property>
159      </item>
160     </widget>
161    </item>
162    <item row="0" column="1" >
163     <widget class="QLineEdit" name="latexEncodingED" />
164    </item>
165    <item rowspan="2" row="0" column="2" >
166     <spacer>
167      <property name="orientation" >
168       <enum>Qt::Horizontal</enum>
169      </property>
170      <property name="sizeType" >
171       <enum>QSizePolicy::Expanding</enum>
172      </property>
173      <property name="sizeHint" >
174       <size>
175        <width>21</width>
176        <height>52</height>
177       </size>
178      </property>
179     </spacer>
180    </item>
181    <item row="3" column="1" colspan="2" >
182     <widget class="QLineEdit" name="latexBibtexED" >
183      <property name="toolTip" >
184       <string>BibTeX command and options</string>
185      </property>
186     </widget>
187    </item>
188    <item row="2" column="0" >
189     <widget class="QLabel" name="latexChecktexLA" >
190      <property name="text" >
191       <string>Chec&amp;kTeX command:</string>
192      </property>
193      <property name="buddy" >
194       <cstring>latexChecktexED</cstring>
195      </property>
196     </widget>
197    </item>
198    <item row="3" column="0" >
199     <widget class="QLabel" name="latexBibtexLA" >
200      <property name="text" >
201       <string>&amp;BibTeX command:</string>
202      </property>
203      <property name="buddy" >
204       <cstring>latexBibtexED</cstring>
205      </property>
206     </widget>
207    </item>
208    <item row="2" column="1" colspan="2" >
209     <widget class="QLineEdit" name="latexChecktexED" >
210      <property name="toolTip" >
211       <string>CheckTeX start options and flags</string>
212      </property>
213     </widget>
214    </item>
215    <item row="0" column="0" >
216     <widget class="QLabel" name="latexEncodingLA" >
217      <property name="text" >
218       <string>Te&amp;X encoding:</string>
219      </property>
220      <property name="buddy" >
221       <cstring>latexEncodingED</cstring>
222      </property>
223     </widget>
224    </item>
225    <item row="1" column="0" >
226     <widget class="QLabel" name="latexPaperSizeLA" >
227      <property name="text" >
228       <string>Default paper si&amp;ze:</string>
229      </property>
230      <property name="buddy" >
231       <cstring>latexPaperSizeCO</cstring>
232      </property>
233     </widget>
234    </item>
235   </layout>
236  </widget>
237  <tabstops>
238   <tabstop>latexEncodingED</tabstop>
239   <tabstop>latexPaperSizeCO</tabstop>
240   <tabstop>latexChecktexED</tabstop>
241   <tabstop>latexBibtexED</tabstop>
242   <tabstop>latexIndexED</tabstop>
243   <tabstop>latexDviPaperED</tabstop>
244   <tabstop>pathCB</tabstop>
245   <tabstop>latexAutoresetCB</tabstop>
246  </tabstops>
247  <includes>
248   <include location="local" >qt_i18n.h</include>
249  </includes>
250  <resources/>
251  <connections/>
252 </ui>