OSDN Git Service

Added "folder up" action to the context menu of the "output folder" tab.
[lamexp/LameXP.git] / gui / ProcessingDialog.ui
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">:/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          </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          <property name="wordWrap">
297           <bool>false</bool>
298          </property>
299          <attribute name="horizontalHeaderHighlightSections">
300           <bool>false</bool>
301          </attribute>
302          <attribute name="verticalHeaderHighlightSections">
303           <bool>false</bool>
304          </attribute>
305         </widget>
306        </item>
307        <item>
308         <layout class="QHBoxLayout" name="horizontalLayout">
309          <property name="spacing">
310           <number>0</number>
311          </property>
312          <item>
313           <widget class="QCheckBox" name="checkBox_shutdownComputer">
314            <property name="sizePolicy">
315             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
316              <horstretch>0</horstretch>
317              <verstretch>0</verstretch>
318             </sizepolicy>
319            </property>
320            <property name="text">
321             <string>Shutdown the computer as soon as all files have been converted</string>
322            </property>
323           </widget>
324          </item>
325          <item>
326           <spacer name="horizontalSpacer_2">
327            <property name="orientation">
328             <enum>Qt::Horizontal</enum>
329            </property>
330            <property name="sizeType">
331             <enum>QSizePolicy::Fixed</enum>
332            </property>
333            <property name="sizeHint" stdset="0">
334             <size>
335              <width>12</width>
336              <height>20</height>
337             </size>
338            </property>
339           </spacer>
340          </item>
341          <item>
342           <widget class="QLabel" name="label_cpuIco">
343            <property name="toolTip">
344             <string>CPU Usage (Overall)</string>
345            </property>
346            <property name="text">
347             <string notr="true"/>
348            </property>
349            <property name="pixmap">
350             <pixmap resource="../res/Icons.qrc">:/icons/cpu.png</pixmap>
351            </property>
352           </widget>
353          </item>
354          <item>
355           <widget class="QLabel" name="label_cpu">
356            <property name="palette">
357             <palette>
358              <active>
359               <colorrole role="WindowText">
360                <brush brushstyle="SolidPattern">
361                 <color alpha="255">
362                  <red>0</red>
363                  <green>0</green>
364                  <blue>255</blue>
365                 </color>
366                </brush>
367               </colorrole>
368              </active>
369              <inactive>
370               <colorrole role="WindowText">
371                <brush brushstyle="SolidPattern">
372                 <color alpha="255">
373                  <red>0</red>
374                  <green>0</green>
375                  <blue>255</blue>
376                 </color>
377                </brush>
378               </colorrole>
379              </inactive>
380              <disabled>
381               <colorrole role="WindowText">
382                <brush brushstyle="SolidPattern">
383                 <color alpha="255">
384                  <red>120</red>
385                  <green>120</green>
386                  <blue>120</blue>
387                 </color>
388                </brush>
389               </colorrole>
390              </disabled>
391             </palette>
392            </property>
393            <property name="font">
394             <font>
395              <weight>50</weight>
396              <bold>false</bold>
397             </font>
398            </property>
399            <property name="toolTip">
400             <string>CPU Usage (Overall)</string>
401            </property>
402            <property name="text">
403             <string notr="true">0%</string>
404            </property>
405            <property name="alignment">
406             <set>Qt::AlignCenter</set>
407            </property>
408           </widget>
409          </item>
410          <item>
411           <widget class="QFrame" name="frame_3">
412            <property name="minimumSize">
413             <size>
414              <width>8</width>
415              <height>0</height>
416             </size>
417            </property>
418            <property name="frameShape">
419             <enum>QFrame::VLine</enum>
420            </property>
421            <property name="frameShadow">
422             <enum>QFrame::Sunken</enum>
423            </property>
424           </widget>
425          </item>
426          <item>
427           <widget class="QLabel" name="label_ramIco">
428            <property name="toolTip">
429             <string>Physical RAM Usage</string>
430            </property>
431            <property name="text">
432             <string notr="true"/>
433            </property>
434            <property name="pixmap">
435             <pixmap resource="../res/Icons.qrc">:/icons/memory.png</pixmap>
436            </property>
437           </widget>
438          </item>
439          <item>
440           <widget class="QLabel" name="label_ram">
441            <property name="palette">
442             <palette>
443              <active>
444               <colorrole role="WindowText">
445                <brush brushstyle="SolidPattern">
446                 <color alpha="255">
447                  <red>0</red>
448                  <green>0</green>
449                  <blue>255</blue>
450                 </color>
451                </brush>
452               </colorrole>
453              </active>
454              <inactive>
455               <colorrole role="WindowText">
456                <brush brushstyle="SolidPattern">
457                 <color alpha="255">
458                  <red>0</red>
459                  <green>0</green>
460                  <blue>255</blue>
461                 </color>
462                </brush>
463               </colorrole>
464              </inactive>
465              <disabled>
466               <colorrole role="WindowText">
467                <brush brushstyle="SolidPattern">
468                 <color alpha="255">
469                  <red>120</red>
470                  <green>120</green>
471                  <blue>120</blue>
472                 </color>
473                </brush>
474               </colorrole>
475              </disabled>
476             </palette>
477            </property>
478            <property name="toolTip">
479             <string>Physical RAM Usage</string>
480            </property>
481            <property name="text">
482             <string notr="true">0%</string>
483            </property>
484            <property name="alignment">
485             <set>Qt::AlignCenter</set>
486            </property>
487           </widget>
488          </item>
489          <item>
490           <widget class="QFrame" name="frame_2">
491            <property name="minimumSize">
492             <size>
493              <width>8</width>
494              <height>0</height>
495             </size>
496            </property>
497            <property name="frameShape">
498             <enum>QFrame::VLine</enum>
499            </property>
500            <property name="frameShadow">
501             <enum>QFrame::Sunken</enum>
502            </property>
503           </widget>
504          </item>
505          <item>
506           <widget class="QLabel" name="label_diskIco">
507            <property name="toolTip">
508             <string>Free Disk Space (Temp Folder)</string>
509            </property>
510            <property name="text">
511             <string notr="true"/>
512            </property>
513            <property name="pixmap">
514             <pixmap resource="../res/Icons.qrc">:/icons/drive.png</pixmap>
515            </property>
516           </widget>
517          </item>
518          <item>
519           <widget class="QLabel" name="label_disk">
520            <property name="palette">
521             <palette>
522              <active>
523               <colorrole role="WindowText">
524                <brush brushstyle="SolidPattern">
525                 <color alpha="255">
526                  <red>0</red>
527                  <green>0</green>
528                  <blue>255</blue>
529                 </color>
530                </brush>
531               </colorrole>
532              </active>
533              <inactive>
534               <colorrole role="WindowText">
535                <brush brushstyle="SolidPattern">
536                 <color alpha="255">
537                  <red>0</red>
538                  <green>0</green>
539                  <blue>255</blue>
540                 </color>
541                </brush>
542               </colorrole>
543              </inactive>
544              <disabled>
545               <colorrole role="WindowText">
546                <brush brushstyle="SolidPattern">
547                 <color alpha="255">
548                  <red>120</red>
549                  <green>120</green>
550                  <blue>120</blue>
551                 </color>
552                </brush>
553               </colorrole>
554              </disabled>
555             </palette>
556            </property>
557            <property name="toolTip">
558             <string>Free Disk Space (Temp Folder)</string>
559            </property>
560            <property name="text">
561             <string notr="true">0%</string>
562            </property>
563            <property name="alignment">
564             <set>Qt::AlignCenter</set>
565            </property>
566           </widget>
567          </item>
568         </layout>
569        </item>
570        <item>
571         <widget class="QFrame" name="frame">
572          <property name="frameShape">
573           <enum>QFrame::HLine</enum>
574          </property>
575          <property name="frameShadow">
576           <enum>QFrame::Sunken</enum>
577          </property>
578         </widget>
579        </item>
580        <item>
581         <layout class="QHBoxLayout" name="layout_horizontal">
582          <item>
583           <widget class="QLabel" name="label_versionInfo">
584            <property name="enabled">
585             <bool>true</bool>
586            </property>
587            <property name="palette">
588             <palette>
589              <active>
590               <colorrole role="WindowText">
591                <brush brushstyle="SolidPattern">
592                 <color alpha="255">
593                  <red>85</red>
594                  <green>85</green>
595                  <blue>127</blue>
596                 </color>
597                </brush>
598               </colorrole>
599              </active>
600              <inactive>
601               <colorrole role="WindowText">
602                <brush brushstyle="SolidPattern">
603                 <color alpha="255">
604                  <red>85</red>
605                  <green>85</green>
606                  <blue>127</blue>
607                 </color>
608                </brush>
609               </colorrole>
610              </inactive>
611              <disabled>
612               <colorrole role="WindowText">
613                <brush brushstyle="SolidPattern">
614                 <color alpha="255">
615                  <red>120</red>
616                  <green>120</green>
617                  <blue>120</blue>
618                 </color>
619                </brush>
620               </colorrole>
621              </disabled>
622             </palette>
623            </property>
624            <property name="font">
625             <font>
626              <weight>75</weight>
627              <bold>true</bold>
628             </font>
629            </property>
630            <property name="cursor">
631             <cursorShape>PointingHandCursor</cursorShape>
632            </property>
633            <property name="text">
634             <string notr="true">(VERSION_TAG)</string>
635            </property>
636            <property name="alignment">
637             <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
638            </property>
639           </widget>
640          </item>
641          <item>
642           <spacer name="spacer_vertical">
643            <property name="orientation">
644             <enum>Qt::Horizontal</enum>
645            </property>
646            <property name="sizeHint" stdset="0">
647             <size>
648              <width>40</width>
649              <height>20</height>
650             </size>
651            </property>
652           </spacer>
653          </item>
654          <item>
655           <widget class="QPushButton" name="button_AbortProcess">
656            <property name="minimumSize">
657             <size>
658              <width>120</width>
659              <height>0</height>
660             </size>
661            </property>
662            <property name="text">
663             <string>Abort</string>
664            </property>
665            <property name="icon">
666             <iconset resource="../res/Icons.qrc">
667              <normaloff>:/icons/cancel.png</normaloff>:/icons/cancel.png</iconset>
668            </property>
669            <property name="iconSize">
670             <size>
671              <width>16</width>
672              <height>16</height>
673             </size>
674            </property>
675           </widget>
676          </item>
677          <item>
678           <widget class="QPushButton" name="button_closeDialog">
679            <property name="minimumSize">
680             <size>
681              <width>120</width>
682              <height>0</height>
683             </size>
684            </property>
685            <property name="text">
686             <string>Close</string>
687            </property>
688            <property name="icon">
689             <iconset resource="../res/Icons.qrc">
690              <normaloff>:/icons/accept.png</normaloff>:/icons/accept.png</iconset>
691            </property>
692            <property name="iconSize">
693             <size>
694              <width>16</width>
695              <height>16</height>
696             </size>
697            </property>
698           </widget>
699          </item>
700         </layout>
701        </item>
702       </layout>
703      </item>
704     </layout>
705    </item>
706   </layout>
707  </widget>
708  <resources>
709   <include location="../res/Icons.qrc"/>
710   <include location="../res/Images.qrc"/>
711   <include location="../res/Icons.qrc"/>
712   <include location="../res/Images.qrc"/>
713   <include location="../res/Icons.qrc"/>
714   <include location="../res/Images.qrc"/>
715   <include location="../res/Icons.qrc"/>
716   <include location="../res/Images.qrc"/>
717   <include location="../res/Icons.qrc"/>
718   <include location="../res/Images.qrc"/>
719   <include location="../res/Icons.qrc"/>
720   <include location="../res/Images.qrc"/>
721   <include location="../res/Icons.qrc"/>
722   <include location="../res/Images.qrc"/>
723   <include location="../res/Icons.qrc"/>
724   <include location="../res/Images.qrc"/>
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  </resources>
736  <connections>
737   <connection>
738    <sender>button_closeDialog</sender>
739    <signal>clicked()</signal>
740    <receiver>ProcessingDialog</receiver>
741    <slot>accept()</slot>
742    <hints>
743     <hint type="sourcelabel">
744      <x>579</x>
745      <y>422</y>
746     </hint>
747     <hint type="destinationlabel">
748      <x>331</x>
749      <y>228</y>
750     </hint>
751    </hints>
752   </connection>
753  </connections>
754 </ui>