Drop WebUI default credentials
[qBittorrent.git] / src / gui / torrentoptionsdialog.ui
blob708a34c7a40c7d931ebb505bef4ae5d46d337250
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TorrentOptionsDialog</class>
4 <widget class="QDialog" name="TorrentOptionsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>450</width>
10 <height>540</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Torrent Options</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_3">
17 <item>
18 <widget class="QCheckBox" name="checkAutoTMM">
19 <property name="toolTip">
20 <string>Automatic mode means that various torrent properties (e.g. save path) will be decided by the associated category</string>
21 </property>
22 <property name="text">
23 <string>Automatic Torrent Management</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QGroupBox" name="groupBoxSavePath">
29 <property name="title">
30 <string>Save at</string>
31 </property>
32 <layout class="QVBoxLayout" name="verticalLayout_2">
33 <item>
34 <widget class="FileSystemPathComboEdit" name="savePath" native="true"/>
35 </item>
36 <item>
37 <widget class="QCheckBox" name="checkUseDownloadPath">
38 <property name="text">
39 <string>Use another path for incomplete torrent</string>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <widget class="FileSystemPathComboEdit" name="downloadPath" native="true">
45 <property name="enabled">
46 <bool>false</bool>
47 </property>
48 </widget>
49 </item>
50 </layout>
51 </widget>
52 </item>
53 <item>
54 <layout class="QGridLayout" name="gridLayout_4">
55 <item row="0" column="1">
56 <widget class="QComboBox" name="comboCategory">
57 <property name="sizePolicy">
58 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
59 <horstretch>0</horstretch>
60 <verstretch>0</verstretch>
61 </sizepolicy>
62 </property>
63 <property name="editable">
64 <bool>true</bool>
65 </property>
66 <property name="maxVisibleItems">
67 <number>2147483647</number>
68 </property>
69 <property name="insertPolicy">
70 <enum>QComboBox::InsertAtTop</enum>
71 </property>
72 </widget>
73 </item>
74 <item row="0" column="0">
75 <widget class="QLabel" name="labelCategory">
76 <property name="text">
77 <string>Category:</string>
78 </property>
79 </widget>
80 </item>
81 </layout>
82 </item>
83 <item>
84 <widget class="QGroupBox" name="groupBox">
85 <property name="title">
86 <string>Torrent speed limits</string>
87 </property>
88 <layout class="QGridLayout" name="gridLayout_2">
89 <item row="1" column="0">
90 <widget class="QLabel" name="label_2">
91 <property name="text">
92 <string>Download:</string>
93 </property>
94 </widget>
95 </item>
96 <item row="1" column="2">
97 <widget class="QSpinBox" name="spinDownloadLimit">
98 <property name="specialValueText">
99 <string></string>
100 </property>
101 <property name="suffix">
102 <string> KiB/s</string>
103 </property>
104 <property name="maximum">
105 <number>2000000</number>
106 </property>
107 </widget>
108 </item>
109 <item row="0" column="2">
110 <widget class="QSpinBox" name="spinUploadLimit">
111 <property name="specialValueText">
112 <string></string>
113 </property>
114 <property name="suffix">
115 <string> KiB/s</string>
116 </property>
117 <property name="maximum">
118 <number>2000000</number>
119 </property>
120 </widget>
121 </item>
122 <item row="2" column="1" colspan="2">
123 <widget class="QLabel" name="labelWarning">
124 <property name="text">
125 <string>These will not exceed the global limits</string>
126 </property>
127 </widget>
128 </item>
129 <item row="0" column="0">
130 <widget class="QLabel" name="label">
131 <property name="text">
132 <string>Upload:</string>
133 </property>
134 </widget>
135 </item>
136 <item row="0" column="1">
137 <widget class="QSlider" name="sliderUploadLimit">
138 <property name="orientation">
139 <enum>Qt::Horizontal</enum>
140 </property>
141 </widget>
142 </item>
143 <item row="1" column="1">
144 <widget class="QSlider" name="sliderDownloadLimit">
145 <property name="orientation">
146 <enum>Qt::Horizontal</enum>
147 </property>
148 </widget>
149 </item>
150 </layout>
151 </widget>
152 </item>
153 <item>
154 <widget class="QGroupBox" name="groupBox_2">
155 <property name="title">
156 <string>Torrent share limits</string>
157 </property>
158 <layout class="QVBoxLayout" name="verticalLayout">
159 <item>
160 <widget class="QRadioButton" name="radioUseGlobalShareLimits">
161 <property name="text">
162 <string>Use global share limit</string>
163 </property>
164 <attribute name="buttonGroup">
165 <string notr="true">buttonGroup</string>
166 </attribute>
167 </widget>
168 </item>
169 <item>
170 <widget class="QRadioButton" name="radioNoLimit">
171 <property name="text">
172 <string>Set no share limit</string>
173 </property>
174 <attribute name="buttonGroup">
175 <string notr="true">buttonGroup</string>
176 </attribute>
177 </widget>
178 </item>
179 <item>
180 <layout class="QGridLayout" name="gridLayout">
181 <item row="0" column="0">
182 <widget class="QRadioButton" name="radioTorrentLimit">
183 <property name="text">
184 <string>Set share limit to</string>
185 </property>
186 <attribute name="buttonGroup">
187 <string notr="true">buttonGroup</string>
188 </attribute>
189 </widget>
190 </item>
191 <item row="0" column="1">
192 <widget class="QCheckBox" name="checkMaxRatio">
193 <property name="text">
194 <string>ratio</string>
195 </property>
196 </widget>
197 </item>
198 <item row="0" column="2">
199 <widget class="QDoubleSpinBox" name="spinRatioLimit">
200 <property name="maximum">
201 <double>9999.000000000000000</double>
202 </property>
203 <property name="singleStep">
204 <double>0.050000000000000</double>
205 </property>
206 <property name="value">
207 <double>1.000000000000000</double>
208 </property>
209 </widget>
210 </item>
211 <item row="1" column="1">
212 <widget class="QCheckBox" name="checkMaxTime">
213 <property name="text">
214 <string>total minutes</string>
215 </property>
216 </widget>
217 </item>
218 <item row="1" column="2">
219 <widget class="QSpinBox" name="spinTimeLimit">
220 <property name="maximum">
221 <number>525600</number>
222 </property>
223 <property name="value">
224 <number>1440</number>
225 </property>
226 </widget>
227 </item>
228 <item row="1" column="3">
229 <spacer name="horizontalSpacer">
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 row="2" column="1">
242 <widget class="QCheckBox" name="checkMaxInactiveTime">
243 <property name="text">
244 <string>inactive minutes</string>
245 </property>
246 </widget>
247 </item>
248 <item row="2" column="2">
249 <widget class="QSpinBox" name="spinInactiveTimeLimit">
250 <property name="maximum">
251 <number>525600</number>
252 </property>
253 <property name="value">
254 <number>1440</number>
255 </property>
256 </widget>
257 </item>
258 </layout>
259 </item>
260 </layout>
261 </widget>
262 </item>
263 <item>
264 <layout class="QGridLayout" name="gridLayout_3">
265 <item row="0" column="0">
266 <widget class="QCheckBox" name="checkDisableDHT">
267 <property name="text">
268 <string>Disable DHT for this torrent</string>
269 </property>
270 </widget>
271 </item>
272 <item row="0" column="1">
273 <widget class="QCheckBox" name="checkSequential">
274 <property name="text">
275 <string>Download in sequential order</string>
276 </property>
277 </widget>
278 </item>
279 <item row="0" column="2">
280 <spacer name="horizontalSpacer_2">
281 <property name="orientation">
282 <enum>Qt::Horizontal</enum>
283 </property>
284 <property name="sizeHint" stdset="0">
285 <size>
286 <width>40</width>
287 <height>20</height>
288 </size>
289 </property>
290 </spacer>
291 </item>
292 <item row="1" column="0">
293 <widget class="QCheckBox" name="checkDisablePEX">
294 <property name="text">
295 <string>Disable PeX for this torrent</string>
296 </property>
297 </widget>
298 </item>
299 <item row="1" column="1">
300 <widget class="QCheckBox" name="checkFirstLastPieces">
301 <property name="text">
302 <string>Download first and last pieces first</string>
303 </property>
304 </widget>
305 </item>
306 <item row="2" column="0">
307 <widget class="QCheckBox" name="checkDisableLSD">
308 <property name="text">
309 <string>Disable LSD for this torrent</string>
310 </property>
311 </widget>
312 </item>
313 </layout>
314 </item>
315 <item>
316 <spacer name="verticalSpacer">
317 <property name="orientation">
318 <enum>Qt::Vertical</enum>
319 </property>
320 <property name="sizeHint" stdset="0">
321 <size>
322 <width>20</width>
323 <height>0</height>
324 </size>
325 </property>
326 </spacer>
327 </item>
328 <item>
329 <widget class="QDialogButtonBox" name="buttonBox">
330 <property name="standardButtons">
331 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
332 </property>
333 </widget>
334 </item>
335 </layout>
336 </widget>
337 <customwidgets>
338 <customwidget>
339 <class>FileSystemPathComboEdit</class>
340 <extends>QWidget</extends>
341 <header>gui/fspathedit.h</header>
342 <container>1</container>
343 </customwidget>
344 </customwidgets>
345 <resources/>
346 <connections/>
347 <buttongroups>
348 <buttongroup name="buttonGroup"/>
349 </buttongroups>
350 </ui>