Updated FileAnalyzer_Task to extract cover artwork with latest MediaInfo version.
[LameXP.git] / gui / ProcessingDialog.ui
blobcac33584768e8f6fdbb75113222b9e177bb7b762
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ProcessingDialog</class>
4 <widget class="QDialog" name="ProcessingDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>663</width>
10 <height>454</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>LameXP - Processing</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="../res/Icons.qrc">
18 <normaloff>:/icons/sound.png</normaloff>:/icons/sound.png</iconset>
19 </property>
20 <layout class="QVBoxLayout" name="verticalLayout_2">
21 <property name="spacing">
22 <number>0</number>
23 </property>
24 <property name="margin">
25 <number>0</number>
26 </property>
27 <item>
28 <layout class="QVBoxLayout" name="layout_base">
29 <property name="spacing">
30 <number>0</number>
31 </property>
32 <item>
33 <widget class="QFrame" name="frame_header">
34 <property name="minimumSize">
35 <size>
36 <width>0</width>
37 <height>64</height>
38 </size>
39 </property>
40 <property name="maximumSize">
41 <size>
42 <width>16777215</width>
43 <height>64</height>
44 </size>
45 </property>
46 <property name="palette">
47 <palette>
48 <active>
49 <colorrole role="Base">
50 <brush brushstyle="SolidPattern">
51 <color alpha="255">
52 <red>255</red>
53 <green>255</green>
54 <blue>255</blue>
55 </color>
56 </brush>
57 </colorrole>
58 <colorrole role="Window">
59 <brush brushstyle="SolidPattern">
60 <color alpha="255">
61 <red>255</red>
62 <green>255</green>
63 <blue>255</blue>
64 </color>
65 </brush>
66 </colorrole>
67 </active>
68 <inactive>
69 <colorrole role="Base">
70 <brush brushstyle="SolidPattern">
71 <color alpha="255">
72 <red>255</red>
73 <green>255</green>
74 <blue>255</blue>
75 </color>
76 </brush>
77 </colorrole>
78 <colorrole role="Window">
79 <brush brushstyle="SolidPattern">
80 <color alpha="255">
81 <red>255</red>
82 <green>255</green>
83 <blue>255</blue>
84 </color>
85 </brush>
86 </colorrole>
87 </inactive>
88 <disabled>
89 <colorrole role="Base">
90 <brush brushstyle="SolidPattern">
91 <color alpha="255">
92 <red>255</red>
93 <green>255</green>
94 <blue>255</blue>
95 </color>
96 </brush>
97 </colorrole>
98 <colorrole role="Window">
99 <brush brushstyle="SolidPattern">
100 <color alpha="255">
101 <red>255</red>
102 <green>255</green>
103 <blue>255</blue>
104 </color>
105 </brush>
106 </colorrole>
107 </disabled>
108 </palette>
109 </property>
110 <property name="autoFillBackground">
111 <bool>true</bool>
112 </property>
113 <property name="frameShape">
114 <enum>QFrame::NoFrame</enum>
115 </property>
116 <property name="frameShadow">
117 <enum>QFrame::Raised</enum>
118 </property>
119 <layout class="QHBoxLayout" name="horizontalLayout_3">
120 <property name="margin">
121 <number>3</number>
122 </property>
123 <item>
124 <layout class="QHBoxLayout" name="layout_verticalHeader">
125 <item>
126 <spacer name="spacer_horizontalHeader2">
127 <property name="orientation">
128 <enum>Qt::Horizontal</enum>
129 </property>
130 <property name="sizeType">
131 <enum>QSizePolicy::Fixed</enum>
132 </property>
133 <property name="sizeHint" stdset="0">
134 <size>
135 <width>4</width>
136 <height>20</height>
137 </size>
138 </property>
139 </spacer>
140 </item>
141 <item>
142 <widget class="QLabel" name="label_headerIcon">
143 <property name="minimumSize">
144 <size>
145 <width>48</width>
146 <height>48</height>
147 </size>
148 </property>
149 <property name="maximumSize">
150 <size>
151 <width>48</width>
152 <height>48</height>
153 </size>
154 </property>
155 <property name="text">
156 <string/>
157 </property>
158 <property name="pixmap">
159 <pixmap resource="../res/Icons.qrc">:/MainIcon1.png</pixmap>
160 </property>
161 <property name="scaledContents">
162 <bool>true</bool>
163 </property>
164 </widget>
165 </item>
166 <item>
167 <spacer name="spacer_horizontalHeader">
168 <property name="orientation">
169 <enum>Qt::Horizontal</enum>
170 </property>
171 <property name="sizeType">
172 <enum>QSizePolicy::Fixed</enum>
173 </property>
174 <property name="sizeHint" stdset="0">
175 <size>
176 <width>16</width>
177 <height>20</height>
178 </size>
179 </property>
180 </spacer>
181 </item>
182 <item>
183 <widget class="QLabel" name="label_headerStatus">
184 <property name="text">
185 <string notr="true">&lt;b&gt;Header&lt;/b&gt;&lt;br&gt;(more status details)</string>
186 </property>
187 </widget>
188 </item>
189 <item>
190 <widget class="QLabel" name="label_headerWorking">
191 <property name="maximumSize">
192 <size>
193 <width>48</width>
194 <height>16777215</height>
195 </size>
196 </property>
197 <property name="text">
198 <string/>
199 </property>
200 <property name="pixmap">
201 <pixmap resource="../res/Images.qrc">:/images/Working.gif</pixmap>
202 </property>
203 <property name="alignment">
204 <set>Qt::AlignCenter</set>
205 </property>
206 </widget>
207 </item>
208 <item>
209 <spacer name="horizontalSpacer">
210 <property name="orientation">
211 <enum>Qt::Horizontal</enum>
212 </property>
213 <property name="sizeType">
214 <enum>QSizePolicy::Fixed</enum>
215 </property>
216 <property name="sizeHint" stdset="0">
217 <size>
218 <width>6</width>
219 <height>20</height>
220 </size>
221 </property>
222 </spacer>
223 </item>
224 </layout>
225 </item>
226 </layout>
227 </widget>
228 </item>
229 <item>
230 <widget class="QFrame" name="frame_verticalLine">
231 <property name="minimumSize">
232 <size>
233 <width>0</width>
234 <height>2</height>
235 </size>
236 </property>
237 <property name="maximumSize">
238 <size>
239 <width>16777215</width>
240 <height>2</height>
241 </size>
242 </property>
243 <property name="frameShape">
244 <enum>QFrame::HLine</enum>
245 </property>
246 <property name="frameShadow">
247 <enum>QFrame::Sunken</enum>
248 </property>
249 </widget>
250 </item>
251 <item>
252 <layout class="QVBoxLayout" name="layout_main">
253 <property name="spacing">
254 <number>8</number>
255 </property>
256 <property name="margin">
257 <number>21</number>
258 </property>
259 <item>
260 <widget class="QLabel" name="label_progress">
261 <property name="font">
262 <font>
263 <weight>75</weight>
264 <bold>true</bold>
265 </font>
266 </property>
267 <property name="text">
268 <string>Initializing, please wait...</string>
269 </property>
270 </widget>
271 </item>
272 <item>
273 <widget class="QProgressBar" name="progressBar">
274 <property name="value">
275 <number>24</number>
276 </property>
277 <property name="alignment">
278 <set>Qt::AlignCenter</set>
279 </property>
280 </widget>
281 </item>
282 <item>
283 <spacer name="verticalSpacer">
284 <property name="orientation">
285 <enum>Qt::Vertical</enum>
286 </property>
287 <property name="sizeType">
288 <enum>QSizePolicy::Fixed</enum>
289 </property>
290 <property name="sizeHint" stdset="0">
291 <size>
292 <width>20</width>
293 <height>1</height>
294 </size>
295 </property>
296 </spacer>
297 </item>
298 <item>
299 <widget class="QTableView" name="view_log">
300 <property name="font">
301 <font>
302 <weight>50</weight>
303 <bold>false</bold>
304 </font>
305 </property>
306 <property name="selectionMode">
307 <enum>QAbstractItemView::SingleSelection</enum>
308 </property>
309 <property name="selectionBehavior">
310 <enum>QAbstractItemView::SelectRows</enum>
311 </property>
312 <property name="wordWrap">
313 <bool>false</bool>
314 </property>
315 <attribute name="horizontalHeaderHighlightSections">
316 <bool>false</bool>
317 </attribute>
318 <attribute name="verticalHeaderHighlightSections">
319 <bool>false</bool>
320 </attribute>
321 </widget>
322 </item>
323 <item>
324 <layout class="QHBoxLayout" name="horizontalLayout">
325 <property name="spacing">
326 <number>0</number>
327 </property>
328 <item>
329 <widget class="QCheckBox" name="checkBox_shutdownComputer">
330 <property name="sizePolicy">
331 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
332 <horstretch>0</horstretch>
333 <verstretch>0</verstretch>
334 </sizepolicy>
335 </property>
336 <property name="text">
337 <string>Shutdown the computer as soon as all files have been converted</string>
338 </property>
339 </widget>
340 </item>
341 <item>
342 <spacer name="horizontalSpacer_2">
343 <property name="orientation">
344 <enum>Qt::Horizontal</enum>
345 </property>
346 <property name="sizeType">
347 <enum>QSizePolicy::Fixed</enum>
348 </property>
349 <property name="sizeHint" stdset="0">
350 <size>
351 <width>12</width>
352 <height>20</height>
353 </size>
354 </property>
355 </spacer>
356 </item>
357 <item>
358 <widget class="QLabel" name="label_cpuIco">
359 <property name="toolTip">
360 <string>CPU Usage (Overall)</string>
361 </property>
362 <property name="text">
363 <string notr="true"/>
364 </property>
365 <property name="pixmap">
366 <pixmap resource="../res/Icons.qrc">:/icons/cpu.png</pixmap>
367 </property>
368 </widget>
369 </item>
370 <item>
371 <widget class="QLabel" name="label_cpu">
372 <property name="palette">
373 <palette>
374 <active>
375 <colorrole role="WindowText">
376 <brush brushstyle="SolidPattern">
377 <color alpha="255">
378 <red>0</red>
379 <green>0</green>
380 <blue>255</blue>
381 </color>
382 </brush>
383 </colorrole>
384 </active>
385 <inactive>
386 <colorrole role="WindowText">
387 <brush brushstyle="SolidPattern">
388 <color alpha="255">
389 <red>0</red>
390 <green>0</green>
391 <blue>255</blue>
392 </color>
393 </brush>
394 </colorrole>
395 </inactive>
396 <disabled>
397 <colorrole role="WindowText">
398 <brush brushstyle="SolidPattern">
399 <color alpha="255">
400 <red>120</red>
401 <green>120</green>
402 <blue>120</blue>
403 </color>
404 </brush>
405 </colorrole>
406 </disabled>
407 </palette>
408 </property>
409 <property name="font">
410 <font>
411 <weight>50</weight>
412 <bold>false</bold>
413 </font>
414 </property>
415 <property name="toolTip">
416 <string>CPU Usage (Overall)</string>
417 </property>
418 <property name="text">
419 <string notr="true">0%</string>
420 </property>
421 <property name="alignment">
422 <set>Qt::AlignCenter</set>
423 </property>
424 </widget>
425 </item>
426 <item>
427 <widget class="QFrame" name="frame_3">
428 <property name="minimumSize">
429 <size>
430 <width>8</width>
431 <height>0</height>
432 </size>
433 </property>
434 <property name="frameShape">
435 <enum>QFrame::VLine</enum>
436 </property>
437 <property name="frameShadow">
438 <enum>QFrame::Sunken</enum>
439 </property>
440 </widget>
441 </item>
442 <item>
443 <widget class="QLabel" name="label_ramIco">
444 <property name="toolTip">
445 <string>Physical RAM Usage</string>
446 </property>
447 <property name="text">
448 <string notr="true"/>
449 </property>
450 <property name="pixmap">
451 <pixmap resource="../res/Icons.qrc">:/icons/memory.png</pixmap>
452 </property>
453 </widget>
454 </item>
455 <item>
456 <widget class="QLabel" name="label_ram">
457 <property name="palette">
458 <palette>
459 <active>
460 <colorrole role="WindowText">
461 <brush brushstyle="SolidPattern">
462 <color alpha="255">
463 <red>0</red>
464 <green>0</green>
465 <blue>255</blue>
466 </color>
467 </brush>
468 </colorrole>
469 </active>
470 <inactive>
471 <colorrole role="WindowText">
472 <brush brushstyle="SolidPattern">
473 <color alpha="255">
474 <red>0</red>
475 <green>0</green>
476 <blue>255</blue>
477 </color>
478 </brush>
479 </colorrole>
480 </inactive>
481 <disabled>
482 <colorrole role="WindowText">
483 <brush brushstyle="SolidPattern">
484 <color alpha="255">
485 <red>120</red>
486 <green>120</green>
487 <blue>120</blue>
488 </color>
489 </brush>
490 </colorrole>
491 </disabled>
492 </palette>
493 </property>
494 <property name="toolTip">
495 <string>Physical RAM Usage</string>
496 </property>
497 <property name="text">
498 <string notr="true">0%</string>
499 </property>
500 <property name="alignment">
501 <set>Qt::AlignCenter</set>
502 </property>
503 </widget>
504 </item>
505 <item>
506 <widget class="QFrame" name="frame_2">
507 <property name="minimumSize">
508 <size>
509 <width>8</width>
510 <height>0</height>
511 </size>
512 </property>
513 <property name="frameShape">
514 <enum>QFrame::VLine</enum>
515 </property>
516 <property name="frameShadow">
517 <enum>QFrame::Sunken</enum>
518 </property>
519 </widget>
520 </item>
521 <item>
522 <widget class="QLabel" name="label_diskIco">
523 <property name="toolTip">
524 <string>Free Disk Space (Temp Folder)</string>
525 </property>
526 <property name="text">
527 <string notr="true"/>
528 </property>
529 <property name="pixmap">
530 <pixmap resource="../res/Icons.qrc">:/icons/drive.png</pixmap>
531 </property>
532 </widget>
533 </item>
534 <item>
535 <widget class="QLabel" name="label_disk">
536 <property name="palette">
537 <palette>
538 <active>
539 <colorrole role="WindowText">
540 <brush brushstyle="SolidPattern">
541 <color alpha="255">
542 <red>0</red>
543 <green>0</green>
544 <blue>255</blue>
545 </color>
546 </brush>
547 </colorrole>
548 </active>
549 <inactive>
550 <colorrole role="WindowText">
551 <brush brushstyle="SolidPattern">
552 <color alpha="255">
553 <red>0</red>
554 <green>0</green>
555 <blue>255</blue>
556 </color>
557 </brush>
558 </colorrole>
559 </inactive>
560 <disabled>
561 <colorrole role="WindowText">
562 <brush brushstyle="SolidPattern">
563 <color alpha="255">
564 <red>120</red>
565 <green>120</green>
566 <blue>120</blue>
567 </color>
568 </brush>
569 </colorrole>
570 </disabled>
571 </palette>
572 </property>
573 <property name="toolTip">
574 <string>Free Disk Space (Temp Folder)</string>
575 </property>
576 <property name="text">
577 <string notr="true">0%</string>
578 </property>
579 <property name="alignment">
580 <set>Qt::AlignCenter</set>
581 </property>
582 </widget>
583 </item>
584 </layout>
585 </item>
586 <item>
587 <widget class="QFrame" name="frame">
588 <property name="frameShape">
589 <enum>QFrame::HLine</enum>
590 </property>
591 <property name="frameShadow">
592 <enum>QFrame::Sunken</enum>
593 </property>
594 </widget>
595 </item>
596 <item>
597 <layout class="QHBoxLayout" name="layout_horizontal">
598 <item>
599 <widget class="QLabel" name="label_versionInfo">
600 <property name="enabled">
601 <bool>true</bool>
602 </property>
603 <property name="palette">
604 <palette>
605 <active>
606 <colorrole role="WindowText">
607 <brush brushstyle="SolidPattern">
608 <color alpha="255">
609 <red>85</red>
610 <green>85</green>
611 <blue>127</blue>
612 </color>
613 </brush>
614 </colorrole>
615 </active>
616 <inactive>
617 <colorrole role="WindowText">
618 <brush brushstyle="SolidPattern">
619 <color alpha="255">
620 <red>85</red>
621 <green>85</green>
622 <blue>127</blue>
623 </color>
624 </brush>
625 </colorrole>
626 </inactive>
627 <disabled>
628 <colorrole role="WindowText">
629 <brush brushstyle="SolidPattern">
630 <color alpha="255">
631 <red>120</red>
632 <green>120</green>
633 <blue>120</blue>
634 </color>
635 </brush>
636 </colorrole>
637 </disabled>
638 </palette>
639 </property>
640 <property name="font">
641 <font>
642 <weight>75</weight>
643 <bold>true</bold>
644 </font>
645 </property>
646 <property name="cursor">
647 <cursorShape>PointingHandCursor</cursorShape>
648 </property>
649 <property name="text">
650 <string notr="true">(VERSION_TAG)</string>
651 </property>
652 <property name="alignment">
653 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
654 </property>
655 </widget>
656 </item>
657 <item>
658 <spacer name="spacer_vertical">
659 <property name="orientation">
660 <enum>Qt::Horizontal</enum>
661 </property>
662 <property name="sizeHint" stdset="0">
663 <size>
664 <width>40</width>
665 <height>20</height>
666 </size>
667 </property>
668 </spacer>
669 </item>
670 <item>
671 <widget class="QPushButton" name="button_AbortProcess">
672 <property name="minimumSize">
673 <size>
674 <width>120</width>
675 <height>0</height>
676 </size>
677 </property>
678 <property name="text">
679 <string>Abort</string>
680 </property>
681 <property name="icon">
682 <iconset resource="../res/Icons.qrc">
683 <normaloff>:/icons/cancel.png</normaloff>:/icons/cancel.png</iconset>
684 </property>
685 <property name="iconSize">
686 <size>
687 <width>16</width>
688 <height>16</height>
689 </size>
690 </property>
691 </widget>
692 </item>
693 <item>
694 <widget class="QPushButton" name="button_closeDialog">
695 <property name="minimumSize">
696 <size>
697 <width>120</width>
698 <height>0</height>
699 </size>
700 </property>
701 <property name="text">
702 <string>Close</string>
703 </property>
704 <property name="icon">
705 <iconset resource="../res/Icons.qrc">
706 <normaloff>:/icons/accept.png</normaloff>:/icons/accept.png</iconset>
707 </property>
708 <property name="iconSize">
709 <size>
710 <width>16</width>
711 <height>16</height>
712 </size>
713 </property>
714 </widget>
715 </item>
716 </layout>
717 </item>
718 </layout>
719 </item>
720 </layout>
721 </item>
722 </layout>
723 </widget>
724 <resources>
725 <include location="../res/Icons.qrc"/>
726 <include location="../res/Images.qrc"/>
727 <include location="../res/Icons.qrc"/>
728 <include location="../res/Images.qrc"/>
729 <include location="../res/Icons.qrc"/>
730 <include location="../res/Images.qrc"/>
731 <include location="../res/Icons.qrc"/>
732 <include location="../res/Images.qrc"/>
733 <include location="../res/Icons.qrc"/>
734 <include location="../res/Images.qrc"/>
735 <include location="../res/Icons.qrc"/>
736 <include location="../res/Images.qrc"/>
737 <include location="../res/Icons.qrc"/>
738 <include location="../res/Images.qrc"/>
739 <include location="../res/Icons.qrc"/>
740 <include location="../res/Images.qrc"/>
741 <include location="../res/Icons.qrc"/>
742 <include location="../res/Images.qrc"/>
743 <include location="../res/Icons.qrc"/>
744 <include location="../res/Images.qrc"/>
745 <include location="../res/Icons.qrc"/>
746 <include location="../res/Images.qrc"/>
747 <include location="../res/Icons.qrc"/>
748 <include location="../res/Images.qrc"/>
749 <include location="../res/Icons.qrc"/>
750 <include location="../res/Images.qrc"/>
751 </resources>
752 <connections>
753 <connection>
754 <sender>button_closeDialog</sender>
755 <signal>clicked()</signal>
756 <receiver>ProcessingDialog</receiver>
757 <slot>accept()</slot>
758 <hints>
759 <hint type="sourcelabel">
760 <x>579</x>
761 <y>422</y>
762 </hint>
763 <hint type="destinationlabel">
764 <x>331</x>
765 <y>228</y>
766 </hint>
767 </hints>
768 </connection>
769 </connections>
770 </ui>