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