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