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