OSDN Git Service

Save log files to the same directory where the output file is located.
[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>369</width>
13     <height>387</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_2">
25      <property name="title">
26       <string> Preferences </string>
27      </property>
28      <layout class="QVBoxLayout" name="verticalLayout_4">
29       <item>
30        <layout class="QVBoxLayout" name="verticalLayout_3">
31         <item>
32          <layout class="QHBoxLayout" name="horizontalLayout_2">
33           <item>
34            <widget class="QCheckBox" name="checkRunNextJob">
35             <property name="text">
36              <string notr="true"/>
37             </property>
38            </widget>
39           </item>
40           <item>
41            <widget class="QLabel" name="labelRunNextJob">
42             <property name="text">
43              <string>Automatically launch next job when a running job completes</string>
44             </property>
45            </widget>
46           </item>
47           <item>
48            <spacer name="horizontalSpacer_6">
49             <property name="orientation">
50              <enum>Qt::Horizontal</enum>
51             </property>
52             <property name="sizeHint" stdset="0">
53              <size>
54               <width>40</width>
55               <height>20</height>
56              </size>
57             </property>
58            </spacer>
59           </item>
60          </layout>
61         </item>
62         <item>
63          <layout class="QHBoxLayout" name="horizontalLayout_3">
64           <item>
65            <widget class="QCheckBox" name="checkBoxDummy1">
66             <property name="enabled">
67              <bool>false</bool>
68             </property>
69             <property name="text">
70              <string/>
71             </property>
72            </widget>
73           </item>
74           <item>
75            <widget class="QLabel" name="labelJobCount">
76             <property name="enabled">
77              <bool>false</bool>
78             </property>
79             <property name="toolTip">
80              <string>If the specified number of jobs (or even more) is already running, the next one will NOT be launched yet.</string>
81             </property>
82             <property name="text">
83              <string>Maximum number of running jobs:</string>
84             </property>
85            </widget>
86           </item>
87           <item>
88            <widget class="QSpinBox" name="spinBoxJobCount">
89             <property name="enabled">
90              <bool>false</bool>
91             </property>
92             <property name="minimumSize">
93              <size>
94               <width>80</width>
95               <height>0</height>
96              </size>
97             </property>
98             <property name="toolTip">
99              <string>If the specified number of jobs (or even more) is already running, the next one will NOT be launched yet.</string>
100             </property>
101             <property name="minimum">
102              <number>1</number>
103             </property>
104             <property name="maximum">
105              <number>16</number>
106             </property>
107            </widget>
108           </item>
109           <item>
110            <spacer name="horizontalSpacer_7">
111             <property name="orientation">
112              <enum>Qt::Horizontal</enum>
113             </property>
114             <property name="sizeHint" stdset="0">
115              <size>
116               <width>40</width>
117               <height>20</height>
118              </size>
119             </property>
120            </spacer>
121           </item>
122          </layout>
123         </item>
124         <item>
125          <layout class="QHBoxLayout" name="horizontalLayout_6">
126           <item>
127            <widget class="QCheckBox" name="checkUse64BitAvs2YUV">
128             <property name="toolTip">
129              <string>If this option is un-checked (default), then 32-Bit Avisynth will be used - even when using 64-Bit x264.
130 Please be aware that this option does NOT have any effect on 32-Bit systems.</string>
131             </property>
132             <property name="text">
133              <string notr="true"/>
134             </property>
135            </widget>
136           </item>
137           <item>
138            <widget class="QLabel" name="labelUse64BitAvs2YUV">
139             <property name="toolTip">
140              <string>If this option is un-checked (default), then 32-Bit Avisynth will be used - even when using 64-Bit x264.
141 Please be aware that this option does NOT have any effect on 32-Bit systems.</string>
142             </property>
143             <property name="text">
144              <string>Prefer 64-Bit source (Avisynth/VapourSynth) on 64-Bit systems</string>
145             </property>
146            </widget>
147           </item>
148           <item>
149            <spacer name="horizontalSpacer_2">
150             <property name="orientation">
151              <enum>Qt::Horizontal</enum>
152             </property>
153             <property name="sizeHint" stdset="0">
154              <size>
155               <width>40</width>
156               <height>20</height>
157              </size>
158             </property>
159            </spacer>
160           </item>
161          </layout>
162         </item>
163         <item>
164          <layout class="QHBoxLayout" name="horizontalLayout_8">
165           <item>
166            <widget class="QCheckBox" name="checkSaveLogFiles">
167             <property name="text">
168              <string/>
169             </property>
170            </widget>
171           </item>
172           <item>
173            <widget class="QLabel" name="labelSaveLogFiles">
174             <property name="text">
175              <string>Automatically create a log file when the job has finished</string>
176             </property>
177            </widget>
178           </item>
179           <item>
180            <spacer name="horizontalSpacer_3">
181             <property name="orientation">
182              <enum>Qt::Horizontal</enum>
183             </property>
184             <property name="sizeHint" stdset="0">
185              <size>
186               <width>40</width>
187               <height>20</height>
188              </size>
189             </property>
190            </spacer>
191           </item>
192          </layout>
193         </item>
194         <item>
195          <layout class="QHBoxLayout" name="horizontalLayout_9">
196           <item>
197            <widget class="QCheckBox" name="checkSaveToSourceFolder">
198             <property name="text">
199              <string/>
200             </property>
201            </widget>
202           </item>
203           <item>
204            <widget class="QLabel" name="labelSaveToSourceFolder">
205             <property name="text">
206              <string>Save output to the same folder where the source is located</string>
207             </property>
208            </widget>
209           </item>
210           <item>
211            <spacer name="horizontalSpacer_4">
212             <property name="orientation">
213              <enum>Qt::Horizontal</enum>
214             </property>
215             <property name="sizeHint" stdset="0">
216              <size>
217               <width>40</width>
218               <height>20</height>
219              </size>
220             </property>
221            </spacer>
222           </item>
223          </layout>
224         </item>
225         <item>
226          <layout class="QHBoxLayout" name="horizontalLayout_10">
227           <item>
228            <widget class="QCheckBox" name="checkShutdownComputer">
229             <property name="text">
230              <string notr="true"/>
231             </property>
232            </widget>
233           </item>
234           <item>
235            <widget class="QLabel" name="labelShutdownComputer">
236             <property name="text">
237              <string>Shutdown computer as soon as the last job has completed</string>
238             </property>
239            </widget>
240           </item>
241           <item>
242            <spacer name="horizontalSpacer_5">
243             <property name="orientation">
244              <enum>Qt::Horizontal</enum>
245             </property>
246             <property name="sizeHint" stdset="0">
247              <size>
248               <width>40</width>
249               <height>20</height>
250              </size>
251             </property>
252            </spacer>
253           </item>
254          </layout>
255         </item>
256         <item>
257          <layout class="QHBoxLayout" name="horizontalLayout_11">
258           <item>
259            <widget class="QCheckBox" name="checkBoxDummy2">
260             <property name="enabled">
261              <bool>false</bool>
262             </property>
263             <property name="text">
264              <string/>
265             </property>
266            </widget>
267           </item>
268           <item>
269            <widget class="QLabel" name="labelProcessPriority">
270             <property name="text">
271              <string>Priority for encoder processes:</string>
272             </property>
273            </widget>
274           </item>
275           <item>
276            <widget class="QComboBox" name="comboBoxPriority">
277             <property name="editable">
278              <bool>false</bool>
279             </property>
280             <property name="frame">
281              <bool>true</bool>
282             </property>
283             <item>
284              <property name="text">
285               <string>Above Normal</string>
286              </property>
287             </item>
288             <item>
289              <property name="text">
290               <string>Normal</string>
291              </property>
292             </item>
293             <item>
294              <property name="text">
295               <string>Below Normal</string>
296              </property>
297             </item>
298             <item>
299              <property name="text">
300               <string>Idle</string>
301              </property>
302             </item>
303            </widget>
304           </item>
305           <item>
306            <spacer name="horizontalSpacer_9">
307             <property name="orientation">
308              <enum>Qt::Horizontal</enum>
309             </property>
310             <property name="sizeHint" stdset="0">
311              <size>
312               <width>40</width>
313               <height>20</height>
314              </size>
315             </property>
316            </spacer>
317           </item>
318          </layout>
319         </item>
320         <item>
321          <layout class="QHBoxLayout" name="horizontalLayout_12">
322           <item>
323            <widget class="QCheckBox" name="checkEnableSounds">
324             <property name="text">
325              <string/>
326             </property>
327            </widget>
328           </item>
329           <item>
330            <widget class="QLabel" name="labelEnableSounds">
331             <property name="text">
332              <string>Enable sound effects when a job has completed or failed</string>
333             </property>
334            </widget>
335           </item>
336           <item>
337            <spacer name="horizontalSpacer_10">
338             <property name="orientation">
339              <enum>Qt::Horizontal</enum>
340             </property>
341             <property name="sizeHint" stdset="0">
342              <size>
343               <width>40</width>
344               <height>20</height>
345              </size>
346             </property>
347            </spacer>
348           </item>
349          </layout>
350         </item>
351         <item>
352          <layout class="QHBoxLayout" name="horizontalLayout_13">
353           <property name="spacing">
354            <number>6</number>
355           </property>
356           <item>
357            <widget class="QCheckBox" name="checkDisableWarnings">
358             <property name="text">
359              <string/>
360             </property>
361            </widget>
362           </item>
363           <item>
364            <widget class="QLabel" name="labelDisableWarnings">
365             <property name="text">
366              <string>Never show warning about missing Avisynth or VapourSynth</string>
367             </property>
368            </widget>
369           </item>
370           <item>
371            <spacer name="horizontalSpacer_11">
372             <property name="orientation">
373              <enum>Qt::Horizontal</enum>
374             </property>
375             <property name="sizeHint" stdset="0">
376              <size>
377               <width>40</width>
378               <height>20</height>
379              </size>
380             </property>
381            </spacer>
382           </item>
383          </layout>
384         </item>
385         <item>
386          <layout class="QHBoxLayout" name="horizontalLayout_4">
387           <item>
388            <widget class="QCheckBox" name="checkNoUpdateReminder">
389             <property name="text">
390              <string/>
391             </property>
392            </widget>
393           </item>
394           <item>
395            <widget class="QLabel" name="labelNoUpdateReminder">
396             <property name="text">
397              <string>Never show auto-update notifications on application startup</string>
398             </property>
399            </widget>
400           </item>
401           <item>
402            <spacer name="horizontalSpacer_14">
403             <property name="orientation">
404              <enum>Qt::Horizontal</enum>
405             </property>
406             <property name="sizeHint" stdset="0">
407              <size>
408               <width>40</width>
409               <height>20</height>
410              </size>
411             </property>
412            </spacer>
413           </item>
414          </layout>
415         </item>
416         <item>
417          <layout class="QHBoxLayout" name="horizontalLayout_7">
418           <item>
419            <widget class="QCheckBox" name="checkSaveQueueNoConfirm">
420             <property name="text">
421              <string/>
422             </property>
423            </widget>
424           </item>
425           <item>
426            <widget class="QLabel" name="labelSaveQueueNoConfirm">
427             <property name="text">
428              <string>Save pending jobs on application exit *without* confirmation</string>
429             </property>
430            </widget>
431           </item>
432           <item>
433            <spacer name="horizontalSpacer_8">
434             <property name="orientation">
435              <enum>Qt::Horizontal</enum>
436             </property>
437             <property name="sizeHint" stdset="0">
438              <size>
439               <width>40</width>
440               <height>20</height>
441              </size>
442             </property>
443            </spacer>
444           </item>
445          </layout>
446         </item>
447        </layout>
448       </item>
449      </layout>
450     </widget>
451    </item>
452    <item>
453     <layout class="QHBoxLayout" name="horizontalLayout">
454      <item>
455       <spacer name="horizontalSpacer">
456        <property name="orientation">
457         <enum>Qt::Horizontal</enum>
458        </property>
459        <property name="sizeHint" stdset="0">
460         <size>
461          <width>40</width>
462          <height>20</height>
463         </size>
464        </property>
465       </spacer>
466      </item>
467      <item>
468       <widget class="QPushButton" name="resetButton">
469        <property name="minimumSize">
470         <size>
471          <width>100</width>
472          <height>0</height>
473         </size>
474        </property>
475        <property name="text">
476         <string>Reset</string>
477        </property>
478        <property name="icon">
479         <iconset resource="../res/resources.qrc">
480          <normaloff>:/buttons/bomb.png</normaloff>:/buttons/bomb.png</iconset>
481        </property>
482       </widget>
483      </item>
484      <item>
485       <widget class="QPushButton" name="closeButton">
486        <property name="minimumSize">
487         <size>
488          <width>100</width>
489          <height>0</height>
490         </size>
491        </property>
492        <property name="text">
493         <string>Close</string>
494        </property>
495        <property name="icon">
496         <iconset resource="../res/resources.qrc">
497          <normaloff>:/buttons/accept.png</normaloff>:/buttons/accept.png</iconset>
498        </property>
499       </widget>
500      </item>
501     </layout>
502    </item>
503   </layout>
504  </widget>
505  <tabstops>
506   <tabstop>closeButton</tabstop>
507   <tabstop>resetButton</tabstop>
508  </tabstops>
509  <resources>
510   <include location="../res/resources.qrc"/>
511  </resources>
512  <connections>
513   <connection>
514    <sender>closeButton</sender>
515    <signal>clicked()</signal>
516    <receiver>PreferencesDialog</receiver>
517    <slot>accept()</slot>
518    <hints>
519     <hint type="sourcelabel">
520      <x>339</x>
521      <y>157</y>
522     </hint>
523     <hint type="destinationlabel">
524      <x>199</x>
525      <y>89</y>
526     </hint>
527    </hints>
528   </connection>
529   <connection>
530    <sender>checkRunNextJob</sender>
531    <signal>clicked(bool)</signal>
532    <receiver>spinBoxJobCount</receiver>
533    <slot>setEnabled(bool)</slot>
534    <hints>
535     <hint type="sourcelabel">
536      <x>188</x>
537      <y>55</y>
538     </hint>
539     <hint type="destinationlabel">
540      <x>294</x>
541      <y>93</y>
542     </hint>
543    </hints>
544   </connection>
545   <connection>
546    <sender>checkRunNextJob</sender>
547    <signal>clicked(bool)</signal>
548    <receiver>labelJobCount</receiver>
549    <slot>setEnabled(bool)</slot>
550    <hints>
551     <hint type="sourcelabel">
552      <x>188</x>
553      <y>55</y>
554     </hint>
555     <hint type="destinationlabel">
556      <x>136</x>
557      <y>93</y>
558     </hint>
559    </hints>
560   </connection>
561  </connections>
562 </ui>