OSDN Git Service

Happy new year 2015 !!!
[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>File</string>
323     </property>
324     <addaction name="actionOpen"/>
325     <addaction name="separator"/>
326     <addaction name="actionPreferences"/>
327     <addaction name="separator"/>
328     <addaction name="actionExit"/>
329    </widget>
330    <widget class="QMenu" name="menu">
331     <property name="title">
332      <string>?</string>
333     </property>
334     <widget class="QMenu" name="menuDownloadX264">
335      <property name="title">
336       <string>Download x264 Binaries</string>
337      </property>
338      <property name="icon">
339       <iconset resource="../res/resources.qrc">
340        <normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
341      </property>
342      <addaction name="actionWebVideoLAN"/>
343      <addaction name="actionWebKomisar"/>
344      <addaction name="actionWebJEEB"/>
345      <addaction name="actionWebFreeCodecs"/>
346     </widget>
347     <widget class="QMenu" name="menuDownloadAvisynth">
348      <property name="title">
349       <string>Download Avisynth</string>
350      </property>
351      <property name="icon">
352       <iconset resource="../res/resources.qrc">
353        <normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
354      </property>
355      <addaction name="actionWebAvisynth32"/>
356      <addaction name="actionWebAvisynth64"/>
357      <addaction name="actionWebAvisynthPlus"/>
358     </widget>
359     <widget class="QMenu" name="menuDownload_x265_Binaries">
360      <property name="title">
361       <string>Download x265 Binaries</string>
362      </property>
363      <property name="icon">
364       <iconset resource="../res/resources.qrc">
365        <normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
366      </property>
367      <addaction name="actionWebX265BinRU"/>
368      <addaction name="actionWebX265BinORG"/>
369      <addaction name="actionWebX265BinEU"/>
370      <addaction name="separator"/>
371      <addaction name="actionWebX265BinFF"/>
372     </widget>
373     <addaction name="actionCheckForUpdates"/>
374     <addaction name="separator"/>
375     <addaction name="actionWebMulder"/>
376     <addaction name="actionWebX264"/>
377     <addaction name="actionWebX265"/>
378     <addaction name="actionWebSupport"/>
379     <addaction name="separator"/>
380     <addaction name="menuDownloadX264"/>
381     <addaction name="menuDownload_x265_Binaries"/>
382     <addaction name="menuDownloadAvisynth"/>
383     <addaction name="actionWebVapourSynth"/>
384     <addaction name="separator"/>
385     <addaction name="actionOnlineDocX264"/>
386     <addaction name="actionOnlineDocX265"/>
387     <addaction name="actionWebBluRay"/>
388     <addaction name="actionWebAvsWiki"/>
389     <addaction name="actionWebVapourSynthDocs"/>
390     <addaction name="actionWebSecret"/>
391     <addaction name="separator"/>
392     <addaction name="actionAbout"/>
393    </widget>
394    <widget class="QMenu" name="menuJob">
395     <property name="title">
396      <string>Job</string>
397     </property>
398     <addaction name="actionJob_New"/>
399     <addaction name="separator"/>
400     <addaction name="actionJob_Start"/>
401     <addaction name="actionJob_Pause"/>
402     <addaction name="actionJob_Abort"/>
403     <addaction name="separator"/>
404     <addaction name="actionJob_Browse"/>
405     <addaction name="actionJob_Delete"/>
406     <addaction name="actionJob_Restart"/>
407     <addaction name="separator"/>
408     <addaction name="actionJob_MoveUp"/>
409     <addaction name="actionJob_MoveDown"/>
410    </widget>
411    <addaction name="menuFile"/>
412    <addaction name="menuJob"/>
413    <addaction name="menu"/>
414   </widget>
415   <action name="actionExit">
416    <property name="icon">
417     <iconset resource="../res/resources.qrc">
418      <normaloff>:/buttons/door_in.png</normaloff>:/buttons/door_in.png</iconset>
419    </property>
420    <property name="text">
421     <string>Exit</string>
422    </property>
423   </action>
424   <action name="actionAbout">
425    <property name="icon">
426     <iconset resource="../res/resources.qrc">
427      <normaloff>:/buttons/information.png</normaloff>:/buttons/information.png</iconset>
428    </property>
429    <property name="text">
430     <string>About...</string>
431    </property>
432   </action>
433   <action name="actionWebMulder">
434    <property name="icon">
435     <iconset resource="../res/resources.qrc">
436      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
437    </property>
438    <property name="text">
439     <string>MuldeR's Web-Site</string>
440    </property>
441   </action>
442   <action name="actionWebX264">
443    <property name="icon">
444     <iconset resource="../res/resources.qrc">
445      <normaloff>:/buttons/x264.png</normaloff>:/buttons/x264.png</iconset>
446    </property>
447    <property name="text">
448     <string>Official x264 Web-Site</string>
449    </property>
450   </action>
451   <action name="actionWebKomisar">
452    <property name="icon">
453     <iconset resource="../res/resources.qrc">
454      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
455    </property>
456    <property name="text">
457     <string>Komisar's Web-Site</string>
458    </property>
459   </action>
460   <action name="actionWebVideoLAN">
461    <property name="icon">
462     <iconset resource="../res/resources.qrc">
463      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
464    </property>
465    <property name="text">
466     <string>VideoLAN Builds</string>
467    </property>
468   </action>
469   <action name="actionOnlineDocX264">
470    <property name="icon">
471     <iconset resource="../res/resources.qrc">
472      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
473    </property>
474    <property name="text">
475     <string>x264 Online Documentation</string>
476    </property>
477   </action>
478   <action name="actionWebBluRay">
479    <property name="icon">
480     <iconset resource="../res/resources.qrc">
481      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
482    </property>
483    <property name="text">
484     <string>BluRay Authoring Guide</string>
485    </property>
486   </action>
487   <action name="actionJob_New">
488    <property name="icon">
489     <iconset resource="../res/resources.qrc">
490      <normaloff>:/buttons/add.png</normaloff>:/buttons/add.png</iconset>
491    </property>
492    <property name="text">
493     <string>Create Job</string>
494    </property>
495   </action>
496   <action name="actionJob_Start">
497    <property name="enabled">
498     <bool>false</bool>
499    </property>
500    <property name="icon">
501     <iconset resource="../res/resources.qrc">
502      <normaloff>:/buttons/play_big.png</normaloff>:/buttons/play_big.png</iconset>
503    </property>
504    <property name="text">
505     <string>Start Job</string>
506    </property>
507   </action>
508   <action name="actionJob_Abort">
509    <property name="enabled">
510     <bool>false</bool>
511    </property>
512    <property name="icon">
513     <iconset resource="../res/resources.qrc">
514      <normaloff>:/buttons/cancel.png</normaloff>:/buttons/cancel.png</iconset>
515    </property>
516    <property name="text">
517     <string>Abort Job</string>
518    </property>
519   </action>
520   <action name="actionJob_Pause">
521    <property name="checkable">
522     <bool>true</bool>
523    </property>
524    <property name="enabled">
525     <bool>false</bool>
526    </property>
527    <property name="icon">
528     <iconset resource="../res/resources.qrc">
529      <normaloff>:/buttons/pause.png</normaloff>:/buttons/pause.png</iconset>
530    </property>
531    <property name="text">
532     <string>Pause Job</string>
533    </property>
534   </action>
535   <action name="actionPreferences">
536    <property name="icon">
537     <iconset resource="../res/resources.qrc">
538      <normaloff>:/buttons/wrench.png</normaloff>:/buttons/wrench.png</iconset>
539    </property>
540    <property name="text">
541     <string>Preferences</string>
542    </property>
543   </action>
544   <action name="actionJob_Delete">
545    <property name="enabled">
546     <bool>false</bool>
547    </property>
548    <property name="icon">
549     <iconset resource="../res/resources.qrc">
550      <normaloff>:/buttons/trash.png</normaloff>:/buttons/trash.png</iconset>
551    </property>
552    <property name="text">
553     <string>Delete Job</string>
554    </property>
555   </action>
556   <action name="actionJob_Browse">
557    <property name="enabled">
558     <bool>false</bool>
559    </property>
560    <property name="icon">
561     <iconset resource="../res/resources.qrc">
562      <normaloff>:/buttons/folder_magnify.png</normaloff>:/buttons/folder_magnify.png</iconset>
563    </property>
564    <property name="text">
565     <string>Explore Job</string>
566    </property>
567   </action>
568   <action name="actionWebAvisynth32">
569    <property name="icon">
570     <iconset resource="../res/resources.qrc">
571      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
572    </property>
573    <property name="text">
574     <string>32-Bit Avisynth (Stable)</string>
575    </property>
576   </action>
577   <action name="actionWebAvisynth64">
578    <property name="icon">
579     <iconset resource="../res/resources.qrc">
580      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
581    </property>
582    <property name="text">
583     <string>64-Bit Avisynth (Experimental)</string>
584    </property>
585   </action>
586   <action name="actionWebJEEB">
587    <property name="icon">
588     <iconset resource="../res/resources.qrc">
589      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
590    </property>
591    <property name="text">
592     <string>JEEB's Web-Site</string>
593    </property>
594   </action>
595   <action name="actionWebSecret">
596    <property name="icon">
597     <iconset resource="../res/resources.qrc">
598      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
599    </property>
600    <property name="text">
601     <string>Secret Recipe - Shush!</string>
602    </property>
603   </action>
604   <action name="actionWebAvsWiki">
605    <property name="icon">
606     <iconset resource="../res/resources.qrc">
607      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
608    </property>
609    <property name="text">
610     <string>Avisynth Usage Wiki</string>
611    </property>
612   </action>
613   <action name="actionJob_Restart">
614    <property name="enabled">
615     <bool>false</bool>
616    </property>
617    <property name="icon">
618     <iconset resource="../res/resources.qrc">
619      <normaloff>:/buttons/restart.png</normaloff>:/buttons/restart.png</iconset>
620    </property>
621    <property name="text">
622     <string>Restart Job</string>
623    </property>
624   </action>
625   <action name="actionWebSupport">
626    <property name="icon">
627     <iconset resource="../res/resources.qrc">
628      <normaloff>:/buttons/group.png</normaloff>:/buttons/group.png</iconset>
629    </property>
630    <property name="text">
631     <string>Help and Support</string>
632    </property>
633   </action>
634   <action name="actionOpen">
635    <property name="icon">
636     <iconset resource="../res/resources.qrc">
637      <normaloff>:/buttons/folder_add.png</normaloff>:/buttons/folder_add.png</iconset>
638    </property>
639    <property name="text">
640     <string>Open...</string>
641    </property>
642   </action>
643   <action name="actionDownload_Avisynth">
644    <property name="text">
645     <string>Download Avisynth</string>
646    </property>
647   </action>
648   <action name="actionUtz">
649    <property name="text">
650     <string>utz</string>
651    </property>
652   </action>
653   <action name="actionWebVapourSynth">
654    <property name="icon">
655     <iconset resource="../res/resources.qrc">
656      <normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
657    </property>
658    <property name="text">
659     <string>Download VapourSynth</string>
660    </property>
661   </action>
662   <action name="actionWebVapourSynthDocs">
663    <property name="icon">
664     <iconset resource="../res/resources.qrc">
665      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
666    </property>
667    <property name="text">
668     <string>VapourSynth Manual</string>
669    </property>
670   </action>
671   <action name="actionCheckForUpdates">
672    <property name="icon">
673     <iconset resource="../res/resources.qrc">
674      <normaloff>:/buttons/update.png</normaloff>:/buttons/update.png</iconset>
675    </property>
676    <property name="text">
677     <string>Check for new Updates</string>
678    </property>
679   </action>
680   <action name="actionWebAvisynthPlus">
681    <property name="icon">
682     <iconset resource="../res/resources.qrc">
683      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
684    </property>
685    <property name="text">
686     <string>Avisynth+ (32-Bit / 64-Bit)</string>
687    </property>
688   </action>
689   <action name="actionWebX265">
690    <property name="icon">
691     <iconset resource="../res/resources.qrc">
692      <normaloff>:/buttons/x265.png</normaloff>:/buttons/x265.png</iconset>
693    </property>
694    <property name="text">
695     <string>Official x265 Web-Site</string>
696    </property>
697   </action>
698   <action name="actionDownload_x265_Binaries">
699    <property name="text">
700     <string>Download x265 Binaries</string>
701    </property>
702   </action>
703   <action name="actionWebX265BinRU">
704    <property name="icon">
705     <iconset resource="../res/resources.qrc">
706      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
707    </property>
708    <property name="text">
709     <string>*Unofficial* x265 binaries [x265.ru]</string>
710    </property>
711   </action>
712   <action name="actionWebX265BinFF">
713    <property name="icon">
714     <iconset resource="../res/resources.qrc">
715      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
716    </property>
717    <property name="text">
718     <string>FFmepg with x265 encoding support</string>
719    </property>
720   </action>
721   <action name="actionWebX265BinEU">
722    <property name="icon">
723     <iconset resource="../res/resources.qrc">
724      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
725    </property>
726    <property name="text">
727     <string>*Unofficial* x265 binaries [builds.x265.eu]</string>
728    </property>
729   </action>
730   <action name="actionWebX265BinORG">
731    <property name="icon">
732     <iconset resource="../res/resources.qrc">
733      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
734    </property>
735    <property name="text">
736     <string>*Unofficial* x265 binaries [chromashift.org]</string>
737    </property>
738   </action>
739   <action name="actionWebFreeCodecs">
740    <property name="icon">
741     <iconset resource="../res/resources.qrc">
742      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
743    </property>
744    <property name="text">
745     <string>Codecs.com Mirror</string>
746    </property>
747   </action>
748   <action name="actionJob_MoveUp">
749    <property name="enabled">
750     <bool>false</bool>
751    </property>
752    <property name="icon">
753     <iconset resource="../res/resources.qrc">
754      <normaloff>:/buttons/arrow_up.png</normaloff>:/buttons/arrow_up.png</iconset>
755    </property>
756    <property name="text">
757     <string>Move Up</string>
758    </property>
759   </action>
760   <action name="actionJob_MoveDown">
761    <property name="enabled">
762     <bool>false</bool>
763    </property>
764    <property name="icon">
765     <iconset resource="../res/resources.qrc">
766      <normaloff>:/buttons/arrow_down.png</normaloff>:/buttons/arrow_down.png</iconset>
767    </property>
768    <property name="text">
769     <string>Move Down</string>
770    </property>
771   </action>
772   <action name="actionOnlineDocX265">
773    <property name="icon">
774     <iconset resource="../res/resources.qrc">
775      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
776    </property>
777    <property name="text">
778     <string>x265 Online Documentation</string>
779    </property>
780   </action>
781  </widget>
782  <tabstops>
783   <tabstop>buttonAddJob</tabstop>
784   <tabstop>buttonStartJob</tabstop>
785   <tabstop>buttonAbortJob</tabstop>
786   <tabstop>jobsView</tabstop>
787   <tabstop>logView</tabstop>
788   <tabstop>editDetails</tabstop>
789  </tabstops>
790  <resources>
791   <include location="../res/resources.qrc"/>
792  </resources>
793  <connections>
794   <connection>
795    <sender>actionExit</sender>
796    <signal>triggered()</signal>
797    <receiver>MainWindow</receiver>
798    <slot>close()</slot>
799    <hints>
800     <hint type="sourcelabel">
801      <x>-1</x>
802      <y>-1</y>
803     </hint>
804     <hint type="destinationlabel">
805      <x>399</x>
806      <y>299</y>
807     </hint>
808    </hints>
809   </connection>
810   <connection>
811    <sender>actionJob_New</sender>
812    <signal>triggered()</signal>
813    <receiver>buttonAddJob</receiver>
814    <slot>click()</slot>
815    <hints>
816     <hint type="sourcelabel">
817      <x>-1</x>
818      <y>-1</y>
819     </hint>
820     <hint type="destinationlabel">
821      <x>73</x>
822      <y>617</y>
823     </hint>
824    </hints>
825   </connection>
826   <connection>
827    <sender>actionJob_Start</sender>
828    <signal>triggered()</signal>
829    <receiver>buttonStartJob</receiver>
830    <slot>click()</slot>
831    <hints>
832     <hint type="sourcelabel">
833      <x>-1</x>
834      <y>-1</y>
835     </hint>
836     <hint type="destinationlabel">
837      <x>547</x>
838      <y>617</y>
839     </hint>
840    </hints>
841   </connection>
842   <connection>
843    <sender>actionJob_Abort</sender>
844    <signal>triggered()</signal>
845    <receiver>buttonAbortJob</receiver>
846    <slot>click()</slot>
847    <hints>
848     <hint type="sourcelabel">
849      <x>-1</x>
850      <y>-1</y>
851     </hint>
852     <hint type="destinationlabel">
853      <x>657</x>
854      <y>617</y>
855     </hint>
856    </hints>
857   </connection>
858   <connection>
859    <sender>actionJob_Pause</sender>
860    <signal>toggled(bool)</signal>
861    <receiver>buttonPauseJob</receiver>
862    <slot>setChecked(bool)</slot>
863    <hints>
864     <hint type="sourcelabel">
865      <x>-1</x>
866      <y>-1</y>
867     </hint>
868     <hint type="destinationlabel">
869      <x>547</x>
870      <y>617</y>
871     </hint>
872    </hints>
873   </connection>
874  </connections>
875 </ui>