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>792</width> |
---|
10 | <height>390</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="windowTitle"> |
---|
14 | <string>Transmission</string> |
---|
15 | </property> |
---|
16 | <widget class="QWidget" name="centralwidget"> |
---|
17 | <layout class="QVBoxLayout" name="verticalLayout"> |
---|
18 | <property name="spacing"> |
---|
19 | <number>0</number> |
---|
20 | </property> |
---|
21 | <property name="margin"> |
---|
22 | <number>0</number> |
---|
23 | </property> |
---|
24 | <item> |
---|
25 | <widget class="QListView" name="listView"> |
---|
26 | <property name="sizePolicy"> |
---|
27 | <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
---|
28 | <horstretch>0</horstretch> |
---|
29 | <verstretch>0</verstretch> |
---|
30 | </sizepolicy> |
---|
31 | </property> |
---|
32 | <property name="horizontalScrollBarPolicy"> |
---|
33 | <enum>Qt::ScrollBarAlwaysOff</enum> |
---|
34 | </property> |
---|
35 | <property name="alternatingRowColors"> |
---|
36 | <bool>true</bool> |
---|
37 | </property> |
---|
38 | <property name="selectionMode"> |
---|
39 | <enum>QAbstractItemView::ExtendedSelection</enum> |
---|
40 | </property> |
---|
41 | <property name="uniformItemSizes"> |
---|
42 | <bool>false</bool> |
---|
43 | </property> |
---|
44 | </widget> |
---|
45 | </item> |
---|
46 | </layout> |
---|
47 | </widget> |
---|
48 | <widget class="QMenuBar" name="menubar"> |
---|
49 | <property name="geometry"> |
---|
50 | <rect> |
---|
51 | <x>0</x> |
---|
52 | <y>0</y> |
---|
53 | <width>792</width> |
---|
54 | <height>23</height> |
---|
55 | </rect> |
---|
56 | </property> |
---|
57 | <property name="sizePolicy"> |
---|
58 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
---|
59 | <horstretch>0</horstretch> |
---|
60 | <verstretch>0</verstretch> |
---|
61 | </sizepolicy> |
---|
62 | </property> |
---|
63 | <widget class="QMenu" name="menuTorrent"> |
---|
64 | <property name="title"> |
---|
65 | <string>&Torrent</string> |
---|
66 | </property> |
---|
67 | <addaction name="separator"/> |
---|
68 | <addaction name="action_Add"/> |
---|
69 | <addaction name="action_New"/> |
---|
70 | <addaction name="separator"/> |
---|
71 | <addaction name="action_Properties"/> |
---|
72 | <addaction name="action_OpenFolder"/> |
---|
73 | <addaction name="action_SetLocation"/> |
---|
74 | <addaction name="separator"/> |
---|
75 | <addaction name="action_Start"/> |
---|
76 | <addaction name="action_Announce"/> |
---|
77 | <addaction name="action_Pause"/> |
---|
78 | <addaction name="action_Verify"/> |
---|
79 | <addaction name="action_Remove"/> |
---|
80 | <addaction name="action_Delete"/> |
---|
81 | <addaction name="separator"/> |
---|
82 | <addaction name="action_StartAll"/> |
---|
83 | <addaction name="action_PauseAll"/> |
---|
84 | <addaction name="separator"/> |
---|
85 | <addaction name="action_Quit"/> |
---|
86 | </widget> |
---|
87 | <widget class="QMenu" name="menuEdit"> |
---|
88 | <property name="title"> |
---|
89 | <string>&Edit</string> |
---|
90 | </property> |
---|
91 | <addaction name="action_SelectAll"/> |
---|
92 | <addaction name="action_DeselectAll"/> |
---|
93 | <addaction name="separator"/> |
---|
94 | <addaction name="action_SessionDialog"/> |
---|
95 | <addaction name="separator"/> |
---|
96 | <addaction name="action_Preferences"/> |
---|
97 | </widget> |
---|
98 | <widget class="QMenu" name="menu_Help"> |
---|
99 | <property name="title"> |
---|
100 | <string>&Help</string> |
---|
101 | </property> |
---|
102 | <addaction name="action_ShowMessageLog"/> |
---|
103 | <addaction name="action_Statistics"/> |
---|
104 | <addaction name="separator"/> |
---|
105 | <addaction name="action_Contents"/> |
---|
106 | <addaction name="action_About"/> |
---|
107 | </widget> |
---|
108 | <widget class="QMenu" name="menu_View"> |
---|
109 | <property name="title"> |
---|
110 | <string>&View</string> |
---|
111 | </property> |
---|
112 | <addaction name="action_MinimalView"/> |
---|
113 | <addaction name="separator"/> |
---|
114 | <addaction name="action_Toolbar"/> |
---|
115 | <addaction name="action_Filterbar"/> |
---|
116 | <addaction name="action_Statusbar"/> |
---|
117 | <addaction name="action_TrayIcon"/> |
---|
118 | <addaction name="separator"/> |
---|
119 | <addaction name="action_SortByActivity"/> |
---|
120 | <addaction name="action_SortByAge"/> |
---|
121 | <addaction name="action_SortByName"/> |
---|
122 | <addaction name="action_SortByProgress"/> |
---|
123 | <addaction name="action_SortByRatio"/> |
---|
124 | <addaction name="action_SortBySize"/> |
---|
125 | <addaction name="action_SortByState"/> |
---|
126 | <addaction name="action_SortByETA"/> |
---|
127 | <addaction name="action_SortByTracker"/> |
---|
128 | <addaction name="separator"/> |
---|
129 | <addaction name="action_ReverseSortOrder"/> |
---|
130 | </widget> |
---|
131 | <addaction name="menuTorrent"/> |
---|
132 | <addaction name="menuEdit"/> |
---|
133 | <addaction name="menu_View"/> |
---|
134 | <addaction name="menu_Help"/> |
---|
135 | </widget> |
---|
136 | <widget class="QToolBar" name="toolBar"> |
---|
137 | <property name="windowTitle"> |
---|
138 | <string>toolBar</string> |
---|
139 | </property> |
---|
140 | <property name="movable"> |
---|
141 | <bool>false</bool> |
---|
142 | </property> |
---|
143 | <property name="allowedAreas"> |
---|
144 | <set>Qt::TopToolBarArea</set> |
---|
145 | </property> |
---|
146 | <property name="iconSize"> |
---|
147 | <size> |
---|
148 | <width>24</width> |
---|
149 | <height>24</height> |
---|
150 | </size> |
---|
151 | </property> |
---|
152 | <property name="toolButtonStyle"> |
---|
153 | <enum>Qt::ToolButtonTextUnderIcon</enum> |
---|
154 | </property> |
---|
155 | <property name="floatable"> |
---|
156 | <bool>false</bool> |
---|
157 | </property> |
---|
158 | <attribute name="toolBarArea"> |
---|
159 | <enum>TopToolBarArea</enum> |
---|
160 | </attribute> |
---|
161 | <attribute name="toolBarBreak"> |
---|
162 | <bool>false</bool> |
---|
163 | </attribute> |
---|
164 | <addaction name="action_Add"/> |
---|
165 | <addaction name="action_Start"/> |
---|
166 | <addaction name="action_Pause"/> |
---|
167 | <addaction name="action_Remove"/> |
---|
168 | <addaction name="separator"/> |
---|
169 | <addaction name="action_Properties"/> |
---|
170 | </widget> |
---|
171 | <action name="action_Add"> |
---|
172 | <property name="text"> |
---|
173 | <string>&Add...</string> |
---|
174 | </property> |
---|
175 | <property name="toolTip"> |
---|
176 | <string>Add a torrent</string> |
---|
177 | </property> |
---|
178 | <property name="shortcut"> |
---|
179 | <string>Ctrl+D</string> |
---|
180 | </property> |
---|
181 | </action> |
---|
182 | <action name="action_New"> |
---|
183 | <property name="text"> |
---|
184 | <string>&New...</string> |
---|
185 | </property> |
---|
186 | <property name="toolTip"> |
---|
187 | <string>Create a new torrent</string> |
---|
188 | </property> |
---|
189 | <property name="shortcut"> |
---|
190 | <string>Ctrl+N</string> |
---|
191 | </property> |
---|
192 | </action> |
---|
193 | <action name="action_Properties"> |
---|
194 | <property name="text"> |
---|
195 | <string>&Properties</string> |
---|
196 | </property> |
---|
197 | <property name="toolTip"> |
---|
198 | <string>Show torrent properties</string> |
---|
199 | </property> |
---|
200 | <property name="shortcut"> |
---|
201 | <string>Alt+Enter</string> |
---|
202 | </property> |
---|
203 | </action> |
---|
204 | <action name="action_OpenFolder"> |
---|
205 | <property name="text"> |
---|
206 | <string>&Open Folder</string> |
---|
207 | </property> |
---|
208 | <property name="toolTip"> |
---|
209 | <string>Open the torrent's folder</string> |
---|
210 | </property> |
---|
211 | <property name="shortcut"> |
---|
212 | <string>Ctrl+O</string> |
---|
213 | </property> |
---|
214 | </action> |
---|
215 | <action name="action_Start"> |
---|
216 | <property name="text"> |
---|
217 | <string>&Start</string> |
---|
218 | </property> |
---|
219 | <property name="toolTip"> |
---|
220 | <string>Start torrent</string> |
---|
221 | </property> |
---|
222 | <property name="shortcut"> |
---|
223 | <string>Ctrl+S</string> |
---|
224 | </property> |
---|
225 | </action> |
---|
226 | <action name="action_Announce"> |
---|
227 | <property name="text"> |
---|
228 | <string>Ask Tracker for &More Peers</string> |
---|
229 | </property> |
---|
230 | <property name="toolTip"> |
---|
231 | <string>Ask tracker for more peers</string> |
---|
232 | </property> |
---|
233 | </action> |
---|
234 | <action name="action_Pause"> |
---|
235 | <property name="text"> |
---|
236 | <string>&Pause</string> |
---|
237 | </property> |
---|
238 | <property name="toolTip"> |
---|
239 | <string>Pause torrent</string> |
---|
240 | </property> |
---|
241 | <property name="shortcut"> |
---|
242 | <string>Ctrl+P</string> |
---|
243 | </property> |
---|
244 | </action> |
---|
245 | <action name="action_Verify"> |
---|
246 | <property name="text"> |
---|
247 | <string>&Verify Local Data</string> |
---|
248 | </property> |
---|
249 | <property name="toolTip"> |
---|
250 | <string>Verify local data</string> |
---|
251 | </property> |
---|
252 | </action> |
---|
253 | <action name="action_Remove"> |
---|
254 | <property name="text"> |
---|
255 | <string>&Remove</string> |
---|
256 | </property> |
---|
257 | <property name="toolTip"> |
---|
258 | <string>Remove torrent</string> |
---|
259 | </property> |
---|
260 | <property name="shortcut"> |
---|
261 | <string>Del</string> |
---|
262 | </property> |
---|
263 | </action> |
---|
264 | <action name="action_Delete"> |
---|
265 | <property name="text"> |
---|
266 | <string>&Delete Files and Remove</string> |
---|
267 | </property> |
---|
268 | <property name="toolTip"> |
---|
269 | <string>Remove torrent and delete its files</string> |
---|
270 | </property> |
---|
271 | <property name="shortcut"> |
---|
272 | <string>Shift+Del</string> |
---|
273 | </property> |
---|
274 | </action> |
---|
275 | <action name="action_StartAll"> |
---|
276 | <property name="text"> |
---|
277 | <string>&Start All</string> |
---|
278 | </property> |
---|
279 | </action> |
---|
280 | <action name="action_PauseAll"> |
---|
281 | <property name="text"> |
---|
282 | <string>&Pause All</string> |
---|
283 | </property> |
---|
284 | </action> |
---|
285 | <action name="action_Quit"> |
---|
286 | <property name="text"> |
---|
287 | <string>&Quit</string> |
---|
288 | </property> |
---|
289 | <property name="shortcut"> |
---|
290 | <string>Ctrl+Q</string> |
---|
291 | </property> |
---|
292 | </action> |
---|
293 | <action name="action_SelectAll"> |
---|
294 | <property name="text"> |
---|
295 | <string>&Select All</string> |
---|
296 | </property> |
---|
297 | <property name="shortcut"> |
---|
298 | <string>Ctrl+A</string> |
---|
299 | </property> |
---|
300 | </action> |
---|
301 | <action name="action_DeselectAll"> |
---|
302 | <property name="text"> |
---|
303 | <string>&Deselect All</string> |
---|
304 | </property> |
---|
305 | <property name="shortcut"> |
---|
306 | <string>Ctrl+Shift+A</string> |
---|
307 | </property> |
---|
308 | </action> |
---|
309 | <action name="action_Preferences"> |
---|
310 | <property name="text"> |
---|
311 | <string>&Preferences</string> |
---|
312 | </property> |
---|
313 | </action> |
---|
314 | <action name="action_MinimalView"> |
---|
315 | <property name="checkable"> |
---|
316 | <bool>true</bool> |
---|
317 | </property> |
---|
318 | <property name="text"> |
---|
319 | <string>&Minimal View</string> |
---|
320 | </property> |
---|
321 | <property name="shortcut"> |
---|
322 | <string>Alt+M</string> |
---|
323 | </property> |
---|
324 | </action> |
---|
325 | <action name="action_Toolbar"> |
---|
326 | <property name="checkable"> |
---|
327 | <bool>true</bool> |
---|
328 | </property> |
---|
329 | <property name="text"> |
---|
330 | <string>&Toolbar</string> |
---|
331 | </property> |
---|
332 | </action> |
---|
333 | <action name="action_Filterbar"> |
---|
334 | <property name="checkable"> |
---|
335 | <bool>true</bool> |
---|
336 | </property> |
---|
337 | <property name="text"> |
---|
338 | <string>&Filterbar</string> |
---|
339 | </property> |
---|
340 | </action> |
---|
341 | <action name="action_Statusbar"> |
---|
342 | <property name="checkable"> |
---|
343 | <bool>true</bool> |
---|
344 | </property> |
---|
345 | <property name="text"> |
---|
346 | <string>&Statusbar</string> |
---|
347 | </property> |
---|
348 | </action> |
---|
349 | <action name="action_SortByActivity"> |
---|
350 | <property name="checkable"> |
---|
351 | <bool>true</bool> |
---|
352 | </property> |
---|
353 | <property name="text"> |
---|
354 | <string>Sort by &Activity</string> |
---|
355 | </property> |
---|
356 | </action> |
---|
357 | <action name="action_SortByAge"> |
---|
358 | <property name="checkable"> |
---|
359 | <bool>true</bool> |
---|
360 | </property> |
---|
361 | <property name="text"> |
---|
362 | <string>Sort by A&ge</string> |
---|
363 | </property> |
---|
364 | </action> |
---|
365 | <action name="action_SortByETA"> |
---|
366 | <property name="checkable"> |
---|
367 | <bool>true</bool> |
---|
368 | </property> |
---|
369 | <property name="text"> |
---|
370 | <string>Sort by Time &Left</string> |
---|
371 | </property> |
---|
372 | </action> |
---|
373 | <action name="action_SortByName"> |
---|
374 | <property name="checkable"> |
---|
375 | <bool>true</bool> |
---|
376 | </property> |
---|
377 | <property name="text"> |
---|
378 | <string>Sort by &Name</string> |
---|
379 | </property> |
---|
380 | </action> |
---|
381 | <action name="action_SortByProgress"> |
---|
382 | <property name="checkable"> |
---|
383 | <bool>true</bool> |
---|
384 | </property> |
---|
385 | <property name="text"> |
---|
386 | <string>Sort by &Progress</string> |
---|
387 | </property> |
---|
388 | </action> |
---|
389 | <action name="action_SortByRatio"> |
---|
390 | <property name="checkable"> |
---|
391 | <bool>true</bool> |
---|
392 | </property> |
---|
393 | <property name="text"> |
---|
394 | <string>Sort by Rati&o</string> |
---|
395 | </property> |
---|
396 | </action> |
---|
397 | <action name="action_SortBySize"> |
---|
398 | <property name="checkable"> |
---|
399 | <bool>true</bool> |
---|
400 | </property> |
---|
401 | <property name="text"> |
---|
402 | <string>Sort by Si&ze</string> |
---|
403 | </property> |
---|
404 | </action> |
---|
405 | <action name="action_SortByState"> |
---|
406 | <property name="checkable"> |
---|
407 | <bool>true</bool> |
---|
408 | </property> |
---|
409 | <property name="text"> |
---|
410 | <string>Sort by Stat&e</string> |
---|
411 | </property> |
---|
412 | </action> |
---|
413 | <action name="action_SortByTracker"> |
---|
414 | <property name="checkable"> |
---|
415 | <bool>true</bool> |
---|
416 | </property> |
---|
417 | <property name="text"> |
---|
418 | <string>Sort by T&racker</string> |
---|
419 | </property> |
---|
420 | </action> |
---|
421 | <action name="action_ShowMessageLog"> |
---|
422 | <property name="checkable"> |
---|
423 | <bool>false</bool> |
---|
424 | </property> |
---|
425 | <property name="text"> |
---|
426 | <string>Message &Log</string> |
---|
427 | </property> |
---|
428 | </action> |
---|
429 | <action name="action_Statistics"> |
---|
430 | <property name="checkable"> |
---|
431 | <bool>false</bool> |
---|
432 | </property> |
---|
433 | <property name="text"> |
---|
434 | <string>&Statistics</string> |
---|
435 | </property> |
---|
436 | </action> |
---|
437 | <action name="action_Contents"> |
---|
438 | <property name="text"> |
---|
439 | <string>&Contents</string> |
---|
440 | </property> |
---|
441 | </action> |
---|
442 | <action name="action_About"> |
---|
443 | <property name="text"> |
---|
444 | <string>&About</string> |
---|
445 | </property> |
---|
446 | </action> |
---|
447 | <action name="action_ReverseSortOrder"> |
---|
448 | <property name="checkable"> |
---|
449 | <bool>true</bool> |
---|
450 | </property> |
---|
451 | <property name="text"> |
---|
452 | <string>Re&verse Sort Order</string> |
---|
453 | </property> |
---|
454 | </action> |
---|
455 | <action name="action_FilterByName"> |
---|
456 | <property name="checkable"> |
---|
457 | <bool>true</bool> |
---|
458 | </property> |
---|
459 | <property name="text"> |
---|
460 | <string>&Name</string> |
---|
461 | </property> |
---|
462 | </action> |
---|
463 | <action name="action_FilterByFiles"> |
---|
464 | <property name="checkable"> |
---|
465 | <bool>true</bool> |
---|
466 | </property> |
---|
467 | <property name="text"> |
---|
468 | <string>&Files</string> |
---|
469 | </property> |
---|
470 | </action> |
---|
471 | <action name="action_FilterByTracker"> |
---|
472 | <property name="checkable"> |
---|
473 | <bool>true</bool> |
---|
474 | </property> |
---|
475 | <property name="text"> |
---|
476 | <string>&Tracker</string> |
---|
477 | </property> |
---|
478 | </action> |
---|
479 | <action name="action_TotalRatio"> |
---|
480 | <property name="checkable"> |
---|
481 | <bool>true</bool> |
---|
482 | </property> |
---|
483 | <property name="text"> |
---|
484 | <string>Total Ratio</string> |
---|
485 | </property> |
---|
486 | </action> |
---|
487 | <action name="action_SessionRatio"> |
---|
488 | <property name="checkable"> |
---|
489 | <bool>true</bool> |
---|
490 | </property> |
---|
491 | <property name="text"> |
---|
492 | <string>Session Ratio</string> |
---|
493 | </property> |
---|
494 | </action> |
---|
495 | <action name="action_TotalTransfer"> |
---|
496 | <property name="checkable"> |
---|
497 | <bool>true</bool> |
---|
498 | </property> |
---|
499 | <property name="text"> |
---|
500 | <string>Total Transfer</string> |
---|
501 | </property> |
---|
502 | </action> |
---|
503 | <action name="action_SessionTransfer"> |
---|
504 | <property name="checkable"> |
---|
505 | <bool>true</bool> |
---|
506 | </property> |
---|
507 | <property name="text"> |
---|
508 | <string>Session Transfer</string> |
---|
509 | </property> |
---|
510 | </action> |
---|
511 | <action name="action_ShowMainWindow"> |
---|
512 | <property name="checkable"> |
---|
513 | <bool>true</bool> |
---|
514 | </property> |
---|
515 | <property name="text"> |
---|
516 | <string>&Main Window</string> |
---|
517 | </property> |
---|
518 | </action> |
---|
519 | <action name="action_TrayIcon"> |
---|
520 | <property name="checkable"> |
---|
521 | <bool>true</bool> |
---|
522 | </property> |
---|
523 | <property name="text"> |
---|
524 | <string>Tray &Icon</string> |
---|
525 | </property> |
---|
526 | </action> |
---|
527 | <action name="action_SessionDialog"> |
---|
528 | <property name="text"> |
---|
529 | <string>&Change Session...</string> |
---|
530 | </property> |
---|
531 | <property name="toolTip"> |
---|
532 | <string extracomment="Start a local session or connect to a running session">Choose Session</string> |
---|
533 | </property> |
---|
534 | </action> |
---|
535 | <action name="action_SetLocation"> |
---|
536 | <property name="text"> |
---|
537 | <string>Set &Location...</string> |
---|
538 | </property> |
---|
539 | </action> |
---|
540 | </widget> |
---|
541 | <resources> |
---|
542 | <include location="application.qrc"/> |
---|
543 | </resources> |
---|
544 | <connections/> |
---|
545 | </ui> |
---|