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