1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>WatchedFolderOptionsDialog
</class>
4 <widget class=
"QDialog" name=
"WatchedFolderOptionsDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Watched Folder Options
</string>
16 <layout class=
"QVBoxLayout" name=
"verticalLayout_3">
18 <layout class=
"QHBoxLayout" name=
"horizontalLayout_6">
20 <widget class=
"QCheckBox" name=
"checkBoxRecursive">
21 <property name=
"toolTip">
22 <string><html
><head/
><body
><p
>Will watch the folder and all its subfolders. In Manual torrent management mode it will also add subfolder name to the selected Save path.
</p
></body
></html
></string>
24 <property name=
"text">
25 <string>Recursive mode
</string>
30 <spacer name=
"horizontalSpacer_2">
31 <property name=
"orientation">
32 <enum>Qt::Horizontal
</enum>
34 <property name=
"sizeHint" stdset=
"0">
45 <widget class=
"QSplitter" name=
"splitter">
46 <property name=
"orientation">
47 <enum>Qt::Horizontal
</enum>
49 <property name=
"childrenCollapsible">
52 <widget class=
"QFrame" name=
"torrentoptionsFrame">
53 <layout class=
"QVBoxLayout" name=
"mainlayout_addui">
54 <property name=
"leftMargin">
57 <property name=
"topMargin">
60 <property name=
"rightMargin">
63 <property name=
"bottomMargin">
67 <widget class=
"QGroupBox" name=
"groupBoxParameters">
68 <property name=
"title">
69 <string>Torrent parameters
</string>
71 <layout class=
"QVBoxLayout" name=
"verticalLayout_2">
73 <layout class=
"QHBoxLayout" name=
"managementLayout">
75 <widget class=
"QLabel" name=
"labelTorrentManagementMode">
76 <property name=
"text">
77 <string>Torrent Management Mode:
</string>
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>
87 <property name=
"text">
88 <string>Manual
</string>
92 <property name=
"text">
93 <string>Automatic
</string>
99 <spacer name=
"horizontalSpacer">
100 <property name=
"orientation">
101 <enum>Qt::Horizontal
</enum>
103 <property name=
"sizeHint" stdset=
"0">
114 <widget class=
"QGroupBox" name=
"groupBoxSavePath">
115 <property name=
"title">
116 <string>Save at
</string>
118 <layout class=
"QVBoxLayout" name=
"verticalLayout">
120 <widget class=
"FileSystemPathLineEdit" name=
"savePath" native=
"true"/>
126 <layout class=
"QHBoxLayout" name=
"categoryLayout">
128 <widget class=
"QLabel" name=
"labelCategory">
129 <property name=
"text">
130 <string>Category:
</string>
135 <widget class=
"QComboBox" name=
"categoryComboBox">
136 <property name=
"sizePolicy">
137 <sizepolicy hsizetype=
"Expanding" vsizetype=
"Fixed">
138 <horstretch>0</horstretch>
139 <verstretch>0</verstretch>
142 <property name=
"editable">
145 <property name=
"insertPolicy">
146 <enum>QComboBox::InsertAtTop
</enum>
151 <spacer name=
"horizontalSpacer_7">
152 <property name=
"orientation">
153 <enum>Qt::Horizontal
</enum>
155 <property name=
"sizeHint" stdset=
"0">
166 <layout class=
"QVBoxLayout" name=
"verticalLayout_4">
168 <layout class=
"QHBoxLayout" name=
"horizontalLayout_3">
170 <widget class=
"QCheckBox" name=
"startTorrentCheckBox">
171 <property name=
"text">
172 <string>Start torrent
</string>
177 <spacer name=
"horizontalSpacer_3">
178 <property name=
"orientation">
179 <enum>Qt::Horizontal
</enum>
181 <property name=
"sizeHint" stdset=
"0">
194 <layout class=
"QHBoxLayout" name=
"horizontalLayout_2">
196 <widget class=
"QLabel" name=
"contentLayoutLabel">
197 <property name=
"text">
198 <string>Content layout:
</string>
203 <widget class=
"QComboBox" name=
"contentLayoutComboBox">
204 <property name=
"currentIndex">
208 <property name=
"text">
209 <string>Original
</string>
213 <property name=
"text">
214 <string>Create subfolder
</string>
218 <property name=
"text">
219 <string>Don't create subfolder
</string>
225 <spacer name=
"horizontalSpacer_4">
226 <property name=
"orientation">
227 <enum>Qt::Horizontal
</enum>
229 <property name=
"sizeHint" stdset=
"0">
247 <spacer name=
"verticalSpacer">
248 <property name=
"orientation">
249 <enum>Qt::Vertical
</enum>
251 <property name=
"sizeHint" stdset=
"0">
260 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
262 <widget class=
"QDialogButtonBox" name=
"buttonBox">
263 <property name=
"standardButtons">
264 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok
</set>
274 <class>FileSystemPathLineEdit
</class>
275 <extends>QWidget
</extends>
276 <header>gui/fspathedit.h
</header>
277 <container>1</container>
283 <sender>buttonBox
</sender>
284 <signal>accepted()
</signal>
285 <receiver>WatchedFolderOptionsDialog
</receiver>
286 <slot>accept()
</slot>
288 <hint type=
"sourcelabel">
292 <hint type=
"destinationlabel">
299 <sender>buttonBox
</sender>
300 <signal>rejected()
</signal>
301 <receiver>WatchedFolderOptionsDialog
</receiver>
302 <slot>reject()
</slot>
304 <hint type=
"sourcelabel">
308 <hint type=
"destinationlabel">