]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefFileformatsUi.ui
Correct early return position for if use_pixmap_cache_ check
[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>386</width>
10     <height>417</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>Specify the default output format when using (PDF)LaTeX</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="0">
212        <widget class="QLabel" name="defaultFormatLA">
213         <property name="text">
214          <string>With &amp;TeX fonts:</string>
215         </property>
216         <property name="buddy">
217          <cstring>defaultFormatCB</cstring>
218         </property>
219        </widget>
220       </item>
221       <item row="0" column="1" colspan="2">
222        <widget class="QComboBox" name="defaultFormatCB">
223         <property name="toolTip">
224          <string>The default output format for documents (except with non-TeX fonts)</string>
225         </property>
226        </widget>
227       </item>
228       <item row="0" column="3">
229        <spacer name="horizontalSpacer">
230         <property name="orientation">
231          <enum>Qt::Horizontal</enum>
232         </property>
233         <property name="sizeHint" stdset="0">
234          <size>
235           <width>148</width>
236           <height>20</height>
237          </size>
238         </property>
239        </spacer>
240       </item>
241       <item row="1" column="0">
242        <widget class="QLabel" name="defaultOTFFormatLA">
243         <property name="text">
244          <string>With n&amp;on-TeX fonts:</string>
245         </property>
246         <property name="buddy">
247          <cstring>defaultFormatCB</cstring>
248         </property>
249        </widget>
250       </item>
251       <item row="1" column="1">
252        <widget class="QComboBox" name="defaultOTFFormatCB">
253         <property name="toolTip">
254          <string>The default output format for documents using non-TeX fonts</string>
255         </property>
256        </widget>
257       </item>
258       <item row="1" column="2" colspan="2">
259        <spacer name="horizontalSpacer_3">
260         <property name="orientation">
261          <enum>Qt::Horizontal</enum>
262         </property>
263         <property name="sizeHint" stdset="0">
264          <size>
265           <width>148</width>
266           <height>20</height>
267          </size>
268         </property>
269        </spacer>
270       </item>
271      </layout>
272     </widget>
273    </item>
274    <item row="12" column="1" colspan="2">
275     <spacer>
276      <property name="orientation">
277       <enum>Qt::Vertical</enum>
278      </property>
279      <property name="sizeHint" stdset="0">
280       <size>
281        <width>124</width>
282        <height>21</height>
283       </size>
284      </property>
285     </spacer>
286    </item>
287   </layout>
288  </widget>
289  <tabstops>
290   <tabstop>formatsCB</tabstop>
291   <tabstop>formatNewPB</tabstop>
292   <tabstop>formatRemovePB</tabstop>
293   <tabstop>documentCB</tabstop>
294   <tabstop>exportMenuCB</tabstop>
295   <tabstop>vectorCB</tabstop>
296   <tabstop>formatED</tabstop>
297   <tabstop>extensionsED</tabstop>
298   <tabstop>shortcutED</tabstop>
299   <tabstop>editorCO</tabstop>
300   <tabstop>editorED</tabstop>
301   <tabstop>viewerCO</tabstop>
302   <tabstop>viewerED</tabstop>
303   <tabstop>mimeED</tabstop>
304   <tabstop>copierED</tabstop>
305  </tabstops>
306  <includes>
307   <include location="local">qt_i18n.h</include>
308  </includes>
309  <resources/>
310  <connections/>
311 </ui>