OSDN Git Service

Use the proper binary for help screen (32- vs. 64-Bit) + added "maximum job cont...
[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>375</width>
13     <height>171</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="1" column="1" colspan="2">
38          <widget class="QLabel" name="labelJobCount">
39           <property name="enabled">
40            <bool>false</bool>
41           </property>
42           <property name="text">
43            <string>Maximum number of running jobs:</string>
44           </property>
45          </widget>
46         </item>
47         <item row="1" column="3">
48          <widget class="QSpinBox" name="spinBoxJobCount">
49           <property name="enabled">
50            <bool>false</bool>
51           </property>
52           <property name="minimumSize">
53            <size>
54             <width>80</width>
55             <height>0</height>
56            </size>
57           </property>
58           <property name="minimum">
59            <number>1</number>
60           </property>
61           <property name="maximum">
62            <number>16</number>
63           </property>
64          </widget>
65         </item>
66         <item row="0" column="5" rowspan="2">
67          <spacer name="horizontalSpacer_3">
68           <property name="orientation">
69            <enum>Qt::Horizontal</enum>
70           </property>
71           <property name="sizeHint" stdset="0">
72            <size>
73             <width>1024</width>
74             <height>20</height>
75            </size>
76           </property>
77          </spacer>
78         </item>
79         <item row="0" column="0" rowspan="2">
80          <spacer name="horizontalSpacer_2">
81           <property name="orientation">
82            <enum>Qt::Horizontal</enum>
83           </property>
84           <property name="sizeType">
85            <enum>QSizePolicy::Fixed</enum>
86           </property>
87           <property name="sizeHint" stdset="0">
88            <size>
89             <width>8</width>
90             <height>20</height>
91            </size>
92           </property>
93          </spacer>
94         </item>
95         <item row="1" column="4">
96          <spacer name="horizontalSpacer_4">
97           <property name="orientation">
98            <enum>Qt::Horizontal</enum>
99           </property>
100           <property name="sizeHint" stdset="0">
101            <size>
102             <width>0</width>
103             <height>20</height>
104            </size>
105           </property>
106          </spacer>
107         </item>
108         <item row="0" column="1" colspan="4">
109          <widget class="QCheckBox" name="checkRunNextJob">
110           <property name="text">
111            <string>Automatically launch next job when a running job completes</string>
112           </property>
113          </widget>
114         </item>
115        </layout>
116       </item>
117      </layout>
118     </widget>
119    </item>
120    <item>
121     <layout class="QHBoxLayout" name="horizontalLayout">
122      <item>
123       <spacer name="horizontalSpacer">
124        <property name="orientation">
125         <enum>Qt::Horizontal</enum>
126        </property>
127        <property name="sizeHint" stdset="0">
128         <size>
129          <width>40</width>
130          <height>20</height>
131         </size>
132        </property>
133       </spacer>
134      </item>
135      <item>
136       <widget class="QPushButton" name="closeButton">
137        <property name="minimumSize">
138         <size>
139          <width>100</width>
140          <height>0</height>
141         </size>
142        </property>
143        <property name="text">
144         <string>Close</string>
145        </property>
146        <property name="icon">
147         <iconset resource="../res/resources.qrc">
148          <normaloff>:/buttons/accept.png</normaloff>:/buttons/accept.png</iconset>
149        </property>
150       </widget>
151      </item>
152     </layout>
153    </item>
154   </layout>
155  </widget>
156  <tabstops>
157   <tabstop>closeButton</tabstop>
158   <tabstop>checkRunNextJob</tabstop>
159   <tabstop>spinBoxJobCount</tabstop>
160  </tabstops>
161  <resources>
162   <include location="../res/resources.qrc"/>
163  </resources>
164  <connections>
165   <connection>
166    <sender>closeButton</sender>
167    <signal>clicked()</signal>
168    <receiver>PreferencesDialog</receiver>
169    <slot>accept()</slot>
170    <hints>
171     <hint type="sourcelabel">
172      <x>339</x>
173      <y>157</y>
174     </hint>
175     <hint type="destinationlabel">
176      <x>199</x>
177      <y>89</y>
178     </hint>
179    </hints>
180   </connection>
181   <connection>
182    <sender>checkRunNextJob</sender>
183    <signal>clicked(bool)</signal>
184    <receiver>spinBoxJobCount</receiver>
185    <slot>setEnabled(bool)</slot>
186    <hints>
187     <hint type="sourcelabel">
188      <x>188</x>
189      <y>55</y>
190     </hint>
191     <hint type="destinationlabel">
192      <x>294</x>
193      <y>93</y>
194     </hint>
195    </hints>
196   </connection>
197   <connection>
198    <sender>checkRunNextJob</sender>
199    <signal>clicked(bool)</signal>
200    <receiver>labelJobCount</receiver>
201    <slot>setEnabled(bool)</slot>
202    <hints>
203     <hint type="sourcelabel">
204      <x>188</x>
205      <y>55</y>
206     </hint>
207     <hint type="destinationlabel">
208      <x>136</x>
209      <y>93</y>
210     </hint>
211    </hints>
212   </connection>
213  </connections>
214 </ui>