1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>TorrentCategoryDialog
</class>
4 <widget class=
"QDialog" name=
"TorrentCategoryDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Torrent Category Properties
</string>
16 <layout class=
"QVBoxLayout" name=
"verticalLayout">
18 <spacer name=
"verticalSpacer">
19 <property name=
"orientation">
20 <enum>Qt::Vertical
</enum>
22 <property name=
"sizeHint" stdset=
"0">
31 <layout class=
"QGridLayout" name=
"gridLayout">
32 <item row=
"0" column=
"0">
33 <widget class=
"QLabel" name=
"labelCategoryName">
34 <property name=
"text">
35 <string>Name:
</string>
39 <item row=
"0" column=
"1">
40 <widget class=
"QLineEdit" name=
"textCategoryName"/>
42 <item row=
"1" column=
"0">
43 <widget class=
"QLabel" name=
"labelSavePath">
44 <property name=
"text">
45 <string>Save path:
</string>
49 <item row=
"1" column=
"1">
50 <widget class=
"FileSystemPathComboEdit" name=
"comboSavePath" native=
"true">
51 <property name=
"sizePolicy">
52 <sizepolicy hsizetype=
"Expanding" vsizetype=
"Fixed">
53 <horstretch>0</horstretch>
54 <verstretch>0</verstretch>
62 <widget class=
"QGroupBox" name=
"groupBox">
63 <property name=
"title">
64 <string>Save path for incomplete torrents:
</string>
66 <layout class=
"QVBoxLayout" name=
"verticalLayout_2">
68 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
70 <widget class=
"QLabel" name=
"labelUseDownloadPath">
71 <property name=
"text">
72 <string>Use another path for incomplete torrents:
</string>
77 <widget class=
"QComboBox" name=
"comboUseDownloadPath">
78 <property name=
"maxVisibleItems">
82 <property name=
"text">
83 <string>Default
</string>
87 <property name=
"text">
92 <property name=
"text">
99 <spacer name=
"horizontalSpacer">
100 <property name=
"orientation">
101 <enum>Qt::Horizontal
</enum>
103 <property name=
"sizeHint" stdset=
"0">
114 <layout class=
"QHBoxLayout" name=
"horizontalLayout_2">
116 <widget class=
"QLabel" name=
"labelDownloadPath">
117 <property name=
"sizePolicy">
118 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Preferred">
119 <horstretch>0</horstretch>
120 <verstretch>0</verstretch>
123 <property name=
"text">
124 <string>Path:
</string>
129 <widget class=
"FileSystemPathComboEdit" name=
"comboDownloadPath" native=
"true">
130 <property name=
"sizePolicy">
131 <sizepolicy hsizetype=
"MinimumExpanding" vsizetype=
"Preferred">
132 <horstretch>0</horstretch>
133 <verstretch>0</verstretch>
144 <spacer name=
"verticalSpacer_2">
145 <property name=
"orientation">
146 <enum>Qt::Vertical
</enum>
148 <property name=
"sizeHint" stdset=
"0">
157 <widget class=
"QDialogButtonBox" name=
"buttonBox">
158 <property name=
"orientation">
159 <enum>Qt::Horizontal
</enum>
161 <property name=
"standardButtons">
162 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok
</set>
170 <class>FileSystemPathComboEdit
</class>
171 <extends>QWidget
</extends>
172 <header>gui/fspathedit.h
</header>
173 <container>1</container>
177 <tabstop>textCategoryName
</tabstop>
178 <tabstop>comboSavePath
</tabstop>
179 <tabstop>comboUseDownloadPath
</tabstop>
180 <tabstop>comboDownloadPath
</tabstop>