2009-07-12 08:45:05 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2006-09-30 16:02:39 +00:00
|
|
|
<class>MainWindow</class>
|
2009-07-12 08:45:05 +00:00
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
2006-09-30 16:02:39 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-07-14 20:01:21 +00:00
|
|
|
<width>914</width>
|
2007-07-03 22:53:10 +00:00
|
|
|
<height>563</height>
|
2006-09-30 16:02:39 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-07-12 08:45:05 +00:00
|
|
|
<property name="contextMenuPolicy">
|
2006-09-30 16:02:39 +00:00
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
2015-11-28 16:05:49 +00:00
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<layout class="QVBoxLayout" name="centralWidgetLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>7</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
2009-11-18 14:54:33 +00:00
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
2006-09-30 16:02:39 +00:00
|
|
|
</widget>
|
2009-07-12 08:45:05 +00:00
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
2006-09-30 16:02:39 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-07-14 20:01:21 +00:00
|
|
|
<width>914</width>
|
2016-12-15 05:57:23 +00:00
|
|
|
<height>22</height>
|
2006-09-30 16:02:39 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2016-01-24 10:16:25 +00:00
|
|
|
<widget class="QMenu" name="menuEdit">
|
2009-07-12 08:45:05 +00:00
|
|
|
<property name="title">
|
2006-09-30 16:02:39 +00:00
|
|
|
<string>&Edit</string>
|
|
|
|
</property>
|
2009-07-12 08:45:05 +00:00
|
|
|
<addaction name="actionStart"/>
|
|
|
|
<addaction name="actionPause"/>
|
2016-12-15 05:57:23 +00:00
|
|
|
<addaction name="actionStartAll"/>
|
|
|
|
<addaction name="actionPauseAll"/>
|
2009-07-12 08:45:05 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionDelete"/>
|
2018-12-07 23:01:09 +00:00
|
|
|
<addaction name="actionTopQueuePos"/>
|
|
|
|
<addaction name="actionIncreaseQueuePos"/>
|
|
|
|
<addaction name="actionDecreaseQueuePos"/>
|
|
|
|
<addaction name="actionBottomQueuePos"/>
|
2006-09-30 16:02:39 +00:00
|
|
|
</widget>
|
2016-01-24 10:16:25 +00:00
|
|
|
<widget class="QMenu" name="menuHelp">
|
2009-07-12 08:45:05 +00:00
|
|
|
<property name="title">
|
2007-03-11 18:20:12 +00:00
|
|
|
<string>&Help</string>
|
|
|
|
</property>
|
2009-07-12 08:45:05 +00:00
|
|
|
<addaction name="actionDocumentation"/>
|
2016-01-24 10:16:25 +00:00
|
|
|
<addaction name="actionCheckForUpdates"/>
|
2015-04-08 05:27:46 +00:00
|
|
|
<addaction name="separator"/>
|
2016-01-24 10:16:25 +00:00
|
|
|
<addaction name="actionDonateMoney"/>
|
2009-07-12 08:45:05 +00:00
|
|
|
<addaction name="actionAbout"/>
|
2007-06-19 15:19:23 +00:00
|
|
|
</widget>
|
2016-01-24 10:16:25 +00:00
|
|
|
<widget class="QMenu" name="menuOptions">
|
2009-07-12 08:45:05 +00:00
|
|
|
<property name="title">
|
2010-06-21 18:32:01 +00:00
|
|
|
<string>&Tools</string>
|
2007-06-19 15:19:23 +00:00
|
|
|
</property>
|
2016-01-24 10:16:25 +00:00
|
|
|
<widget class="QMenu" name="menuAutoShutdownOnDownloadsCompletion">
|
2010-12-31 13:36:32 +00:00
|
|
|
<property name="title">
|
2015-05-09 09:58:37 +00:00
|
|
|
<string>On Downloads &Done</string>
|
2010-12-31 13:36:32 +00:00
|
|
|
</property>
|
2016-01-24 10:16:25 +00:00
|
|
|
<addaction name="actionAutoShutdownDisabled"/>
|
|
|
|
<addaction name="actionAutoExit"/>
|
|
|
|
<addaction name="actionAutoSuspend"/>
|
|
|
|
<addaction name="actionAutoHibernate"/>
|
|
|
|
<addaction name="actionAutoShutdown"/>
|
2010-12-31 13:36:32 +00:00
|
|
|
</widget>
|
2016-01-24 10:16:25 +00:00
|
|
|
<addaction name="actionCreateTorrent"/>
|
2010-06-21 18:32:01 +00:00
|
|
|
<addaction name="separator"/>
|
2016-01-23 12:12:13 +00:00
|
|
|
<addaction name="actionManageCookies"/>
|
2010-06-21 18:32:01 +00:00
|
|
|
<addaction name="actionOptions"/>
|
2010-08-16 17:35:32 +00:00
|
|
|
<addaction name="separator"/>
|
2016-01-24 10:16:25 +00:00
|
|
|
<addaction name="menuAutoShutdownOnDownloadsCompletion"/>
|
2007-03-11 18:20:12 +00:00
|
|
|
</widget>
|
2016-01-24 10:16:25 +00:00
|
|
|
<widget class="QMenu" name="menuFile">
|
2009-07-12 08:45:05 +00:00
|
|
|
<property name="title">
|
2006-09-30 16:02:39 +00:00
|
|
|
<string>&File</string>
|
|
|
|
</property>
|
2009-07-12 08:45:05 +00:00
|
|
|
<addaction name="actionOpen"/>
|
2016-01-24 10:16:25 +00:00
|
|
|
<addaction name="actionDownloadFromURL"/>
|
2017-12-12 15:01:55 +00:00
|
|
|
<addaction name="actionCloseWindow"/>
|
2015-04-08 05:27:46 +00:00
|
|
|
<addaction name="separator"/>
|
2009-07-12 08:45:05 +00:00
|
|
|
<addaction name="actionExit"/>
|
2006-09-30 16:02:39 +00:00
|
|
|
</widget>
|
2010-06-21 18:32:01 +00:00
|
|
|
<widget class="QMenu" name="menuView">
|
|
|
|
<property name="title">
|
|
|
|
<string>&View</string>
|
|
|
|
</property>
|
2016-01-24 19:38:45 +00:00
|
|
|
<widget class="QMenu" name="menuLog">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Log</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionExecutionLogs"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionNormalMessages"/>
|
|
|
|
<addaction name="actionInformationMessages"/>
|
|
|
|
<addaction name="actionWarningMessages"/>
|
|
|
|
<addaction name="actionCriticalMessages"/>
|
|
|
|
</widget>
|
2010-06-22 13:58:22 +00:00
|
|
|
<addaction name="separator"/>
|
2016-01-24 10:16:25 +00:00
|
|
|
<addaction name="actionTopToolBar"/>
|
2015-10-30 13:03:44 +00:00
|
|
|
<addaction name="actionShowStatusbar"/>
|
2022-03-21 04:41:06 +00:00
|
|
|
<addaction name="actionShowFiltersSidebar"/>
|
2016-01-24 10:16:25 +00:00
|
|
|
<addaction name="actionSpeedInTitleBar"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionSearchWidget"/>
|
|
|
|
<addaction name="actionRSSReader"/>
|
2016-04-17 16:59:58 +00:00
|
|
|
<addaction name="menuLog"/>
|
2010-08-23 16:12:17 +00:00
|
|
|
<addaction name="separator"/>
|
2015-04-08 05:27:46 +00:00
|
|
|
<addaction name="actionStatistics"/>
|
|
|
|
<addaction name="separator"/>
|
2016-01-24 10:16:25 +00:00
|
|
|
<addaction name="actionLock"/>
|
2010-06-21 18:32:01 +00:00
|
|
|
</widget>
|
2016-01-24 10:16:25 +00:00
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuEdit"/>
|
2010-06-21 18:32:01 +00:00
|
|
|
<addaction name="menuView"/>
|
2016-01-24 10:16:25 +00:00
|
|
|
<addaction name="menuOptions"/>
|
|
|
|
<addaction name="menuHelp"/>
|
2006-09-30 16:02:39 +00:00
|
|
|
</widget>
|
2009-07-12 08:45:05 +00:00
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
<property name="movable">
|
2013-11-30 12:14:03 +00:00
|
|
|
<bool>false</bool>
|
2006-09-30 16:02:39 +00:00
|
|
|
</property>
|
2009-07-12 08:45:05 +00:00
|
|
|
<property name="orientation">
|
2006-09-30 16:02:39 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2011-10-01 12:17:57 +00:00
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonFollowStyle</enum>
|
|
|
|
</property>
|
2009-07-12 08:45:05 +00:00
|
|
|
<property name="floatable">
|
2008-07-19 20:39:34 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-07-12 08:45:05 +00:00
|
|
|
<attribute name="toolBarArea">
|
2008-06-09 19:59:51 +00:00
|
|
|
<enum>TopToolBarArea</enum>
|
2007-08-26 16:25:22 +00:00
|
|
|
</attribute>
|
2009-07-12 08:45:05 +00:00
|
|
|
<attribute name="toolBarBreak">
|
2007-08-26 16:25:22 +00:00
|
|
|
<bool>false</bool>
|
2006-09-30 16:02:39 +00:00
|
|
|
</attribute>
|
2016-01-24 10:16:25 +00:00
|
|
|
<addaction name="actionDownloadFromURL"/>
|
2009-07-12 08:45:05 +00:00
|
|
|
<addaction name="actionOpen"/>
|
|
|
|
<addaction name="actionDelete"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionStart"/>
|
|
|
|
<addaction name="actionPause"/>
|
2018-12-07 23:01:09 +00:00
|
|
|
<addaction name="actionTopQueuePos"/>
|
|
|
|
<addaction name="actionIncreaseQueuePos"/>
|
|
|
|
<addaction name="actionDecreaseQueuePos"/>
|
|
|
|
<addaction name="actionBottomQueuePos"/>
|
2010-12-20 18:22:06 +00:00
|
|
|
<addaction name="separator"/>
|
2009-11-18 12:24:19 +00:00
|
|
|
<addaction name="actionOptions"/>
|
2016-01-24 10:16:25 +00:00
|
|
|
<addaction name="actionLock"/>
|
2006-09-30 16:02:39 +00:00
|
|
|
</widget>
|
2009-07-12 08:45:05 +00:00
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
<action name="actionOpen">
|
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>&Add Torrent File...</string>
|
2006-09-30 16:02:39 +00:00
|
|
|
</property>
|
2014-10-18 09:27:19 +00:00
|
|
|
<property name="iconText">
|
|
|
|
<string>Open</string>
|
|
|
|
</property>
|
2006-09-30 16:02:39 +00:00
|
|
|
</action>
|
2009-07-12 08:45:05 +00:00
|
|
|
<action name="actionExit">
|
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>E&xit</string>
|
2010-10-23 16:21:56 +00:00
|
|
|
</property>
|
2006-09-30 16:02:39 +00:00
|
|
|
</action>
|
2009-07-12 08:45:05 +00:00
|
|
|
<action name="actionOptions">
|
|
|
|
<property name="text">
|
2010-06-21 18:32:01 +00:00
|
|
|
<string>&Options...</string>
|
2006-09-30 16:02:39 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 08:45:05 +00:00
|
|
|
<action name="actionAbout">
|
|
|
|
<property name="text">
|
2010-06-27 19:35:25 +00:00
|
|
|
<string>&About</string>
|
2006-09-30 16:02:39 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 08:45:05 +00:00
|
|
|
<action name="actionStart">
|
|
|
|
<property name="text">
|
2010-08-19 19:37:29 +00:00
|
|
|
<string>&Resume</string>
|
2006-09-30 16:02:39 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 08:45:05 +00:00
|
|
|
<action name="actionPause">
|
|
|
|
<property name="text">
|
2010-06-27 19:35:25 +00:00
|
|
|
<string>&Pause</string>
|
2006-09-30 16:02:39 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-12-15 05:57:23 +00:00
|
|
|
<action name="actionStartAll">
|
|
|
|
<property name="text">
|
|
|
|
<string>R&esume All</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPauseAll">
|
|
|
|
<property name="text">
|
|
|
|
<string>P&ause All</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 08:45:05 +00:00
|
|
|
<action name="actionDelete">
|
|
|
|
<property name="text">
|
2010-06-27 19:35:25 +00:00
|
|
|
<string>&Delete</string>
|
2006-09-30 16:02:39 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 10:16:25 +00:00
|
|
|
<action name="actionDownloadFromURL">
|
2009-07-12 08:45:05 +00:00
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>Add Torrent &Link...</string>
|
2006-09-30 16:02:39 +00:00
|
|
|
</property>
|
2014-10-18 09:27:19 +00:00
|
|
|
<property name="iconText">
|
|
|
|
<string>Open URL</string>
|
|
|
|
</property>
|
2006-09-30 16:02:39 +00:00
|
|
|
</action>
|
2016-01-24 10:16:25 +00:00
|
|
|
<action name="actionCreateTorrent">
|
2009-07-12 08:45:05 +00:00
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>Torrent &Creator</string>
|
2006-09-30 16:02:39 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 08:45:05 +00:00
|
|
|
<action name="actionDocumentation">
|
|
|
|
<property name="text">
|
2010-06-27 19:35:25 +00:00
|
|
|
<string>&Documentation</string>
|
2007-06-17 15:09:00 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2019-08-25 18:19:05 +00:00
|
|
|
<action name="actionSetGlobalSpeedLimits">
|
2009-07-12 08:45:05 +00:00
|
|
|
<property name="text">
|
2019-08-25 18:19:05 +00:00
|
|
|
<string>Set Global Speed Limits...</string>
|
2007-07-14 10:50:38 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2018-12-07 23:01:09 +00:00
|
|
|
<action name="actionBottomQueuePos">
|
2014-11-25 21:49:50 +00:00
|
|
|
<property name="text">
|
2018-12-07 23:01:09 +00:00
|
|
|
<string>Bottom of Queue</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Move to the bottom of the queue</string>
|
2014-11-25 21:49:50 +00:00
|
|
|
</property>
|
|
|
|
<property name="visible">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-12-07 23:01:09 +00:00
|
|
|
<action name="actionTopQueuePos">
|
2014-11-25 21:49:50 +00:00
|
|
|
<property name="text">
|
2018-12-07 23:01:09 +00:00
|
|
|
<string>Top of Queue</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Move to the top of the queue</string>
|
2014-11-25 21:49:50 +00:00
|
|
|
</property>
|
|
|
|
<property name="visible">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-12-07 23:01:09 +00:00
|
|
|
<action name="actionDecreaseQueuePos">
|
2009-07-12 08:45:05 +00:00
|
|
|
<property name="text">
|
2018-12-07 23:01:09 +00:00
|
|
|
<string>Move Down Queue</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Move down in the queue</string>
|
2008-07-14 20:01:21 +00:00
|
|
|
</property>
|
2009-07-12 08:45:05 +00:00
|
|
|
<property name="visible">
|
2010-12-20 18:22:06 +00:00
|
|
|
<bool>true</bool>
|
2008-07-19 20:39:34 +00:00
|
|
|
</property>
|
2008-07-14 20:01:21 +00:00
|
|
|
</action>
|
2018-12-07 23:01:09 +00:00
|
|
|
<action name="actionIncreaseQueuePos">
|
2009-07-12 08:45:05 +00:00
|
|
|
<property name="text">
|
2018-12-07 23:01:09 +00:00
|
|
|
<string>Move Up Queue</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Move up in the queue</string>
|
2008-07-14 20:01:21 +00:00
|
|
|
</property>
|
2009-07-12 08:45:05 +00:00
|
|
|
<property name="visible">
|
2010-12-20 18:22:06 +00:00
|
|
|
<bool>true</bool>
|
2008-07-19 20:39:34 +00:00
|
|
|
</property>
|
2008-07-14 20:01:21 +00:00
|
|
|
</action>
|
2016-01-24 10:16:25 +00:00
|
|
|
<action name="actionUseAlternativeSpeedLimits">
|
2010-06-21 22:38:28 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2010-01-23 20:44:09 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>Alternative Speed Limits</string>
|
2010-06-21 22:38:28 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>Alternative Speed Limits</string>
|
2010-01-23 20:44:09 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 10:16:25 +00:00
|
|
|
<action name="actionTopToolBar">
|
2010-06-21 18:32:01 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>&Top Toolbar</string>
|
2010-06-21 18:32:01 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>Display Top Toolbar</string>
|
2015-10-30 13:03:44 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionShowStatusbar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Status &Bar</string>
|
2010-06-21 18:32:01 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2022-03-21 04:41:06 +00:00
|
|
|
<action name="actionShowFiltersSidebar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Filters Sidebar</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 10:16:25 +00:00
|
|
|
<action name="actionSpeedInTitleBar">
|
2010-06-21 18:32:01 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>S&peed in Title Bar</string>
|
2010-06-21 18:32:01 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>Show Transfer Speed in Title Bar</string>
|
2010-06-21 18:32:01 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 10:16:25 +00:00
|
|
|
<action name="actionRSSReader">
|
2010-06-22 13:39:49 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>&RSS Reader</string>
|
2010-06-22 13:58:22 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 10:16:25 +00:00
|
|
|
<action name="actionSearchWidget">
|
2010-06-22 13:58:22 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>Search &Engine</string>
|
2010-06-22 13:39:49 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 10:16:25 +00:00
|
|
|
<action name="actionLock">
|
2010-08-19 16:30:13 +00:00
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>L&ock qBittorrent</string>
|
2010-08-19 16:30:13 +00:00
|
|
|
</property>
|
2014-10-18 09:27:19 +00:00
|
|
|
<property name="iconText">
|
|
|
|
<string>Lock</string>
|
|
|
|
</property>
|
2010-08-19 16:30:13 +00:00
|
|
|
<property name="shortcut">
|
2013-07-03 07:35:02 +00:00
|
|
|
<string notr="true">Ctrl+L</string>
|
2010-08-19 16:30:13 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 10:16:25 +00:00
|
|
|
<action name="actionDonateMoney">
|
2010-10-31 12:03:24 +00:00
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>Do&nate!</string>
|
2010-10-31 12:03:24 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>If you like qBittorrent, please donate!</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 10:16:25 +00:00
|
|
|
<action name="actionAutoExit">
|
2010-12-31 13:36:32 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>&Exit qBittorrent</string>
|
2010-12-31 13:36:32 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 10:16:25 +00:00
|
|
|
<action name="actionAutoSuspend">
|
2010-12-31 13:36:32 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>&Suspend System</string>
|
2010-12-31 13:36:32 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 10:16:25 +00:00
|
|
|
<action name="actionAutoHibernate">
|
2014-07-06 09:13:36 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>&Hibernate System</string>
|
2014-07-06 09:13:36 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 10:16:25 +00:00
|
|
|
<action name="actionAutoShutdown">
|
2010-12-31 13:36:32 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>S&hutdown System</string>
|
2010-12-31 13:36:32 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 10:16:25 +00:00
|
|
|
<action name="actionAutoShutdownDisabled">
|
2010-12-31 13:36:32 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2021-09-12 08:45:00 +00:00
|
|
|
<string>&Do nothing</string>
|
2010-12-31 13:36:32 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2011-09-18 12:54:16 +00:00
|
|
|
<action name="actionToggleVisibility">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-02-07 17:48:25 +00:00
|
|
|
<action name="actionMinimize">
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">Minimize</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-11-16 21:16:24 +00:00
|
|
|
<action name="actionStatistics">
|
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>&Statistics</string>
|
2013-11-16 21:16:24 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 10:16:25 +00:00
|
|
|
<action name="actionCheckForUpdates">
|
2013-11-23 12:58:03 +00:00
|
|
|
<property name="text">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>Check for Updates</string>
|
2013-11-23 12:58:03 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-04-08 05:27:46 +00:00
|
|
|
<string>Check for Program Updates</string>
|
2013-11-23 12:58:03 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-23 12:12:13 +00:00
|
|
|
<action name="actionManageCookies">
|
|
|
|
<property name="text">
|
|
|
|
<string>Manage Cookies...</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Manage stored network cookies</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 19:38:45 +00:00
|
|
|
<action name="actionExecutionLogs">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionNormalMessages">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Normal Messages</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionInformationMessages">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Information Messages</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionWarningMessages">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Warning Messages</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCriticalMessages">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Critical Messages</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-12-12 15:01:55 +00:00
|
|
|
<action name="actionCloseWindow">
|
|
|
|
<property name="text">
|
|
|
|
<string>Close Window</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2006-09-30 16:02:39 +00:00
|
|
|
</widget>
|
2016-01-24 19:38:45 +00:00
|
|
|
<resources/>
|
2007-03-27 18:49:29 +00:00
|
|
|
<connections/>
|
2006-09-30 16:02:39 +00:00
|
|
|
</ui>
|