]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QPrefFileformatsUi.ui
remove qPixmapFromMimeSource. This caused the inclusion of Qt3 support headers which...
[lyx.git] / src / frontends / qt4 / ui / QPrefFileformatsUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QPrefFileformatsUi</class>
6  <widget class="QWidget" name="QPrefFileformatsUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>351</width>
12     <height>340</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="1" column="4" >
26     <spacer>
27      <property name="orientation" >
28       <enum>Qt::Horizontal</enum>
29      </property>
30      <property name="sizeHint" >
31       <size>
32        <width>91</width>
33        <height>20</height>
34       </size>
35      </property>
36     </spacer>
37    </item>
38    <item row="2" column="1" >
39     <spacer>
40      <property name="orientation" >
41       <enum>Qt::Horizontal</enum>
42      </property>
43      <property name="sizeType" >
44       <enum>QSizePolicy::MinimumExpanding</enum>
45      </property>
46      <property name="sizeHint" >
47       <size>
48        <width>20</width>
49        <height>31</height>
50       </size>
51      </property>
52     </spacer>
53    </item>
54    <item row="2" column="2" >
55     <widget class="QPushButton" name="formatNewPB" >
56      <property name="text" >
57       <string>&amp;Add</string>
58      </property>
59     </widget>
60    </item>
61    <item row="2" column="3" >
62     <widget class="QPushButton" name="formatModifyPB" >
63      <property name="text" >
64       <string>&amp;Modify</string>
65      </property>
66     </widget>
67    </item>
68    <item row="3" column="1" colspan="3" >
69     <spacer>
70      <property name="orientation" >
71       <enum>Qt::Vertical</enum>
72      </property>
73      <property name="sizeType" >
74       <enum>QSizePolicy::Expanding</enum>
75      </property>
76      <property name="sizeHint" >
77       <size>
78        <width>129</width>
79        <height>31</height>
80       </size>
81      </property>
82     </spacer>
83    </item>
84    <item row="1" column="1" colspan="3" >
85     <layout class="QGridLayout" >
86      <property name="margin" >
87       <number>0</number>
88      </property>
89      <property name="spacing" >
90       <number>6</number>
91      </property>
92      <item row="4" column="1" >
93       <widget class="QLineEdit" name="viewerED" />
94      </item>
95      <item row="5" column="1" >
96       <widget class="QLineEdit" name="editorED" />
97      </item>
98      <item row="2" column="1" >
99       <widget class="QLineEdit" name="shortcutED" />
100      </item>
101      <item row="1" column="0" >
102       <widget class="QLabel" name="guiNameLA" >
103        <property name="text" >
104         <string>&amp;GUI name:</string>
105        </property>
106        <property name="buddy" >
107         <cstring>guiNameED</cstring>
108        </property>
109       </widget>
110      </item>
111      <item row="0" column="0" >
112       <widget class="QLabel" name="formatLA" >
113        <property name="text" >
114         <string>F&amp;ormat:</string>
115        </property>
116        <property name="buddy" >
117         <cstring>formatED</cstring>
118        </property>
119       </widget>
120      </item>
121      <item row="1" column="1" >
122       <widget class="QLineEdit" name="guiNameED" />
123      </item>
124      <item row="4" column="0" >
125       <widget class="QLabel" name="viewerLA" >
126        <property name="text" >
127         <string>&amp;Viewer:</string>
128        </property>
129        <property name="buddy" >
130         <cstring>viewerED</cstring>
131        </property>
132       </widget>
133      </item>
134      <item row="5" column="0" >
135       <widget class="QLabel" name="editorLA" >
136        <property name="text" >
137         <string>Ed&amp;itor:</string>
138        </property>
139        <property name="buddy" >
140         <cstring>editorED</cstring>
141        </property>
142       </widget>
143      </item>
144      <item row="0" column="1" >
145       <widget class="QLineEdit" name="formatED" />
146      </item>
147      <item row="2" column="0" >
148       <widget class="QLabel" name="shortcutLA" >
149        <property name="text" >
150         <string>S&amp;hortcut:</string>
151        </property>
152        <property name="buddy" >
153         <cstring>shortcutED</cstring>
154        </property>
155       </widget>
156      </item>
157      <item row="3" column="0" >
158       <widget class="QLabel" name="extensionLA" >
159        <property name="text" >
160         <string>E&amp;xtension:</string>
161        </property>
162        <property name="buddy" >
163         <cstring>extensionED</cstring>
164        </property>
165       </widget>
166      </item>
167      <item row="3" column="1" >
168       <widget class="QLineEdit" name="extensionED" />
169      </item>
170      <item row="6" column="0" >
171       <widget class="QCheckBox" name="documentCB" >
172        <property name="enabled" >
173         <bool>true</bool>
174        </property>
175        <property name="toolTip" >
176         <string>Tell whether this format is a document format. A document can not be exported to or viewed in a non-document format.</string>
177        </property>
178        <property name="text" >
179         <string>&amp;Document format</string>
180        </property>
181       </widget>
182      </item>
183     </layout>
184    </item>
185    <item row="4" column="0" >
186     <layout class="QHBoxLayout" >
187      <property name="margin" >
188       <number>0</number>
189      </property>
190      <property name="spacing" >
191       <number>6</number>
192      </property>
193      <item>
194       <spacer>
195        <property name="orientation" >
196         <enum>Qt::Horizontal</enum>
197        </property>
198        <property name="sizeType" >
199         <enum>QSizePolicy::Preferred</enum>
200        </property>
201        <property name="sizeHint" >
202         <size>
203          <width>20</width>
204          <height>20</height>
205         </size>
206        </property>
207       </spacer>
208      </item>
209      <item>
210       <widget class="QPushButton" name="formatRemovePB" >
211        <property name="text" >
212         <string>&amp;Remove</string>
213        </property>
214       </widget>
215      </item>
216     </layout>
217    </item>
218    <item rowspan="3" row="1" column="0" >
219     <widget class="QListWidget" name="formatsLW" />
220    </item>
221    <item row="0" column="0" >
222     <widget class="QLabel" name="formatsLA" >
223      <property name="text" >
224       <string>&amp;File formats</string>
225      </property>
226      <property name="buddy" >
227       <cstring>formatsLW</cstring>
228      </property>
229     </widget>
230    </item>
231   </layout>
232  </widget>
233  <pixmapfunction></pixmapfunction>
234  <tabstops>
235   <tabstop>formatNewPB</tabstop>
236   <tabstop>formatRemovePB</tabstop>
237   <tabstop>formatED</tabstop>
238   <tabstop>guiNameED</tabstop>
239   <tabstop>shortcutED</tabstop>
240   <tabstop>extensionED</tabstop>
241   <tabstop>viewerED</tabstop>
242   <tabstop>editorED</tabstop>
243   <tabstop>documentCB</tabstop>
244  </tabstops>
245  <resources/>
246  <connections/>
247 </ui>