Sync translations from Transifex and run lupdate
[qBittorrent.git] / src / gui / search / searchjobwidget.ui
blob5cd2cf5f05eb62c26061840ae5c9cb0411b4faad
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SearchJobWidget</class>
4 <widget class="QWidget" name="SearchJobWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>1216</width>
10 <height>364</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout">
19 <item>
20 <widget class="QLabel" name="resultsLbl">
21 <property name="text">
22 <string>Results(xxx)</string>
23 </property>
24 </widget>
25 </item>
26 <item>
27 <spacer name="horizontalSpacer">
28 <property name="orientation">
29 <enum>Qt::Horizontal</enum>
30 </property>
31 <property name="sizeHint" stdset="0">
32 <size>
33 <width>40</width>
34 <height>20</height>
35 </size>
36 </property>
37 </spacer>
38 </item>
39 <item>
40 <widget class="QLabel" name="label_5">
41 <property name="focusPolicy">
42 <enum>Qt::NoFocus</enum>
43 </property>
44 <property name="text">
45 <string>Search in:</string>
46 </property>
47 <property name="buddy">
48 <cstring>filterMode</cstring>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <widget class="QComboBox" name="filterMode">
54 <property name="toolTip">
55 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Some search engines search in torrent description and in torrent file names too. Whether such results will be shown in the list below is controlled by this mode.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Everywhere &lt;/span&gt;disables filtering and shows everything returned by the search engines.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Torrent names only&lt;/span&gt; shows only torrents whose names match the search query.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
56 </property>
57 </widget>
58 </item>
59 <item>
60 <spacer name="horizontalSpacer_2">
61 <property name="orientation">
62 <enum>Qt::Horizontal</enum>
63 </property>
64 <property name="sizeType">
65 <enum>QSizePolicy::Minimum</enum>
66 </property>
67 <property name="sizeHint" stdset="0">
68 <size>
69 <width>12</width>
70 <height>20</height>
71 </size>
72 </property>
73 </spacer>
74 </item>
75 <item>
76 <widget class="QLabel" name="label">
77 <property name="sizePolicy">
78 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
79 <horstretch>0</horstretch>
80 <verstretch>0</verstretch>
81 </sizepolicy>
82 </property>
83 <property name="toolTip">
84 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Set minimal and maximal allowed number of seeders&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
85 </property>
86 <property name="text">
87 <string>Seeds:</string>
88 </property>
89 </widget>
90 </item>
91 <item>
92 <widget class="QSpinBox" name="minSeeds">
93 <property name="toolTip">
94 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Minimal number of seeds&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
95 </property>
96 <property name="minimum">
97 <number>0</number>
98 </property>
99 <property name="maximum">
100 <number>1000</number>
101 </property>
102 <property name="value">
103 <number>0</number>
104 </property>
105 </widget>
106 </item>
107 <item>
108 <widget class="QLabel" name="label_4">
109 <property name="sizePolicy">
110 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
111 <horstretch>0</horstretch>
112 <verstretch>0</verstretch>
113 </sizepolicy>
114 </property>
115 <property name="text">
116 <string>to</string>
117 </property>
118 </widget>
119 </item>
120 <item>
121 <widget class="QSpinBox" name="maxSeeds">
122 <property name="toolTip">
123 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Maximal number of seeds&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
124 </property>
125 <property name="specialValueText">
126 <string></string>
127 </property>
128 <property name="prefix">
129 <string/>
130 </property>
131 <property name="minimum">
132 <number>-1</number>
133 </property>
134 <property name="maximum">
135 <number>1000</number>
136 </property>
137 <property name="value">
138 <number>-1</number>
139 </property>
140 </widget>
141 </item>
142 <item>
143 <spacer name="horizontalSpacer_3">
144 <property name="orientation">
145 <enum>Qt::Horizontal</enum>
146 </property>
147 <property name="sizeType">
148 <enum>QSizePolicy::Minimum</enum>
149 </property>
150 <property name="sizeHint" stdset="0">
151 <size>
152 <width>12</width>
153 <height>20</height>
154 </size>
155 </property>
156 </spacer>
157 </item>
158 <item>
159 <widget class="QLabel" name="label_3">
160 <property name="sizePolicy">
161 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
162 <horstretch>0</horstretch>
163 <verstretch>0</verstretch>
164 </sizepolicy>
165 </property>
166 <property name="toolTip">
167 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Set minimal and maximal allowed size of a torrent&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
168 </property>
169 <property name="text">
170 <string>Size:</string>
171 </property>
172 </widget>
173 </item>
174 <item>
175 <layout class="QHBoxLayout" name="horizontalLayout_3">
176 <item>
177 <widget class="QDoubleSpinBox" name="minSize">
178 <property name="toolTip">
179 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Minimal torrent size&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
180 </property>
181 <property name="minimum">
182 <double>0.000000000000000</double>
183 </property>
184 <property name="maximum">
185 <double>1000.000000000000000</double>
186 </property>
187 <property name="value">
188 <double>0.000000000000000</double>
189 </property>
190 </widget>
191 </item>
192 <item>
193 <widget class="QComboBox" name="minSizeUnit">
194 <property name="sizeAdjustPolicy">
195 <enum>QComboBox::AdjustToContents</enum>
196 </property>
197 </widget>
198 </item>
199 </layout>
200 </item>
201 <item>
202 <widget class="QLabel" name="label_2">
203 <property name="text">
204 <string>to</string>
205 </property>
206 </widget>
207 </item>
208 <item>
209 <layout class="QHBoxLayout" name="horizontalLayout_4">
210 <item>
211 <widget class="QDoubleSpinBox" name="maxSize">
212 <property name="toolTip">
213 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Maximal torrent size&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
214 </property>
215 <property name="specialValueText">
216 <string></string>
217 </property>
218 <property name="minimum">
219 <double>-1.000000000000000</double>
220 </property>
221 <property name="maximum">
222 <double>1000.000000000000000</double>
223 </property>
224 <property name="value">
225 <double>1000.000000000000000</double>
226 </property>
227 </widget>
228 </item>
229 <item>
230 <widget class="QComboBox" name="maxSizeUnit">
231 <property name="currentIndex">
232 <number>-1</number>
233 </property>
234 <property name="sizeAdjustPolicy">
235 <enum>QComboBox::AdjustToContents</enum>
236 </property>
237 </widget>
238 </item>
239 </layout>
240 </item>
241 </layout>
242 </item>
243 <item>
244 <widget class="QTreeView" name="resultsBrowser"/>
245 </item>
246 </layout>
247 </widget>
248 <resources/>
249 <connections/>
250 </ui>