OSDN Git Service

f1762b16aa87832b9bf116877ccf4661f7b3882a
[x264-launcher/x264-launcher.git] / gui / win_preferences.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PreferencesDialog</class>
4  <widget class="QDialog" name="PreferencesDialog">
5   <property name="windowModality">
6    <enum>Qt::ApplicationModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>379</width>
13     <height>292</height>
14    </rect>
15   </property>
16   <property name="windowTitle">
17    <string>Preferences</string>
18   </property>
19   <property name="modal">
20    <bool>true</bool>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <item>
24     <widget class="QGroupBox" name="groupBox">
25      <property name="sizePolicy">
26       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31      <property name="title">
32       <string> Preferences </string>
33      </property>
34      <layout class="QVBoxLayout" name="verticalLayout_2">
35       <item>
36        <layout class="QGridLayout" name="gridLayout">
37         <item row="2" column="2" colspan="2">
38          <widget class="QLabel" name="labelJobCount">
39           <property name="enabled">
40            <bool>false</bool>
41           </property>
42           <property name="toolTip">
43            <string>If the specified number of jobs (or even more) is already running, the next one will NOT be launched yet.</string>
44           </property>
45           <property name="text">
46            <string>Maximum number of running jobs:</string>
47           </property>
48          </widget>
49         </item>
50         <item row="1" column="0" rowspan="10">
51          <spacer name="horizontalSpacer_2">
52           <property name="orientation">
53            <enum>Qt::Horizontal</enum>
54           </property>
55           <property name="sizeType">
56            <enum>QSizePolicy::Fixed</enum>
57           </property>
58           <property name="sizeHint" stdset="0">
59            <size>
60             <width>8</width>
61             <height>20</height>
62            </size>
63           </property>
64          </spacer>
65         </item>
66         <item row="1" column="6" rowspan="10">
67          <spacer name="horizontalSpacer_3">
68           <property name="orientation">
69            <enum>Qt::Horizontal</enum>
70           </property>
71           <property name="sizeType">
72            <enum>QSizePolicy::Fixed</enum>
73           </property>
74           <property name="sizeHint" stdset="0">
75            <size>
76             <width>12</width>
77             <height>20</height>
78            </size>
79           </property>
80          </spacer>
81         </item>
82         <item row="1" column="2" colspan="4">
83          <widget class="QLabel" name="labelRunNextJob">
84           <property name="text">
85            <string>Automatically launch next job when a running job completes</string>
86           </property>
87          </widget>
88         </item>
89         <item row="1" column="1">
90          <widget class="QCheckBox" name="checkRunNextJob">
91           <property name="text">
92            <string notr="true"/>
93           </property>
94          </widget>
95         </item>
96         <item row="2" column="5">
97          <spacer name="horizontalSpacer_4">
98           <property name="orientation">
99            <enum>Qt::Horizontal</enum>
100           </property>
101           <property name="sizeHint" stdset="0">
102            <size>
103             <width>0</width>
104             <height>20</height>
105            </size>
106           </property>
107          </spacer>
108         </item>
109         <item row="2" column="4">
110          <widget class="QSpinBox" name="spinBoxJobCount">
111           <property name="enabled">
112            <bool>false</bool>
113           </property>
114           <property name="minimumSize">
115            <size>
116             <width>80</width>
117             <height>0</height>
118            </size>
119           </property>
120           <property name="toolTip">
121            <string>If the specified number of jobs (or even more) is already running, the next one will NOT be launched yet.</string>
122           </property>
123           <property name="minimum">
124            <number>1</number>
125           </property>
126           <property name="maximum">
127            <number>16</number>
128           </property>
129          </widget>
130         </item>
131         <item row="6" column="1">
132          <widget class="QCheckBox" name="checkUse64BitAvs2YUV">
133           <property name="toolTip">
134            <string>If this option is un-checked (default), then 32-Bit Avisynth will be used - even when using 64-Bit x264.
135 Please be aware that this option does NOT have any effect on 32-Bit systems.</string>
136           </property>
137           <property name="text">
138            <string notr="true"/>
139           </property>
140          </widget>
141         </item>
142         <item row="3" column="1" colspan="5">
143          <spacer name="verticalSpacer">
144           <property name="orientation">
145            <enum>Qt::Vertical</enum>
146           </property>
147           <property name="sizeType">
148            <enum>QSizePolicy::Fixed</enum>
149           </property>
150           <property name="sizeHint" stdset="0">
151            <size>
152             <width>20</width>
153             <height>8</height>
154            </size>
155           </property>
156          </spacer>
157         </item>
158         <item row="10" column="1">
159          <widget class="QCheckBox" name="checkShutdownComputer">
160           <property name="text">
161            <string notr="true"/>
162           </property>
163          </widget>
164         </item>
165         <item row="10" column="2" colspan="4">
166          <widget class="QLabel" name="labelShutdownComputer">
167           <property name="text">
168            <string>Shutdown computer as soon as the last job has completed</string>
169           </property>
170          </widget>
171         </item>
172         <item row="0" column="1" colspan="5">
173          <spacer name="verticalSpacer_2">
174           <property name="orientation">
175            <enum>Qt::Vertical</enum>
176           </property>
177           <property name="sizeType">
178            <enum>QSizePolicy::Fixed</enum>
179           </property>
180           <property name="sizeHint" stdset="0">
181            <size>
182             <width>20</width>
183             <height>12</height>
184            </size>
185           </property>
186          </spacer>
187         </item>
188         <item row="11" column="1" colspan="5">
189          <spacer name="verticalSpacer_3">
190           <property name="orientation">
191            <enum>Qt::Vertical</enum>
192           </property>
193           <property name="sizeType">
194            <enum>QSizePolicy::Fixed</enum>
195           </property>
196           <property name="sizeHint" stdset="0">
197            <size>
198             <width>20</width>
199             <height>12</height>
200            </size>
201           </property>
202          </spacer>
203         </item>
204         <item row="6" column="2" colspan="4">
205          <widget class="QLabel" name="labelUse64BitAvs2YUV">
206           <property name="toolTip">
207            <string>If this option is un-checked (default), then 32-Bit Avisynth will be used - even when using 64-Bit x264.
208 Please be aware that this option does NOT have any effect on 32-Bit systems.</string>
209           </property>
210           <property name="text">
211            <string>Use 64-Bit Avisynth/Avs2YUV, if running on a 64-Bit machine</string>
212           </property>
213          </widget>
214         </item>
215         <item row="7" column="1" colspan="5">
216          <spacer name="verticalSpacer_4">
217           <property name="orientation">
218            <enum>Qt::Vertical</enum>
219           </property>
220           <property name="sizeType">
221            <enum>QSizePolicy::Fixed</enum>
222           </property>
223           <property name="sizeHint" stdset="0">
224            <size>
225             <width>20</width>
226             <height>8</height>
227            </size>
228           </property>
229          </spacer>
230         </item>
231         <item row="4" column="1">
232          <widget class="QCheckBox" name="checkUse10BitEncoding">
233           <property name="text">
234            <string notr="true"/>
235           </property>
236          </widget>
237         </item>
238         <item row="4" column="2" colspan="4">
239          <widget class="QLabel" name="labelUse10BitEncoding">
240           <property name="text">
241            <string>Use 10-Bit version of x264 → implies 'High 10' H.264 Profile</string>
242           </property>
243          </widget>
244         </item>
245         <item row="5" column="1" colspan="5">
246          <spacer name="verticalSpacer_5">
247           <property name="orientation">
248            <enum>Qt::Vertical</enum>
249           </property>
250           <property name="sizeType">
251            <enum>QSizePolicy::Fixed</enum>
252           </property>
253           <property name="sizeHint" stdset="0">
254            <size>
255             <width>20</width>
256             <height>8</height>
257            </size>
258           </property>
259          </spacer>
260         </item>
261         <item row="8" column="1">
262          <widget class="QCheckBox" name="checkSaveLogFiles">
263           <property name="text">
264            <string/>
265           </property>
266          </widget>
267         </item>
268         <item row="8" column="2" colspan="4">
269          <widget class="QLabel" name="labelSaveLogFiles">
270           <property name="text">
271            <string>Automatically save output to log file when a job has finished</string>
272           </property>
273          </widget>
274         </item>
275         <item row="9" column="1" colspan="5">
276          <spacer name="verticalSpacer_6">
277           <property name="orientation">
278            <enum>Qt::Vertical</enum>
279           </property>
280           <property name="sizeType">
281            <enum>QSizePolicy::Fixed</enum>
282           </property>
283           <property name="sizeHint" stdset="0">
284            <size>
285             <width>20</width>
286             <height>8</height>
287            </size>
288           </property>
289          </spacer>
290         </item>
291        </layout>
292       </item>
293      </layout>
294     </widget>
295    </item>
296    <item>
297     <layout class="QHBoxLayout" name="horizontalLayout">
298      <item>
299       <spacer name="horizontalSpacer">
300        <property name="orientation">
301         <enum>Qt::Horizontal</enum>
302        </property>
303        <property name="sizeHint" stdset="0">
304         <size>
305          <width>40</width>
306          <height>20</height>
307         </size>
308        </property>
309       </spacer>
310      </item>
311      <item>
312       <widget class="QPushButton" name="resetButton">
313        <property name="minimumSize">
314         <size>
315          <width>100</width>
316          <height>0</height>
317         </size>
318        </property>
319        <property name="text">
320         <string>Reset</string>
321        </property>
322        <property name="icon">
323         <iconset resource="../res/resources.qrc">
324          <normaloff>:/buttons/bomb.png</normaloff>:/buttons/bomb.png</iconset>
325        </property>
326       </widget>
327      </item>
328      <item>
329       <widget class="QPushButton" name="closeButton">
330        <property name="minimumSize">
331         <size>
332          <width>100</width>
333          <height>0</height>
334         </size>
335        </property>
336        <property name="text">
337         <string>Apply</string>
338        </property>
339        <property name="icon">
340         <iconset resource="../res/resources.qrc">
341          <normaloff>:/buttons/accept.png</normaloff>:/buttons/accept.png</iconset>
342        </property>
343       </widget>
344      </item>
345     </layout>
346    </item>
347   </layout>
348  </widget>
349  <tabstops>
350   <tabstop>closeButton</tabstop>
351   <tabstop>resetButton</tabstop>
352   <tabstop>checkRunNextJob</tabstop>
353   <tabstop>spinBoxJobCount</tabstop>
354   <tabstop>checkUse64BitAvs2YUV</tabstop>
355   <tabstop>checkShutdownComputer</tabstop>
356  </tabstops>
357  <resources>
358   <include location="../res/resources.qrc"/>
359  </resources>
360  <connections>
361   <connection>
362    <sender>closeButton</sender>
363    <signal>clicked()</signal>
364    <receiver>PreferencesDialog</receiver>
365    <slot>accept()</slot>
366    <hints>
367     <hint type="sourcelabel">
368      <x>339</x>
369      <y>157</y>
370     </hint>
371     <hint type="destinationlabel">
372      <x>199</x>
373      <y>89</y>
374     </hint>
375    </hints>
376   </connection>
377   <connection>
378    <sender>checkRunNextJob</sender>
379    <signal>clicked(bool)</signal>
380    <receiver>spinBoxJobCount</receiver>
381    <slot>setEnabled(bool)</slot>
382    <hints>
383     <hint type="sourcelabel">
384      <x>188</x>
385      <y>55</y>
386     </hint>
387     <hint type="destinationlabel">
388      <x>294</x>
389      <y>93</y>
390     </hint>
391    </hints>
392   </connection>
393   <connection>
394    <sender>checkRunNextJob</sender>
395    <signal>clicked(bool)</signal>
396    <receiver>labelJobCount</receiver>
397    <slot>setEnabled(bool)</slot>
398    <hints>
399     <hint type="sourcelabel">
400      <x>188</x>
401      <y>55</y>
402     </hint>
403     <hint type="destinationlabel">
404      <x>136</x>
405      <y>93</y>
406     </hint>
407    </hints>
408   </connection>
409  </connections>
410 </ui>