2009-07-12 12:45:05 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2006-09-30 20:02:39 +04:00
|
|
|
<class>MainWindow</class>
|
2009-07-12 12:45:05 +04:00
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
2006-09-30 20:02:39 +04:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-07-15 00:01:21 +04:00
|
|
|
<width>914</width>
|
2007-07-04 02:53:10 +04:00
|
|
|
<height>563</height>
|
2006-09-30 20:02:39 +04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="contextMenuPolicy">
|
2006-09-30 20:02:39 +04:00
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
2015-11-28 19:05:49 +03: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 17:54:33 +03:00
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
2006-09-30 20:02:39 +04:00
|
|
|
</widget>
|
2009-07-12 12:45:05 +04:00
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
2006-09-30 20:02:39 +04:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-07-15 00:01:21 +04:00
|
|
|
<width>914</width>
|
2016-01-24 22:38:45 +03:00
|
|
|
<height>21</height>
|
2006-09-30 20:02:39 +04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2016-01-24 13:16:25 +03:00
|
|
|
<widget class="QMenu" name="menuEdit">
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="title">
|
2006-09-30 20:02:39 +04:00
|
|
|
<string>&Edit</string>
|
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<addaction name="actionStart"/>
|
|
|
|
<addaction name="actionPause"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionDelete"/>
|
2014-11-26 00:49:50 +03:00
|
|
|
<addaction name="actionTopPriority"/>
|
2009-07-12 12:45:05 +04:00
|
|
|
<addaction name="actionIncreasePriority"/>
|
2014-11-26 00:49:50 +03:00
|
|
|
<addaction name="actionDecreasePriority"/>
|
|
|
|
<addaction name="actionBottomPriority"/>
|
2006-09-30 20:02:39 +04:00
|
|
|
</widget>
|
2016-01-24 13:16:25 +03:00
|
|
|
<widget class="QMenu" name="menuHelp">
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="title">
|
2007-03-11 21:20:12 +03:00
|
|
|
<string>&Help</string>
|
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<addaction name="actionDocumentation"/>
|
2016-01-24 13:16:25 +03:00
|
|
|
<addaction name="actionCheckForUpdates"/>
|
2015-04-08 08:27:46 +03:00
|
|
|
<addaction name="separator"/>
|
2016-01-24 13:16:25 +03:00
|
|
|
<addaction name="actionDonateMoney"/>
|
2009-07-12 12:45:05 +04:00
|
|
|
<addaction name="actionAbout"/>
|
2007-06-19 19:19:23 +04:00
|
|
|
</widget>
|
2016-01-24 13:16:25 +03:00
|
|
|
<widget class="QMenu" name="menuOptions">
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="title">
|
2010-06-21 22:32:01 +04:00
|
|
|
<string>&Tools</string>
|
2007-06-19 19:19:23 +04:00
|
|
|
</property>
|
2016-01-24 13:16:25 +03:00
|
|
|
<widget class="QMenu" name="menuAutoShutdownOnDownloadsCompletion">
|
2010-12-31 16:36:32 +03:00
|
|
|
<property name="title">
|
2015-05-09 12:58:37 +03:00
|
|
|
<string>On Downloads &Done</string>
|
2010-12-31 16:36:32 +03:00
|
|
|
</property>
|
2016-01-24 13:16:25 +03:00
|
|
|
<addaction name="actionAutoShutdownDisabled"/>
|
|
|
|
<addaction name="actionAutoExit"/>
|
|
|
|
<addaction name="actionAutoSuspend"/>
|
|
|
|
<addaction name="actionAutoHibernate"/>
|
|
|
|
<addaction name="actionAutoShutdown"/>
|
2010-12-31 16:36:32 +03:00
|
|
|
</widget>
|
2016-01-24 13:16:25 +03:00
|
|
|
<addaction name="actionCreateTorrent"/>
|
2010-06-21 22:32:01 +04:00
|
|
|
<addaction name="separator"/>
|
2016-01-23 15:12:13 +03:00
|
|
|
<addaction name="actionManageCookies"/>
|
2010-06-21 22:32:01 +04:00
|
|
|
<addaction name="actionOptions"/>
|
2010-08-16 21:35:32 +04:00
|
|
|
<addaction name="separator"/>
|
2016-01-24 13:16:25 +03:00
|
|
|
<addaction name="menuAutoShutdownOnDownloadsCompletion"/>
|
2007-03-11 21:20:12 +03:00
|
|
|
</widget>
|
2016-01-24 13:16:25 +03:00
|
|
|
<widget class="QMenu" name="menuFile">
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="title">
|
2006-09-30 20:02:39 +04:00
|
|
|
<string>&File</string>
|
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<addaction name="actionOpen"/>
|
2016-01-24 13:16:25 +03:00
|
|
|
<addaction name="actionDownloadFromURL"/>
|
|
|
|
<addaction name="actionImportTorrent"/>
|
2015-04-08 08:27:46 +03:00
|
|
|
<addaction name="separator"/>
|
2009-07-12 12:45:05 +04:00
|
|
|
<addaction name="actionExit"/>
|
2006-09-30 20:02:39 +04:00
|
|
|
</widget>
|
2010-06-21 22:32:01 +04:00
|
|
|
<widget class="QMenu" name="menuView">
|
|
|
|
<property name="title">
|
|
|
|
<string>&View</string>
|
|
|
|
</property>
|
2016-01-24 22:38:45 +03: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 17:58:22 +04:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionSearch_engine"/>
|
2010-06-22 17:39:49 +04:00
|
|
|
<addaction name="actionRSS_Reader"/>
|
2016-01-24 22:38:45 +03:00
|
|
|
<addaction name="menuLog"/>
|
2016-01-24 13:16:25 +03:00
|
|
|
<addaction name="actionTopToolBar"/>
|
|
|
|
<addaction name="actionSpeedInTitleBar"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionSearchWidget"/>
|
|
|
|
<addaction name="actionRSSReader"/>
|
2010-08-23 20:12:17 +04:00
|
|
|
<addaction name="separator"/>
|
2015-04-08 08:27:46 +03:00
|
|
|
<addaction name="actionStatistics"/>
|
|
|
|
<addaction name="separator"/>
|
2016-01-24 13:16:25 +03:00
|
|
|
<addaction name="actionLock"/>
|
2010-06-21 22:32:01 +04:00
|
|
|
</widget>
|
2016-01-24 13:16:25 +03:00
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuEdit"/>
|
2010-06-21 22:32:01 +04:00
|
|
|
<addaction name="menuView"/>
|
2016-01-24 13:16:25 +03:00
|
|
|
<addaction name="menuOptions"/>
|
|
|
|
<addaction name="menuHelp"/>
|
2006-09-30 20:02:39 +04:00
|
|
|
</widget>
|
2009-07-12 12:45:05 +04:00
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
<property name="movable">
|
2013-11-30 16:14:03 +04:00
|
|
|
<bool>false</bool>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="orientation">
|
2006-09-30 20:02:39 +04:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2011-10-01 16:17:57 +04:00
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonFollowStyle</enum>
|
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="floatable">
|
2008-07-20 00:39:34 +04:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<attribute name="toolBarArea">
|
2008-06-09 23:59:51 +04:00
|
|
|
<enum>TopToolBarArea</enum>
|
2007-08-26 20:25:22 +04:00
|
|
|
</attribute>
|
2009-07-12 12:45:05 +04:00
|
|
|
<attribute name="toolBarBreak">
|
2007-08-26 20:25:22 +04:00
|
|
|
<bool>false</bool>
|
2006-09-30 20:02:39 +04:00
|
|
|
</attribute>
|
2016-01-24 13:16:25 +03:00
|
|
|
<addaction name="actionDownloadFromURL"/>
|
2009-07-12 12:45:05 +04:00
|
|
|
<addaction name="actionOpen"/>
|
|
|
|
<addaction name="actionDelete"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionStart"/>
|
|
|
|
<addaction name="actionPause"/>
|
2014-11-26 00:49:50 +03:00
|
|
|
<addaction name="actionTopPriority"/>
|
2015-07-20 05:44:29 +03:00
|
|
|
<addaction name="actionIncreasePriority"/>
|
|
|
|
<addaction name="actionDecreasePriority"/>
|
|
|
|
<addaction name="actionBottomPriority"/>
|
2010-12-20 21:22:06 +03:00
|
|
|
<addaction name="separator"/>
|
2009-11-18 15:24:19 +03:00
|
|
|
<addaction name="actionOptions"/>
|
2016-01-24 13:16:25 +03:00
|
|
|
<addaction name="actionLock"/>
|
2006-09-30 20:02:39 +04:00
|
|
|
</widget>
|
2009-07-12 12:45:05 +04:00
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
<action name="actionOpen">
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>&Add Torrent File...</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
2014-10-18 13:27:19 +04:00
|
|
|
<property name="iconText">
|
|
|
|
<string>Open</string>
|
|
|
|
</property>
|
2006-09-30 20:02:39 +04:00
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionExit">
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>E&xit</string>
|
2010-10-23 20:21:56 +04:00
|
|
|
</property>
|
2006-09-30 20:02:39 +04:00
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionOptions">
|
|
|
|
<property name="text">
|
2010-06-21 22:32:01 +04:00
|
|
|
<string>&Options...</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionAbout">
|
|
|
|
<property name="text">
|
2010-06-27 23:35:25 +04:00
|
|
|
<string>&About</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionStart">
|
|
|
|
<property name="text">
|
2010-08-19 23:37:29 +04:00
|
|
|
<string>&Resume</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionPause">
|
|
|
|
<property name="text">
|
2010-06-27 23:35:25 +04:00
|
|
|
<string>&Pause</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionDelete">
|
|
|
|
<property name="text">
|
2010-06-27 23:35:25 +04:00
|
|
|
<string>&Delete</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionDownloadFromURL">
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Add Torrent &Link...</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
2014-10-18 13:27:19 +04:00
|
|
|
<property name="iconText">
|
|
|
|
<string>Open URL</string>
|
|
|
|
</property>
|
2006-09-30 20:02:39 +04:00
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionCreateTorrent">
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Torrent &Creator</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionSetUploadLimit">
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Set Upload Limit...</string>
|
2007-04-10 13:31:25 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionSetDownloadLimit">
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Set Download Limit...</string>
|
2007-04-10 13:31:25 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionDocumentation">
|
|
|
|
<property name="text">
|
2010-06-27 23:35:25 +04:00
|
|
|
<string>&Documentation</string>
|
2007-06-17 19:09:00 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionSetGlobalDownloadLimit">
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Set Global Download Limit...</string>
|
2007-07-14 14:50:38 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionSetGlobalUploadLimit">
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Set Global Upload Limit...</string>
|
2007-07-14 14:50:38 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2014-11-26 00:49:50 +03:00
|
|
|
<action name="actionBottomPriority">
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Minimum Priority</string>
|
2014-11-26 00:49:50 +03:00
|
|
|
</property>
|
|
|
|
<property name="visible">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTopPriority">
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Top Priority</string>
|
2014-11-26 00:49:50 +03:00
|
|
|
</property>
|
|
|
|
<property name="visible">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionDecreasePriority">
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Decrease Priority</string>
|
2008-07-15 00:01:21 +04:00
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="visible">
|
2010-12-20 21:22:06 +03:00
|
|
|
<bool>true</bool>
|
2008-07-20 00:39:34 +04:00
|
|
|
</property>
|
2008-07-15 00:01:21 +04:00
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionIncreasePriority">
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Increase Priority</string>
|
2008-07-15 00:01:21 +04:00
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="visible">
|
2010-12-20 21:22:06 +03:00
|
|
|
<bool>true</bool>
|
2008-07-20 00:39:34 +04:00
|
|
|
</property>
|
2008-07-15 00:01:21 +04:00
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionUseAlternativeSpeedLimits">
|
2010-06-22 02:38:28 +04:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2010-01-23 23:44:09 +03:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Alternative Speed Limits</string>
|
2010-06-22 02:38:28 +04:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Alternative Speed Limits</string>
|
2010-01-23 23:44:09 +03:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionTopToolBar">
|
2010-06-21 22:32:01 +04:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>&Top Toolbar</string>
|
2010-06-21 22:32:01 +04:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Display Top Toolbar</string>
|
2010-06-21 22:32:01 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionSpeedInTitleBar">
|
2010-06-21 22:32:01 +04:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>S&peed in Title Bar</string>
|
2010-06-21 22:32:01 +04:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Show Transfer Speed in Title Bar</string>
|
2010-06-21 22:32:01 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionRSSReader">
|
2010-06-22 17:39:49 +04:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>&RSS Reader</string>
|
2010-06-22 17:58:22 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionSearchWidget">
|
2010-06-22 17:58:22 +04:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Search &Engine</string>
|
2010-06-22 17:39:49 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionLock">
|
2010-08-19 20:30:13 +04:00
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>L&ock qBittorrent</string>
|
2010-08-19 20:30:13 +04:00
|
|
|
</property>
|
2014-10-18 13:27:19 +04:00
|
|
|
<property name="iconText">
|
|
|
|
<string>Lock</string>
|
|
|
|
</property>
|
2010-08-19 20:30:13 +04:00
|
|
|
<property name="shortcut">
|
2013-07-03 11:35:02 +04:00
|
|
|
<string notr="true">Ctrl+L</string>
|
2010-08-19 20:30:13 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionImportTorrent">
|
2010-10-23 20:21:56 +04:00
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>&Import Existing Torrent...</string>
|
2010-10-23 20:21:56 +04:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Import Torrent...</string>
|
2010-10-23 20:21:56 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionDonateMoney">
|
2010-10-31 15:03:24 +03:00
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Do&nate!</string>
|
2010-10-31 15:03:24 +03:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>If you like qBittorrent, please donate!</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionStartAll">
|
2010-12-12 22:37:59 +03:00
|
|
|
<property name="text">
|
|
|
|
<string>R&esume All</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionPauseAll">
|
2010-12-12 22:37:59 +03:00
|
|
|
<property name="text">
|
|
|
|
<string>P&ause All</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionExecutionLogs">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Log</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Execution Log</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAutoExit">
|
2010-12-31 16:36:32 +03:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>&Exit qBittorrent</string>
|
2010-12-31 16:36:32 +03:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionAutoSuspend">
|
2010-12-31 16:36:32 +03:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>&Suspend System</string>
|
2010-12-31 16:36:32 +03:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionAutoHibernate">
|
2014-07-06 13:13:36 +04:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>&Hibernate System</string>
|
2014-07-06 13:13:36 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionAutoShutdown">
|
2010-12-31 16:36:32 +03:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>S&hutdown System</string>
|
2010-12-31 16:36:32 +03:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionAutoShutdownDisabled">
|
2010-12-31 16:36:32 +03:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>&Disabled</string>
|
2010-12-31 16:36:32 +03:00
|
|
|
</property>
|
|
|
|
</action>
|
2011-09-18 16:54:16 +04:00
|
|
|
<action name="actionToggleVisibility">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-02-07 21:48:25 +04:00
|
|
|
<action name="actionMinimize">
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">Minimize</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-11-17 01:16:24 +04:00
|
|
|
<action name="actionStatistics">
|
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>&Statistics</string>
|
2013-11-17 01:16:24 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-24 13:16:25 +03:00
|
|
|
<action name="actionCheckForUpdates">
|
2013-11-23 16:58:03 +04:00
|
|
|
<property name="text">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Check for Updates</string>
|
2013-11-23 16:58:03 +04:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-04-08 08:27:46 +03:00
|
|
|
<string>Check for Program Updates</string>
|
2013-11-23 16:58:03 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-23 15:12:13 +03: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 22:38:45 +03: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>
|
2006-09-30 20:02:39 +04:00
|
|
|
</widget>
|
2016-01-24 22:38:45 +03:00
|
|
|
<resources/>
|
2007-03-27 22:49:29 +04:00
|
|
|
<connections/>
|
2006-09-30 20:02:39 +04:00
|
|
|
</ui>
|