OSDN Git Service

Added option to shutdown the computer when all jobs are completed.
[x264-launcher/x264-launcher.git] / gui / win_addJob.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AddJobDialog</class>
4  <widget class="QDialog" name="AddJobDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>640</width>
10     <height>569</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Add Job</string>
15   </property>
16   <property name="modal">
17    <bool>true</bool>
18   </property>
19   <layout class="QVBoxLayout" name="verticalLayout">
20    <item>
21     <widget class="QGroupBox" name="groupBox">
22      <property name="sizePolicy">
23       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
24        <horstretch>0</horstretch>
25        <verstretch>0</verstretch>
26       </sizepolicy>
27      </property>
28      <property name="title">
29       <string> Input / Output </string>
30      </property>
31      <layout class="QVBoxLayout" name="verticalLayout_2">
32       <item>
33        <spacer name="verticalSpacer_2">
34         <property name="orientation">
35          <enum>Qt::Vertical</enum>
36         </property>
37         <property name="sizeHint" stdset="0">
38          <size>
39           <width>0</width>
40           <height>0</height>
41          </size>
42         </property>
43        </spacer>
44       </item>
45       <item>
46        <layout class="QVBoxLayout" name="verticalLayout_14">
47         <property name="spacing">
48          <number>4</number>
49         </property>
50         <item>
51          <widget class="QLabel" name="label">
52           <property name="toolTip">
53            <string>Select the source video file. This can be an Avisynth script or any type of video file supported by FFmpegSource2 (libavformat).</string>
54           </property>
55           <property name="text">
56            <string>Source Media/Avisynth File:</string>
57           </property>
58          </widget>
59         </item>
60         <item>
61          <layout class="QHBoxLayout" name="horizontalLayout_5">
62           <item>
63            <widget class="QLineEdit" name="editSource">
64             <property name="toolTip">
65              <string>Select the source video file. This can be an Avisynth script or any type of video file supported by FFmpegSource2 (libavformat).</string>
66             </property>
67             <property name="readOnly">
68              <bool>true</bool>
69             </property>
70            </widget>
71           </item>
72           <item>
73            <widget class="QPushButton" name="buttonBrowseSource">
74             <property name="maximumSize">
75              <size>
76               <width>45</width>
77               <height>16777215</height>
78              </size>
79             </property>
80             <property name="text">
81              <string>...</string>
82             </property>
83            </widget>
84           </item>
85          </layout>
86         </item>
87        </layout>
88       </item>
89       <item>
90        <spacer name="verticalSpacer">
91         <property name="orientation">
92          <enum>Qt::Vertical</enum>
93         </property>
94         <property name="sizeHint" stdset="0">
95          <size>
96           <width>0</width>
97           <height>0</height>
98          </size>
99         </property>
100        </spacer>
101       </item>
102       <item>
103        <layout class="QVBoxLayout" name="verticalLayout_5">
104         <property name="spacing">
105          <number>4</number>
106         </property>
107         <item>
108          <widget class="QLabel" name="label_2">
109           <property name="toolTip">
110            <string>Select the output H.264/AVC file. This can be a Matroska (MKV,) MPEG-4 Part-14 (MP4) or &quot;raw&quot; H.264 file.</string>
111           </property>
112           <property name="text">
113            <string>Output AVC/H.264 File:</string>
114           </property>
115          </widget>
116         </item>
117         <item>
118          <layout class="QHBoxLayout" name="horizontalLayout_6">
119           <item>
120            <widget class="QLineEdit" name="editOutput">
121             <property name="toolTip">
122              <string>Select the output H.264/AVC file. This can be a Matroska (MKV,) MPEG-4 Part-14 (MP4) or &quot;raw&quot; H.264 file.</string>
123             </property>
124             <property name="readOnly">
125              <bool>true</bool>
126             </property>
127            </widget>
128           </item>
129           <item>
130            <widget class="QPushButton" name="buttonBrowseOutput">
131             <property name="maximumSize">
132              <size>
133               <width>45</width>
134               <height>16777215</height>
135              </size>
136             </property>
137             <property name="text">
138              <string>...</string>
139             </property>
140            </widget>
141           </item>
142          </layout>
143         </item>
144        </layout>
145       </item>
146       <item>
147        <spacer name="verticalSpacer_3">
148         <property name="orientation">
149          <enum>Qt::Vertical</enum>
150         </property>
151         <property name="sizeHint" stdset="0">
152          <size>
153           <width>0</width>
154           <height>0</height>
155          </size>
156         </property>
157        </spacer>
158       </item>
159      </layout>
160     </widget>
161    </item>
162    <item>
163     <widget class="QGroupBox" name="groupBox_5">
164      <property name="title">
165       <string> Configuration </string>
166      </property>
167      <layout class="QVBoxLayout" name="verticalLayout_15">
168       <item>
169        <layout class="QHBoxLayout" name="horizontalLayout_7">
170         <item>
171          <widget class="QLabel" name="label_9">
172           <property name="toolTip">
173            <string>Here you can load a user-defined template that you have saved before. Use the &quot;Save&quot; button to save your current configuration to a new profile.</string>
174           </property>
175           <property name="text">
176            <string>Template:</string>
177           </property>
178          </widget>
179         </item>
180         <item>
181          <widget class="QComboBox" name="cbxTemplate">
182           <property name="sizePolicy">
183            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
184             <horstretch>0</horstretch>
185             <verstretch>0</verstretch>
186            </sizepolicy>
187           </property>
188           <property name="minimumSize">
189            <size>
190             <width>256</width>
191             <height>0</height>
192            </size>
193           </property>
194           <property name="toolTip">
195            <string>Here you can load a user-defined template that you have saved before. Use the &quot;Save&quot; button to save your current configuration to a new profile.</string>
196           </property>
197           <property name="currentIndex">
198            <number>-1</number>
199           </property>
200          </widget>
201         </item>
202         <item>
203          <spacer name="horizontalSpacer_9">
204           <property name="orientation">
205            <enum>Qt::Horizontal</enum>
206           </property>
207           <property name="sizeType">
208            <enum>QSizePolicy::Fixed</enum>
209           </property>
210           <property name="sizeHint" stdset="0">
211            <size>
212             <width>8</width>
213             <height>20</height>
214            </size>
215           </property>
216          </spacer>
217         </item>
218         <item>
219          <widget class="QPushButton" name="buttonSaveTemplate">
220           <property name="text">
221            <string>Save As...</string>
222           </property>
223           <property name="icon">
224            <iconset resource="../res/resources.qrc">
225             <normaloff>:/buttons/disk.png</normaloff>:/buttons/disk.png</iconset>
226           </property>
227          </widget>
228         </item>
229         <item>
230          <widget class="QPushButton" name="buttonDeleteTemplate">
231           <property name="text">
232            <string>Delete</string>
233           </property>
234           <property name="icon">
235            <iconset resource="../res/resources.qrc">
236             <normaloff>:/buttons/cross.png</normaloff>:/buttons/cross.png</iconset>
237           </property>
238          </widget>
239         </item>
240         <item>
241          <spacer name="horizontalSpacer_8">
242           <property name="orientation">
243            <enum>Qt::Horizontal</enum>
244           </property>
245           <property name="sizeHint" stdset="0">
246            <size>
247             <width>10</width>
248             <height>20</height>
249            </size>
250           </property>
251          </spacer>
252         </item>
253        </layout>
254       </item>
255       <item>
256        <spacer name="verticalSpacer_10">
257         <property name="orientation">
258          <enum>Qt::Vertical</enum>
259         </property>
260         <property name="sizeType">
261          <enum>QSizePolicy::Fixed</enum>
262         </property>
263         <property name="sizeHint" stdset="0">
264          <size>
265           <width>20</width>
266           <height>4</height>
267          </size>
268         </property>
269        </spacer>
270       </item>
271       <item>
272        <widget class="QGroupBox" name="groupBox_2">
273         <property name="sizePolicy">
274          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
275           <horstretch>0</horstretch>
276           <verstretch>0</verstretch>
277          </sizepolicy>
278         </property>
279         <property name="title">
280          <string> Rate Control </string>
281         </property>
282         <layout class="QVBoxLayout" name="verticalLayout_3">
283          <item>
284           <spacer name="verticalSpacer_4">
285            <property name="orientation">
286             <enum>Qt::Vertical</enum>
287            </property>
288            <property name="sizeHint" stdset="0">
289             <size>
290              <width>20</width>
291              <height>0</height>
292             </size>
293            </property>
294           </spacer>
295          </item>
296          <item>
297           <layout class="QHBoxLayout" name="horizontalLayout_2">
298            <item>
299             <layout class="QVBoxLayout" name="verticalLayout_4">
300              <item>
301               <widget class="QLabel" name="label_3">
302                <property name="toolTip">
303                 <string>Select the x264 rate-control mode. Use 'CRF' mode to hit a specific level of quality or use '2-Pass' mode to hit a specific file size.</string>
304                </property>
305                <property name="text">
306                 <string>Mode:</string>
307                </property>
308               </widget>
309              </item>
310              <item>
311               <widget class="QComboBox" name="cbxRateControlMode">
312                <property name="toolTip">
313                 <string>Select the x264 rate-control mode. Use 'CRF' mode to hit a specific level of quality or use '2-Pass' mode to hit a specific file size.</string>
314                </property>
315                <property name="currentIndex">
316                 <number>0</number>
317                </property>
318                <item>
319                 <property name="text">
320                  <string>CRF</string>
321                 </property>
322                </item>
323                <item>
324                 <property name="text">
325                  <string>CQ</string>
326                 </property>
327                </item>
328                <item>
329                 <property name="text">
330                  <string>2-Pass</string>
331                 </property>
332                </item>
333                <item>
334                 <property name="text">
335                  <string>ABR</string>
336                 </property>
337                </item>
338               </widget>
339              </item>
340             </layout>
341            </item>
342            <item>
343             <spacer name="horizontalSpacer_2">
344              <property name="orientation">
345               <enum>Qt::Horizontal</enum>
346              </property>
347              <property name="sizeType">
348               <enum>QSizePolicy::Fixed</enum>
349              </property>
350              <property name="sizeHint" stdset="0">
351               <size>
352                <width>16</width>
353                <height>0</height>
354               </size>
355              </property>
356             </spacer>
357            </item>
358            <item>
359             <layout class="QVBoxLayout" name="verticalLayout_7">
360              <item>
361               <widget class="QLabel" name="label_4">
362                <property name="toolTip">
363                 <string>Select the quantizer or CRF value. Smaller value means better quality, but bigger file. Higher value means smaller file, but lower quality. A value of '0' triggers lossless mode.</string>
364                </property>
365                <property name="text">
366                 <string>Quantizer/CRF:</string>
367                </property>
368               </widget>
369              </item>
370              <item>
371               <widget class="QSpinBox" name="spinQuantizer">
372                <property name="toolTip">
373                 <string>Select the quantizer or CRF value. Smaller value means better quality, but bigger file. Higher value means smaller file, but lower quality. A value of '0' triggers lossless mode.</string>
374                </property>
375                <property name="maximum">
376                 <number>52</number>
377                </property>
378                <property name="value">
379                 <number>22</number>
380                </property>
381               </widget>
382              </item>
383             </layout>
384            </item>
385            <item>
386             <spacer name="horizontalSpacer_3">
387              <property name="orientation">
388               <enum>Qt::Horizontal</enum>
389              </property>
390              <property name="sizeType">
391               <enum>QSizePolicy::Fixed</enum>
392              </property>
393              <property name="sizeHint" stdset="0">
394               <size>
395                <width>16</width>
396                <height>0</height>
397               </size>
398              </property>
399             </spacer>
400            </item>
401            <item>
402             <layout class="QVBoxLayout" name="verticalLayout_6">
403              <item>
404               <widget class="QLabel" name="label_5">
405                <property name="toolTip">
406                 <string>Select the target average(!) bitrate, in kilobit/sec. Higher value means better quality, but bigger file. Lower value means smaller file, but lower quality.</string>
407                </property>
408                <property name="text">
409                 <string>Target Bitrate (kbps):</string>
410                </property>
411               </widget>
412              </item>
413              <item>
414               <widget class="QSpinBox" name="spinBitrate">
415                <property name="toolTip">
416                 <string>Select the target average(!) bitrate, in kilobit/sec. Higher value means better quality, but bigger file. Lower value means smaller file, but lower quality.</string>
417                </property>
418                <property name="minimum">
419                 <number>100</number>
420                </property>
421                <property name="maximum">
422                 <number>250000</number>
423                </property>
424                <property name="value">
425                 <number>1200</number>
426                </property>
427               </widget>
428              </item>
429             </layout>
430            </item>
431           </layout>
432          </item>
433          <item>
434           <spacer name="verticalSpacer_5">
435            <property name="orientation">
436             <enum>Qt::Vertical</enum>
437            </property>
438            <property name="sizeHint" stdset="0">
439             <size>
440              <width>20</width>
441              <height>0</height>
442             </size>
443            </property>
444           </spacer>
445          </item>
446         </layout>
447        </widget>
448       </item>
449       <item>
450        <widget class="QGroupBox" name="groupBox_3">
451         <property name="sizePolicy">
452          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
453           <horstretch>0</horstretch>
454           <verstretch>0</verstretch>
455          </sizepolicy>
456         </property>
457         <property name="title">
458          <string> Basic Encoder Options </string>
459         </property>
460         <layout class="QVBoxLayout" name="verticalLayout_8">
461          <item>
462           <spacer name="verticalSpacer_6">
463            <property name="orientation">
464             <enum>Qt::Vertical</enum>
465            </property>
466            <property name="sizeHint" stdset="0">
467             <size>
468              <width>20</width>
469              <height>0</height>
470             </size>
471            </property>
472           </spacer>
473          </item>
474          <item>
475           <layout class="QHBoxLayout" name="horizontalLayout_3">
476            <item>
477             <layout class="QVBoxLayout" name="verticalLayout_11">
478              <item>
479               <widget class="QLabel" name="label_6">
480                <property name="toolTip">
481                 <string>This option controls the &quot;Speed -vs- Quality&quot; trade-off. Use a slower preset to improve the quality at the same bitrate (file size). Use a faster preset to save encoding time, at the cost of reduced quality.</string>
482                </property>
483                <property name="text">
484                 <string>Preset:</string>
485                </property>
486               </widget>
487              </item>
488              <item>
489               <widget class="QComboBox" name="cbxPreset">
490                <property name="toolTip">
491                 <string>This option controls the &quot;Speed -vs- Quality&quot; trade-off. Use a slower preset to improve the quality at the same bitrate (file size). Use a faster preset to save encoding time, at the cost of reduced quality.</string>
492                </property>
493                <property name="currentIndex">
494                 <number>5</number>
495                </property>
496                <item>
497                 <property name="text">
498                  <string>Ultrafast</string>
499                 </property>
500                </item>
501                <item>
502                 <property name="text">
503                  <string>Superfast</string>
504                 </property>
505                </item>
506                <item>
507                 <property name="text">
508                  <string>Veryfast</string>
509                 </property>
510                </item>
511                <item>
512                 <property name="text">
513                  <string>Faster</string>
514                 </property>
515                </item>
516                <item>
517                 <property name="text">
518                  <string>Fast</string>
519                 </property>
520                </item>
521                <item>
522                 <property name="text">
523                  <string>Medium</string>
524                 </property>
525                </item>
526                <item>
527                 <property name="text">
528                  <string>Slow</string>
529                 </property>
530                </item>
531                <item>
532                 <property name="text">
533                  <string>Slower</string>
534                 </property>
535                </item>
536                <item>
537                 <property name="text">
538                  <string>Veryslow</string>
539                 </property>
540                </item>
541                <item>
542                 <property name="text">
543                  <string>Placebo</string>
544                 </property>
545                </item>
546               </widget>
547              </item>
548             </layout>
549            </item>
550            <item>
551             <spacer name="horizontalSpacer_4">
552              <property name="orientation">
553               <enum>Qt::Horizontal</enum>
554              </property>
555              <property name="sizeType">
556               <enum>QSizePolicy::Fixed</enum>
557              </property>
558              <property name="sizeHint" stdset="0">
559               <size>
560                <width>16</width>
561                <height>20</height>
562               </size>
563              </property>
564             </spacer>
565            </item>
566            <item>
567             <layout class="QVBoxLayout" name="verticalLayout_10">
568              <item>
569               <widget class="QLabel" name="label_7">
570                <property name="toolTip">
571                 <string>This option tweaks x264 for a specific type of source/content. For real-life footage, CGI and most other stuff, use the &quot;Film&quot; option. For anime/cartoon use the &quot;Animation&quot; option.</string>
572                </property>
573                <property name="text">
574                 <string>Tuning:</string>
575                </property>
576               </widget>
577              </item>
578              <item>
579               <widget class="QComboBox" name="cbxTuning">
580                <property name="toolTip">
581                 <string>This option tweaks x264 for a specific type of source/content. For real-life footage, CGI and most other stuff, use the &quot;Film&quot; option. For anime/cartoon use the &quot;Animation&quot; option.</string>
582                </property>
583                <property name="currentIndex">
584                 <number>1</number>
585                </property>
586                <item>
587                 <property name="text">
588                  <string>None</string>
589                 </property>
590                </item>
591                <item>
592                 <property name="text">
593                  <string>Film</string>
594                 </property>
595                </item>
596                <item>
597                 <property name="text">
598                  <string>Animation</string>
599                 </property>
600                </item>
601                <item>
602                 <property name="text">
603                  <string>Grain</string>
604                 </property>
605                </item>
606                <item>
607                 <property name="text">
608                  <string>Stillimage</string>
609                 </property>
610                </item>
611                <item>
612                 <property name="text">
613                  <string>PSNR</string>
614                 </property>
615                </item>
616                <item>
617                 <property name="text">
618                  <string>SSIM</string>
619                 </property>
620                </item>
621                <item>
622                 <property name="text">
623                  <string>Fastdecode</string>
624                 </property>
625                </item>
626                <item>
627                 <property name="text">
628                  <string>Zerolatency</string>
629                 </property>
630                </item>
631                <item>
632                 <property name="text">
633                  <string>Touhou</string>
634                 </property>
635                </item>
636               </widget>
637              </item>
638             </layout>
639            </item>
640            <item>
641             <spacer name="horizontalSpacer_5">
642              <property name="orientation">
643               <enum>Qt::Horizontal</enum>
644              </property>
645              <property name="sizeType">
646               <enum>QSizePolicy::Fixed</enum>
647              </property>
648              <property name="sizeHint" stdset="0">
649               <size>
650                <width>16</width>
651                <height>20</height>
652               </size>
653              </property>
654             </spacer>
655            </item>
656            <item>
657             <layout class="QVBoxLayout" name="verticalLayout_9">
658              <item>
659               <widget class="QLabel" name="label_8">
660                <property name="toolTip">
661                 <string>This option can be used to enforce the restrictions of a specific H.264/AVC Proifle, though it won't force a higher profile than needed. Use &quot;Auto&quot; for an unrestricted encode.</string>
662                </property>
663                <property name="text">
664                 <string>Profile:</string>
665                </property>
666               </widget>
667              </item>
668              <item>
669               <widget class="QComboBox" name="cbxProfile">
670                <property name="toolTip">
671                 <string>This option can be used to enforce the restrictions of a specific H.264/AVC Proifle, though it won't force a higher profile than needed. Use &quot;Auto&quot; for an unrestricted encode.</string>
672                </property>
673                <property name="currentIndex">
674                 <number>0</number>
675                </property>
676                <item>
677                 <property name="text">
678                  <string>Auto</string>
679                 </property>
680                </item>
681                <item>
682                 <property name="text">
683                  <string>Baseline</string>
684                 </property>
685                </item>
686                <item>
687                 <property name="text">
688                  <string>Main</string>
689                 </property>
690                </item>
691                <item>
692                 <property name="text">
693                  <string>High</string>
694                 </property>
695                </item>
696                <item>
697                 <property name="text">
698                  <string>High10</string>
699                 </property>
700                </item>
701                <item>
702                 <property name="text">
703                  <string>High422</string>
704                 </property>
705                </item>
706                <item>
707                 <property name="text">
708                  <string>High444</string>
709                 </property>
710                </item>
711               </widget>
712              </item>
713             </layout>
714            </item>
715           </layout>
716          </item>
717          <item>
718           <spacer name="verticalSpacer_7">
719            <property name="orientation">
720             <enum>Qt::Vertical</enum>
721            </property>
722            <property name="sizeHint" stdset="0">
723             <size>
724              <width>20</width>
725              <height>0</height>
726             </size>
727            </property>
728           </spacer>
729          </item>
730         </layout>
731        </widget>
732       </item>
733       <item>
734        <widget class="QGroupBox" name="groupBox_4">
735         <property name="sizePolicy">
736          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
737           <horstretch>0</horstretch>
738           <verstretch>0</verstretch>
739          </sizepolicy>
740         </property>
741         <property name="title">
742          <string>Advanced Encoder Options </string>
743         </property>
744         <layout class="QVBoxLayout" name="verticalLayout_13">
745          <item>
746           <spacer name="verticalSpacer_8">
747            <property name="orientation">
748             <enum>Qt::Vertical</enum>
749            </property>
750            <property name="sizeHint" stdset="0">
751             <size>
752              <width>20</width>
753              <height>0</height>
754             </size>
755            </property>
756           </spacer>
757          </item>
758          <item>
759           <layout class="QVBoxLayout" name="verticalLayout_12">
760            <property name="spacing">
761             <number>0</number>
762            </property>
763            <item>
764             <layout class="QHBoxLayout" name="horizontalLayout_4">
765              <item>
766               <widget class="QLabel" name="label_10">
767                <property name="toolTip">
768                 <string>All command-line parameters you enter here will be passed to x264 unmodified and unchecked. Some parameters are forbidden, as they are reserved for the GUI.</string>
769                </property>
770                <property name="text">
771                 <string>Custom x264 Parameters:</string>
772                </property>
773               </widget>
774              </item>
775              <item>
776               <spacer name="horizontalSpacer_7">
777                <property name="orientation">
778                 <enum>Qt::Horizontal</enum>
779                </property>
780                <property name="sizeHint" stdset="0">
781                 <size>
782                  <width>40</width>
783                  <height>20</height>
784                 </size>
785                </property>
786               </spacer>
787              </item>
788              <item>
789               <widget class="QLabel" name="labelNotification">
790                <property name="palette">
791                 <palette>
792                  <active>
793                   <colorrole role="WindowText">
794                    <brush brushstyle="SolidPattern">
795                     <color alpha="255">
796                      <red>170</red>
797                      <green>0</green>
798                      <blue>0</blue>
799                     </color>
800                    </brush>
801                   </colorrole>
802                  </active>
803                  <inactive>
804                   <colorrole role="WindowText">
805                    <brush brushstyle="SolidPattern">
806                     <color alpha="255">
807                      <red>170</red>
808                      <green>0</green>
809                      <blue>0</blue>
810                     </color>
811                    </brush>
812                   </colorrole>
813                  </inactive>
814                  <disabled>
815                   <colorrole role="WindowText">
816                    <brush brushstyle="SolidPattern">
817                     <color alpha="255">
818                      <red>120</red>
819                      <green>120</green>
820                      <blue>120</blue>
821                     </color>
822                    </brush>
823                   </colorrole>
824                  </disabled>
825                 </palette>
826                </property>
827                <property name="font">
828                 <font>
829                  <weight>75</weight>
830                  <bold>true</bold>
831                 </font>
832                </property>
833                <property name="text">
834                 <string>Invalid parameter entered!</string>
835                </property>
836               </widget>
837              </item>
838              <item>
839               <spacer name="horizontalSpacer_6">
840                <property name="orientation">
841                 <enum>Qt::Horizontal</enum>
842                </property>
843                <property name="sizeHint" stdset="0">
844                 <size>
845                  <width>40</width>
846                  <height>20</height>
847                 </size>
848                </property>
849               </spacer>
850              </item>
851              <item>
852               <widget class="QLabel" name="labelHelpScreen">
853                <property name="palette">
854                 <palette>
855                  <active>
856                   <colorrole role="WindowText">
857                    <brush brushstyle="SolidPattern">
858                     <color alpha="255">
859                      <red>0</red>
860                      <green>0</green>
861                      <blue>255</blue>
862                     </color>
863                    </brush>
864                   </colorrole>
865                  </active>
866                  <inactive>
867                   <colorrole role="WindowText">
868                    <brush brushstyle="SolidPattern">
869                     <color alpha="255">
870                      <red>0</red>
871                      <green>0</green>
872                      <blue>255</blue>
873                     </color>
874                    </brush>
875                   </colorrole>
876                  </inactive>
877                  <disabled>
878                   <colorrole role="WindowText">
879                    <brush brushstyle="SolidPattern">
880                     <color alpha="255">
881                      <red>120</red>
882                      <green>120</green>
883                      <blue>120</blue>
884                     </color>
885                    </brush>
886                   </colorrole>
887                  </disabled>
888                 </palette>
889                </property>
890                <property name="font">
891                 <font>
892                  <underline>true</underline>
893                 </font>
894                </property>
895                <property name="cursor">
896                 <cursorShape>PointingHandCursor</cursorShape>
897                </property>
898                <property name="toolTip">
899                 <string>Click here to show a detailed list of all command-line options available in your build of x264!</string>
900                </property>
901                <property name="text">
902                 <string>Show Help Screen</string>
903                </property>
904               </widget>
905              </item>
906             </layout>
907            </item>
908            <item>
909             <widget class="QLineEdit" name="editCustomParams">
910              <property name="toolTip">
911               <string>All command-line parameters you enter here will be passed to x264 unmodified and unchecked. Some parameters are forbidden, as they are reserved for the GUI.</string>
912              </property>
913              <property name="placeholderText">
914               <string>You can enter custom command-line options here...</string>
915              </property>
916             </widget>
917            </item>
918           </layout>
919          </item>
920          <item>
921           <spacer name="verticalSpacer_9">
922            <property name="orientation">
923             <enum>Qt::Vertical</enum>
924            </property>
925            <property name="sizeHint" stdset="0">
926             <size>
927              <width>20</width>
928              <height>0</height>
929             </size>
930            </property>
931           </spacer>
932          </item>
933         </layout>
934        </widget>
935       </item>
936      </layout>
937     </widget>
938    </item>
939    <item>
940     <widget class="QFrame" name="frame">
941      <property name="frameShape">
942       <enum>QFrame::HLine</enum>
943      </property>
944      <property name="frameShadow">
945       <enum>QFrame::Sunken</enum>
946      </property>
947     </widget>
948    </item>
949    <item>
950     <layout class="QHBoxLayout" name="horizontalLayout">
951      <item>
952       <widget class="QCheckBox" name="checkBoxRun">
953        <property name="text">
954         <string>Start Job Immediately</string>
955        </property>
956        <property name="checked">
957         <bool>true</bool>
958        </property>
959       </widget>
960      </item>
961      <item>
962       <spacer name="horizontalSpacer">
963        <property name="orientation">
964         <enum>Qt::Horizontal</enum>
965        </property>
966        <property name="sizeHint" stdset="0">
967         <size>
968          <width>40</width>
969          <height>20</height>
970         </size>
971        </property>
972       </spacer>
973      </item>
974      <item>
975       <widget class="QPushButton" name="buttonAccept">
976        <property name="minimumSize">
977         <size>
978          <width>128</width>
979          <height>0</height>
980         </size>
981        </property>
982        <property name="text">
983         <string>Add Job</string>
984        </property>
985        <property name="icon">
986         <iconset resource="../res/resources.qrc">
987          <normaloff>:/buttons/accept.png</normaloff>:/buttons/accept.png</iconset>
988        </property>
989       </widget>
990      </item>
991      <item>
992       <widget class="QPushButton" name="buttonCancel">
993        <property name="minimumSize">
994         <size>
995          <width>128</width>
996          <height>0</height>
997         </size>
998        </property>
999        <property name="text">
1000         <string>Cancel</string>
1001        </property>
1002        <property name="icon">
1003         <iconset resource="../res/resources.qrc">
1004          <normaloff>:/buttons/cancel.png</normaloff>:/buttons/cancel.png</iconset>
1005        </property>
1006       </widget>
1007      </item>
1008     </layout>
1009    </item>
1010   </layout>
1011  </widget>
1012  <tabstops>
1013   <tabstop>editSource</tabstop>
1014   <tabstop>buttonBrowseSource</tabstop>
1015   <tabstop>editOutput</tabstop>
1016   <tabstop>buttonBrowseOutput</tabstop>
1017   <tabstop>cbxTemplate</tabstop>
1018   <tabstop>buttonSaveTemplate</tabstop>
1019   <tabstop>buttonDeleteTemplate</tabstop>
1020   <tabstop>cbxRateControlMode</tabstop>
1021   <tabstop>spinQuantizer</tabstop>
1022   <tabstop>spinBitrate</tabstop>
1023   <tabstop>cbxPreset</tabstop>
1024   <tabstop>cbxTuning</tabstop>
1025   <tabstop>cbxProfile</tabstop>
1026   <tabstop>editCustomParams</tabstop>
1027   <tabstop>checkBoxRun</tabstop>
1028   <tabstop>buttonAccept</tabstop>
1029   <tabstop>buttonCancel</tabstop>
1030  </tabstops>
1031  <resources>
1032   <include location="../res/resources.qrc"/>
1033  </resources>
1034  <connections>
1035   <connection>
1036    <sender>buttonAccept</sender>
1037    <signal>clicked()</signal>
1038    <receiver>AddJobDialog</receiver>
1039    <slot>accept()</slot>
1040    <hints>
1041     <hint type="sourcelabel">
1042      <x>495</x>
1043      <y>558</y>
1044     </hint>
1045     <hint type="destinationlabel">
1046      <x>397</x>
1047      <y>213</y>
1048     </hint>
1049    </hints>
1050   </connection>
1051   <connection>
1052    <sender>buttonCancel</sender>
1053    <signal>clicked()</signal>
1054    <receiver>AddJobDialog</receiver>
1055    <slot>reject()</slot>
1056    <hints>
1057     <hint type="sourcelabel">
1058      <x>629</x>
1059      <y>558</y>
1060     </hint>
1061     <hint type="destinationlabel">
1062      <x>397</x>
1063      <y>213</y>
1064     </hint>
1065    </hints>
1066   </connection>
1067  </connections>
1068 </ui>