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>472</width> |
---|
10 | <height>427</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="windowTitle"> |
---|
14 | <string>Transmission</string> |
---|
15 | </property> |
---|
16 | <property name="unifiedTitleAndToolBarOnMac"> |
---|
17 | <bool>true</bool> |
---|
18 | </property> |
---|
19 | <widget class="QWidget" name="centralwidget"> |
---|
20 | <layout class="QVBoxLayout" name="verticalLayout"> |
---|
21 | <property name="spacing"> |
---|
22 | <number>0</number> |
---|
23 | </property> |
---|
24 | <property name="margin"> |
---|
25 | <number>0</number> |
---|
26 | </property> |
---|
27 | <item> |
---|
28 | <widget class="QListView" name="listView"> |
---|
29 | <property name="sizePolicy"> |
---|
30 | <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
---|
31 | <horstretch>0</horstretch> |
---|
32 | <verstretch>0</verstretch> |
---|
33 | </sizepolicy> |
---|
34 | </property> |
---|
35 | <property name="horizontalScrollBarPolicy"> |
---|
36 | <enum>Qt::ScrollBarAlwaysOff</enum> |
---|
37 | </property> |
---|
38 | <property name="alternatingRowColors"> |
---|
39 | <bool>true</bool> |
---|
40 | </property> |
---|
41 | <property name="selectionMode"> |
---|
42 | <enum>QAbstractItemView::ExtendedSelection</enum> |
---|
43 | </property> |
---|
44 | <property name="verticalScrollMode"> |
---|
45 | <enum>QAbstractItemView::ScrollPerPixel</enum> |
---|
46 | </property> |
---|
47 | <property name="uniformItemSizes"> |
---|
48 | <bool>false</bool> |
---|
49 | </property> |
---|
50 | </widget> |
---|
51 | </item> |
---|
52 | <item> |
---|
53 | <widget class="QWidget" name="statusBar" native="true"> |
---|
54 | <property name="styleSheet"> |
---|
55 | <string notr="true">QLabel { margin: 3px 0; }</string> |
---|
56 | </property> |
---|
57 | <layout class="QHBoxLayout" name="statusBarLayout"> |
---|
58 | <property name="spacing"> |
---|
59 | <number>3</number> |
---|
60 | </property> |
---|
61 | <property name="margin"> |
---|
62 | <number>3</number> |
---|
63 | </property> |
---|
64 | <item> |
---|
65 | <widget class="IconToolButton" name="optionsButton"> |
---|
66 | <property name="icon"> |
---|
67 | <iconset resource="application.qrc"> |
---|
68 | <normaloff>:/icons/utilities.png</normaloff>:/icons/utilities.png</iconset> |
---|
69 | </property> |
---|
70 | <property name="iconSize"> |
---|
71 | <size> |
---|
72 | <width>16</width> |
---|
73 | <height>16</height> |
---|
74 | </size> |
---|
75 | </property> |
---|
76 | <property name="popupMode"> |
---|
77 | <enum>QToolButton::InstantPopup</enum> |
---|
78 | </property> |
---|
79 | <property name="toolButtonStyle"> |
---|
80 | <enum>Qt::ToolButtonIconOnly</enum> |
---|
81 | </property> |
---|
82 | <property name="autoRaise"> |
---|
83 | <bool>true</bool> |
---|
84 | </property> |
---|
85 | </widget> |
---|
86 | </item> |
---|
87 | <item> |
---|
88 | <widget class="IconToolButton" name="altSpeedButton"> |
---|
89 | <property name="icon"> |
---|
90 | <iconset resource="application.qrc"> |
---|
91 | <normaloff>:/icons/alt-limit-off.png</normaloff> |
---|
92 | <normalon>:/icons/alt-limit-on.png</normalon>:/icons/alt-limit-off.png</iconset> |
---|
93 | </property> |
---|
94 | <property name="iconSize"> |
---|
95 | <size> |
---|
96 | <width>16</width> |
---|
97 | <height>16</height> |
---|
98 | </size> |
---|
99 | </property> |
---|
100 | <property name="checkable"> |
---|
101 | <bool>true</bool> |
---|
102 | </property> |
---|
103 | <property name="toolButtonStyle"> |
---|
104 | <enum>Qt::ToolButtonIconOnly</enum> |
---|
105 | </property> |
---|
106 | <property name="autoRaise"> |
---|
107 | <bool>true</bool> |
---|
108 | </property> |
---|
109 | </widget> |
---|
110 | </item> |
---|
111 | <item> |
---|
112 | <widget class="QLabel" name="networkLabel"/> |
---|
113 | </item> |
---|
114 | <item> |
---|
115 | <spacer name="horizontalSpacer"> |
---|
116 | <property name="orientation"> |
---|
117 | <enum>Qt::Horizontal</enum> |
---|
118 | </property> |
---|
119 | <property name="sizeHint" stdset="0"> |
---|
120 | <size> |
---|
121 | <width>1</width> |
---|
122 | <height>1</height> |
---|
123 | </size> |
---|
124 | </property> |
---|
125 | </spacer> |
---|
126 | </item> |
---|
127 | <item> |
---|
128 | <widget class="QLabel" name="downloadSpeedLabel"> |
---|
129 | <property name="alignment"> |
---|
130 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
---|
131 | </property> |
---|
132 | </widget> |
---|
133 | </item> |
---|
134 | <item> |
---|
135 | <widget class="QLabel" name="uploadSpeedLabel"> |
---|
136 | <property name="alignment"> |
---|
137 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
---|
138 | </property> |
---|
139 | </widget> |
---|
140 | </item> |
---|
141 | <item> |
---|
142 | <widget class="QLabel" name="statsLabel"/> |
---|
143 | </item> |
---|
144 | <item> |
---|
145 | <widget class="IconToolButton" name="statsModeButton"> |
---|
146 | <property name="icon"> |
---|
147 | <iconset resource="application.qrc"> |
---|
148 | <normaloff>:/icons/ratio.png</normaloff>:/icons/ratio.png</iconset> |
---|
149 | </property> |
---|
150 | <property name="iconSize"> |
---|
151 | <size> |
---|
152 | <width>16</width> |
---|
153 | <height>16</height> |
---|
154 | </size> |
---|
155 | </property> |
---|
156 | <property name="popupMode"> |
---|
157 | <enum>QToolButton::InstantPopup</enum> |
---|
158 | </property> |
---|
159 | <property name="toolButtonStyle"> |
---|
160 | <enum>Qt::ToolButtonIconOnly</enum> |
---|
161 | </property> |
---|
162 | <property name="autoRaise"> |
---|
163 | <bool>true</bool> |
---|
164 | </property> |
---|
165 | </widget> |
---|
166 | </item> |
---|
167 | </layout> |
---|
168 | </widget> |
---|
169 | </item> |
---|
170 | </layout> |
---|
171 | </widget> |
---|
172 | <widget class="QMenuBar" name="menubar"> |
---|
173 | <property name="geometry"> |
---|
174 | <rect> |
---|
175 | <x>0</x> |
---|
176 | <y>0</y> |
---|
177 | <width>472</width> |
---|
178 | <height>24</height> |
---|
179 | </rect> |
---|
180 | </property> |
---|
181 | <property name="sizePolicy"> |
---|
182 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
---|
183 | <horstretch>0</horstretch> |
---|
184 | <verstretch>0</verstretch> |
---|
185 | </sizepolicy> |
---|
186 | </property> |
---|
187 | <widget class="QMenu" name="menuTorrent"> |
---|
188 | <property name="title"> |
---|
189 | <string>&Torrent</string> |
---|
190 | </property> |
---|
191 | <widget class="QMenu" name="menuQueue"> |
---|
192 | <property name="title"> |
---|
193 | <string>Queue</string> |
---|
194 | </property> |
---|
195 | <addaction name="action_QueueMoveTop"/> |
---|
196 | <addaction name="action_QueueMoveUp"/> |
---|
197 | <addaction name="action_QueueMoveDown"/> |
---|
198 | <addaction name="action_QueueMoveBottom"/> |
---|
199 | </widget> |
---|
200 | <addaction name="separator"/> |
---|
201 | <addaction name="action_Properties"/> |
---|
202 | <addaction name="action_OpenFolder"/> |
---|
203 | <addaction name="separator"/> |
---|
204 | <addaction name="action_Start"/> |
---|
205 | <addaction name="action_StartNow"/> |
---|
206 | <addaction name="menuQueue"/> |
---|
207 | <addaction name="action_Announce"/> |
---|
208 | <addaction name="action_Pause"/> |
---|
209 | <addaction name="separator"/> |
---|
210 | <addaction name="action_SetLocation"/> |
---|
211 | <addaction name="action_Verify"/> |
---|
212 | <addaction name="action_CopyMagnetToClipboard"/> |
---|
213 | <addaction name="separator"/> |
---|
214 | <addaction name="action_Remove"/> |
---|
215 | <addaction name="action_Delete"/> |
---|
216 | </widget> |
---|
217 | <widget class="QMenu" name="menuEdit"> |
---|
218 | <property name="title"> |
---|
219 | <string>&Edit</string> |
---|
220 | </property> |
---|
221 | <addaction name="action_SelectAll"/> |
---|
222 | <addaction name="action_DeselectAll"/> |
---|
223 | <addaction name="separator"/> |
---|
224 | <addaction name="action_SessionDialog"/> |
---|
225 | <addaction name="separator"/> |
---|
226 | <addaction name="action_Preferences"/> |
---|
227 | </widget> |
---|
228 | <widget class="QMenu" name="menu_Help"> |
---|
229 | <property name="title"> |
---|
230 | <string>&Help</string> |
---|
231 | </property> |
---|
232 | <addaction name="action_Statistics"/> |
---|
233 | <addaction name="separator"/> |
---|
234 | <addaction name="action_Donate"/> |
---|
235 | <addaction name="separator"/> |
---|
236 | <addaction name="action_Contents"/> |
---|
237 | <addaction name="action_About"/> |
---|
238 | </widget> |
---|
239 | <widget class="QMenu" name="menu_View"> |
---|
240 | <property name="title"> |
---|
241 | <string>&View</string> |
---|
242 | </property> |
---|
243 | <addaction name="action_CompactView"/> |
---|
244 | <addaction name="separator"/> |
---|
245 | <addaction name="action_Toolbar"/> |
---|
246 | <addaction name="action_Filterbar"/> |
---|
247 | <addaction name="action_Statusbar"/> |
---|
248 | <addaction name="separator"/> |
---|
249 | <addaction name="action_SortByActivity"/> |
---|
250 | <addaction name="action_SortByAge"/> |
---|
251 | <addaction name="action_SortByName"/> |
---|
252 | <addaction name="action_SortByProgress"/> |
---|
253 | <addaction name="action_SortByQueue"/> |
---|
254 | <addaction name="action_SortByRatio"/> |
---|
255 | <addaction name="action_SortBySize"/> |
---|
256 | <addaction name="action_SortByState"/> |
---|
257 | <addaction name="action_SortByETA"/> |
---|
258 | <addaction name="separator"/> |
---|
259 | <addaction name="action_ReverseSortOrder"/> |
---|
260 | </widget> |
---|
261 | <widget class="QMenu" name="menu_File"> |
---|
262 | <property name="title"> |
---|
263 | <string>&File</string> |
---|
264 | </property> |
---|
265 | <addaction name="action_OpenFile"/> |
---|
266 | <addaction name="action_AddURL"/> |
---|
267 | <addaction name="action_New"/> |
---|
268 | <addaction name="separator"/> |
---|
269 | <addaction name="action_StartAll"/> |
---|
270 | <addaction name="action_PauseAll"/> |
---|
271 | <addaction name="separator"/> |
---|
272 | <addaction name="action_Quit"/> |
---|
273 | </widget> |
---|
274 | <addaction name="menu_File"/> |
---|
275 | <addaction name="menuEdit"/> |
---|
276 | <addaction name="menuTorrent"/> |
---|
277 | <addaction name="menu_View"/> |
---|
278 | <addaction name="menu_Help"/> |
---|
279 | </widget> |
---|
280 | <widget class="QToolBar" name="toolBar"> |
---|
281 | <property name="movable"> |
---|
282 | <bool>false</bool> |
---|
283 | </property> |
---|
284 | <property name="allowedAreas"> |
---|
285 | <set>Qt::TopToolBarArea</set> |
---|
286 | </property> |
---|
287 | <property name="iconSize"> |
---|
288 | <size> |
---|
289 | <width>24</width> |
---|
290 | <height>24</height> |
---|
291 | </size> |
---|
292 | </property> |
---|
293 | <property name="toolButtonStyle"> |
---|
294 | <enum>Qt::ToolButtonFollowStyle</enum> |
---|
295 | </property> |
---|
296 | <property name="floatable"> |
---|
297 | <bool>false</bool> |
---|
298 | </property> |
---|
299 | <attribute name="toolBarArea"> |
---|
300 | <enum>TopToolBarArea</enum> |
---|
301 | </attribute> |
---|
302 | <attribute name="toolBarBreak"> |
---|
303 | <bool>false</bool> |
---|
304 | </attribute> |
---|
305 | <addaction name="action_OpenFile"/> |
---|
306 | <addaction name="action_AddURL"/> |
---|
307 | <addaction name="action_Start"/> |
---|
308 | <addaction name="action_Pause"/> |
---|
309 | <addaction name="action_Remove"/> |
---|
310 | <addaction name="separator"/> |
---|
311 | <addaction name="action_Properties"/> |
---|
312 | </widget> |
---|
313 | <action name="action_OpenFile"> |
---|
314 | <property name="text"> |
---|
315 | <string>&Open...</string> |
---|
316 | </property> |
---|
317 | <property name="iconText"> |
---|
318 | <string>Open</string> |
---|
319 | </property> |
---|
320 | <property name="toolTip"> |
---|
321 | <string>Open a torrent</string> |
---|
322 | </property> |
---|
323 | <property name="shortcut"> |
---|
324 | <string notr="true">Ctrl+O</string> |
---|
325 | </property> |
---|
326 | </action> |
---|
327 | <action name="action_New"> |
---|
328 | <property name="text"> |
---|
329 | <string>&New...</string> |
---|
330 | </property> |
---|
331 | <property name="toolTip"> |
---|
332 | <string>Create a new torrent</string> |
---|
333 | </property> |
---|
334 | <property name="shortcut"> |
---|
335 | <string notr="true">Ctrl+N</string> |
---|
336 | </property> |
---|
337 | </action> |
---|
338 | <action name="action_Properties"> |
---|
339 | <property name="text"> |
---|
340 | <string>&Properties</string> |
---|
341 | </property> |
---|
342 | <property name="toolTip"> |
---|
343 | <string>Show torrent properties</string> |
---|
344 | </property> |
---|
345 | <property name="shortcut"> |
---|
346 | <string notr="true">Alt+Enter</string> |
---|
347 | </property> |
---|
348 | </action> |
---|
349 | <action name="action_OpenFolder"> |
---|
350 | <property name="text"> |
---|
351 | <string>Open Fold&er</string> |
---|
352 | </property> |
---|
353 | <property name="toolTip"> |
---|
354 | <string>Open the torrent's folder</string> |
---|
355 | </property> |
---|
356 | <property name="shortcut"> |
---|
357 | <string notr="true">Ctrl+E</string> |
---|
358 | </property> |
---|
359 | </action> |
---|
360 | <action name="action_Start"> |
---|
361 | <property name="text"> |
---|
362 | <string>&Start</string> |
---|
363 | </property> |
---|
364 | <property name="toolTip"> |
---|
365 | <string>Start torrent</string> |
---|
366 | </property> |
---|
367 | <property name="shortcut"> |
---|
368 | <string notr="true">Ctrl+S</string> |
---|
369 | </property> |
---|
370 | <property name="priority"> |
---|
371 | <enum>QAction::LowPriority</enum> |
---|
372 | </property> |
---|
373 | </action> |
---|
374 | <action name="action_Announce"> |
---|
375 | <property name="text"> |
---|
376 | <string>Ask Tracker for &More Peers</string> |
---|
377 | </property> |
---|
378 | <property name="toolTip"> |
---|
379 | <string>Ask tracker for more peers</string> |
---|
380 | </property> |
---|
381 | </action> |
---|
382 | <action name="action_Pause"> |
---|
383 | <property name="text"> |
---|
384 | <string>&Pause</string> |
---|
385 | </property> |
---|
386 | <property name="toolTip"> |
---|
387 | <string>Pause torrent</string> |
---|
388 | </property> |
---|
389 | <property name="shortcut"> |
---|
390 | <string notr="true">Ctrl+P</string> |
---|
391 | </property> |
---|
392 | <property name="priority"> |
---|
393 | <enum>QAction::LowPriority</enum> |
---|
394 | </property> |
---|
395 | </action> |
---|
396 | <action name="action_Verify"> |
---|
397 | <property name="text"> |
---|
398 | <string>&Verify Local Data</string> |
---|
399 | </property> |
---|
400 | <property name="toolTip"> |
---|
401 | <string>Verify local data</string> |
---|
402 | </property> |
---|
403 | <property name="shortcut"> |
---|
404 | <string notr="true">Ctrl+V</string> |
---|
405 | </property> |
---|
406 | </action> |
---|
407 | <action name="action_Remove"> |
---|
408 | <property name="text"> |
---|
409 | <string>&Remove</string> |
---|
410 | </property> |
---|
411 | <property name="toolTip"> |
---|
412 | <string>Remove torrent</string> |
---|
413 | </property> |
---|
414 | <property name="shortcut"> |
---|
415 | <string notr="true">Del</string> |
---|
416 | </property> |
---|
417 | <property name="priority"> |
---|
418 | <enum>QAction::LowPriority</enum> |
---|
419 | </property> |
---|
420 | </action> |
---|
421 | <action name="action_Delete"> |
---|
422 | <property name="text"> |
---|
423 | <string>&Delete Files and Remove</string> |
---|
424 | </property> |
---|
425 | <property name="toolTip"> |
---|
426 | <string>Remove torrent and delete its files</string> |
---|
427 | </property> |
---|
428 | <property name="shortcut"> |
---|
429 | <string notr="true">Shift+Del</string> |
---|
430 | </property> |
---|
431 | </action> |
---|
432 | <action name="action_StartAll"> |
---|
433 | <property name="text"> |
---|
434 | <string>&Start All</string> |
---|
435 | </property> |
---|
436 | </action> |
---|
437 | <action name="action_PauseAll"> |
---|
438 | <property name="text"> |
---|
439 | <string>&Pause All</string> |
---|
440 | </property> |
---|
441 | </action> |
---|
442 | <action name="action_Quit"> |
---|
443 | <property name="text"> |
---|
444 | <string>&Quit</string> |
---|
445 | </property> |
---|
446 | <property name="shortcut"> |
---|
447 | <string notr="true">Ctrl+Q</string> |
---|
448 | </property> |
---|
449 | <property name="menuRole"> |
---|
450 | <enum>QAction::QuitRole</enum> |
---|
451 | </property> |
---|
452 | </action> |
---|
453 | <action name="action_SelectAll"> |
---|
454 | <property name="text"> |
---|
455 | <string>&Select All</string> |
---|
456 | </property> |
---|
457 | <property name="shortcut"> |
---|
458 | <string notr="true">Ctrl+A</string> |
---|
459 | </property> |
---|
460 | </action> |
---|
461 | <action name="action_DeselectAll"> |
---|
462 | <property name="text"> |
---|
463 | <string>&Deselect All</string> |
---|
464 | </property> |
---|
465 | <property name="shortcut"> |
---|
466 | <string notr="true">Ctrl+Shift+A</string> |
---|
467 | </property> |
---|
468 | </action> |
---|
469 | <action name="action_Preferences"> |
---|
470 | <property name="text"> |
---|
471 | <string>&Preferences</string> |
---|
472 | </property> |
---|
473 | <property name="menuRole"> |
---|
474 | <enum>QAction::PreferencesRole</enum> |
---|
475 | </property> |
---|
476 | </action> |
---|
477 | <action name="action_CompactView"> |
---|
478 | <property name="checkable"> |
---|
479 | <bool>true</bool> |
---|
480 | </property> |
---|
481 | <property name="text"> |
---|
482 | <string>&Compact View</string> |
---|
483 | </property> |
---|
484 | <property name="iconText"> |
---|
485 | <string>Compact View</string> |
---|
486 | </property> |
---|
487 | <property name="toolTip"> |
---|
488 | <string>Compact View</string> |
---|
489 | </property> |
---|
490 | <property name="shortcut"> |
---|
491 | <string notr="true">Alt+C</string> |
---|
492 | </property> |
---|
493 | </action> |
---|
494 | <action name="action_Toolbar"> |
---|
495 | <property name="checkable"> |
---|
496 | <bool>true</bool> |
---|
497 | </property> |
---|
498 | <property name="text"> |
---|
499 | <string>&Toolbar</string> |
---|
500 | </property> |
---|
501 | </action> |
---|
502 | <action name="action_Filterbar"> |
---|
503 | <property name="checkable"> |
---|
504 | <bool>true</bool> |
---|
505 | </property> |
---|
506 | <property name="text"> |
---|
507 | <string>&Filterbar</string> |
---|
508 | </property> |
---|
509 | </action> |
---|
510 | <action name="action_Statusbar"> |
---|
511 | <property name="checkable"> |
---|
512 | <bool>true</bool> |
---|
513 | </property> |
---|
514 | <property name="text"> |
---|
515 | <string>&Statusbar</string> |
---|
516 | </property> |
---|
517 | </action> |
---|
518 | <action name="action_SortByActivity"> |
---|
519 | <property name="checkable"> |
---|
520 | <bool>true</bool> |
---|
521 | </property> |
---|
522 | <property name="text"> |
---|
523 | <string>Sort by &Activity</string> |
---|
524 | </property> |
---|
525 | </action> |
---|
526 | <action name="action_SortByAge"> |
---|
527 | <property name="checkable"> |
---|
528 | <bool>true</bool> |
---|
529 | </property> |
---|
530 | <property name="text"> |
---|
531 | <string>Sort by A&ge</string> |
---|
532 | </property> |
---|
533 | </action> |
---|
534 | <action name="action_SortByETA"> |
---|
535 | <property name="checkable"> |
---|
536 | <bool>true</bool> |
---|
537 | </property> |
---|
538 | <property name="text"> |
---|
539 | <string>Sort by Time &Left</string> |
---|
540 | </property> |
---|
541 | </action> |
---|
542 | <action name="action_SortByName"> |
---|
543 | <property name="checkable"> |
---|
544 | <bool>true</bool> |
---|
545 | </property> |
---|
546 | <property name="text"> |
---|
547 | <string>Sort by &Name</string> |
---|
548 | </property> |
---|
549 | </action> |
---|
550 | <action name="action_SortByProgress"> |
---|
551 | <property name="checkable"> |
---|
552 | <bool>true</bool> |
---|
553 | </property> |
---|
554 | <property name="text"> |
---|
555 | <string>Sort by &Progress</string> |
---|
556 | </property> |
---|
557 | </action> |
---|
558 | <action name="action_SortByRatio"> |
---|
559 | <property name="checkable"> |
---|
560 | <bool>true</bool> |
---|
561 | </property> |
---|
562 | <property name="text"> |
---|
563 | <string>Sort by Rati&o</string> |
---|
564 | </property> |
---|
565 | </action> |
---|
566 | <action name="action_SortBySize"> |
---|
567 | <property name="checkable"> |
---|
568 | <bool>true</bool> |
---|
569 | </property> |
---|
570 | <property name="text"> |
---|
571 | <string>Sort by Si&ze</string> |
---|
572 | </property> |
---|
573 | </action> |
---|
574 | <action name="action_SortByState"> |
---|
575 | <property name="checkable"> |
---|
576 | <bool>true</bool> |
---|
577 | </property> |
---|
578 | <property name="text"> |
---|
579 | <string>Sort by Stat&e</string> |
---|
580 | </property> |
---|
581 | </action> |
---|
582 | <action name="action_SortByTracker"> |
---|
583 | <property name="checkable"> |
---|
584 | <bool>true</bool> |
---|
585 | </property> |
---|
586 | <property name="text"> |
---|
587 | <string>Sort by T&racker</string> |
---|
588 | </property> |
---|
589 | </action> |
---|
590 | <action name="action_ShowMessageLog"> |
---|
591 | <property name="checkable"> |
---|
592 | <bool>false</bool> |
---|
593 | </property> |
---|
594 | <property name="text"> |
---|
595 | <string>Message &Log</string> |
---|
596 | </property> |
---|
597 | </action> |
---|
598 | <action name="action_Statistics"> |
---|
599 | <property name="checkable"> |
---|
600 | <bool>false</bool> |
---|
601 | </property> |
---|
602 | <property name="text"> |
---|
603 | <string>&Statistics</string> |
---|
604 | </property> |
---|
605 | </action> |
---|
606 | <action name="action_Contents"> |
---|
607 | <property name="text"> |
---|
608 | <string>&Contents</string> |
---|
609 | </property> |
---|
610 | <property name="shortcut"> |
---|
611 | <string notr="true">F1</string> |
---|
612 | </property> |
---|
613 | </action> |
---|
614 | <action name="action_About"> |
---|
615 | <property name="text"> |
---|
616 | <string>&About</string> |
---|
617 | </property> |
---|
618 | <property name="menuRole"> |
---|
619 | <enum>QAction::AboutRole</enum> |
---|
620 | </property> |
---|
621 | </action> |
---|
622 | <action name="action_ReverseSortOrder"> |
---|
623 | <property name="checkable"> |
---|
624 | <bool>true</bool> |
---|
625 | </property> |
---|
626 | <property name="text"> |
---|
627 | <string>Re&verse Sort Order</string> |
---|
628 | </property> |
---|
629 | </action> |
---|
630 | <action name="action_FilterByName"> |
---|
631 | <property name="checkable"> |
---|
632 | <bool>true</bool> |
---|
633 | </property> |
---|
634 | <property name="text"> |
---|
635 | <string>&Name</string> |
---|
636 | </property> |
---|
637 | </action> |
---|
638 | <action name="action_FilterByFiles"> |
---|
639 | <property name="checkable"> |
---|
640 | <bool>true</bool> |
---|
641 | </property> |
---|
642 | <property name="text"> |
---|
643 | <string>&Files</string> |
---|
644 | </property> |
---|
645 | </action> |
---|
646 | <action name="action_FilterByTracker"> |
---|
647 | <property name="checkable"> |
---|
648 | <bool>true</bool> |
---|
649 | </property> |
---|
650 | <property name="text"> |
---|
651 | <string>&Tracker</string> |
---|
652 | </property> |
---|
653 | </action> |
---|
654 | <action name="action_TotalRatio"> |
---|
655 | <property name="checkable"> |
---|
656 | <bool>true</bool> |
---|
657 | </property> |
---|
658 | <property name="text"> |
---|
659 | <string>Total Ratio</string> |
---|
660 | </property> |
---|
661 | </action> |
---|
662 | <action name="action_SessionRatio"> |
---|
663 | <property name="checkable"> |
---|
664 | <bool>true</bool> |
---|
665 | </property> |
---|
666 | <property name="text"> |
---|
667 | <string>Session Ratio</string> |
---|
668 | </property> |
---|
669 | </action> |
---|
670 | <action name="action_TotalTransfer"> |
---|
671 | <property name="checkable"> |
---|
672 | <bool>true</bool> |
---|
673 | </property> |
---|
674 | <property name="text"> |
---|
675 | <string>Total Transfer</string> |
---|
676 | </property> |
---|
677 | </action> |
---|
678 | <action name="action_SessionTransfer"> |
---|
679 | <property name="checkable"> |
---|
680 | <bool>true</bool> |
---|
681 | </property> |
---|
682 | <property name="text"> |
---|
683 | <string>Session Transfer</string> |
---|
684 | </property> |
---|
685 | </action> |
---|
686 | <action name="action_ShowMainWindow"> |
---|
687 | <property name="checkable"> |
---|
688 | <bool>true</bool> |
---|
689 | </property> |
---|
690 | <property name="text"> |
---|
691 | <string>&Main Window</string> |
---|
692 | </property> |
---|
693 | </action> |
---|
694 | <action name="action_TrayIcon"> |
---|
695 | <property name="checkable"> |
---|
696 | <bool>true</bool> |
---|
697 | </property> |
---|
698 | <property name="text"> |
---|
699 | <string>Tray &Icon</string> |
---|
700 | </property> |
---|
701 | </action> |
---|
702 | <action name="action_SessionDialog"> |
---|
703 | <property name="text"> |
---|
704 | <string>&Change Session...</string> |
---|
705 | </property> |
---|
706 | <property name="toolTip"> |
---|
707 | <string extracomment="Start a local session or connect to a running session">Choose Session</string> |
---|
708 | </property> |
---|
709 | </action> |
---|
710 | <action name="action_SetLocation"> |
---|
711 | <property name="text"> |
---|
712 | <string>Set &Location...</string> |
---|
713 | </property> |
---|
714 | </action> |
---|
715 | <action name="action_CopyMagnetToClipboard"> |
---|
716 | <property name="text"> |
---|
717 | <string>&Copy Magnet Link to Clipboard</string> |
---|
718 | </property> |
---|
719 | </action> |
---|
720 | <action name="action_AddURL"> |
---|
721 | <property name="text"> |
---|
722 | <string>Open &URL...</string> |
---|
723 | </property> |
---|
724 | <property name="shortcut"> |
---|
725 | <string notr="true">Ctrl+U</string> |
---|
726 | </property> |
---|
727 | </action> |
---|
728 | <action name="action_Donate"> |
---|
729 | <property name="text"> |
---|
730 | <string>&Donate</string> |
---|
731 | </property> |
---|
732 | </action> |
---|
733 | <action name="action_StartNow"> |
---|
734 | <property name="text"> |
---|
735 | <string>Start &Now</string> |
---|
736 | </property> |
---|
737 | <property name="toolTip"> |
---|
738 | <string>Bypass the queue and start now</string> |
---|
739 | </property> |
---|
740 | <property name="shortcut"> |
---|
741 | <string notr="true">Ctrl+Shift+S</string> |
---|
742 | </property> |
---|
743 | <property name="priority"> |
---|
744 | <enum>QAction::LowPriority</enum> |
---|
745 | </property> |
---|
746 | </action> |
---|
747 | <action name="action_QueueMoveTop"> |
---|
748 | <property name="text"> |
---|
749 | <string>Move to &Top</string> |
---|
750 | </property> |
---|
751 | </action> |
---|
752 | <action name="action_QueueMoveUp"> |
---|
753 | <property name="text"> |
---|
754 | <string>Move &Up</string> |
---|
755 | </property> |
---|
756 | </action> |
---|
757 | <action name="action_QueueMoveDown"> |
---|
758 | <property name="text"> |
---|
759 | <string>Move &Down</string> |
---|
760 | </property> |
---|
761 | </action> |
---|
762 | <action name="action_QueueMoveBottom"> |
---|
763 | <property name="text"> |
---|
764 | <string>Move to &Bottom</string> |
---|
765 | </property> |
---|
766 | </action> |
---|
767 | <action name="action_SortByQueue"> |
---|
768 | <property name="checkable"> |
---|
769 | <bool>true</bool> |
---|
770 | </property> |
---|
771 | <property name="text"> |
---|
772 | <string>Sort by &Queue</string> |
---|
773 | </property> |
---|
774 | </action> |
---|
775 | </widget> |
---|
776 | <customwidgets> |
---|
777 | <customwidget> |
---|
778 | <class>IconToolButton</class> |
---|
779 | <extends>QToolButton</extends> |
---|
780 | <header>IconToolButton.h</header> |
---|
781 | </customwidget> |
---|
782 | </customwidgets> |
---|
783 | <resources> |
---|
784 | <include location="application.qrc"/> |
---|
785 | </resources> |
---|
786 | <connections/> |
---|
787 | </ui> |
---|