Fixed context menu position mapping in "processing" dialog.
[LameXP.git] / gui / ProcessingDialog.ui
blob57d2055b0e6b95bf3a3e9ff29482535255a16205
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>45</height>
147 </size>
148 </property>
149 <property name="maximumSize">
150 <size>
151 <width>48</width>
152 <height>45</height>
153 </size>
154 </property>
155 <property name="text">
156 <string/>
157 </property>
158 <property name="pixmap">
159 <pixmap resource="../res/Icons.qrc">:/MainIcon.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 </layout>
209 </item>
210 </layout>
211 </widget>
212 </item>
213 <item>
214 <widget class="QFrame" name="frame_verticalLine">
215 <property name="minimumSize">
216 <size>
217 <width>0</width>
218 <height>2</height>
219 </size>
220 </property>
221 <property name="maximumSize">
222 <size>
223 <width>16777215</width>
224 <height>2</height>
225 </size>
226 </property>
227 <property name="frameShape">
228 <enum>QFrame::HLine</enum>
229 </property>
230 <property name="frameShadow">
231 <enum>QFrame::Sunken</enum>
232 </property>
233 </widget>
234 </item>
235 <item>
236 <layout class="QVBoxLayout" name="layout_main">
237 <property name="spacing">
238 <number>8</number>
239 </property>
240 <property name="margin">
241 <number>21</number>
242 </property>
243 <item>
244 <widget class="QLabel" name="label_progress">
245 <property name="font">
246 <font>
247 <weight>75</weight>
248 <bold>true</bold>
249 </font>
250 </property>
251 <property name="text">
252 <string>Initializing, please wait...</string>
253 </property>
254 </widget>
255 </item>
256 <item>
257 <widget class="QProgressBar" name="progressBar">
258 <property name="value">
259 <number>24</number>
260 </property>
261 <property name="alignment">
262 <set>Qt::AlignCenter</set>
263 </property>
264 </widget>
265 </item>
266 <item>
267 <spacer name="verticalSpacer">
268 <property name="orientation">
269 <enum>Qt::Vertical</enum>
270 </property>
271 <property name="sizeType">
272 <enum>QSizePolicy::Fixed</enum>
273 </property>
274 <property name="sizeHint" stdset="0">
275 <size>
276 <width>20</width>
277 <height>1</height>
278 </size>
279 </property>
280 </spacer>
281 </item>
282 <item>
283 <widget class="QTableView" name="view_log">
284 <property name="font">
285 <font>
286 <weight>50</weight>
287 <bold>false</bold>
288 </font>
289 </property>
290 <property name="selectionMode">
291 <enum>QAbstractItemView::SingleSelection</enum>
292 </property>
293 <property name="selectionBehavior">
294 <enum>QAbstractItemView::SelectRows</enum>
295 </property>
296 <attribute name="horizontalHeaderHighlightSections">
297 <bool>false</bool>
298 </attribute>
299 <attribute name="verticalHeaderHighlightSections">
300 <bool>false</bool>
301 </attribute>
302 </widget>
303 </item>
304 <item>
305 <layout class="QHBoxLayout" name="horizontalLayout">
306 <property name="spacing">
307 <number>0</number>
308 </property>
309 <item>
310 <widget class="QCheckBox" name="checkBox_shutdownComputer">
311 <property name="sizePolicy">
312 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
313 <horstretch>0</horstretch>
314 <verstretch>0</verstretch>
315 </sizepolicy>
316 </property>
317 <property name="text">
318 <string>Shutdown the computer as soon as all files have been converted</string>
319 </property>
320 </widget>
321 </item>
322 <item>
323 <spacer name="horizontalSpacer_2">
324 <property name="orientation">
325 <enum>Qt::Horizontal</enum>
326 </property>
327 <property name="sizeType">
328 <enum>QSizePolicy::Fixed</enum>
329 </property>
330 <property name="sizeHint" stdset="0">
331 <size>
332 <width>12</width>
333 <height>20</height>
334 </size>
335 </property>
336 </spacer>
337 </item>
338 <item>
339 <widget class="QLabel" name="label_cpuIco">
340 <property name="toolTip">
341 <string>CPU Usage (Overall)</string>
342 </property>
343 <property name="text">
344 <string notr="true"/>
345 </property>
346 <property name="pixmap">
347 <pixmap resource="../res/Icons.qrc">:/icons/cpu.png</pixmap>
348 </property>
349 </widget>
350 </item>
351 <item>
352 <widget class="QLabel" name="label_cpu">
353 <property name="palette">
354 <palette>
355 <active>
356 <colorrole role="WindowText">
357 <brush brushstyle="SolidPattern">
358 <color alpha="255">
359 <red>0</red>
360 <green>0</green>
361 <blue>255</blue>
362 </color>
363 </brush>
364 </colorrole>
365 </active>
366 <inactive>
367 <colorrole role="WindowText">
368 <brush brushstyle="SolidPattern">
369 <color alpha="255">
370 <red>0</red>
371 <green>0</green>
372 <blue>255</blue>
373 </color>
374 </brush>
375 </colorrole>
376 </inactive>
377 <disabled>
378 <colorrole role="WindowText">
379 <brush brushstyle="SolidPattern">
380 <color alpha="255">
381 <red>120</red>
382 <green>120</green>
383 <blue>120</blue>
384 </color>
385 </brush>
386 </colorrole>
387 </disabled>
388 </palette>
389 </property>
390 <property name="font">
391 <font>
392 <weight>50</weight>
393 <bold>false</bold>
394 </font>
395 </property>
396 <property name="toolTip">
397 <string>CPU Usage (Overall)</string>
398 </property>
399 <property name="text">
400 <string notr="true">0%</string>
401 </property>
402 <property name="alignment">
403 <set>Qt::AlignCenter</set>
404 </property>
405 </widget>
406 </item>
407 <item>
408 <widget class="QFrame" name="frame_3">
409 <property name="minimumSize">
410 <size>
411 <width>8</width>
412 <height>0</height>
413 </size>
414 </property>
415 <property name="frameShape">
416 <enum>QFrame::VLine</enum>
417 </property>
418 <property name="frameShadow">
419 <enum>QFrame::Sunken</enum>
420 </property>
421 </widget>
422 </item>
423 <item>
424 <widget class="QLabel" name="label_ramIco">
425 <property name="toolTip">
426 <string>Physical RAM Usage</string>
427 </property>
428 <property name="text">
429 <string notr="true"/>
430 </property>
431 <property name="pixmap">
432 <pixmap resource="../res/Icons.qrc">:/icons/memory.png</pixmap>
433 </property>
434 </widget>
435 </item>
436 <item>
437 <widget class="QLabel" name="label_ram">
438 <property name="palette">
439 <palette>
440 <active>
441 <colorrole role="WindowText">
442 <brush brushstyle="SolidPattern">
443 <color alpha="255">
444 <red>0</red>
445 <green>0</green>
446 <blue>255</blue>
447 </color>
448 </brush>
449 </colorrole>
450 </active>
451 <inactive>
452 <colorrole role="WindowText">
453 <brush brushstyle="SolidPattern">
454 <color alpha="255">
455 <red>0</red>
456 <green>0</green>
457 <blue>255</blue>
458 </color>
459 </brush>
460 </colorrole>
461 </inactive>
462 <disabled>
463 <colorrole role="WindowText">
464 <brush brushstyle="SolidPattern">
465 <color alpha="255">
466 <red>120</red>
467 <green>120</green>
468 <blue>120</blue>
469 </color>
470 </brush>
471 </colorrole>
472 </disabled>
473 </palette>
474 </property>
475 <property name="toolTip">
476 <string>Physical RAM Usage</string>
477 </property>
478 <property name="text">
479 <string notr="true">0%</string>
480 </property>
481 <property name="alignment">
482 <set>Qt::AlignCenter</set>
483 </property>
484 </widget>
485 </item>
486 <item>
487 <widget class="QFrame" name="frame_2">
488 <property name="minimumSize">
489 <size>
490 <width>8</width>
491 <height>0</height>
492 </size>
493 </property>
494 <property name="frameShape">
495 <enum>QFrame::VLine</enum>
496 </property>
497 <property name="frameShadow">
498 <enum>QFrame::Sunken</enum>
499 </property>
500 </widget>
501 </item>
502 <item>
503 <widget class="QLabel" name="label_diskIco">
504 <property name="toolTip">
505 <string>Free Disk Space (Temp Folder)</string>
506 </property>
507 <property name="text">
508 <string notr="true"/>
509 </property>
510 <property name="pixmap">
511 <pixmap resource="../res/Icons.qrc">:/icons/drive.png</pixmap>
512 </property>
513 </widget>
514 </item>
515 <item>
516 <widget class="QLabel" name="label_disk">
517 <property name="palette">
518 <palette>
519 <active>
520 <colorrole role="WindowText">
521 <brush brushstyle="SolidPattern">
522 <color alpha="255">
523 <red>0</red>
524 <green>0</green>
525 <blue>255</blue>
526 </color>
527 </brush>
528 </colorrole>
529 </active>
530 <inactive>
531 <colorrole role="WindowText">
532 <brush brushstyle="SolidPattern">
533 <color alpha="255">
534 <red>0</red>
535 <green>0</green>
536 <blue>255</blue>
537 </color>
538 </brush>
539 </colorrole>
540 </inactive>
541 <disabled>
542 <colorrole role="WindowText">
543 <brush brushstyle="SolidPattern">
544 <color alpha="255">
545 <red>120</red>
546 <green>120</green>
547 <blue>120</blue>
548 </color>
549 </brush>
550 </colorrole>
551 </disabled>
552 </palette>
553 </property>
554 <property name="toolTip">
555 <string>Free Disk Space (Temp Folder)</string>
556 </property>
557 <property name="text">
558 <string notr="true">0%</string>
559 </property>
560 <property name="alignment">
561 <set>Qt::AlignCenter</set>
562 </property>
563 </widget>
564 </item>
565 </layout>
566 </item>
567 <item>
568 <widget class="QFrame" name="frame">
569 <property name="frameShape">
570 <enum>QFrame::HLine</enum>
571 </property>
572 <property name="frameShadow">
573 <enum>QFrame::Sunken</enum>
574 </property>
575 </widget>
576 </item>
577 <item>
578 <layout class="QHBoxLayout" name="layout_horizontal">
579 <item>
580 <widget class="QLabel" name="label_versionInfo">
581 <property name="enabled">
582 <bool>true</bool>
583 </property>
584 <property name="palette">
585 <palette>
586 <active>
587 <colorrole role="WindowText">
588 <brush brushstyle="SolidPattern">
589 <color alpha="255">
590 <red>85</red>
591 <green>85</green>
592 <blue>127</blue>
593 </color>
594 </brush>
595 </colorrole>
596 </active>
597 <inactive>
598 <colorrole role="WindowText">
599 <brush brushstyle="SolidPattern">
600 <color alpha="255">
601 <red>85</red>
602 <green>85</green>
603 <blue>127</blue>
604 </color>
605 </brush>
606 </colorrole>
607 </inactive>
608 <disabled>
609 <colorrole role="WindowText">
610 <brush brushstyle="SolidPattern">
611 <color alpha="255">
612 <red>120</red>
613 <green>120</green>
614 <blue>120</blue>
615 </color>
616 </brush>
617 </colorrole>
618 </disabled>
619 </palette>
620 </property>
621 <property name="font">
622 <font>
623 <weight>75</weight>
624 <bold>true</bold>
625 </font>
626 </property>
627 <property name="cursor">
628 <cursorShape>PointingHandCursor</cursorShape>
629 </property>
630 <property name="text">
631 <string notr="true">(VERSION_TAG)</string>
632 </property>
633 <property name="alignment">
634 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
635 </property>
636 </widget>
637 </item>
638 <item>
639 <spacer name="spacer_vertical">
640 <property name="orientation">
641 <enum>Qt::Horizontal</enum>
642 </property>
643 <property name="sizeHint" stdset="0">
644 <size>
645 <width>40</width>
646 <height>20</height>
647 </size>
648 </property>
649 </spacer>
650 </item>
651 <item>
652 <widget class="QPushButton" name="button_AbortProcess">
653 <property name="minimumSize">
654 <size>
655 <width>120</width>
656 <height>0</height>
657 </size>
658 </property>
659 <property name="text">
660 <string>Abort</string>
661 </property>
662 <property name="icon">
663 <iconset resource="../res/Icons.qrc">
664 <normaloff>:/icons/cancel.png</normaloff>:/icons/cancel.png</iconset>
665 </property>
666 <property name="iconSize">
667 <size>
668 <width>16</width>
669 <height>16</height>
670 </size>
671 </property>
672 </widget>
673 </item>
674 <item>
675 <widget class="QPushButton" name="button_closeDialog">
676 <property name="minimumSize">
677 <size>
678 <width>120</width>
679 <height>0</height>
680 </size>
681 </property>
682 <property name="text">
683 <string>Close</string>
684 </property>
685 <property name="icon">
686 <iconset resource="../res/Icons.qrc">
687 <normaloff>:/icons/accept.png</normaloff>:/icons/accept.png</iconset>
688 </property>
689 <property name="iconSize">
690 <size>
691 <width>16</width>
692 <height>16</height>
693 </size>
694 </property>
695 </widget>
696 </item>
697 </layout>
698 </item>
699 </layout>
700 </item>
701 </layout>
702 </item>
703 </layout>
704 </widget>
705 <resources>
706 <include location="../res/Icons.qrc"/>
707 <include location="../res/Images.qrc"/>
708 <include location="../res/Icons.qrc"/>
709 <include location="../res/Images.qrc"/>
710 <include location="../res/Icons.qrc"/>
711 <include location="../res/Images.qrc"/>
712 <include location="../res/Icons.qrc"/>
713 <include location="../res/Images.qrc"/>
714 <include location="../res/Icons.qrc"/>
715 <include location="../res/Images.qrc"/>
716 <include location="../res/Icons.qrc"/>
717 <include location="../res/Images.qrc"/>
718 <include location="../res/Icons.qrc"/>
719 <include location="../res/Images.qrc"/>
720 <include location="../res/Icons.qrc"/>
721 <include location="../res/Images.qrc"/>
722 <include location="../res/Icons.qrc"/>
723 <include location="../res/Images.qrc"/>
724 <include location="../res/Icons.qrc"/>
725 <include location="../res/Images.qrc"/>
726 <include location="../res/Icons.qrc"/>
727 <include location="../res/Images.qrc"/>
728 <include location="../res/Icons.qrc"/>
729 <include location="../res/Images.qrc"/>
730 <include location="../res/Icons.qrc"/>
731 <include location="../res/Images.qrc"/>
732 </resources>
733 <connections>
734 <connection>
735 <sender>button_closeDialog</sender>
736 <signal>clicked()</signal>
737 <receiver>ProcessingDialog</receiver>
738 <slot>accept()</slot>
739 <hints>
740 <hint type="sourcelabel">
741 <x>579</x>
742 <y>422</y>
743 </hint>
744 <hint type="destinationlabel">
745 <x>331</x>
746 <y>228</y>
747 </hint>
748 </hints>
749 </connection>
750 </connections>
751 </ui>