OSDN Git Service

Bump x264 minimum required version to API-#160 (r2999).
[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="actionWebX264LigH"/>
372      <addaction name="actionWebX264VideoLAN"/>
373      <addaction name="actionWebX264Komisar"/>
374      <addaction name="separator"/>
375      <addaction name="actionWebX264FreeCodecs"/>
376     </widget>
377     <widget class="QMenu" name="menuDownloadAvisynth">
378      <property name="title">
379       <string>Download Avisynth</string>
380      </property>
381      <property name="icon">
382       <iconset resource="../res/resources.qrc">
383        <normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
384      </property>
385      <addaction name="actionWebAvisynth32"/>
386      <addaction name="actionWebAvisynth64"/>
387      <addaction name="separator"/>
388      <addaction name="actionWebAvisynthPlus"/>
389     </widget>
390     <widget class="QMenu" name="menuDownloadX265">
391      <property name="title">
392       <string>Download x265 Binaries</string>
393      </property>
394      <property name="icon">
395       <iconset resource="../res/resources.qrc">
396        <normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
397      </property>
398      <addaction name="actionWebX265LigH"/>
399      <addaction name="actionWebX265Fllear"/>
400      <addaction name="actionWebX265Snowfag"/>
401      <addaction name="separator"/>
402      <addaction name="actionWebX265FreeCodecs"/>
403     </widget>
404     <addaction name="actionCheckForUpdates"/>
405     <addaction name="separator"/>
406     <addaction name="actionWebMulder"/>
407     <addaction name="actionWebX264"/>
408     <addaction name="actionWebX265"/>
409     <addaction name="actionWebSupport"/>
410     <addaction name="separator"/>
411     <addaction name="menuDownloadX264"/>
412     <addaction name="menuDownloadX265"/>
413     <addaction name="menuDownloadAvisynth"/>
414     <addaction name="actionWebVapourSynth"/>
415     <addaction name="separator"/>
416     <addaction name="actionOnlineDocX264"/>
417     <addaction name="actionOnlineDocX265"/>
418     <addaction name="actionWebBluRay"/>
419     <addaction name="actionWebAvsWiki"/>
420     <addaction name="actionWebVapourSynthDocs"/>
421     <addaction name="actionWebSecret"/>
422     <addaction name="separator"/>
423     <addaction name="actionAbout"/>
424    </widget>
425    <widget class="QMenu" name="menuJob">
426     <property name="title">
427      <string>Job</string>
428     </property>
429     <addaction name="actionJob_Start"/>
430     <addaction name="actionJob_Pause"/>
431     <addaction name="actionJob_Abort"/>
432     <addaction name="separator"/>
433     <addaction name="actionJob_Browse"/>
434     <addaction name="actionJob_Delete"/>
435     <addaction name="actionJob_Restart"/>
436     <addaction name="separator"/>
437     <addaction name="actionJob_MoveUp"/>
438     <addaction name="actionJob_MoveDown"/>
439    </widget>
440    <addaction name="menuFile"/>
441    <addaction name="menuJob"/>
442    <addaction name="menu"/>
443   </widget>
444   <action name="actionExit">
445    <property name="icon">
446     <iconset resource="../res/resources.qrc">
447      <normaloff>:/buttons/door_in.png</normaloff>:/buttons/door_in.png</iconset>
448    </property>
449    <property name="text">
450     <string>Exit</string>
451    </property>
452   </action>
453   <action name="actionAbout">
454    <property name="icon">
455     <iconset resource="../res/resources.qrc">
456      <normaloff>:/buttons/information.png</normaloff>:/buttons/information.png</iconset>
457    </property>
458    <property name="text">
459     <string>About...</string>
460    </property>
461   </action>
462   <action name="actionWebMulder">
463    <property name="icon">
464     <iconset resource="../res/resources.qrc">
465      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
466    </property>
467    <property name="text">
468     <string>MuldeR's Web-Site</string>
469    </property>
470   </action>
471   <action name="actionWebX264">
472    <property name="icon">
473     <iconset resource="../res/resources.qrc">
474      <normaloff>:/buttons/x264.png</normaloff>:/buttons/x264.png</iconset>
475    </property>
476    <property name="text">
477     <string>Official x264 Web-Site</string>
478    </property>
479   </action>
480   <action name="actionWebX264Komisar">
481    <property name="icon">
482     <iconset resource="../res/resources.qrc">
483      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
484    </property>
485    <property name="text">
486     <string>x264 builds for Windows by Komisar</string>
487    </property>
488   </action>
489   <action name="actionWebX264VideoLAN">
490    <property name="icon">
491     <iconset resource="../res/resources.qrc">
492      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
493    </property>
494    <property name="text">
495     <string>x264 builds for Windows by VideoLAN</string>
496    </property>
497   </action>
498   <action name="actionOnlineDocX264">
499    <property name="icon">
500     <iconset resource="../res/resources.qrc">
501      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
502    </property>
503    <property name="text">
504     <string>x264 Online Documentation</string>
505    </property>
506   </action>
507   <action name="actionWebBluRay">
508    <property name="icon">
509     <iconset resource="../res/resources.qrc">
510      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
511    </property>
512    <property name="text">
513     <string>BluRay Authoring Guide</string>
514    </property>
515   </action>
516   <action name="actionCreateJob">
517    <property name="icon">
518     <iconset resource="../res/resources.qrc">
519      <normaloff>:/buttons/add.png</normaloff>:/buttons/add.png</iconset>
520    </property>
521    <property name="text">
522     <string>Create New Job</string>
523    </property>
524   </action>
525   <action name="actionJob_Start">
526    <property name="enabled">
527     <bool>false</bool>
528    </property>
529    <property name="icon">
530     <iconset resource="../res/resources.qrc">
531      <normaloff>:/buttons/play_big.png</normaloff>:/buttons/play_big.png</iconset>
532    </property>
533    <property name="text">
534     <string>Start Job</string>
535    </property>
536   </action>
537   <action name="actionJob_Abort">
538    <property name="enabled">
539     <bool>false</bool>
540    </property>
541    <property name="icon">
542     <iconset resource="../res/resources.qrc">
543      <normaloff>:/buttons/cancel.png</normaloff>:/buttons/cancel.png</iconset>
544    </property>
545    <property name="text">
546     <string>Abort Job</string>
547    </property>
548   </action>
549   <action name="actionJob_Pause">
550    <property name="checkable">
551     <bool>true</bool>
552    </property>
553    <property name="enabled">
554     <bool>false</bool>
555    </property>
556    <property name="icon">
557     <iconset resource="../res/resources.qrc">
558      <normaloff>:/buttons/pause.png</normaloff>:/buttons/pause.png</iconset>
559    </property>
560    <property name="text">
561     <string>Pause Job</string>
562    </property>
563   </action>
564   <action name="actionPreferences">
565    <property name="icon">
566     <iconset resource="../res/resources.qrc">
567      <normaloff>:/buttons/wrench.png</normaloff>:/buttons/wrench.png</iconset>
568    </property>
569    <property name="text">
570     <string>Preferences</string>
571    </property>
572   </action>
573   <action name="actionJob_Delete">
574    <property name="enabled">
575     <bool>false</bool>
576    </property>
577    <property name="icon">
578     <iconset resource="../res/resources.qrc">
579      <normaloff>:/buttons/trash.png</normaloff>:/buttons/trash.png</iconset>
580    </property>
581    <property name="text">
582     <string>Delete Job</string>
583    </property>
584   </action>
585   <action name="actionJob_Browse">
586    <property name="enabled">
587     <bool>false</bool>
588    </property>
589    <property name="icon">
590     <iconset resource="../res/resources.qrc">
591      <normaloff>:/buttons/folder_magnify.png</normaloff>:/buttons/folder_magnify.png</iconset>
592    </property>
593    <property name="text">
594     <string>Explore Job</string>
595    </property>
596   </action>
597   <action name="actionWebAvisynth32">
598    <property name="icon">
599     <iconset resource="../res/resources.qrc">
600      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
601    </property>
602    <property name="text">
603     <string>32-Bit Avisynth (Stable)</string>
604    </property>
605   </action>
606   <action name="actionWebAvisynth64">
607    <property name="icon">
608     <iconset resource="../res/resources.qrc">
609      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
610    </property>
611    <property name="text">
612     <string>64-Bit Avisynth (Deprecated)</string>
613    </property>
614   </action>
615   <action name="actionWebSecret">
616    <property name="icon">
617     <iconset resource="../res/resources.qrc">
618      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
619    </property>
620    <property name="text">
621     <string>Secret Recipe - Confidential</string>
622    </property>
623   </action>
624   <action name="actionWebAvsWiki">
625    <property name="icon">
626     <iconset resource="../res/resources.qrc">
627      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
628    </property>
629    <property name="text">
630     <string>Avisynth Usage Wiki</string>
631    </property>
632   </action>
633   <action name="actionJob_Restart">
634    <property name="enabled">
635     <bool>false</bool>
636    </property>
637    <property name="icon">
638     <iconset resource="../res/resources.qrc">
639      <normaloff>:/buttons/restart.png</normaloff>:/buttons/restart.png</iconset>
640    </property>
641    <property name="text">
642     <string>Restart Job</string>
643    </property>
644   </action>
645   <action name="actionWebSupport">
646    <property name="icon">
647     <iconset resource="../res/resources.qrc">
648      <normaloff>:/buttons/group.png</normaloff>:/buttons/group.png</iconset>
649    </property>
650    <property name="text">
651     <string>Help and Support</string>
652    </property>
653   </action>
654   <action name="actionOpen">
655    <property name="icon">
656     <iconset resource="../res/resources.qrc">
657      <normaloff>:/buttons/folder_add.png</normaloff>:/buttons/folder_add.png</iconset>
658    </property>
659    <property name="text">
660     <string>Open...</string>
661    </property>
662   </action>
663   <action name="actionDownload_Avisynth">
664    <property name="text">
665     <string>Download Avisynth</string>
666    </property>
667   </action>
668   <action name="actionUtz">
669    <property name="text">
670     <string>utz</string>
671    </property>
672   </action>
673   <action name="actionWebVapourSynth">
674    <property name="icon">
675     <iconset resource="../res/resources.qrc">
676      <normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
677    </property>
678    <property name="text">
679     <string>Download VapourSynth</string>
680    </property>
681   </action>
682   <action name="actionWebVapourSynthDocs">
683    <property name="icon">
684     <iconset resource="../res/resources.qrc">
685      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
686    </property>
687    <property name="text">
688     <string>VapourSynth Manual</string>
689    </property>
690   </action>
691   <action name="actionCheckForUpdates">
692    <property name="icon">
693     <iconset resource="../res/resources.qrc">
694      <normaloff>:/buttons/update.png</normaloff>:/buttons/update.png</iconset>
695    </property>
696    <property name="text">
697     <string>Check for new Updates</string>
698    </property>
699   </action>
700   <action name="actionWebAvisynthPlus">
701    <property name="icon">
702     <iconset resource="../res/resources.qrc">
703      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
704    </property>
705    <property name="text">
706     <string>Avisynth+ (32- and 64-Bit)</string>
707    </property>
708   </action>
709   <action name="actionWebX265">
710    <property name="icon">
711     <iconset resource="../res/resources.qrc">
712      <normaloff>:/buttons/x265.png</normaloff>:/buttons/x265.png</iconset>
713    </property>
714    <property name="text">
715     <string>Official x265 Web-Site</string>
716    </property>
717   </action>
718   <action name="actionDownload_x265_Binaries">
719    <property name="text">
720     <string>Download x265 Binaries</string>
721    </property>
722   </action>
723   <action name="actionWebX265Fllear">
724    <property name="icon">
725     <iconset resource="../res/resources.qrc">
726      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
727    </property>
728    <property name="text">
729     <string>x265 builds for Windows by Fllear</string>
730    </property>
731   </action>
732   <action name="actionWebX265FreeCodecs">
733    <property name="icon">
734     <iconset resource="../res/resources.qrc">
735      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
736    </property>
737    <property name="text">
738     <string>Codecs.com Mirror (x265)</string>
739    </property>
740   </action>
741   <action name="actionWebX265Snowfag">
742    <property name="icon">
743     <iconset resource="../res/resources.qrc">
744      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
745    </property>
746    <property name="text">
747     <string>x265 builds for Windows by Snowfag</string>
748    </property>
749   </action>
750   <action name="actionWebX265LigH">
751    <property name="icon">
752     <iconset resource="../res/resources.qrc">
753      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
754    </property>
755    <property name="text">
756     <string>x265 builds for Windows by LigH</string>
757    </property>
758   </action>
759   <action name="actionWebX264FreeCodecs">
760    <property name="icon">
761     <iconset resource="../res/resources.qrc">
762      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
763    </property>
764    <property name="text">
765     <string>Codecs.com Mirror (x264)</string>
766    </property>
767   </action>
768   <action name="actionJob_MoveUp">
769    <property name="enabled">
770     <bool>false</bool>
771    </property>
772    <property name="icon">
773     <iconset resource="../res/resources.qrc">
774      <normaloff>:/buttons/arrow_up.png</normaloff>:/buttons/arrow_up.png</iconset>
775    </property>
776    <property name="text">
777     <string>Move Up</string>
778    </property>
779   </action>
780   <action name="actionJob_MoveDown">
781    <property name="enabled">
782     <bool>false</bool>
783    </property>
784    <property name="icon">
785     <iconset resource="../res/resources.qrc">
786      <normaloff>:/buttons/arrow_down.png</normaloff>:/buttons/arrow_down.png</iconset>
787    </property>
788    <property name="text">
789     <string>Move Down</string>
790    </property>
791   </action>
792   <action name="actionOnlineDocX265">
793    <property name="icon">
794     <iconset resource="../res/resources.qrc">
795      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
796    </property>
797    <property name="text">
798     <string>x265 Online Documentation</string>
799    </property>
800   </action>
801   <action name="actionRemove_Jobs">
802    <property name="text">
803     <string>Remove Jobs</string>
804    </property>
805   </action>
806   <action name="actionCleanup_Finished">
807    <property name="icon">
808     <iconset resource="../res/resources.qrc">
809      <normaloff>:/buttons/trash.png</normaloff>:/buttons/trash.png</iconset>
810    </property>
811    <property name="text">
812     <string>Remove Completed/Failed Jobs</string>
813    </property>
814   </action>
815   <action name="actionCleanup_Enqueued">
816    <property name="icon">
817     <iconset resource="../res/resources.qrc">
818      <normaloff>:/buttons/trash.png</normaloff>:/buttons/trash.png</iconset>
819    </property>
820    <property name="text">
821     <string>Remove Enqued Jobs</string>
822    </property>
823   </action>
824   <action name="actionDo_Nothing">
825    <property name="icon">
826     <iconset resource="../res/resources.qrc">
827      <normaloff>:/buttons/cup.png</normaloff>:/buttons/cup.png</iconset>
828    </property>
829    <property name="text">
830     <string>Do Nothing</string>
831    </property>
832   </action>
833   <action name="actionPostOp_PowerDown">
834    <property name="checkable">
835     <bool>true</bool>
836    </property>
837    <property name="icon">
838     <iconset resource="../res/resources.qrc">
839      <normaloff>:/buttons/power_off.png</normaloff>:/buttons/power_off.png</iconset>
840    </property>
841    <property name="text">
842     <string>Shutdown Computer</string>
843    </property>
844   </action>
845   <action name="actionPostOp_Hibernate">
846    <property name="checkable">
847     <bool>true</bool>
848    </property>
849    <property name="icon">
850     <iconset resource="../res/resources.qrc">
851      <normaloff>:/buttons/snow_flake.png</normaloff>:/buttons/snow_flake.png</iconset>
852    </property>
853    <property name="text">
854     <string>Hibernate Computer</string>
855    </property>
856   </action>
857   <action name="actionPostOp_DoNothing">
858    <property name="checkable">
859     <bool>true</bool>
860    </property>
861    <property name="checked">
862     <bool>true</bool>
863    </property>
864    <property name="icon">
865     <iconset resource="../res/resources.qrc">
866      <normaloff>:/buttons/cross_grey.png</normaloff>:/buttons/cross_grey.png</iconset>
867    </property>
868    <property name="text">
869     <string>Do Nothing</string>
870    </property>
871   </action>
872   <action name="actionWebX264LigH">
873    <property name="icon">
874     <iconset resource="../res/resources.qrc">
875      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
876    </property>
877    <property name="text">
878     <string>x264 builds for Windows by LigH</string>
879    </property>
880   </action>
881  </widget>
882  <tabstops>
883   <tabstop>buttonAddJob</tabstop>
884   <tabstop>buttonStartJob</tabstop>
885   <tabstop>buttonAbortJob</tabstop>
886   <tabstop>jobsView</tabstop>
887   <tabstop>logView</tabstop>
888   <tabstop>editDetails</tabstop>
889  </tabstops>
890  <resources>
891   <include location="../res/resources.qrc"/>
892  </resources>
893  <connections>
894   <connection>
895    <sender>actionExit</sender>
896    <signal>triggered()</signal>
897    <receiver>MainWindow</receiver>
898    <slot>close()</slot>
899    <hints>
900     <hint type="sourcelabel">
901      <x>-1</x>
902      <y>-1</y>
903     </hint>
904     <hint type="destinationlabel">
905      <x>399</x>
906      <y>299</y>
907     </hint>
908    </hints>
909   </connection>
910   <connection>
911    <sender>actionCreateJob</sender>
912    <signal>triggered()</signal>
913    <receiver>buttonAddJob</receiver>
914    <slot>click()</slot>
915    <hints>
916     <hint type="sourcelabel">
917      <x>-1</x>
918      <y>-1</y>
919     </hint>
920     <hint type="destinationlabel">
921      <x>73</x>
922      <y>617</y>
923     </hint>
924    </hints>
925   </connection>
926   <connection>
927    <sender>actionJob_Start</sender>
928    <signal>triggered()</signal>
929    <receiver>buttonStartJob</receiver>
930    <slot>click()</slot>
931    <hints>
932     <hint type="sourcelabel">
933      <x>-1</x>
934      <y>-1</y>
935     </hint>
936     <hint type="destinationlabel">
937      <x>547</x>
938      <y>617</y>
939     </hint>
940    </hints>
941   </connection>
942   <connection>
943    <sender>actionJob_Abort</sender>
944    <signal>triggered()</signal>
945    <receiver>buttonAbortJob</receiver>
946    <slot>click()</slot>
947    <hints>
948     <hint type="sourcelabel">
949      <x>-1</x>
950      <y>-1</y>
951     </hint>
952     <hint type="destinationlabel">
953      <x>657</x>
954      <y>617</y>
955     </hint>
956    </hints>
957   </connection>
958   <connection>
959    <sender>actionJob_Pause</sender>
960    <signal>toggled(bool)</signal>
961    <receiver>buttonPauseJob</receiver>
962    <slot>setChecked(bool)</slot>
963    <hints>
964     <hint type="sourcelabel">
965      <x>-1</x>
966      <y>-1</y>
967     </hint>
968     <hint type="destinationlabel">
969      <x>547</x>
970      <y>617</y>
971     </hint>
972    </hints>
973   </connection>
974  </connections>
975 </ui>