Added some code to the installer that cleans up obsolete files form the LameXP direct...
[LameXP.git] / gui / MetaInfo.ui
blobf9df2e30590b2b190e90442cf9474d8825052f61
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MetaInfo</class>
4 <widget class="QDialog" name="MetaInfo">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>621</width>
10 <height>420</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Meta Information</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_2">
17 <property name="margin">
18 <number>0</number>
19 </property>
20 <item>
21 <layout class="QVBoxLayout" name="verticalLayout">
22 <property name="spacing">
23 <number>0</number>
24 </property>
25 <item>
26 <widget class="QFrame" name="headerFrame">
27 <property name="minimumSize">
28 <size>
29 <width>0</width>
30 <height>64</height>
31 </size>
32 </property>
33 <property name="maximumSize">
34 <size>
35 <width>16777215</width>
36 <height>64</height>
37 </size>
38 </property>
39 <property name="palette">
40 <palette>
41 <active>
42 <colorrole role="Base">
43 <brush brushstyle="SolidPattern">
44 <color alpha="255">
45 <red>255</red>
46 <green>255</green>
47 <blue>255</blue>
48 </color>
49 </brush>
50 </colorrole>
51 <colorrole role="Window">
52 <brush brushstyle="SolidPattern">
53 <color alpha="255">
54 <red>255</red>
55 <green>255</green>
56 <blue>255</blue>
57 </color>
58 </brush>
59 </colorrole>
60 </active>
61 <inactive>
62 <colorrole role="Base">
63 <brush brushstyle="SolidPattern">
64 <color alpha="255">
65 <red>255</red>
66 <green>255</green>
67 <blue>255</blue>
68 </color>
69 </brush>
70 </colorrole>
71 <colorrole role="Window">
72 <brush brushstyle="SolidPattern">
73 <color alpha="255">
74 <red>255</red>
75 <green>255</green>
76 <blue>255</blue>
77 </color>
78 </brush>
79 </colorrole>
80 </inactive>
81 <disabled>
82 <colorrole role="Base">
83 <brush brushstyle="SolidPattern">
84 <color alpha="255">
85 <red>255</red>
86 <green>255</green>
87 <blue>255</blue>
88 </color>
89 </brush>
90 </colorrole>
91 <colorrole role="Window">
92 <brush brushstyle="SolidPattern">
93 <color alpha="255">
94 <red>255</red>
95 <green>255</green>
96 <blue>255</blue>
97 </color>
98 </brush>
99 </colorrole>
100 </disabled>
101 </palette>
102 </property>
103 <property name="autoFillBackground">
104 <bool>true</bool>
105 </property>
106 <property name="frameShape">
107 <enum>QFrame::NoFrame</enum>
108 </property>
109 <property name="frameShadow">
110 <enum>QFrame::Raised</enum>
111 </property>
112 <layout class="QHBoxLayout" name="horizontalLayout_3">
113 <item>
114 <layout class="QHBoxLayout" name="horizontalLayout_2">
115 <item>
116 <widget class="QLabel" name="label">
117 <property name="maximumSize">
118 <size>
119 <width>56</width>
120 <height>16777215</height>
121 </size>
122 </property>
123 <property name="text">
124 <string/>
125 </property>
126 <property name="pixmap">
127 <pixmap resource="../res/Images.qrc">:/images/HeaderIcon_MetaInfo.png</pixmap>
128 </property>
129 </widget>
130 </item>
131 <item>
132 <widget class="QLabel" name="labelHeaderText">
133 <property name="font">
134 <font>
135 <weight>50</weight>
136 <bold>false</bold>
137 </font>
138 </property>
139 <property name="text">
140 <string notr="true">&lt;b&gt;HEADER&lt;/b&gt;&lt;br&gt;(more header text)</string>
141 </property>
142 </widget>
143 </item>
144 </layout>
145 </item>
146 </layout>
147 </widget>
148 </item>
149 <item>
150 <widget class="QFrame" name="frame">
151 <property name="maximumSize">
152 <size>
153 <width>16777215</width>
154 <height>2</height>
155 </size>
156 </property>
157 <property name="frameShape">
158 <enum>QFrame::HLine</enum>
159 </property>
160 <property name="frameShadow">
161 <enum>QFrame::Sunken</enum>
162 </property>
163 </widget>
164 </item>
165 <item>
166 <layout class="QVBoxLayout" name="verticalLayout_3">
167 <property name="spacing">
168 <number>6</number>
169 </property>
170 <property name="margin">
171 <number>9</number>
172 </property>
173 <item>
174 <widget class="QTableView" name="tableView">
175 <property name="selectionMode">
176 <enum>QAbstractItemView::SingleSelection</enum>
177 </property>
178 <property name="selectionBehavior">
179 <enum>QAbstractItemView::SelectRows</enum>
180 </property>
181 <property name="wordWrap">
182 <bool>false</bool>
183 </property>
184 <attribute name="horizontalHeaderHighlightSections">
185 <bool>false</bool>
186 </attribute>
187 <attribute name="verticalHeaderHighlightSections">
188 <bool>false</bool>
189 </attribute>
190 </widget>
191 </item>
192 <item>
193 <layout class="QHBoxLayout" name="horizontalLayout">
194 <item>
195 <spacer name="horizontalSpacer">
196 <property name="orientation">
197 <enum>Qt::Horizontal</enum>
198 </property>
199 <property name="sizeHint" stdset="0">
200 <size>
201 <width>40</width>
202 <height>20</height>
203 </size>
204 </property>
205 </spacer>
206 </item>
207 <item>
208 <widget class="QPushButton" name="upButton">
209 <property name="text">
210 <string/>
211 </property>
212 <property name="icon">
213 <iconset resource="../res/Icons.qrc">
214 <normaloff>:/icons/arrow_up.png</normaloff>:/icons/arrow_up.png</iconset>
215 </property>
216 <property name="iconSize">
217 <size>
218 <width>16</width>
219 <height>16</height>
220 </size>
221 </property>
222 <property name="autoDefault">
223 <bool>false</bool>
224 </property>
225 </widget>
226 </item>
227 <item>
228 <widget class="QPushButton" name="downButton">
229 <property name="text">
230 <string/>
231 </property>
232 <property name="icon">
233 <iconset resource="../res/Icons.qrc">
234 <normaloff>:/icons/arrow_down.png</normaloff>:/icons/arrow_down.png</iconset>
235 </property>
236 <property name="iconSize">
237 <size>
238 <width>16</width>
239 <height>16</height>
240 </size>
241 </property>
242 <property name="autoDefault">
243 <bool>false</bool>
244 </property>
245 </widget>
246 </item>
247 <item>
248 <spacer name="horizontalSpacer_2">
249 <property name="orientation">
250 <enum>Qt::Horizontal</enum>
251 </property>
252 <property name="sizeType">
253 <enum>QSizePolicy::Fixed</enum>
254 </property>
255 <property name="sizeHint" stdset="0">
256 <size>
257 <width>10</width>
258 <height>20</height>
259 </size>
260 </property>
261 </spacer>
262 </item>
263 <item>
264 <widget class="QPushButton" name="editButton">
265 <property name="minimumSize">
266 <size>
267 <width>90</width>
268 <height>0</height>
269 </size>
270 </property>
271 <property name="text">
272 <string>Edit</string>
273 </property>
274 <property name="icon">
275 <iconset resource="../res/Icons.qrc">
276 <normaloff>:/icons/table_edit.png</normaloff>:/icons/table_edit.png</iconset>
277 </property>
278 <property name="iconSize">
279 <size>
280 <width>16</width>
281 <height>16</height>
282 </size>
283 </property>
284 <property name="autoDefault">
285 <bool>false</bool>
286 </property>
287 </widget>
288 </item>
289 <item>
290 <widget class="QPushButton" name="closeButton">
291 <property name="minimumSize">
292 <size>
293 <width>90</width>
294 <height>0</height>
295 </size>
296 </property>
297 <property name="text">
298 <string>Close</string>
299 </property>
300 <property name="icon">
301 <iconset resource="../res/Icons.qrc">
302 <normaloff>:/icons/cross.png</normaloff>:/icons/cross.png</iconset>
303 </property>
304 <property name="iconSize">
305 <size>
306 <width>16</width>
307 <height>16</height>
308 </size>
309 </property>
310 <property name="autoDefault">
311 <bool>false</bool>
312 </property>
313 </widget>
314 </item>
315 </layout>
316 </item>
317 </layout>
318 </item>
319 </layout>
320 </item>
321 </layout>
322 </widget>
323 <tabstops>
324 <tabstop>closeButton</tabstop>
325 <tabstop>upButton</tabstop>
326 <tabstop>downButton</tabstop>
327 <tabstop>editButton</tabstop>
328 <tabstop>tableView</tabstop>
329 </tabstops>
330 <resources>
331 <include location="../res/Icons.qrc"/>
332 <include location="../res/Images.qrc"/>
333 <include location="../res/Images.qrc"/>
334 <include location="../res/Images.qrc"/>
335 <include location="../res/Images.qrc"/>
336 <include location="../res/Images.qrc"/>
337 <include location="../res/Images.qrc"/>
338 <include location="../res/Images.qrc"/>
339 <include location="../res/Images.qrc"/>
340 <include location="../res/Images.qrc"/>
341 <include location="../res/Images.qrc"/>
342 <include location="../res/Images.qrc"/>
343 <include location="../res/Images.qrc"/>
344 <include location="../res/Images.qrc"/>
345 <include location="../res/Images.qrc"/>
346 <include location="../res/Images.qrc"/>
347 </resources>
348 <connections>
349 <connection>
350 <sender>closeButton</sender>
351 <signal>clicked()</signal>
352 <receiver>MetaInfo</receiver>
353 <slot>close()</slot>
354 <hints>
355 <hint type="sourcelabel">
356 <x>609</x>
357 <y>408</y>
358 </hint>
359 <hint type="destinationlabel">
360 <x>310</x>
361 <y>240</y>
362 </hint>
363 </hints>
364 </connection>
365 <connection>
366 <sender>tableView</sender>
367 <signal>activated(QModelIndex)</signal>
368 <receiver>editButton</receiver>
369 <slot>click()</slot>
370 <hints>
371 <hint type="sourcelabel">
372 <x>310</x>
373 <y>226</y>
374 </hint>
375 <hint type="destinationlabel">
376 <x>468</x>
377 <y>396</y>
378 </hint>
379 </hints>
380 </connection>
381 </connections>
382 </ui>