]> git.lyx.org Git - features.git/blob - src/frontends/qt4/ui/PrefFileformatsUi.ui
cfbad46b31fe67d8123de924e94af49ed3800f53
[features.git] / src / frontends / qt4 / ui / PrefFileformatsUi.ui
1 <ui version="4.0" >
2  <class>PrefFileformatsUi</class>
3  <widget class="QWidget" name="PrefFileformatsUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>386</width>
9     <height>381</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" name="gridLayout" >
16    <item row="0" column="0" >
17     <widget class="QLabel" name="formatsLA" >
18      <property name="text" >
19       <string>&amp;Format:</string>
20      </property>
21      <property name="buddy" >
22       <cstring>formatsCB</cstring>
23      </property>
24     </widget>
25    </item>
26    <item row="0" column="1" >
27     <widget class="QComboBox" name="formatsCB" >
28      <property name="editable" >
29       <bool>true</bool>
30      </property>
31      <property name="maxVisibleItems" >
32       <number>20</number>
33      </property>
34      <property name="insertPolicy" >
35       <enum>QComboBox::InsertAtCurrent</enum>
36      </property>
37      <property name="minimumContentsLength" >
38       <number>1</number>
39      </property>
40     </widget>
41    </item>
42    <item row="0" column="3" >
43     <widget class="QPushButton" name="formatNewPB" >
44      <property name="text" >
45       <string>&amp;New...</string>
46      </property>
47     </widget>
48    </item>
49    <item row="0" column="4" >
50     <widget class="QPushButton" name="formatRemovePB" >
51      <property name="text" >
52       <string>Re&amp;move</string>
53      </property>
54     </widget>
55    </item>
56    <item row="1" column="1" colspan="2" >
57     <widget class="QCheckBox" name="documentCB" >
58      <property name="text" >
59       <string>&amp;Document format</string>
60      </property>
61     </widget>
62    </item>
63    <item row="2" column="1" colspan="2" >
64     <widget class="QCheckBox" name="exportMenuCB" >
65      <property name="toolTip" >
66       <string>Check this to show the current format in the File > Export menu</string>
67      </property>
68      <property name="text" >
69       <string>Sho&amp;w in export menu</string>
70      </property>
71     </widget>
72    </item>
73    <item row="3" column="1" colspan="2" >
74     <widget class="QCheckBox" name="vectorCB" >
75      <property name="text" >
76       <string>Vector &amp;graphics format</string>
77      </property>
78     </widget>
79    </item>
80    <item row="4" column="0" >
81     <widget class="QLabel" name="formatLA" >
82      <property name="text" >
83       <string>S&amp;hort Name:</string>
84      </property>
85      <property name="buddy" >
86       <cstring>formatED</cstring>
87      </property>
88     </widget>
89    </item>
90    <item row="4" column="1" colspan="2" >
91     <widget class="QLineEdit" name="formatED" />
92    </item>
93    <item row="5" column="0" >
94     <widget class="QLabel" name="extensionsLA" >
95      <property name="text" >
96       <string>E&amp;xtensions:</string>
97      </property>
98      <property name="buddy" >
99       <cstring>extensionsED</cstring>
100      </property>
101     </widget>
102    </item>
103    <item row="5" column="1" colspan="2" >
104     <widget class="QLineEdit" name="extensionsED" />
105    </item>
106    <item row="6" column="0" >
107     <widget class="QLabel" name="mimeLA" >
108      <property name="text" >
109       <string>&amp;MIME:</string>
110      </property>
111      <property name="buddy" >
112       <cstring>mimeED</cstring>
113      </property>
114     </widget>
115    </item>
116    <item row="6" column="1" >
117     <widget class="QLineEdit" name="mimeED" />
118    </item>
119    <item row="7" column="0" >
120     <widget class="QLabel" name="shortcutLA" >
121      <property name="text" >
122       <string>Shortc&amp;ut:</string>
123      </property>
124      <property name="buddy" >
125       <cstring>shortcutED</cstring>
126      </property>
127     </widget>
128    </item>
129    <item row="7" column="1" colspan="2" >
130     <widget class="QLineEdit" name="shortcutED" />
131    </item>
132    <item row="8" column="1" >
133     <widget class="QComboBox" name="editorCO" >
134      <property name="sizeAdjustPolicy" >
135       <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
136      </property>
137     </widget>
138    </item>
139    <item row="8" column="2" colspan="2" >
140     <widget class="QLineEdit" name="editorED" />
141    </item>
142    <item row="9" column="0" >
143     <widget class="QLabel" name="viewerLA" >
144      <property name="text" >
145       <string>&amp;Viewer:</string>
146      </property>
147      <property name="buddy" >
148       <cstring>viewerCO</cstring>
149      </property>
150     </widget>
151    </item>
152    <item row="9" column="1" >
153     <widget class="QComboBox" name="viewerCO" >
154      <property name="sizeAdjustPolicy" >
155       <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
156      </property>
157     </widget>
158    </item>
159    <item row="9" column="2" colspan="2" >
160     <widget class="QLineEdit" name="viewerED" />
161    </item>
162    <item row="10" column="0" >
163     <widget class="QLabel" name="label" >
164      <property name="text" >
165       <string>Co&amp;pier:</string>
166      </property>
167      <property name="buddy" >
168       <cstring>copierED</cstring>
169      </property>
170     </widget>
171    </item>
172    <item row="10" column="1" colspan="2" >
173     <widget class="QLineEdit" name="copierED" />
174    </item>
175    <item row="11" column="0" colspan="5" >
176     <widget class="QGroupBox" name="defaultFormatGB" >
177      <property name="toolTip" >
178       <string>Specify the default output format when using (PDF)LaTeX</string>
179      </property>
180      <property name="title" >
181       <string>Default Format</string>
182      </property>
183      <property name="flat" >
184       <bool>true</bool>
185      </property>
186      <layout class="QHBoxLayout" name="horizontalLayout" >
187       <item>
188        <widget class="QLabel" name="defaultFormatLA" >
189         <property name="text" >
190          <string>De&amp;fault Output Format:</string>
191         </property>
192         <property name="buddy" >
193          <cstring>defaultFormatCB</cstring>
194         </property>
195        </widget>
196       </item>
197       <item>
198        <widget class="QComboBox" name="defaultFormatCB" />
199       </item>
200       <item>
201        <spacer name="horizontalSpacer" >
202         <property name="orientation" >
203          <enum>Qt::Horizontal</enum>
204         </property>
205         <property name="sizeHint" stdset="0" >
206          <size>
207           <width>148</width>
208           <height>20</height>
209          </size>
210         </property>
211        </spacer>
212       </item>
213      </layout>
214     </widget>
215    </item>
216    <item row="12" column="1" colspan="2" >
217     <spacer>
218      <property name="orientation" >
219       <enum>Qt::Vertical</enum>
220      </property>
221      <property name="sizeHint" stdset="0" >
222       <size>
223        <width>124</width>
224        <height>21</height>
225       </size>
226      </property>
227     </spacer>
228    </item>
229    <item row="8" column="0" >
230     <widget class="QLabel" name="editorLA" >
231      <property name="text" >
232       <string>Ed&amp;itor:</string>
233      </property>
234      <property name="buddy" >
235       <cstring>editorCO</cstring>
236      </property>
237     </widget>
238    </item>
239   </layout>
240  </widget>
241  <tabstops>
242   <tabstop>formatsCB</tabstop>
243   <tabstop>formatNewPB</tabstop>
244   <tabstop>formatRemovePB</tabstop>
245   <tabstop>documentCB</tabstop>
246   <tabstop>exportMenuCB</tabstop>
247   <tabstop>vectorCB</tabstop>
248   <tabstop>formatED</tabstop>
249   <tabstop>extensionsED</tabstop>
250   <tabstop>shortcutED</tabstop>
251   <tabstop>editorCO</tabstop>
252   <tabstop>editorED</tabstop>
253   <tabstop>viewerCO</tabstop>
254   <tabstop>viewerED</tabstop>
255   <tabstop>mimeED</tabstop>
256   <tabstop>copierED</tabstop>
257  </tabstops>
258  <includes>
259   <include location="local" >qt_i18n.h</include>
260  </includes>
261  <resources/>
262  <connections/>
263 </ui>