OSDN Git Service

b894a0940327251bcbc97db954c55a713edd9730
[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 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     </widget>
346     <widget class="QMenu" name="menuDownloadAvisynth">
347      <property name="title">
348       <string>Download Avisynth</string>
349      </property>
350      <property name="icon">
351       <iconset resource="../res/resources.qrc">
352        <normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
353      </property>
354      <addaction name="actionWebAvisynth32"/>
355      <addaction name="actionWebAvisynth64"/>
356     </widget>
357     <addaction name="actionCheckForUpdates"/>
358     <addaction name="separator"/>
359     <addaction name="actionWebMulder"/>
360     <addaction name="actionWebX264"/>
361     <addaction name="actionWebSupport"/>
362     <addaction name="separator"/>
363     <addaction name="menuDownloadX264"/>
364     <addaction name="menuDownloadAvisynth"/>
365     <addaction name="actionWebVapourSynth"/>
366     <addaction name="separator"/>
367     <addaction name="actionWebWiki"/>
368     <addaction name="actionWebBluRay"/>
369     <addaction name="actionWebAvsWiki"/>
370     <addaction name="actionWebVapourSynthDocs"/>
371     <addaction name="actionWebSecret"/>
372     <addaction name="separator"/>
373     <addaction name="actionAbout"/>
374    </widget>
375    <widget class="QMenu" name="menuJob">
376     <property name="title">
377      <string>Job</string>
378     </property>
379     <addaction name="actionJob_New"/>
380     <addaction name="separator"/>
381     <addaction name="actionJob_Start"/>
382     <addaction name="actionJob_Pause"/>
383     <addaction name="actionJob_Abort"/>
384     <addaction name="separator"/>
385     <addaction name="actionJob_Browse"/>
386     <addaction name="actionJob_Delete"/>
387     <addaction name="actionJob_Restart"/>
388    </widget>
389    <addaction name="menuFile"/>
390    <addaction name="menuJob"/>
391    <addaction name="menu"/>
392   </widget>
393   <action name="actionExit">
394    <property name="icon">
395     <iconset resource="../res/resources.qrc">
396      <normaloff>:/buttons/door_in.png</normaloff>:/buttons/door_in.png</iconset>
397    </property>
398    <property name="text">
399     <string>Exit</string>
400    </property>
401   </action>
402   <action name="actionAbout">
403    <property name="icon">
404     <iconset resource="../res/resources.qrc">
405      <normaloff>:/buttons/information.png</normaloff>:/buttons/information.png</iconset>
406    </property>
407    <property name="text">
408     <string>About...</string>
409    </property>
410   </action>
411   <action name="actionWebMulder">
412    <property name="icon">
413     <iconset resource="../res/resources.qrc">
414      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
415    </property>
416    <property name="text">
417     <string>MuldeR's Web-Site</string>
418    </property>
419   </action>
420   <action name="actionWebX264">
421    <property name="icon">
422     <iconset resource="../res/resources.qrc">
423      <normaloff>:/buttons/x264.png</normaloff>:/buttons/x264.png</iconset>
424    </property>
425    <property name="text">
426     <string>Official x264 Web-Site</string>
427    </property>
428   </action>
429   <action name="actionWebKomisar">
430    <property name="icon">
431     <iconset resource="../res/resources.qrc">
432      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
433    </property>
434    <property name="text">
435     <string>Komisar's Web-Site</string>
436    </property>
437   </action>
438   <action name="actionWebVideoLAN">
439    <property name="icon">
440     <iconset resource="../res/resources.qrc">
441      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
442    </property>
443    <property name="text">
444     <string>VideoLAN Builds</string>
445    </property>
446   </action>
447   <action name="actionWebWiki">
448    <property name="icon">
449     <iconset resource="../res/resources.qrc">
450      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
451    </property>
452    <property name="text">
453     <string>MeWiki - x264 Settings</string>
454    </property>
455   </action>
456   <action name="actionWebBluRay">
457    <property name="icon">
458     <iconset resource="../res/resources.qrc">
459      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
460    </property>
461    <property name="text">
462     <string>x264 BluRay Authoring</string>
463    </property>
464   </action>
465   <action name="actionJob_New">
466    <property name="icon">
467     <iconset resource="../res/resources.qrc">
468      <normaloff>:/buttons/add.png</normaloff>:/buttons/add.png</iconset>
469    </property>
470    <property name="text">
471     <string>Create Job</string>
472    </property>
473   </action>
474   <action name="actionJob_Start">
475    <property name="enabled">
476     <bool>false</bool>
477    </property>
478    <property name="icon">
479     <iconset resource="../res/resources.qrc">
480      <normaloff>:/buttons/play_big.png</normaloff>:/buttons/play_big.png</iconset>
481    </property>
482    <property name="text">
483     <string>Start Job</string>
484    </property>
485   </action>
486   <action name="actionJob_Abort">
487    <property name="enabled">
488     <bool>false</bool>
489    </property>
490    <property name="icon">
491     <iconset resource="../res/resources.qrc">
492      <normaloff>:/buttons/cancel.png</normaloff>:/buttons/cancel.png</iconset>
493    </property>
494    <property name="text">
495     <string>Abort Job</string>
496    </property>
497   </action>
498   <action name="actionJob_Pause">
499    <property name="checkable">
500     <bool>true</bool>
501    </property>
502    <property name="enabled">
503     <bool>false</bool>
504    </property>
505    <property name="icon">
506     <iconset resource="../res/resources.qrc">
507      <normaloff>:/buttons/pause.png</normaloff>:/buttons/pause.png</iconset>
508    </property>
509    <property name="text">
510     <string>Pause Job</string>
511    </property>
512   </action>
513   <action name="actionPreferences">
514    <property name="icon">
515     <iconset resource="../res/resources.qrc">
516      <normaloff>:/buttons/wrench.png</normaloff>:/buttons/wrench.png</iconset>
517    </property>
518    <property name="text">
519     <string>Preferences</string>
520    </property>
521   </action>
522   <action name="actionJob_Delete">
523    <property name="enabled">
524     <bool>false</bool>
525    </property>
526    <property name="icon">
527     <iconset resource="../res/resources.qrc">
528      <normaloff>:/buttons/trash.png</normaloff>:/buttons/trash.png</iconset>
529    </property>
530    <property name="text">
531     <string>Delete Job</string>
532    </property>
533   </action>
534   <action name="actionJob_Browse">
535    <property name="enabled">
536     <bool>false</bool>
537    </property>
538    <property name="icon">
539     <iconset resource="../res/resources.qrc">
540      <normaloff>:/buttons/folder_magnify.png</normaloff>:/buttons/folder_magnify.png</iconset>
541    </property>
542    <property name="text">
543     <string>Explore Job</string>
544    </property>
545   </action>
546   <action name="actionWebAvisynth32">
547    <property name="icon">
548     <iconset resource="../res/resources.qrc">
549      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
550    </property>
551    <property name="text">
552     <string>32-Bit Avisynth (Stable)</string>
553    </property>
554   </action>
555   <action name="actionWebAvisynth64">
556    <property name="icon">
557     <iconset resource="../res/resources.qrc">
558      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
559    </property>
560    <property name="text">
561     <string>64-Bit Avisynth (Experimental)</string>
562    </property>
563   </action>
564   <action name="actionWebJEEB">
565    <property name="icon">
566     <iconset resource="../res/resources.qrc">
567      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
568    </property>
569    <property name="text">
570     <string>JEEB's Web-Site</string>
571    </property>
572   </action>
573   <action name="actionWebSecret">
574    <property name="icon">
575     <iconset resource="../res/resources.qrc">
576      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
577    </property>
578    <property name="text">
579     <string>Secret Recipe - Shush!</string>
580    </property>
581   </action>
582   <action name="actionWebAvsWiki">
583    <property name="icon">
584     <iconset resource="../res/resources.qrc">
585      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
586    </property>
587    <property name="text">
588     <string>Avisynth Usage Wiki</string>
589    </property>
590   </action>
591   <action name="actionJob_Restart">
592    <property name="enabled">
593     <bool>false</bool>
594    </property>
595    <property name="icon">
596     <iconset resource="../res/resources.qrc">
597      <normaloff>:/buttons/restart.png</normaloff>:/buttons/restart.png</iconset>
598    </property>
599    <property name="text">
600     <string>Restart Job</string>
601    </property>
602   </action>
603   <action name="actionWebSupport">
604    <property name="icon">
605     <iconset resource="../res/resources.qrc">
606      <normaloff>:/buttons/group.png</normaloff>:/buttons/group.png</iconset>
607    </property>
608    <property name="text">
609     <string>Help and Support</string>
610    </property>
611   </action>
612   <action name="actionOpen">
613    <property name="icon">
614     <iconset resource="../res/resources.qrc">
615      <normaloff>:/buttons/folder_add.png</normaloff>:/buttons/folder_add.png</iconset>
616    </property>
617    <property name="text">
618     <string>Open...</string>
619    </property>
620   </action>
621   <action name="actionDownload_Avisynth">
622    <property name="text">
623     <string>Download Avisynth</string>
624    </property>
625   </action>
626   <action name="actionUtz">
627    <property name="text">
628     <string>utz</string>
629    </property>
630   </action>
631   <action name="actionWebVapourSynth">
632    <property name="icon">
633     <iconset resource="../res/resources.qrc">
634      <normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
635    </property>
636    <property name="text">
637     <string>Download VapourSynth</string>
638    </property>
639   </action>
640   <action name="actionWebVapourSynthDocs">
641    <property name="icon">
642     <iconset resource="../res/resources.qrc">
643      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
644    </property>
645    <property name="text">
646     <string>VapourSynth Manual</string>
647    </property>
648   </action>
649   <action name="actionCheckForUpdates">
650    <property name="icon">
651     <iconset resource="../res/resources.qrc">
652      <normaloff>:/buttons/update.png</normaloff>:/buttons/update.png</iconset>
653    </property>
654    <property name="text">
655     <string>Check for Updates</string>
656    </property>
657   </action>
658  </widget>
659  <tabstops>
660   <tabstop>buttonAddJob</tabstop>
661   <tabstop>buttonStartJob</tabstop>
662   <tabstop>buttonAbortJob</tabstop>
663   <tabstop>jobsView</tabstop>
664   <tabstop>logView</tabstop>
665   <tabstop>editDetails</tabstop>
666  </tabstops>
667  <resources>
668   <include location="../res/resources.qrc"/>
669  </resources>
670  <connections>
671   <connection>
672    <sender>actionExit</sender>
673    <signal>triggered()</signal>
674    <receiver>MainWindow</receiver>
675    <slot>close()</slot>
676    <hints>
677     <hint type="sourcelabel">
678      <x>-1</x>
679      <y>-1</y>
680     </hint>
681     <hint type="destinationlabel">
682      <x>399</x>
683      <y>299</y>
684     </hint>
685    </hints>
686   </connection>
687   <connection>
688    <sender>actionJob_New</sender>
689    <signal>triggered()</signal>
690    <receiver>buttonAddJob</receiver>
691    <slot>click()</slot>
692    <hints>
693     <hint type="sourcelabel">
694      <x>-1</x>
695      <y>-1</y>
696     </hint>
697     <hint type="destinationlabel">
698      <x>73</x>
699      <y>617</y>
700     </hint>
701    </hints>
702   </connection>
703   <connection>
704    <sender>actionJob_Start</sender>
705    <signal>triggered()</signal>
706    <receiver>buttonStartJob</receiver>
707    <slot>click()</slot>
708    <hints>
709     <hint type="sourcelabel">
710      <x>-1</x>
711      <y>-1</y>
712     </hint>
713     <hint type="destinationlabel">
714      <x>547</x>
715      <y>617</y>
716     </hint>
717    </hints>
718   </connection>
719   <connection>
720    <sender>actionJob_Abort</sender>
721    <signal>triggered()</signal>
722    <receiver>buttonAbortJob</receiver>
723    <slot>click()</slot>
724    <hints>
725     <hint type="sourcelabel">
726      <x>-1</x>
727      <y>-1</y>
728     </hint>
729     <hint type="destinationlabel">
730      <x>657</x>
731      <y>617</y>
732     </hint>
733    </hints>
734   </connection>
735   <connection>
736    <sender>actionJob_Pause</sender>
737    <signal>toggled(bool)</signal>
738    <receiver>buttonPauseJob</receiver>
739    <slot>setChecked(bool)</slot>
740    <hints>
741     <hint type="sourcelabel">
742      <x>-1</x>
743      <y>-1</y>
744     </hint>
745     <hint type="destinationlabel">
746      <x>547</x>
747      <y>617</y>
748     </hint>
749    </hints>
750   </connection>
751  </connections>
752 </ui>