]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefFileformatsUi.ui
Fix the tab ordering of GuiPrefs components.
[lyx.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="extensionLA" >
95      <property name="text" >
96       <string>E&amp;xtension:</string>
97      </property>
98      <property name="buddy" >
99       <cstring>extensionED</cstring>
100      </property>
101     </widget>
102    </item>
103    <item row="5" column="1" colspan="2" >
104     <widget class="QLineEdit" name="extensionED" />
105    </item>
106    <item row="7" column="0" >
107     <widget class="QLabel" name="shortcutLA" >
108      <property name="text" >
109       <string>Shortc&amp;ut:</string>
110      </property>
111      <property name="buddy" >
112       <cstring>shortcutED</cstring>
113      </property>
114     </widget>
115    </item>
116    <item row="7" column="1" colspan="2" >
117     <widget class="QLineEdit" name="shortcutED" />
118    </item>
119    <item row="8" column="1" >
120     <widget class="QComboBox" name="editorCO" >
121      <property name="sizeAdjustPolicy" >
122       <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
123      </property>
124     </widget>
125    </item>
126    <item row="8" column="2" colspan="2" >
127     <widget class="QLineEdit" name="editorED" />
128    </item>
129    <item row="9" column="0" >
130     <widget class="QLabel" name="viewerLA" >
131      <property name="text" >
132       <string>&amp;Viewer:</string>
133      </property>
134      <property name="buddy" >
135       <cstring>viewerCO</cstring>
136      </property>
137     </widget>
138    </item>
139    <item row="9" column="1" >
140     <widget class="QComboBox" name="viewerCO" >
141      <property name="sizeAdjustPolicy" >
142       <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
143      </property>
144     </widget>
145    </item>
146    <item row="9" column="2" colspan="2" >
147     <widget class="QLineEdit" name="viewerED" />
148    </item>
149    <item row="10" column="0" >
150     <widget class="QLabel" name="label" >
151      <property name="text" >
152       <string>Co&amp;pier:</string>
153      </property>
154      <property name="buddy" >
155       <cstring>copierED</cstring>
156      </property>
157     </widget>
158    </item>
159    <item row="10" column="1" colspan="2" >
160     <widget class="QLineEdit" name="copierED" />
161    </item>
162    <item row="11" column="0" colspan="5" >
163     <widget class="QGroupBox" name="defaultFormatGB" >
164      <property name="toolTip" >
165       <string>Specify the default output format when using (PDF)LaTeX</string>
166      </property>
167      <property name="title" >
168       <string>Default Format</string>
169      </property>
170      <property name="flat" >
171       <bool>true</bool>
172      </property>
173      <layout class="QHBoxLayout" name="horizontalLayout" >
174       <item>
175        <widget class="QLabel" name="defaultFormatLA" >
176         <property name="text" >
177          <string>De&amp;fault Output Format:</string>
178         </property>
179         <property name="buddy" >
180          <cstring>defaultFormatCB</cstring>
181         </property>
182        </widget>
183       </item>
184       <item>
185        <widget class="QComboBox" name="defaultFormatCB" />
186       </item>
187       <item>
188        <spacer name="horizontalSpacer" >
189         <property name="orientation" >
190          <enum>Qt::Horizontal</enum>
191         </property>
192         <property name="sizeHint" stdset="0" >
193          <size>
194           <width>148</width>
195           <height>20</height>
196          </size>
197         </property>
198        </spacer>
199       </item>
200      </layout>
201     </widget>
202    </item>
203    <item row="12" column="1" colspan="2" >
204     <spacer>
205      <property name="orientation" >
206       <enum>Qt::Vertical</enum>
207      </property>
208      <property name="sizeHint" stdset="0" >
209       <size>
210        <width>124</width>
211        <height>21</height>
212       </size>
213      </property>
214     </spacer>
215    </item>
216    <item row="8" column="0" >
217     <widget class="QLabel" name="editorLA" >
218      <property name="text" >
219       <string>Ed&amp;itor:</string>
220      </property>
221      <property name="buddy" >
222       <cstring>editorCO</cstring>
223      </property>
224     </widget>
225    </item>
226   </layout>
227  </widget>
228  <tabstops>
229   <tabstop>formatsCB</tabstop>
230   <tabstop>formatNewPB</tabstop>
231   <tabstop>formatRemovePB</tabstop>
232   <tabstop>documentCB</tabstop>
233   <tabstop>exportMenuCB</tabstop>
234   <tabstop>vectorCB</tabstop>
235   <tabstop>formatED</tabstop>
236   <tabstop>extensionED</tabstop>
237   <tabstop>shortcutED</tabstop>
238   <tabstop>editorCO</tabstop>
239   <tabstop>editorED</tabstop>
240   <tabstop>viewerCO</tabstop>
241   <tabstop>viewerED</tabstop>
242   <tabstop>copierED</tabstop>
243  </tabstops>
244  <includes>
245   <include location="local" >qt_i18n.h</include>
246  </includes>
247  <resources/>
248  <connections/>
249 </ui>