Enable customizing the save statistics time interval
[qBittorrent.git] / src / gui / torrentcategorydialog.ui
blobed0c131239cdd1a460e730099edef268781cb97d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TorrentCategoryDialog</class>
4 <widget class="QDialog" name="TorrentCategoryDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>493</width>
10 <height>208</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Torrent Category Properties</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <spacer name="verticalSpacer">
19 <property name="orientation">
20 <enum>Qt::Vertical</enum>
21 </property>
22 <property name="sizeHint" stdset="0">
23 <size>
24 <width>20</width>
25 <height>40</height>
26 </size>
27 </property>
28 </spacer>
29 </item>
30 <item>
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>
36 </property>
37 </widget>
38 </item>
39 <item row="0" column="1">
40 <widget class="QLineEdit" name="textCategoryName"/>
41 </item>
42 <item row="1" column="0">
43 <widget class="QLabel" name="labelSavePath">
44 <property name="text">
45 <string>Save path:</string>
46 </property>
47 </widget>
48 </item>
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>
55 </sizepolicy>
56 </property>
57 </widget>
58 </item>
59 </layout>
60 </item>
61 <item>
62 <widget class="QGroupBox" name="groupBox">
63 <property name="title">
64 <string>Save path for incomplete torrents:</string>
65 </property>
66 <layout class="QVBoxLayout" name="verticalLayout_2">
67 <item>
68 <layout class="QHBoxLayout" name="horizontalLayout">
69 <item>
70 <widget class="QLabel" name="labelUseDownloadPath">
71 <property name="text">
72 <string>Use another path for incomplete torrents:</string>
73 </property>
74 </widget>
75 </item>
76 <item>
77 <widget class="QComboBox" name="comboUseDownloadPath">
78 <property name="maxVisibleItems">
79 <number>3</number>
80 </property>
81 <item>
82 <property name="text">
83 <string>Default</string>
84 </property>
85 </item>
86 <item>
87 <property name="text">
88 <string>Yes</string>
89 </property>
90 </item>
91 <item>
92 <property name="text">
93 <string>No</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>40</width>
106 <height>20</height>
107 </size>
108 </property>
109 </spacer>
110 </item>
111 </layout>
112 </item>
113 <item>
114 <layout class="QHBoxLayout" name="horizontalLayout_2">
115 <item>
116 <widget class="QLabel" name="labelDownloadPath">
117 <property name="sizePolicy">
118 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
119 <horstretch>0</horstretch>
120 <verstretch>0</verstretch>
121 </sizepolicy>
122 </property>
123 <property name="text">
124 <string>Path:</string>
125 </property>
126 </widget>
127 </item>
128 <item>
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>
134 </sizepolicy>
135 </property>
136 </widget>
137 </item>
138 </layout>
139 </item>
140 </layout>
141 </widget>
142 </item>
143 <item>
144 <spacer name="verticalSpacer_2">
145 <property name="orientation">
146 <enum>Qt::Vertical</enum>
147 </property>
148 <property name="sizeHint" stdset="0">
149 <size>
150 <width>20</width>
151 <height>40</height>
152 </size>
153 </property>
154 </spacer>
155 </item>
156 <item>
157 <widget class="QDialogButtonBox" name="buttonBox">
158 <property name="orientation">
159 <enum>Qt::Horizontal</enum>
160 </property>
161 <property name="standardButtons">
162 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
163 </property>
164 </widget>
165 </item>
166 </layout>
167 </widget>
168 <customwidgets>
169 <customwidget>
170 <class>FileSystemPathComboEdit</class>
171 <extends>QWidget</extends>
172 <header>gui/fspathedit.h</header>
173 <container>1</container>
174 </customwidget>
175 </customwidgets>
176 <tabstops>
177 <tabstop>textCategoryName</tabstop>
178 <tabstop>comboSavePath</tabstop>
179 <tabstop>comboUseDownloadPath</tabstop>
180 <tabstop>comboDownloadPath</tabstop>
181 </tabstops>
182 <resources/>
183 <connections/>
184 </ui>