Remove incorrect assertions
[qBittorrent.git] / src / gui / mainwindow.ui
blob1a44708cd8940040345efcb0f5a4e371aec2e53a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>914</width>
10 <height>563</height>
11 </rect>
12 </property>
13 <property name="contextMenuPolicy">
14 <enum>Qt::CustomContextMenu</enum>
15 </property>
16 <widget class="QWidget" name="centralWidget">
17 <layout class="QVBoxLayout" name="centralWidgetLayout">
18 <property name="leftMargin">
19 <number>7</number>
20 </property>
21 <property name="topMargin">
22 <number>3</number>
23 </property>
24 <property name="rightMargin">
25 <number>5</number>
26 </property>
27 <property name="bottomMargin">
28 <number>0</number>
29 </property>
30 </layout>
31 </widget>
32 <widget class="QMenuBar" name="menubar">
33 <property name="geometry">
34 <rect>
35 <x>0</x>
36 <y>0</y>
37 <width>914</width>
38 <height>22</height>
39 </rect>
40 </property>
41 <widget class="QMenu" name="menuEdit">
42 <property name="title">
43 <string>&amp;Edit</string>
44 </property>
45 <addaction name="actionStart"/>
46 <addaction name="actionPause"/>
47 <addaction name="actionStartAll"/>
48 <addaction name="actionPauseAll"/>
49 <addaction name="separator"/>
50 <addaction name="actionDelete"/>
51 <addaction name="actionTopQueuePos"/>
52 <addaction name="actionIncreaseQueuePos"/>
53 <addaction name="actionDecreaseQueuePos"/>
54 <addaction name="actionBottomQueuePos"/>
55 </widget>
56 <widget class="QMenu" name="menuHelp">
57 <property name="title">
58 <string>&amp;Help</string>
59 </property>
60 <addaction name="actionDocumentation"/>
61 <addaction name="actionCheckForUpdates"/>
62 <addaction name="separator"/>
63 <addaction name="actionDonateMoney"/>
64 <addaction name="actionAbout"/>
65 </widget>
66 <widget class="QMenu" name="menuOptions">
67 <property name="title">
68 <string>&amp;Tools</string>
69 </property>
70 <widget class="QMenu" name="menuAutoShutdownOnDownloadsCompletion">
71 <property name="title">
72 <string>On Downloads &amp;Done</string>
73 </property>
74 <addaction name="actionAutoShutdownDisabled"/>
75 <addaction name="actionAutoExit"/>
76 <addaction name="actionAutoSuspend"/>
77 <addaction name="actionAutoHibernate"/>
78 <addaction name="actionAutoShutdown"/>
79 </widget>
80 <addaction name="actionCreateTorrent"/>
81 <addaction name="separator"/>
82 <addaction name="actionManageCookies"/>
83 <addaction name="actionOptions"/>
84 <addaction name="separator"/>
85 <addaction name="menuAutoShutdownOnDownloadsCompletion"/>
86 </widget>
87 <widget class="QMenu" name="menuFile">
88 <property name="title">
89 <string>&amp;File</string>
90 </property>
91 <addaction name="actionOpen"/>
92 <addaction name="actionDownloadFromURL"/>
93 <addaction name="actionCloseWindow"/>
94 <addaction name="separator"/>
95 <addaction name="actionExit"/>
96 </widget>
97 <widget class="QMenu" name="menuView">
98 <property name="title">
99 <string>&amp;View</string>
100 </property>
101 <widget class="QMenu" name="menuLog">
102 <property name="title">
103 <string>&amp;Log</string>
104 </property>
105 <addaction name="actionExecutionLogs"/>
106 <addaction name="separator"/>
107 <addaction name="actionNormalMessages"/>
108 <addaction name="actionInformationMessages"/>
109 <addaction name="actionWarningMessages"/>
110 <addaction name="actionCriticalMessages"/>
111 </widget>
112 <addaction name="separator"/>
113 <addaction name="actionTopToolBar"/>
114 <addaction name="actionShowStatusbar"/>
115 <addaction name="actionShowFiltersSidebar"/>
116 <addaction name="actionSpeedInTitleBar"/>
117 <addaction name="separator"/>
118 <addaction name="actionSearchWidget"/>
119 <addaction name="actionRSSReader"/>
120 <addaction name="menuLog"/>
121 <addaction name="separator"/>
122 <addaction name="actionStatistics"/>
123 <addaction name="separator"/>
124 <addaction name="actionLock"/>
125 </widget>
126 <addaction name="menuFile"/>
127 <addaction name="menuEdit"/>
128 <addaction name="menuView"/>
129 <addaction name="menuOptions"/>
130 <addaction name="menuHelp"/>
131 </widget>
132 <widget class="QToolBar" name="toolBar">
133 <property name="movable">
134 <bool>false</bool>
135 </property>
136 <property name="orientation">
137 <enum>Qt::Horizontal</enum>
138 </property>
139 <property name="toolButtonStyle">
140 <enum>Qt::ToolButtonFollowStyle</enum>
141 </property>
142 <property name="floatable">
143 <bool>false</bool>
144 </property>
145 <attribute name="toolBarArea">
146 <enum>TopToolBarArea</enum>
147 </attribute>
148 <attribute name="toolBarBreak">
149 <bool>false</bool>
150 </attribute>
151 <addaction name="actionDownloadFromURL"/>
152 <addaction name="actionOpen"/>
153 <addaction name="actionDelete"/>
154 <addaction name="separator"/>
155 <addaction name="actionStart"/>
156 <addaction name="actionPause"/>
157 <addaction name="actionTopQueuePos"/>
158 <addaction name="actionIncreaseQueuePos"/>
159 <addaction name="actionDecreaseQueuePos"/>
160 <addaction name="actionBottomQueuePos"/>
161 <addaction name="separator"/>
162 <addaction name="actionOptions"/>
163 <addaction name="actionLock"/>
164 </widget>
165 <widget class="QStatusBar" name="statusBar"/>
166 <action name="actionOpen">
167 <property name="text">
168 <string>&amp;Add Torrent File...</string>
169 </property>
170 <property name="iconText">
171 <string>Open</string>
172 </property>
173 </action>
174 <action name="actionExit">
175 <property name="text">
176 <string>E&amp;xit</string>
177 </property>
178 </action>
179 <action name="actionOptions">
180 <property name="text">
181 <string>&amp;Options...</string>
182 </property>
183 </action>
184 <action name="actionAbout">
185 <property name="text">
186 <string>&amp;About</string>
187 </property>
188 </action>
189 <action name="actionStart">
190 <property name="text">
191 <string>&amp;Resume</string>
192 </property>
193 </action>
194 <action name="actionPause">
195 <property name="text">
196 <string>&amp;Pause</string>
197 </property>
198 </action>
199 <action name="actionStartAll">
200 <property name="text">
201 <string>R&amp;esume All</string>
202 </property>
203 </action>
204 <action name="actionPauseAll">
205 <property name="text">
206 <string>P&amp;ause All</string>
207 </property>
208 </action>
209 <action name="actionDelete">
210 <property name="text">
211 <string>&amp;Remove</string>
212 </property>
213 </action>
214 <action name="actionDownloadFromURL">
215 <property name="text">
216 <string>Add Torrent &amp;Link...</string>
217 </property>
218 <property name="iconText">
219 <string>Open URL</string>
220 </property>
221 </action>
222 <action name="actionCreateTorrent">
223 <property name="text">
224 <string>Torrent &amp;Creator</string>
225 </property>
226 </action>
227 <action name="actionDocumentation">
228 <property name="text">
229 <string>&amp;Documentation</string>
230 </property>
231 </action>
232 <action name="actionSetGlobalSpeedLimits">
233 <property name="text">
234 <string>Set Global Speed Limits...</string>
235 </property>
236 </action>
237 <action name="actionBottomQueuePos">
238 <property name="text">
239 <string>Bottom of Queue</string>
240 </property>
241 <property name="toolTip">
242 <string>Move to the bottom of the queue</string>
243 </property>
244 <property name="visible">
245 <bool>true</bool>
246 </property>
247 </action>
248 <action name="actionTopQueuePos">
249 <property name="text">
250 <string>Top of Queue</string>
251 </property>
252 <property name="toolTip">
253 <string>Move to the top of the queue</string>
254 </property>
255 <property name="visible">
256 <bool>true</bool>
257 </property>
258 </action>
259 <action name="actionDecreaseQueuePos">
260 <property name="text">
261 <string>Move Down Queue</string>
262 </property>
263 <property name="toolTip">
264 <string>Move down in the queue</string>
265 </property>
266 <property name="visible">
267 <bool>true</bool>
268 </property>
269 </action>
270 <action name="actionIncreaseQueuePos">
271 <property name="text">
272 <string>Move Up Queue</string>
273 </property>
274 <property name="toolTip">
275 <string>Move up in the queue</string>
276 </property>
277 <property name="visible">
278 <bool>true</bool>
279 </property>
280 </action>
281 <action name="actionUseAlternativeSpeedLimits">
282 <property name="checkable">
283 <bool>true</bool>
284 </property>
285 <property name="text">
286 <string>Alternative Speed Limits</string>
287 </property>
288 <property name="toolTip">
289 <string>Alternative Speed Limits</string>
290 </property>
291 </action>
292 <action name="actionTopToolBar">
293 <property name="checkable">
294 <bool>true</bool>
295 </property>
296 <property name="text">
297 <string>&amp;Top Toolbar</string>
298 </property>
299 <property name="toolTip">
300 <string>Display Top Toolbar</string>
301 </property>
302 </action>
303 <action name="actionShowStatusbar">
304 <property name="checkable">
305 <bool>true</bool>
306 </property>
307 <property name="text">
308 <string>Status &amp;Bar</string>
309 </property>
310 </action>
311 <action name="actionShowFiltersSidebar">
312 <property name="checkable">
313 <bool>true</bool>
314 </property>
315 <property name="text">
316 <string>Filters Sidebar</string>
317 </property>
318 </action>
319 <action name="actionSpeedInTitleBar">
320 <property name="checkable">
321 <bool>true</bool>
322 </property>
323 <property name="text">
324 <string>S&amp;peed in Title Bar</string>
325 </property>
326 <property name="toolTip">
327 <string>Show Transfer Speed in Title Bar</string>
328 </property>
329 </action>
330 <action name="actionRSSReader">
331 <property name="checkable">
332 <bool>true</bool>
333 </property>
334 <property name="text">
335 <string>&amp;RSS Reader</string>
336 </property>
337 </action>
338 <action name="actionSearchWidget">
339 <property name="checkable">
340 <bool>true</bool>
341 </property>
342 <property name="text">
343 <string>Search &amp;Engine</string>
344 </property>
345 </action>
346 <action name="actionLock">
347 <property name="text">
348 <string>L&amp;ock qBittorrent</string>
349 </property>
350 <property name="iconText">
351 <string>Lock</string>
352 </property>
353 <property name="shortcut">
354 <string notr="true">Ctrl+L</string>
355 </property>
356 </action>
357 <action name="actionDonateMoney">
358 <property name="text">
359 <string>Do&amp;nate!</string>
360 </property>
361 <property name="toolTip">
362 <string>If you like qBittorrent, please donate!</string>
363 </property>
364 </action>
365 <action name="actionAutoExit">
366 <property name="checkable">
367 <bool>true</bool>
368 </property>
369 <property name="text">
370 <string>&amp;Exit qBittorrent</string>
371 </property>
372 </action>
373 <action name="actionAutoSuspend">
374 <property name="checkable">
375 <bool>true</bool>
376 </property>
377 <property name="text">
378 <string>&amp;Suspend System</string>
379 </property>
380 </action>
381 <action name="actionAutoHibernate">
382 <property name="checkable">
383 <bool>true</bool>
384 </property>
385 <property name="text">
386 <string>&amp;Hibernate System</string>
387 </property>
388 </action>
389 <action name="actionAutoShutdown">
390 <property name="checkable">
391 <bool>true</bool>
392 </property>
393 <property name="text">
394 <string>S&amp;hutdown System</string>
395 </property>
396 </action>
397 <action name="actionAutoShutdownDisabled">
398 <property name="checkable">
399 <bool>true</bool>
400 </property>
401 <property name="text">
402 <string>&amp;Do nothing</string>
403 </property>
404 </action>
405 <action name="actionToggleVisibility">
406 <property name="text">
407 <string>Show</string>
408 </property>
409 </action>
410 <action name="actionMinimize">
411 <property name="text">
412 <string notr="true">Minimize</string>
413 </property>
414 </action>
415 <action name="actionStatistics">
416 <property name="text">
417 <string>&amp;Statistics</string>
418 </property>
419 </action>
420 <action name="actionCheckForUpdates">
421 <property name="text">
422 <string>Check for Updates</string>
423 </property>
424 <property name="toolTip">
425 <string>Check for Program Updates</string>
426 </property>
427 </action>
428 <action name="actionManageCookies">
429 <property name="text">
430 <string>Manage Cookies...</string>
431 </property>
432 <property name="toolTip">
433 <string>Manage stored network cookies</string>
434 </property>
435 </action>
436 <action name="actionExecutionLogs">
437 <property name="checkable">
438 <bool>true</bool>
439 </property>
440 <property name="text">
441 <string>Show</string>
442 </property>
443 </action>
444 <action name="actionNormalMessages">
445 <property name="checkable">
446 <bool>true</bool>
447 </property>
448 <property name="text">
449 <string>Normal Messages</string>
450 </property>
451 </action>
452 <action name="actionInformationMessages">
453 <property name="checkable">
454 <bool>true</bool>
455 </property>
456 <property name="text">
457 <string>Information Messages</string>
458 </property>
459 </action>
460 <action name="actionWarningMessages">
461 <property name="checkable">
462 <bool>true</bool>
463 </property>
464 <property name="text">
465 <string>Warning Messages</string>
466 </property>
467 </action>
468 <action name="actionCriticalMessages">
469 <property name="checkable">
470 <bool>true</bool>
471 </property>
472 <property name="text">
473 <string>Critical Messages</string>
474 </property>
475 </action>
476 <action name="actionCloseWindow">
477 <property name="text">
478 <string>Close Window</string>
479 </property>
480 </action>
481 </widget>
482 <resources/>
483 <connections/>
484 </ui>