]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefFileformatsUi.ui
More GuiInfo usability work
[lyx.git] / src / frontends / qt4 / ui / PrefFileformatsUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PrefFileformatsUi</class>
4  <widget class="QWidget" name="PrefFileformatsUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>496</width>
10     <height>584</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_2">
17    <item row="0" column="0">
18     <widget class="QLabel" name="formatsLA">
19      <property name="text">
20       <string>&amp;Format:</string>
21      </property>
22      <property name="buddy">
23       <cstring>formatsCB</cstring>
24      </property>
25     </widget>
26    </item>
27    <item row="0" column="1">
28     <widget class="QComboBox" name="formatsCB">
29      <property name="editable">
30       <bool>true</bool>
31      </property>
32      <property name="maxVisibleItems">
33       <number>20</number>
34      </property>
35      <property name="insertPolicy">
36       <enum>QComboBox::InsertAtCurrent</enum>
37      </property>
38      <property name="minimumContentsLength">
39       <number>1</number>
40      </property>
41     </widget>
42    </item>
43    <item row="0" column="3">
44     <widget class="QPushButton" name="formatNewPB">
45      <property name="text">
46       <string>&amp;New...</string>
47      </property>
48     </widget>
49    </item>
50    <item row="0" column="4">
51     <widget class="QPushButton" name="formatRemovePB">
52      <property name="text">
53       <string>Re&amp;move</string>
54      </property>
55     </widget>
56    </item>
57    <item row="0" column="5">
58     <spacer name="horizontalSpacer_2">
59      <property name="orientation">
60       <enum>Qt::Horizontal</enum>
61      </property>
62      <property name="sizeHint" stdset="0">
63       <size>
64        <width>40</width>
65        <height>20</height>
66       </size>
67      </property>
68     </spacer>
69    </item>
70    <item row="1" column="1" colspan="2">
71     <widget class="QCheckBox" name="documentCB">
72      <property name="text">
73       <string>&amp;Document format</string>
74      </property>
75     </widget>
76    </item>
77    <item row="2" column="1" colspan="2">
78     <widget class="QCheckBox" name="exportMenuCB">
79      <property name="toolTip">
80       <string>Check this to show the current format in the File &gt; Export menu</string>
81      </property>
82      <property name="text">
83       <string>Sho&amp;w in export menu</string>
84      </property>
85     </widget>
86    </item>
87    <item row="3" column="1" colspan="2">
88     <widget class="QCheckBox" name="vectorCB">
89      <property name="text">
90       <string>Vector &amp;graphics format</string>
91      </property>
92     </widget>
93    </item>
94    <item row="4" column="0">
95     <widget class="QLabel" name="formatLA">
96      <property name="text">
97       <string>S&amp;hort name:</string>
98      </property>
99      <property name="buddy">
100       <cstring>formatED</cstring>
101      </property>
102     </widget>
103    </item>
104    <item row="4" column="1" colspan="2">
105     <widget class="QLineEdit" name="formatED"/>
106    </item>
107    <item row="5" column="0">
108     <widget class="QLabel" name="extensionsLA">
109      <property name="text">
110       <string>E&amp;xtensions:</string>
111      </property>
112      <property name="buddy">
113       <cstring>extensionsED</cstring>
114      </property>
115     </widget>
116    </item>
117    <item row="5" column="1" colspan="2">
118     <widget class="QLineEdit" name="extensionsED"/>
119    </item>
120    <item row="6" column="0">
121     <widget class="QLabel" name="mimeLA">
122      <property name="text">
123       <string>&amp;MIME:</string>
124      </property>
125      <property name="buddy">
126       <cstring>mimeED</cstring>
127      </property>
128     </widget>
129    </item>
130    <item row="6" column="1" colspan="2">
131     <widget class="QLineEdit" name="mimeED"/>
132    </item>
133    <item row="7" column="0">
134     <widget class="QLabel" name="shortcutLA">
135      <property name="text">
136       <string>Shortc&amp;ut:</string>
137      </property>
138      <property name="buddy">
139       <cstring>shortcutED</cstring>
140      </property>
141     </widget>
142    </item>
143    <item row="7" column="1" colspan="2">
144     <widget class="QLineEdit" name="shortcutED"/>
145    </item>
146    <item row="8" column="0">
147     <widget class="QLabel" name="editorLA">
148      <property name="text">
149       <string>Ed&amp;itor:</string>
150      </property>
151      <property name="buddy">
152       <cstring>editorCO</cstring>
153      </property>
154     </widget>
155    </item>
156    <item row="8" column="1">
157     <widget class="QComboBox" name="editorCO">
158      <property name="sizeAdjustPolicy">
159       <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
160      </property>
161     </widget>
162    </item>
163    <item row="8" column="2" colspan="2">
164     <widget class="QLineEdit" name="editorED"/>
165    </item>
166    <item row="9" column="0">
167     <widget class="QLabel" name="viewerLA">
168      <property name="text">
169       <string>&amp;Viewer:</string>
170      </property>
171      <property name="buddy">
172       <cstring>viewerCO</cstring>
173      </property>
174     </widget>
175    </item>
176    <item row="9" column="1">
177     <widget class="QComboBox" name="viewerCO">
178      <property name="sizeAdjustPolicy">
179       <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
180      </property>
181     </widget>
182    </item>
183    <item row="9" column="2" colspan="2">
184     <widget class="QLineEdit" name="viewerED"/>
185    </item>
186    <item row="10" column="0">
187     <widget class="QLabel" name="label">
188      <property name="text">
189       <string>Co&amp;pier:</string>
190      </property>
191      <property name="buddy">
192       <cstring>copierED</cstring>
193      </property>
194     </widget>
195    </item>
196    <item row="10" column="1" colspan="2">
197     <widget class="QLineEdit" name="copierED"/>
198    </item>
199    <item row="11" column="0" colspan="5">
200     <widget class="QGroupBox" name="defaultFormatGB">
201      <property name="toolTip">
202       <string>Specification of the default output formats when using specific LaTeX variants</string>
203      </property>
204      <property name="title">
205       <string>Default Output Formats</string>
206      </property>
207      <property name="flat">
208       <bool>true</bool>
209      </property>
210      <layout class="QGridLayout" name="gridLayout">
211       <item row="0" column="3">
212        <spacer name="horizontalSpacer">
213         <property name="orientation">
214          <enum>Qt::Horizontal</enum>
215         </property>
216         <property name="sizeHint" stdset="0">
217          <size>
218           <width>148</width>
219           <height>20</height>
220          </size>
221         </property>
222        </spacer>
223       </item>
224       <item row="2" column="3">
225        <spacer name="horizontalSpacer_3">
226         <property name="orientation">
227          <enum>Qt::Horizontal</enum>
228         </property>
229         <property name="sizeHint" stdset="0">
230          <size>
231           <width>148</width>
232           <height>20</height>
233          </size>
234         </property>
235        </spacer>
236       </item>
237       <item row="2" column="1" colspan="2">
238        <widget class="QComboBox" name="defaultOTFFormatCB">
239         <property name="toolTip">
240          <string>The default output format for documents using non-TeX fonts</string>
241         </property>
242        </widget>
243       </item>
244       <item row="0" column="6">
245        <spacer name="horizontalSpacer_4">
246         <property name="orientation">
247          <enum>Qt::Horizontal</enum>
248         </property>
249         <property name="sizeHint" stdset="0">
250          <size>
251           <width>148</width>
252           <height>20</height>
253          </size>
254         </property>
255        </spacer>
256       </item>
257       <item row="0" column="1" colspan="2">
258        <widget class="QComboBox" name="defaultFormatCB">
259         <property name="toolTip">
260          <string>This is the default output format for LyX documents, except for DocBook classes, documents that use non-TeX fonts and Japanese documents</string>
261         </property>
262        </widget>
263       </item>
264       <item row="0" column="5">
265        <widget class="QComboBox" name="defaultPlatexFormatCB">
266         <property name="toolTip">
267          <string>The default output format for Japanese documents (using pLaTeX)</string>
268         </property>
269        </widget>
270       </item>
271       <item row="2" column="0">
272        <widget class="QLabel" name="defaultOTFFormatLA">
273         <property name="text">
274          <string>With n&amp;on-TeX fonts:</string>
275         </property>
276         <property name="buddy">
277          <cstring>defaultFormatCB</cstring>
278         </property>
279        </widget>
280       </item>
281       <item row="0" column="0">
282        <widget class="QLabel" name="defaultFormatLA">
283         <property name="text">
284          <string>With &amp;TeX fonts:</string>
285         </property>
286         <property name="buddy">
287          <cstring>defaultFormatCB</cstring>
288         </property>
289        </widget>
290       </item>
291       <item row="0" column="4">
292        <widget class="QLabel" name="defaultPLatexFormatLA">
293         <property name="text">
294          <string>&amp;Japanese:</string>
295         </property>
296         <property name="buddy">
297          <cstring>defaultPlatexFormatCB</cstring>
298         </property>
299        </widget>
300       </item>
301      </layout>
302     </widget>
303    </item>
304    <item row="12" column="1" colspan="3">
305     <spacer>
306      <property name="orientation">
307       <enum>Qt::Vertical</enum>
308      </property>
309      <property name="sizeHint" stdset="0">
310       <size>
311        <width>124</width>
312        <height>21</height>
313       </size>
314      </property>
315     </spacer>
316    </item>
317   </layout>
318  </widget>
319  <tabstops>
320   <tabstop>formatsCB</tabstop>
321   <tabstop>formatNewPB</tabstop>
322   <tabstop>formatRemovePB</tabstop>
323   <tabstop>documentCB</tabstop>
324   <tabstop>exportMenuCB</tabstop>
325   <tabstop>vectorCB</tabstop>
326   <tabstop>formatED</tabstop>
327   <tabstop>extensionsED</tabstop>
328   <tabstop>shortcutED</tabstop>
329   <tabstop>editorCO</tabstop>
330   <tabstop>editorED</tabstop>
331   <tabstop>viewerCO</tabstop>
332   <tabstop>viewerED</tabstop>
333   <tabstop>mimeED</tabstop>
334   <tabstop>copierED</tabstop>
335  </tabstops>
336  <includes>
337   <include location="local">qt_i18n.h</include>
338  </includes>
339  <resources/>
340  <connections/>
341 </ui>