OSDN Git Service

Fixed detection of "portable" VapourSynth.
[x264-launcher/x264-launcher.git] / gui / win_main.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>720</width>
10     <height>640</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Simple x264/x265 Launcher</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QVBoxLayout" name="verticalLayout">
18     <item>
19      <widget class="QSplitter" name="splitter">
20       <property name="orientation">
21        <enum>Qt::Vertical</enum>
22       </property>
23       <property name="opaqueResize">
24        <bool>false</bool>
25       </property>
26       <property name="handleWidth">
27        <number>8</number>
28       </property>
29       <property name="childrenCollapsible">
30        <bool>false</bool>
31       </property>
32       <widget class="QTableView" name="jobsView">
33        <property name="focusPolicy">
34         <enum>Qt::StrongFocus</enum>
35        </property>
36        <property name="contextMenuPolicy">
37         <enum>Qt::ActionsContextMenu</enum>
38        </property>
39        <property name="alternatingRowColors">
40         <bool>false</bool>
41        </property>
42        <property name="selectionMode">
43         <enum>QAbstractItemView::SingleSelection</enum>
44        </property>
45        <property name="selectionBehavior">
46         <enum>QAbstractItemView::SelectRows</enum>
47        </property>
48        <property name="wordWrap">
49         <bool>false</bool>
50        </property>
51        <property name="cornerButtonEnabled">
52         <bool>false</bool>
53        </property>
54        <attribute name="horizontalHeaderVisible">
55         <bool>true</bool>
56        </attribute>
57        <attribute name="horizontalHeaderHighlightSections">
58         <bool>false</bool>
59        </attribute>
60        <attribute name="verticalHeaderVisible">
61         <bool>false</bool>
62        </attribute>
63       </widget>
64       <widget class="QGroupBox" name="groupBox">
65        <property name="title">
66         <string> Job Details </string>
67        </property>
68        <layout class="QVBoxLayout" name="verticalLayout_2">
69         <property name="spacing">
70          <number>2</number>
71         </property>
72         <item>
73          <widget class="QProgressBar" name="progressBar">
74           <property name="mouseTracking">
75            <bool>false</bool>
76           </property>
77           <property name="focusPolicy">
78            <enum>Qt::StrongFocus</enum>
79           </property>
80           <property name="value">
81            <number>0</number>
82           </property>
83           <property name="alignment">
84            <set>Qt::AlignCenter</set>
85           </property>
86          </widget>
87         </item>
88         <item>
89          <spacer name="verticalSpacer">
90           <property name="orientation">
91            <enum>Qt::Vertical</enum>
92           </property>
93           <property name="sizeType">
94            <enum>QSizePolicy::Fixed</enum>
95           </property>
96           <property name="sizeHint" stdset="0">
97            <size>
98             <width>20</width>
99             <height>3</height>
100            </size>
101           </property>
102          </spacer>
103         </item>
104         <item>
105          <widget class="QListView" name="logView">
106           <property name="font">
107            <font>
108             <family>Lucida Console</family>
109            </font>
110           </property>
111           <property name="contextMenuPolicy">
112            <enum>Qt::ActionsContextMenu</enum>
113           </property>
114           <property name="horizontalScrollBarPolicy">
115            <enum>Qt::ScrollBarAlwaysOff</enum>
116           </property>
117           <property name="selectionMode">
118            <enum>QAbstractItemView::NoSelection</enum>
119           </property>
120           <property name="selectionBehavior">
121            <enum>QAbstractItemView::SelectRows</enum>
122           </property>
123          </widget>
124         </item>
125         <item>
126          <widget class="QLineEdit" name="editDetails">
127           <property name="font">
128            <font>
129             <weight>75</weight>
130             <bold>true</bold>
131            </font>
132           </property>
133           <property name="readOnly">
134            <bool>true</bool>
135           </property>
136          </widget>
137         </item>
138        </layout>
139       </widget>
140      </widget>
141     </item>
142     <item>
143      <widget class="QFrame" name="frame">
144       <property name="frameShape">
145        <enum>QFrame::HLine</enum>
146       </property>
147       <property name="frameShadow">
148        <enum>QFrame::Sunken</enum>
149       </property>
150      </widget>
151     </item>
152     <item>
153      <layout class="QHBoxLayout" name="horizontalLayout">
154       <item>
155        <widget class="QPushButton" name="buttonAddJob">
156         <property name="minimumSize">
157          <size>
158           <width>128</width>
159           <height>0</height>
160          </size>
161         </property>
162         <property name="text">
163          <string>Add New Job</string>
164         </property>
165         <property name="icon">
166          <iconset resource="../res/resources.qrc">
167           <normaloff>:/buttons/add.png</normaloff>:/buttons/add.png</iconset>
168         </property>
169        </widget>
170       </item>
171       <item>
172        <spacer name="horizontalSpacer">
173         <property name="orientation">
174          <enum>Qt::Horizontal</enum>
175         </property>
176         <property name="sizeHint" stdset="0">
177          <size>
178           <width>40</width>
179           <height>20</height>
180          </size>
181         </property>
182        </spacer>
183       </item>
184       <item>
185        <widget class="QLabel" name="labelBuildDate">
186         <property name="palette">
187          <palette>
188           <active>
189            <colorrole role="WindowText">
190             <brush brushstyle="SolidPattern">
191              <color alpha="255">
192               <red>126</red>
193               <green>126</green>
194               <blue>126</blue>
195              </color>
196             </brush>
197            </colorrole>
198           </active>
199           <inactive>
200            <colorrole role="WindowText">
201             <brush brushstyle="SolidPattern">
202              <color alpha="255">
203               <red>126</red>
204               <green>126</green>
205               <blue>126</blue>
206              </color>
207             </brush>
208            </colorrole>
209           </inactive>
210           <disabled>
211            <colorrole role="WindowText">
212             <brush brushstyle="SolidPattern">
213              <color alpha="255">
214               <red>120</red>
215               <green>120</green>
216               <blue>120</blue>
217              </color>
218             </brush>
219            </colorrole>
220           </disabled>
221          </palette>
222         </property>
223         <property name="cursor">
224          <cursorShape>WhatsThisCursor</cursorShape>
225         </property>
226         <property name="text">
227          <string>(Version)</string>
228         </property>
229        </widget>
230       </item>
231       <item>
232        <spacer name="horizontalSpacer_2">
233         <property name="orientation">
234          <enum>Qt::Horizontal</enum>
235         </property>
236         <property name="sizeHint" stdset="0">
237          <size>
238           <width>40</width>
239           <height>20</height>
240          </size>
241         </property>
242        </spacer>
243       </item>
244       <item>
245        <widget class="QPushButton" name="buttonStartJob">
246         <property name="enabled">
247          <bool>false</bool>
248         </property>
249         <property name="minimumSize">
250          <size>
251           <width>104</width>
252           <height>0</height>
253          </size>
254         </property>
255         <property name="text">
256          <string>Start Job</string>
257         </property>
258         <property name="icon">
259          <iconset resource="../res/resources.qrc">
260           <normaloff>:/buttons/play_big.png</normaloff>:/buttons/play_big.png</iconset>
261         </property>
262        </widget>
263       </item>
264       <item>
265        <widget class="QPushButton" name="buttonPauseJob">
266         <property name="enabled">
267          <bool>false</bool>
268         </property>
269         <property name="minimumSize">
270          <size>
271           <width>104</width>
272           <height>0</height>
273          </size>
274         </property>
275         <property name="text">
276          <string>Pause Job</string>
277         </property>
278         <property name="icon">
279          <iconset resource="../res/resources.qrc">
280           <normaloff>:/buttons/pause.png</normaloff>:/buttons/pause.png</iconset>
281         </property>
282         <property name="checkable">
283          <bool>true</bool>
284         </property>
285        </widget>
286       </item>
287       <item>
288        <widget class="QPushButton" name="buttonAbortJob">
289         <property name="enabled">
290          <bool>false</bool>
291         </property>
292         <property name="minimumSize">
293          <size>
294           <width>104</width>
295           <height>0</height>
296          </size>
297         </property>
298         <property name="text">
299          <string>Abort Job</string>
300         </property>
301         <property name="icon">
302          <iconset resource="../res/resources.qrc">
303           <normaloff>:/buttons/cancel.png</normaloff>:/buttons/cancel.png</iconset>
304         </property>
305        </widget>
306       </item>
307      </layout>
308     </item>
309    </layout>
310   </widget>
311   <widget class="QMenuBar" name="menubar">
312    <property name="geometry">
313     <rect>
314      <x>0</x>
315      <y>0</y>
316      <width>720</width>
317      <height>21</height>
318     </rect>
319    </property>
320    <widget class="QMenu" name="menuFile">
321     <property name="title">
322      <string>Application</string>
323     </property>
324     <widget class="QMenu" name="menuRemove_Jobs">
325      <property name="title">
326       <string>Clean-Up</string>
327      </property>
328      <property name="icon">
329       <iconset resource="../res/resources.qrc">
330        <normaloff>:/buttons/clean.png</normaloff>:/buttons/clean.png</iconset>
331      </property>
332      <addaction name="actionCleanup_Finished"/>
333      <addaction name="actionCleanup_Enqueued"/>
334     </widget>
335     <widget class="QMenu" name="menuRemove_PostOperation">
336      <property name="title">
337       <string>On Completion</string>
338      </property>
339      <property name="icon">
340       <iconset resource="../res/resources.qrc">
341        <normaloff>:/buttons/flag.png</normaloff>:/buttons/flag.png</iconset>
342      </property>
343      <addaction name="separator"/>
344      <addaction name="actionPostOp_PowerDown"/>
345      <addaction name="actionPostOp_Hibernate"/>
346      <addaction name="separator"/>
347      <addaction name="actionPostOp_DoNothing"/>
348     </widget>
349     <addaction name="actionOpen"/>
350     <addaction name="actionCreateJob"/>
351     <addaction name="separator"/>
352     <addaction name="menuRemove_Jobs"/>
353     <addaction name="menuRemove_PostOperation"/>
354     <addaction name="separator"/>
355     <addaction name="actionPreferences"/>
356     <addaction name="separator"/>
357     <addaction name="actionExit"/>
358    </widget>
359    <widget class="QMenu" name="menu">
360     <property name="title">
361      <string>?</string>
362     </property>
363     <widget class="QMenu" name="menuDownloadX264">
364      <property name="title">
365       <string>Download x264 Binaries</string>
366      </property>
367      <property name="icon">
368       <iconset resource="../res/resources.qrc">
369        <normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
370      </property>
371      <addaction name="actionWebX264VideoLAN"/>
372      <addaction name="actionWebX264Komisar"/>
373      <addaction name="separator"/>
374      <addaction name="actionWebX264FreeCodecs"/>
375     </widget>
376     <widget class="QMenu" name="menuDownloadAvisynth">
377      <property name="title">
378       <string>Download Avisynth</string>
379      </property>
380      <property name="icon">
381       <iconset resource="../res/resources.qrc">
382        <normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
383      </property>
384      <addaction name="actionWebAvisynth32"/>
385      <addaction name="actionWebAvisynth64"/>
386      <addaction name="separator"/>
387      <addaction name="actionWebAvisynthPlus"/>
388     </widget>
389     <widget class="QMenu" name="menuDownloadX265">
390      <property name="title">
391       <string>Download x265 Binaries</string>
392      </property>
393      <property name="icon">
394       <iconset resource="../res/resources.qrc">
395        <normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
396      </property>
397      <addaction name="actionWebX265Fllear"/>
398      <addaction name="actionWebX265LigH"/>
399      <addaction name="actionWebX265Snowfag"/>
400      <addaction name="separator"/>
401      <addaction name="actionWebX265FreeCodecs"/>
402     </widget>
403     <addaction name="actionCheckForUpdates"/>
404     <addaction name="separator"/>
405     <addaction name="actionWebMulder"/>
406     <addaction name="actionWebX264"/>
407     <addaction name="actionWebX265"/>
408     <addaction name="actionWebSupport"/>
409     <addaction name="separator"/>
410     <addaction name="menuDownloadX264"/>
411     <addaction name="menuDownloadX265"/>
412     <addaction name="menuDownloadAvisynth"/>
413     <addaction name="actionWebVapourSynth"/>
414     <addaction name="separator"/>
415     <addaction name="actionOnlineDocX264"/>
416     <addaction name="actionOnlineDocX265"/>
417     <addaction name="actionWebBluRay"/>
418     <addaction name="actionWebAvsWiki"/>
419     <addaction name="actionWebVapourSynthDocs"/>
420     <addaction name="actionWebSecret"/>
421     <addaction name="separator"/>
422     <addaction name="actionAbout"/>
423    </widget>
424    <widget class="QMenu" name="menuJob">
425     <property name="title">
426      <string>Job</string>
427     </property>
428     <addaction name="actionJob_Start"/>
429     <addaction name="actionJob_Pause"/>
430     <addaction name="actionJob_Abort"/>
431     <addaction name="separator"/>
432     <addaction name="actionJob_Browse"/>
433     <addaction name="actionJob_Delete"/>
434     <addaction name="actionJob_Restart"/>
435     <addaction name="separator"/>
436     <addaction name="actionJob_MoveUp"/>
437     <addaction name="actionJob_MoveDown"/>
438    </widget>
439    <addaction name="menuFile"/>
440    <addaction name="menuJob"/>
441    <addaction name="menu"/>
442   </widget>
443   <action name="actionExit">
444    <property name="icon">
445     <iconset resource="../res/resources.qrc">
446      <normaloff>:/buttons/door_in.png</normaloff>:/buttons/door_in.png</iconset>
447    </property>
448    <property name="text">
449     <string>Exit</string>
450    </property>
451   </action>
452   <action name="actionAbout">
453    <property name="icon">
454     <iconset resource="../res/resources.qrc">
455      <normaloff>:/buttons/information.png</normaloff>:/buttons/information.png</iconset>
456    </property>
457    <property name="text">
458     <string>About...</string>
459    </property>
460   </action>
461   <action name="actionWebMulder">
462    <property name="icon">
463     <iconset resource="../res/resources.qrc">
464      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
465    </property>
466    <property name="text">
467     <string>MuldeR's Web-Site</string>
468    </property>
469   </action>
470   <action name="actionWebX264">
471    <property name="icon">
472     <iconset resource="../res/resources.qrc">
473      <normaloff>:/buttons/x264.png</normaloff>:/buttons/x264.png</iconset>
474    </property>
475    <property name="text">
476     <string>Official x264 Web-Site</string>
477    </property>
478   </action>
479   <action name="actionWebX264Komisar">
480    <property name="icon">
481     <iconset resource="../res/resources.qrc">
482      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
483    </property>
484    <property name="text">
485     <string>x264 builds for Windows by Komisar</string>
486    </property>
487   </action>
488   <action name="actionWebX264VideoLAN">
489    <property name="icon">
490     <iconset resource="../res/resources.qrc">
491      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
492    </property>
493    <property name="text">
494     <string>x264 builds for Windows by VideoLAN</string>
495    </property>
496   </action>
497   <action name="actionOnlineDocX264">
498    <property name="icon">
499     <iconset resource="../res/resources.qrc">
500      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
501    </property>
502    <property name="text">
503     <string>x264 Online Documentation</string>
504    </property>
505   </action>
506   <action name="actionWebBluRay">
507    <property name="icon">
508     <iconset resource="../res/resources.qrc">
509      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
510    </property>
511    <property name="text">
512     <string>BluRay Authoring Guide</string>
513    </property>
514   </action>
515   <action name="actionCreateJob">
516    <property name="icon">
517     <iconset resource="../res/resources.qrc">
518      <normaloff>:/buttons/add.png</normaloff>:/buttons/add.png</iconset>
519    </property>
520    <property name="text">
521     <string>Create New Job</string>
522    </property>
523   </action>
524   <action name="actionJob_Start">
525    <property name="enabled">
526     <bool>false</bool>
527    </property>
528    <property name="icon">
529     <iconset resource="../res/resources.qrc">
530      <normaloff>:/buttons/play_big.png</normaloff>:/buttons/play_big.png</iconset>
531    </property>
532    <property name="text">
533     <string>Start Job</string>
534    </property>
535   </action>
536   <action name="actionJob_Abort">
537    <property name="enabled">
538     <bool>false</bool>
539    </property>
540    <property name="icon">
541     <iconset resource="../res/resources.qrc">
542      <normaloff>:/buttons/cancel.png</normaloff>:/buttons/cancel.png</iconset>
543    </property>
544    <property name="text">
545     <string>Abort Job</string>
546    </property>
547   </action>
548   <action name="actionJob_Pause">
549    <property name="checkable">
550     <bool>true</bool>
551    </property>
552    <property name="enabled">
553     <bool>false</bool>
554    </property>
555    <property name="icon">
556     <iconset resource="../res/resources.qrc">
557      <normaloff>:/buttons/pause.png</normaloff>:/buttons/pause.png</iconset>
558    </property>
559    <property name="text">
560     <string>Pause Job</string>
561    </property>
562   </action>
563   <action name="actionPreferences">
564    <property name="icon">
565     <iconset resource="../res/resources.qrc">
566      <normaloff>:/buttons/wrench.png</normaloff>:/buttons/wrench.png</iconset>
567    </property>
568    <property name="text">
569     <string>Preferences</string>
570    </property>
571   </action>
572   <action name="actionJob_Delete">
573    <property name="enabled">
574     <bool>false</bool>
575    </property>
576    <property name="icon">
577     <iconset resource="../res/resources.qrc">
578      <normaloff>:/buttons/trash.png</normaloff>:/buttons/trash.png</iconset>
579    </property>
580    <property name="text">
581     <string>Delete Job</string>
582    </property>
583   </action>
584   <action name="actionJob_Browse">
585    <property name="enabled">
586     <bool>false</bool>
587    </property>
588    <property name="icon">
589     <iconset resource="../res/resources.qrc">
590      <normaloff>:/buttons/folder_magnify.png</normaloff>:/buttons/folder_magnify.png</iconset>
591    </property>
592    <property name="text">
593     <string>Explore Job</string>
594    </property>
595   </action>
596   <action name="actionWebAvisynth32">
597    <property name="icon">
598     <iconset resource="../res/resources.qrc">
599      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
600    </property>
601    <property name="text">
602     <string>32-Bit Avisynth (Stable)</string>
603    </property>
604   </action>
605   <action name="actionWebAvisynth64">
606    <property name="icon">
607     <iconset resource="../res/resources.qrc">
608      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
609    </property>
610    <property name="text">
611     <string>64-Bit Avisynth (Deprecated)</string>
612    </property>
613   </action>
614   <action name="actionWebSecret">
615    <property name="icon">
616     <iconset resource="../res/resources.qrc">
617      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
618    </property>
619    <property name="text">
620     <string>Secret Recipe - Confidential</string>
621    </property>
622   </action>
623   <action name="actionWebAvsWiki">
624    <property name="icon">
625     <iconset resource="../res/resources.qrc">
626      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
627    </property>
628    <property name="text">
629     <string>Avisynth Usage Wiki</string>
630    </property>
631   </action>
632   <action name="actionJob_Restart">
633    <property name="enabled">
634     <bool>false</bool>
635    </property>
636    <property name="icon">
637     <iconset resource="../res/resources.qrc">
638      <normaloff>:/buttons/restart.png</normaloff>:/buttons/restart.png</iconset>
639    </property>
640    <property name="text">
641     <string>Restart Job</string>
642    </property>
643   </action>
644   <action name="actionWebSupport">
645    <property name="icon">
646     <iconset resource="../res/resources.qrc">
647      <normaloff>:/buttons/group.png</normaloff>:/buttons/group.png</iconset>
648    </property>
649    <property name="text">
650     <string>Help and Support</string>
651    </property>
652   </action>
653   <action name="actionOpen">
654    <property name="icon">
655     <iconset resource="../res/resources.qrc">
656      <normaloff>:/buttons/folder_add.png</normaloff>:/buttons/folder_add.png</iconset>
657    </property>
658    <property name="text">
659     <string>Open...</string>
660    </property>
661   </action>
662   <action name="actionDownload_Avisynth">
663    <property name="text">
664     <string>Download Avisynth</string>
665    </property>
666   </action>
667   <action name="actionUtz">
668    <property name="text">
669     <string>utz</string>
670    </property>
671   </action>
672   <action name="actionWebVapourSynth">
673    <property name="icon">
674     <iconset resource="../res/resources.qrc">
675      <normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
676    </property>
677    <property name="text">
678     <string>Download VapourSynth</string>
679    </property>
680   </action>
681   <action name="actionWebVapourSynthDocs">
682    <property name="icon">
683     <iconset resource="../res/resources.qrc">
684      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
685    </property>
686    <property name="text">
687     <string>VapourSynth Manual</string>
688    </property>
689   </action>
690   <action name="actionCheckForUpdates">
691    <property name="icon">
692     <iconset resource="../res/resources.qrc">
693      <normaloff>:/buttons/update.png</normaloff>:/buttons/update.png</iconset>
694    </property>
695    <property name="text">
696     <string>Check for new Updates</string>
697    </property>
698   </action>
699   <action name="actionWebAvisynthPlus">
700    <property name="icon">
701     <iconset resource="../res/resources.qrc">
702      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
703    </property>
704    <property name="text">
705     <string>Avisynth+ (32- and 64-Bit)</string>
706    </property>
707   </action>
708   <action name="actionWebX265">
709    <property name="icon">
710     <iconset resource="../res/resources.qrc">
711      <normaloff>:/buttons/x265.png</normaloff>:/buttons/x265.png</iconset>
712    </property>
713    <property name="text">
714     <string>Official x265 Web-Site</string>
715    </property>
716   </action>
717   <action name="actionDownload_x265_Binaries">
718    <property name="text">
719     <string>Download x265 Binaries</string>
720    </property>
721   </action>
722   <action name="actionWebX265Fllear">
723    <property name="icon">
724     <iconset resource="../res/resources.qrc">
725      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
726    </property>
727    <property name="text">
728     <string>x265 builds for Windows by Fllear</string>
729    </property>
730   </action>
731   <action name="actionWebX265FreeCodecs">
732    <property name="icon">
733     <iconset resource="../res/resources.qrc">
734      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
735    </property>
736    <property name="text">
737     <string>Codecs.com Mirror (x265)</string>
738    </property>
739   </action>
740   <action name="actionWebX265Snowfag">
741    <property name="icon">
742     <iconset resource="../res/resources.qrc">
743      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
744    </property>
745    <property name="text">
746     <string>x265 builds for Windows by Snowfag</string>
747    </property>
748   </action>
749   <action name="actionWebX265LigH">
750    <property name="icon">
751     <iconset resource="../res/resources.qrc">
752      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
753    </property>
754    <property name="text">
755     <string>x265 builds for Windows by LigH</string>
756    </property>
757   </action>
758   <action name="actionWebX264FreeCodecs">
759    <property name="icon">
760     <iconset resource="../res/resources.qrc">
761      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
762    </property>
763    <property name="text">
764     <string>Codecs.com Mirror (x264)</string>
765    </property>
766   </action>
767   <action name="actionJob_MoveUp">
768    <property name="enabled">
769     <bool>false</bool>
770    </property>
771    <property name="icon">
772     <iconset resource="../res/resources.qrc">
773      <normaloff>:/buttons/arrow_up.png</normaloff>:/buttons/arrow_up.png</iconset>
774    </property>
775    <property name="text">
776     <string>Move Up</string>
777    </property>
778   </action>
779   <action name="actionJob_MoveDown">
780    <property name="enabled">
781     <bool>false</bool>
782    </property>
783    <property name="icon">
784     <iconset resource="../res/resources.qrc">
785      <normaloff>:/buttons/arrow_down.png</normaloff>:/buttons/arrow_down.png</iconset>
786    </property>
787    <property name="text">
788     <string>Move Down</string>
789    </property>
790   </action>
791   <action name="actionOnlineDocX265">
792    <property name="icon">
793     <iconset resource="../res/resources.qrc">
794      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
795    </property>
796    <property name="text">
797     <string>x265 Online Documentation</string>
798    </property>
799   </action>
800   <action name="actionRemove_Jobs">
801    <property name="text">
802     <string>Remove Jobs</string>
803    </property>
804   </action>
805   <action name="actionCleanup_Finished">
806    <property name="icon">
807     <iconset resource="../res/resources.qrc">
808      <normaloff>:/buttons/trash.png</normaloff>:/buttons/trash.png</iconset>
809    </property>
810    <property name="text">
811     <string>Remove Completed/Failed Jobs</string>
812    </property>
813   </action>
814   <action name="actionCleanup_Enqueued">
815    <property name="icon">
816     <iconset resource="../res/resources.qrc">
817      <normaloff>:/buttons/trash.png</normaloff>:/buttons/trash.png</iconset>
818    </property>
819    <property name="text">
820     <string>Remove Enqued Jobs</string>
821    </property>
822   </action>
823   <action name="actionDo_Nothing">
824    <property name="icon">
825     <iconset resource="../res/resources.qrc">
826      <normaloff>:/buttons/cup.png</normaloff>:/buttons/cup.png</iconset>
827    </property>
828    <property name="text">
829     <string>Do Nothing</string>
830    </property>
831   </action>
832   <action name="actionPostOp_PowerDown">
833    <property name="checkable">
834     <bool>true</bool>
835    </property>
836    <property name="icon">
837     <iconset resource="../res/resources.qrc">
838      <normaloff>:/buttons/power_off.png</normaloff>:/buttons/power_off.png</iconset>
839    </property>
840    <property name="text">
841     <string>Shutdown Computer</string>
842    </property>
843   </action>
844   <action name="actionPostOp_Hibernate">
845    <property name="checkable">
846     <bool>true</bool>
847    </property>
848    <property name="icon">
849     <iconset resource="../res/resources.qrc">
850      <normaloff>:/buttons/snow_flake.png</normaloff>:/buttons/snow_flake.png</iconset>
851    </property>
852    <property name="text">
853     <string>Hibernate Computer</string>
854    </property>
855   </action>
856   <action name="actionPostOp_DoNothing">
857    <property name="checkable">
858     <bool>true</bool>
859    </property>
860    <property name="checked">
861     <bool>true</bool>
862    </property>
863    <property name="icon">
864     <iconset resource="../res/resources.qrc">
865      <normaloff>:/buttons/cross_grey.png</normaloff>:/buttons/cross_grey.png</iconset>
866    </property>
867    <property name="text">
868     <string>Do Nothing</string>
869    </property>
870   </action>
871  </widget>
872  <tabstops>
873   <tabstop>buttonAddJob</tabstop>
874   <tabstop>buttonStartJob</tabstop>
875   <tabstop>buttonAbortJob</tabstop>
876   <tabstop>jobsView</tabstop>
877   <tabstop>logView</tabstop>
878   <tabstop>editDetails</tabstop>
879  </tabstops>
880  <resources>
881   <include location="../res/resources.qrc"/>
882  </resources>
883  <connections>
884   <connection>
885    <sender>actionExit</sender>
886    <signal>triggered()</signal>
887    <receiver>MainWindow</receiver>
888    <slot>close()</slot>
889    <hints>
890     <hint type="sourcelabel">
891      <x>-1</x>
892      <y>-1</y>
893     </hint>
894     <hint type="destinationlabel">
895      <x>399</x>
896      <y>299</y>
897     </hint>
898    </hints>
899   </connection>
900   <connection>
901    <sender>actionCreateJob</sender>
902    <signal>triggered()</signal>
903    <receiver>buttonAddJob</receiver>
904    <slot>click()</slot>
905    <hints>
906     <hint type="sourcelabel">
907      <x>-1</x>
908      <y>-1</y>
909     </hint>
910     <hint type="destinationlabel">
911      <x>73</x>
912      <y>617</y>
913     </hint>
914    </hints>
915   </connection>
916   <connection>
917    <sender>actionJob_Start</sender>
918    <signal>triggered()</signal>
919    <receiver>buttonStartJob</receiver>
920    <slot>click()</slot>
921    <hints>
922     <hint type="sourcelabel">
923      <x>-1</x>
924      <y>-1</y>
925     </hint>
926     <hint type="destinationlabel">
927      <x>547</x>
928      <y>617</y>
929     </hint>
930    </hints>
931   </connection>
932   <connection>
933    <sender>actionJob_Abort</sender>
934    <signal>triggered()</signal>
935    <receiver>buttonAbortJob</receiver>
936    <slot>click()</slot>
937    <hints>
938     <hint type="sourcelabel">
939      <x>-1</x>
940      <y>-1</y>
941     </hint>
942     <hint type="destinationlabel">
943      <x>657</x>
944      <y>617</y>
945     </hint>
946    </hints>
947   </connection>
948   <connection>
949    <sender>actionJob_Pause</sender>
950    <signal>toggled(bool)</signal>
951    <receiver>buttonPauseJob</receiver>
952    <slot>setChecked(bool)</slot>
953    <hints>
954     <hint type="sourcelabel">
955      <x>-1</x>
956      <y>-1</y>
957     </hint>
958     <hint type="destinationlabel">
959      <x>547</x>
960      <y>617</y>
961     </hint>
962    </hints>
963   </connection>
964  </connections>
965 </ui>