Reorder code to match UI
[qBittorrent.git] / src / gui / search / searchjobwidget.ui
blob56012013360f94c51f6f4c6fdfbf81bdf2729d9b
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 <layout class="QVBoxLayout" name="verticalLayout">
14 <item>
15 <layout class="QHBoxLayout" name="horizontalLayout">
16 <item>
17 <widget class="QLabel" name="resultsLbl">
18 <property name="text">
19 <string>Results(xxx)</string>
20 </property>
21 </widget>
22 </item>
23 <item>
24 <spacer name="horizontalSpacer">
25 <property name="orientation">
26 <enum>Qt::Horizontal</enum>
27 </property>
28 <property name="sizeHint" stdset="0">
29 <size>
30 <width>40</width>
31 <height>20</height>
32 </size>
33 </property>
34 </spacer>
35 </item>
36 <item>
37 <widget class="QLabel" name="label_5">
38 <property name="text">
39 <string>Search in:</string>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <widget class="QComboBox" name="filterMode">
45 <property name="toolTip">
46 <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>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <spacer name="horizontalSpacer_2">
52 <property name="orientation">
53 <enum>Qt::Horizontal</enum>
54 </property>
55 <property name="sizeType">
56 <enum>QSizePolicy::Minimum</enum>
57 </property>
58 <property name="sizeHint" stdset="0">
59 <size>
60 <width>12</width>
61 <height>20</height>
62 </size>
63 </property>
64 </spacer>
65 </item>
66 <item>
67 <widget class="QLabel" name="label">
68 <property name="toolTip">
69 <string>Set minimum and maximum allowed number of seeders</string>
70 </property>
71 <property name="text">
72 <string>Seeds:</string>
73 </property>
74 </widget>
75 </item>
76 <item>
77 <widget class="QSpinBox" name="minSeeds">
78 <property name="toolTip">
79 <string>Minimum number of seeds</string>
80 </property>
81 <property name="maximum">
82 <number>1000</number>
83 </property>
84 </widget>
85 </item>
86 <item>
87 <widget class="QLabel" name="label_4">
88 <property name="text">
89 <string>to</string>
90 </property>
91 </widget>
92 </item>
93 <item>
94 <widget class="QSpinBox" name="maxSeeds">
95 <property name="toolTip">
96 <string>Maximum number of seeds</string>
97 </property>
98 <property name="specialValueText">
99 <string></string>
100 </property>
101 <property name="maximum">
102 <number>1000</number>
103 </property>
104 </widget>
105 </item>
106 <item>
107 <spacer name="horizontalSpacer_3">
108 <property name="orientation">
109 <enum>Qt::Horizontal</enum>
110 </property>
111 <property name="sizeType">
112 <enum>QSizePolicy::Minimum</enum>
113 </property>
114 <property name="sizeHint" stdset="0">
115 <size>
116 <width>12</width>
117 <height>20</height>
118 </size>
119 </property>
120 </spacer>
121 </item>
122 <item>
123 <widget class="QLabel" name="label_3">
124 <property name="toolTip">
125 <string>Set minimum and maximum allowed size of a torrent</string>
126 </property>
127 <property name="text">
128 <string>Size:</string>
129 </property>
130 </widget>
131 </item>
132 <item>
133 <layout class="QHBoxLayout" name="horizontalLayout_3">
134 <item>
135 <widget class="QDoubleSpinBox" name="minSize">
136 <property name="toolTip">
137 <string>Minimum torrent size</string>
138 </property>
139 <property name="maximum">
140 <double>1000.000000000000000</double>
141 </property>
142 </widget>
143 </item>
144 <item>
145 <widget class="QComboBox" name="minSizeUnit"/>
146 </item>
147 </layout>
148 </item>
149 <item>
150 <widget class="QLabel" name="label_2">
151 <property name="text">
152 <string>to</string>
153 </property>
154 </widget>
155 </item>
156 <item>
157 <layout class="QHBoxLayout" name="horizontalLayout_4">
158 <item>
159 <widget class="QDoubleSpinBox" name="maxSize">
160 <property name="toolTip">
161 <string>Maximum torrent size</string>
162 </property>
163 <property name="specialValueText">
164 <string></string>
165 </property>
166 <property name="maximum">
167 <double>1000.000000000000000</double>
168 </property>
169 </widget>
170 </item>
171 <item>
172 <widget class="QComboBox" name="maxSizeUnit"/>
173 </item>
174 </layout>
175 </item>
176 </layout>
177 </item>
178 <item>
179 <widget class="QTreeView" name="resultsBrowser"/>
180 </item>
181 </layout>
182 </widget>
183 <resources/>
184 <connections/>
185 </ui>