OSDN Git Service

55a527a1637b8640a8e2e1357d13ccc0c3df5efe
[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="contextMenuPolicy">
34         <enum>Qt::ActionsContextMenu</enum>
35        </property>
36        <property name="alternatingRowColors">
37         <bool>true</bool>
38        </property>
39        <property name="selectionMode">
40         <enum>QAbstractItemView::SingleSelection</enum>
41        </property>
42        <property name="selectionBehavior">
43         <enum>QAbstractItemView::SelectRows</enum>
44        </property>
45        <property name="wordWrap">
46         <bool>false</bool>
47        </property>
48        <property name="cornerButtonEnabled">
49         <bool>false</bool>
50        </property>
51        <attribute name="horizontalHeaderVisible">
52         <bool>true</bool>
53        </attribute>
54        <attribute name="horizontalHeaderHighlightSections">
55         <bool>false</bool>
56        </attribute>
57        <attribute name="verticalHeaderVisible">
58         <bool>false</bool>
59        </attribute>
60       </widget>
61       <widget class="QGroupBox" name="groupBox">
62        <property name="title">
63         <string> Job Details </string>
64        </property>
65        <layout class="QVBoxLayout" name="verticalLayout_2">
66         <property name="spacing">
67          <number>2</number>
68         </property>
69         <item>
70          <widget class="QProgressBar" name="progressBar">
71           <property name="mouseTracking">
72            <bool>false</bool>
73           </property>
74           <property name="focusPolicy">
75            <enum>Qt::StrongFocus</enum>
76           </property>
77           <property name="value">
78            <number>0</number>
79           </property>
80           <property name="alignment">
81            <set>Qt::AlignCenter</set>
82           </property>
83          </widget>
84         </item>
85         <item>
86          <spacer name="verticalSpacer">
87           <property name="orientation">
88            <enum>Qt::Vertical</enum>
89           </property>
90           <property name="sizeType">
91            <enum>QSizePolicy::Fixed</enum>
92           </property>
93           <property name="sizeHint" stdset="0">
94            <size>
95             <width>20</width>
96             <height>3</height>
97            </size>
98           </property>
99          </spacer>
100         </item>
101         <item>
102          <widget class="QListView" name="logView">
103           <property name="font">
104            <font>
105             <family>Lucida Console</family>
106            </font>
107           </property>
108           <property name="contextMenuPolicy">
109            <enum>Qt::ActionsContextMenu</enum>
110           </property>
111           <property name="horizontalScrollBarPolicy">
112            <enum>Qt::ScrollBarAlwaysOff</enum>
113           </property>
114           <property name="selectionMode">
115            <enum>QAbstractItemView::NoSelection</enum>
116           </property>
117           <property name="selectionBehavior">
118            <enum>QAbstractItemView::SelectRows</enum>
119           </property>
120          </widget>
121         </item>
122         <item>
123          <widget class="QLineEdit" name="editDetails">
124           <property name="font">
125            <font>
126             <weight>75</weight>
127             <bold>true</bold>
128            </font>
129           </property>
130           <property name="readOnly">
131            <bool>true</bool>
132           </property>
133          </widget>
134         </item>
135        </layout>
136       </widget>
137      </widget>
138     </item>
139     <item>
140      <widget class="QFrame" name="frame">
141       <property name="frameShape">
142        <enum>QFrame::HLine</enum>
143       </property>
144       <property name="frameShadow">
145        <enum>QFrame::Sunken</enum>
146       </property>
147      </widget>
148     </item>
149     <item>
150      <layout class="QHBoxLayout" name="horizontalLayout">
151       <item>
152        <widget class="QPushButton" name="buttonAddJob">
153         <property name="minimumSize">
154          <size>
155           <width>128</width>
156           <height>0</height>
157          </size>
158         </property>
159         <property name="text">
160          <string>Add New Job</string>
161         </property>
162         <property name="icon">
163          <iconset resource="../res/resources.qrc">
164           <normaloff>:/buttons/add.png</normaloff>:/buttons/add.png</iconset>
165         </property>
166        </widget>
167       </item>
168       <item>
169        <spacer name="horizontalSpacer">
170         <property name="orientation">
171          <enum>Qt::Horizontal</enum>
172         </property>
173         <property name="sizeHint" stdset="0">
174          <size>
175           <width>40</width>
176           <height>20</height>
177          </size>
178         </property>
179        </spacer>
180       </item>
181       <item>
182        <widget class="QLabel" name="labelBuildDate">
183         <property name="palette">
184          <palette>
185           <active>
186            <colorrole role="WindowText">
187             <brush brushstyle="SolidPattern">
188              <color alpha="255">
189               <red>126</red>
190               <green>126</green>
191               <blue>126</blue>
192              </color>
193             </brush>
194            </colorrole>
195           </active>
196           <inactive>
197            <colorrole role="WindowText">
198             <brush brushstyle="SolidPattern">
199              <color alpha="255">
200               <red>126</red>
201               <green>126</green>
202               <blue>126</blue>
203              </color>
204             </brush>
205            </colorrole>
206           </inactive>
207           <disabled>
208            <colorrole role="WindowText">
209             <brush brushstyle="SolidPattern">
210              <color alpha="255">
211               <red>120</red>
212               <green>120</green>
213               <blue>120</blue>
214              </color>
215             </brush>
216            </colorrole>
217           </disabled>
218          </palette>
219         </property>
220         <property name="cursor">
221          <cursorShape>WhatsThisCursor</cursorShape>
222         </property>
223         <property name="text">
224          <string>(Version)</string>
225         </property>
226        </widget>
227       </item>
228       <item>
229        <spacer name="horizontalSpacer_2">
230         <property name="orientation">
231          <enum>Qt::Horizontal</enum>
232         </property>
233         <property name="sizeHint" stdset="0">
234          <size>
235           <width>40</width>
236           <height>20</height>
237          </size>
238         </property>
239        </spacer>
240       </item>
241       <item>
242        <widget class="QPushButton" name="buttonStartJob">
243         <property name="enabled">
244          <bool>false</bool>
245         </property>
246         <property name="minimumSize">
247          <size>
248           <width>104</width>
249           <height>0</height>
250          </size>
251         </property>
252         <property name="text">
253          <string>Start Job</string>
254         </property>
255         <property name="icon">
256          <iconset resource="../res/resources.qrc">
257           <normaloff>:/buttons/play_big.png</normaloff>:/buttons/play_big.png</iconset>
258         </property>
259        </widget>
260       </item>
261       <item>
262        <widget class="QPushButton" name="buttonPauseJob">
263         <property name="enabled">
264          <bool>false</bool>
265         </property>
266         <property name="minimumSize">
267          <size>
268           <width>104</width>
269           <height>0</height>
270          </size>
271         </property>
272         <property name="text">
273          <string>Pause Job</string>
274         </property>
275         <property name="icon">
276          <iconset resource="../res/resources.qrc">
277           <normaloff>:/buttons/pause.png</normaloff>:/buttons/pause.png</iconset>
278         </property>
279         <property name="checkable">
280          <bool>true</bool>
281         </property>
282        </widget>
283       </item>
284       <item>
285        <widget class="QPushButton" name="buttonAbortJob">
286         <property name="enabled">
287          <bool>false</bool>
288         </property>
289         <property name="minimumSize">
290          <size>
291           <width>104</width>
292           <height>0</height>
293          </size>
294         </property>
295         <property name="text">
296          <string>Abort Job</string>
297         </property>
298         <property name="icon">
299          <iconset resource="../res/resources.qrc">
300           <normaloff>:/buttons/cancel.png</normaloff>:/buttons/cancel.png</iconset>
301         </property>
302        </widget>
303       </item>
304      </layout>
305     </item>
306    </layout>
307   </widget>
308   <widget class="QMenuBar" name="menubar">
309    <property name="geometry">
310     <rect>
311      <x>0</x>
312      <y>0</y>
313      <width>720</width>
314      <height>21</height>
315     </rect>
316    </property>
317    <widget class="QMenu" name="menuFile">
318     <property name="title">
319      <string>File</string>
320     </property>
321     <addaction name="actionPreferences"/>
322     <addaction name="separator"/>
323     <addaction name="actionExit"/>
324    </widget>
325    <widget class="QMenu" name="menu">
326     <property name="title">
327      <string>?</string>
328     </property>
329     <addaction name="actionWebMulder"/>
330     <addaction name="actionWebX264"/>
331     <addaction name="actionWebKomisar"/>
332     <addaction name="actionWebJarod"/>
333     <addaction name="separator"/>
334     <addaction name="actionWebWiki"/>
335     <addaction name="actionWebBluRay"/>
336     <addaction name="separator"/>
337     <addaction name="actionAbout"/>
338    </widget>
339    <widget class="QMenu" name="menuJob">
340     <property name="title">
341      <string>Job</string>
342     </property>
343     <addaction name="actionJob_New"/>
344     <addaction name="separator"/>
345     <addaction name="actionJob_Start"/>
346     <addaction name="actionJob_Pause"/>
347     <addaction name="actionJob_Abort"/>
348    </widget>
349    <addaction name="menuFile"/>
350    <addaction name="menuJob"/>
351    <addaction name="menu"/>
352   </widget>
353   <action name="actionExit">
354    <property name="icon">
355     <iconset resource="../res/resources.qrc">
356      <normaloff>:/buttons/door_in.png</normaloff>:/buttons/door_in.png</iconset>
357    </property>
358    <property name="text">
359     <string>Exit</string>
360    </property>
361   </action>
362   <action name="actionAbout">
363    <property name="icon">
364     <iconset resource="../res/resources.qrc">
365      <normaloff>:/buttons/information.png</normaloff>:/buttons/information.png</iconset>
366    </property>
367    <property name="text">
368     <string>About...</string>
369    </property>
370   </action>
371   <action name="actionWebMulder">
372    <property name="icon">
373     <iconset resource="../res/resources.qrc">
374      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
375    </property>
376    <property name="text">
377     <string>MuldeR's Web-Site</string>
378    </property>
379   </action>
380   <action name="actionWebX264">
381    <property name="icon">
382     <iconset resource="../res/resources.qrc">
383      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
384    </property>
385    <property name="text">
386     <string>Official x264 Web-Site</string>
387    </property>
388   </action>
389   <action name="actionWebKomisar">
390    <property name="icon">
391     <iconset resource="../res/resources.qrc">
392      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
393    </property>
394    <property name="text">
395     <string>Komisar's Web-Site</string>
396    </property>
397   </action>
398   <action name="actionWebJarod">
399    <property name="icon">
400     <iconset resource="../res/resources.qrc">
401      <normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
402    </property>
403    <property name="text">
404     <string>Jarod's Web-Site</string>
405    </property>
406   </action>
407   <action name="actionWebWiki">
408    <property name="icon">
409     <iconset resource="../res/resources.qrc">
410      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
411    </property>
412    <property name="text">
413     <string>MeWiki - x264 Settings</string>
414    </property>
415   </action>
416   <action name="actionWebBluRay">
417    <property name="icon">
418     <iconset resource="../res/resources.qrc">
419      <normaloff>:/buttons/book_open.png</normaloff>:/buttons/book_open.png</iconset>
420    </property>
421    <property name="text">
422     <string>x264 BluRay Authoring</string>
423    </property>
424   </action>
425   <action name="actionJob_New">
426    <property name="icon">
427     <iconset resource="../res/resources.qrc">
428      <normaloff>:/buttons/add.png</normaloff>:/buttons/add.png</iconset>
429    </property>
430    <property name="text">
431     <string>Add New Job</string>
432    </property>
433   </action>
434   <action name="actionJob_Start">
435    <property name="enabled">
436     <bool>false</bool>
437    </property>
438    <property name="icon">
439     <iconset resource="../res/resources.qrc">
440      <normaloff>:/buttons/play_big.png</normaloff>:/buttons/play_big.png</iconset>
441    </property>
442    <property name="text">
443     <string>Start Job</string>
444    </property>
445   </action>
446   <action name="actionJob_Abort">
447    <property name="enabled">
448     <bool>false</bool>
449    </property>
450    <property name="icon">
451     <iconset resource="../res/resources.qrc">
452      <normaloff>:/buttons/cancel.png</normaloff>:/buttons/cancel.png</iconset>
453    </property>
454    <property name="text">
455     <string>Abort Job</string>
456    </property>
457   </action>
458   <action name="actionJob_Pause">
459    <property name="checkable">
460     <bool>true</bool>
461    </property>
462    <property name="enabled">
463     <bool>false</bool>
464    </property>
465    <property name="icon">
466     <iconset resource="../res/resources.qrc">
467      <normaloff>:/buttons/pause.png</normaloff>:/buttons/pause.png</iconset>
468    </property>
469    <property name="text">
470     <string>Pause Job</string>
471    </property>
472   </action>
473   <action name="actionPreferences">
474    <property name="enabled">
475     <bool>false</bool>
476    </property>
477    <property name="icon">
478     <iconset resource="../res/resources.qrc">
479      <normaloff>:/buttons/wrench.png</normaloff>:/buttons/wrench.png</iconset>
480    </property>
481    <property name="text">
482     <string>Preferences</string>
483    </property>
484   </action>
485  </widget>
486  <tabstops>
487   <tabstop>buttonAddJob</tabstop>
488   <tabstop>buttonStartJob</tabstop>
489   <tabstop>buttonAbortJob</tabstop>
490   <tabstop>jobsView</tabstop>
491   <tabstop>logView</tabstop>
492   <tabstop>editDetails</tabstop>
493  </tabstops>
494  <resources>
495   <include location="../res/resources.qrc"/>
496  </resources>
497  <connections>
498   <connection>
499    <sender>actionExit</sender>
500    <signal>activated()</signal>
501    <receiver>MainWindow</receiver>
502    <slot>close()</slot>
503    <hints>
504     <hint type="sourcelabel">
505      <x>-1</x>
506      <y>-1</y>
507     </hint>
508     <hint type="destinationlabel">
509      <x>399</x>
510      <y>299</y>
511     </hint>
512    </hints>
513   </connection>
514   <connection>
515    <sender>actionJob_New</sender>
516    <signal>triggered()</signal>
517    <receiver>buttonAddJob</receiver>
518    <slot>click()</slot>
519    <hints>
520     <hint type="sourcelabel">
521      <x>-1</x>
522      <y>-1</y>
523     </hint>
524     <hint type="destinationlabel">
525      <x>73</x>
526      <y>617</y>
527     </hint>
528    </hints>
529   </connection>
530   <connection>
531    <sender>actionJob_Start</sender>
532    <signal>triggered()</signal>
533    <receiver>buttonStartJob</receiver>
534    <slot>click()</slot>
535    <hints>
536     <hint type="sourcelabel">
537      <x>-1</x>
538      <y>-1</y>
539     </hint>
540     <hint type="destinationlabel">
541      <x>547</x>
542      <y>617</y>
543     </hint>
544    </hints>
545   </connection>
546   <connection>
547    <sender>actionJob_Abort</sender>
548    <signal>triggered()</signal>
549    <receiver>buttonAbortJob</receiver>
550    <slot>click()</slot>
551    <hints>
552     <hint type="sourcelabel">
553      <x>-1</x>
554      <y>-1</y>
555     </hint>
556     <hint type="destinationlabel">
557      <x>657</x>
558      <y>617</y>
559     </hint>
560    </hints>
561   </connection>
562   <connection>
563    <sender>actionJob_Pause</sender>
564    <signal>toggled(bool)</signal>
565    <receiver>buttonPauseJob</receiver>
566    <slot>setChecked(bool)</slot>
567    <hints>
568     <hint type="sourcelabel">
569      <x>-1</x>
570      <y>-1</y>
571     </hint>
572     <hint type="destinationlabel">
573      <x>547</x>
574      <y>617</y>
575     </hint>
576    </hints>
577   </connection>
578  </connections>
579 </ui>