Sync translations from Transifex and run lupdate
[qBittorrent.git] / src / gui / watchedfolderoptionsdialog.ui
blob55db4bad80f2e0c4a6a107abaa7fd267f0937d71
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>WatchedFolderOptionsDialog</class>
4 <widget class="QDialog" name="WatchedFolderOptionsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>462</width>
10 <height>306</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Watched Folder Options</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_3">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout_6">
19 <item>
20 <widget class="QCheckBox" name="checkBoxRecursive">
21 <property name="toolTip">
22 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Will watch the folder and all its subfolders. In Manual torrent management mode it will also add subfolder name to the selected Save path.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
23 </property>
24 <property name="text">
25 <string>Recursive mode</string>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <spacer name="horizontalSpacer_2">
31 <property name="orientation">
32 <enum>Qt::Horizontal</enum>
33 </property>
34 <property name="sizeHint" stdset="0">
35 <size>
36 <width>40</width>
37 <height>20</height>
38 </size>
39 </property>
40 </spacer>
41 </item>
42 </layout>
43 </item>
44 <item>
45 <widget class="QSplitter" name="splitter">
46 <property name="orientation">
47 <enum>Qt::Horizontal</enum>
48 </property>
49 <property name="childrenCollapsible">
50 <bool>false</bool>
51 </property>
52 <widget class="QFrame" name="torrentoptionsFrame">
53 <layout class="QVBoxLayout" name="mainlayout_addui">
54 <property name="leftMargin">
55 <number>0</number>
56 </property>
57 <property name="topMargin">
58 <number>0</number>
59 </property>
60 <property name="rightMargin">
61 <number>0</number>
62 </property>
63 <property name="bottomMargin">
64 <number>0</number>
65 </property>
66 <item>
67 <widget class="QGroupBox" name="groupBoxParameters">
68 <property name="title">
69 <string>Torrent parameters</string>
70 </property>
71 <layout class="QVBoxLayout" name="verticalLayout_2">
72 <item>
73 <layout class="QHBoxLayout" name="managementLayout">
74 <item>
75 <widget class="QLabel" name="labelTorrentManagementMode">
76 <property name="text">
77 <string>Torrent Management Mode:</string>
78 </property>
79 </widget>
80 </item>
81 <item>
82 <widget class="QComboBox" name="comboTTM">
83 <property name="toolTip">
84 <string>Automatic mode means that various torrent properties(eg save path) will be decided by the associated category</string>
85 </property>
86 <item>
87 <property name="text">
88 <string>Manual</string>
89 </property>
90 </item>
91 <item>
92 <property name="text">
93 <string>Automatic</string>
94 </property>
95 </item>
96 </widget>
97 </item>
98 <item>
99 <spacer name="horizontalSpacer">
100 <property name="orientation">
101 <enum>Qt::Horizontal</enum>
102 </property>
103 <property name="sizeHint" stdset="0">
104 <size>
105 <width>20</width>
106 <height>20</height>
107 </size>
108 </property>
109 </spacer>
110 </item>
111 </layout>
112 </item>
113 <item>
114 <widget class="QGroupBox" name="groupBoxSavePath">
115 <property name="title">
116 <string>Save at</string>
117 </property>
118 <layout class="QVBoxLayout" name="verticalLayout">
119 <item>
120 <widget class="FileSystemPathLineEdit" name="savePath" native="true"/>
121 </item>
122 </layout>
123 </widget>
124 </item>
125 <item>
126 <layout class="QHBoxLayout" name="categoryLayout">
127 <item>
128 <widget class="QLabel" name="labelCategory">
129 <property name="text">
130 <string>Category:</string>
131 </property>
132 </widget>
133 </item>
134 <item>
135 <widget class="QComboBox" name="categoryComboBox">
136 <property name="sizePolicy">
137 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
138 <horstretch>0</horstretch>
139 <verstretch>0</verstretch>
140 </sizepolicy>
141 </property>
142 <property name="editable">
143 <bool>true</bool>
144 </property>
145 <property name="insertPolicy">
146 <enum>QComboBox::InsertAtTop</enum>
147 </property>
148 </widget>
149 </item>
150 <item>
151 <spacer name="horizontalSpacer_7">
152 <property name="orientation">
153 <enum>Qt::Horizontal</enum>
154 </property>
155 <property name="sizeHint" stdset="0">
156 <size>
157 <width>40</width>
158 <height>20</height>
159 </size>
160 </property>
161 </spacer>
162 </item>
163 </layout>
164 </item>
165 <item>
166 <layout class="QVBoxLayout" name="verticalLayout_4">
167 <item>
168 <layout class="QHBoxLayout" name="horizontalLayout_3">
169 <item>
170 <widget class="QCheckBox" name="startTorrentCheckBox">
171 <property name="text">
172 <string>Start torrent</string>
173 </property>
174 </widget>
175 </item>
176 <item>
177 <spacer name="horizontalSpacer_3">
178 <property name="orientation">
179 <enum>Qt::Horizontal</enum>
180 </property>
181 <property name="sizeHint" stdset="0">
182 <size>
183 <width>40</width>
184 <height>20</height>
185 </size>
186 </property>
187 </spacer>
188 </item>
189 </layout>
190 </item>
191 </layout>
192 </item>
193 <item>
194 <layout class="QHBoxLayout" name="horizontalLayout_2">
195 <item>
196 <widget class="QLabel" name="contentLayoutLabel">
197 <property name="text">
198 <string>Content layout:</string>
199 </property>
200 </widget>
201 </item>
202 <item>
203 <widget class="QComboBox" name="contentLayoutComboBox">
204 <property name="currentIndex">
205 <number>0</number>
206 </property>
207 <item>
208 <property name="text">
209 <string>Original</string>
210 </property>
211 </item>
212 <item>
213 <property name="text">
214 <string>Create subfolder</string>
215 </property>
216 </item>
217 <item>
218 <property name="text">
219 <string>Don't create subfolder</string>
220 </property>
221 </item>
222 </widget>
223 </item>
224 <item>
225 <spacer name="horizontalSpacer_4">
226 <property name="orientation">
227 <enum>Qt::Horizontal</enum>
228 </property>
229 <property name="sizeHint" stdset="0">
230 <size>
231 <width>40</width>
232 <height>20</height>
233 </size>
234 </property>
235 </spacer>
236 </item>
237 </layout>
238 </item>
239 </layout>
240 </widget>
241 </item>
242 </layout>
243 </widget>
244 </widget>
245 </item>
246 <item>
247 <spacer name="verticalSpacer">
248 <property name="orientation">
249 <enum>Qt::Vertical</enum>
250 </property>
251 <property name="sizeHint" stdset="0">
252 <size>
253 <width>20</width>
254 <height>40</height>
255 </size>
256 </property>
257 </spacer>
258 </item>
259 <item>
260 <layout class="QHBoxLayout" name="horizontalLayout">
261 <item>
262 <widget class="QDialogButtonBox" name="buttonBox">
263 <property name="standardButtons">
264 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
265 </property>
266 </widget>
267 </item>
268 </layout>
269 </item>
270 </layout>
271 </widget>
272 <customwidgets>
273 <customwidget>
274 <class>FileSystemPathLineEdit</class>
275 <extends>QWidget</extends>
276 <header>gui/fspathedit.h</header>
277 <container>1</container>
278 </customwidget>
279 </customwidgets>
280 <resources/>
281 <connections>
282 <connection>
283 <sender>buttonBox</sender>
284 <signal>accepted()</signal>
285 <receiver>WatchedFolderOptionsDialog</receiver>
286 <slot>accept()</slot>
287 <hints>
288 <hint type="sourcelabel">
289 <x>928</x>
290 <y>855</y>
291 </hint>
292 <hint type="destinationlabel">
293 <x>157</x>
294 <y>274</y>
295 </hint>
296 </hints>
297 </connection>
298 <connection>
299 <sender>buttonBox</sender>
300 <signal>rejected()</signal>
301 <receiver>WatchedFolderOptionsDialog</receiver>
302 <slot>reject()</slot>
303 <hints>
304 <hint type="sourcelabel">
305 <x>928</x>
306 <y>855</y>
307 </hint>
308 <hint type="destinationlabel">
309 <x>286</x>
310 <y>274</y>
311 </hint>
312 </hints>
313 </connection>
314 </connections>
315 </ui>