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>
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="windowTitle">
|
2006-09-30 20:02:39 +04:00
|
|
|
<string/>
|
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<widget class="QWidget" name="centralwidget">
|
2009-11-18 17:54:33 +03:00
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<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>
|
2012-02-07 21:48:25 +04:00
|
|
|
<height>22</height>
|
2006-09-30 20:02:39 +04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<widget class="QMenu" name="menu_Edit">
|
|
|
|
<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
|
|
|
<!--Dynamic separator from mainwindow.cpp-->
|
|
|
|
<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>
|
2009-07-12 12:45:05 +04:00
|
|
|
<widget class="QMenu" name="menu_Help">
|
|
|
|
<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"/>
|
2013-11-23 16:58:03 +04:00
|
|
|
<addaction name="actionCheck_for_updates"/>
|
2015-04-08 08:27:46 +03:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionDonate_money"/>
|
2009-07-12 12:45:05 +04:00
|
|
|
<addaction name="actionAbout"/>
|
2007-06-19 19:19:23 +04:00
|
|
|
</widget>
|
2009-07-12 12:45:05 +04:00
|
|
|
<widget class="QMenu" name="menu_Options">
|
|
|
|
<property name="title">
|
2010-06-21 22:32:01 +04:00
|
|
|
<string>&Tools</string>
|
2007-06-19 19:19:23 +04:00
|
|
|
</property>
|
2010-12-31 16:36:32 +03:00
|
|
|
<widget class="QMenu" name="menuAuto_Shutdown_on_downloads_completion">
|
|
|
|
<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>
|
|
|
|
<addaction name="actionAutoShutdown_Disabled"/>
|
|
|
|
<addaction name="actionAutoExit_qBittorrent"/>
|
|
|
|
<addaction name="actionAutoSuspend_system"/>
|
2014-07-06 13:13:36 +04:00
|
|
|
<addaction name="actionAutoHibernate_system"/>
|
2010-12-31 16:36:32 +03:00
|
|
|
<addaction name="actionAutoShutdown_system"/>
|
|
|
|
</widget>
|
2010-06-21 22:32:01 +04:00
|
|
|
<addaction name="actionCreate_torrent"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionOptions"/>
|
2010-08-16 21:35:32 +04:00
|
|
|
<addaction name="separator"/>
|
2010-12-31 16:36:32 +03:00
|
|
|
<addaction name="menuAuto_Shutdown_on_downloads_completion"/>
|
2007-03-11 21:20:12 +03:00
|
|
|
</widget>
|
2009-07-12 12:45:05 +04:00
|
|
|
<widget class="QMenu" name="menu_File">
|
|
|
|
<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"/>
|
|
|
|
<addaction name="actionDownload_from_URL"/>
|
2010-10-23 20:21:56 +04:00
|
|
|
<addaction name="action_Import_Torrent"/>
|
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>
|
|
|
|
<addaction name="actionTop_tool_bar"/>
|
|
|
|
<addaction name="actionSpeed_in_title_bar"/>
|
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"/>
|
2010-12-20 21:07:36 +03:00
|
|
|
<addaction name="actionExecution_Logs"/>
|
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"/>
|
2010-08-23 20:12:17 +04:00
|
|
|
<addaction name="actionLock_qBittorrent"/>
|
2010-06-21 22:32:01 +04:00
|
|
|
</widget>
|
2009-07-12 12:45:05 +04:00
|
|
|
<addaction name="menu_File"/>
|
|
|
|
<addaction name="menu_Edit"/>
|
2010-06-21 22:32:01 +04:00
|
|
|
<addaction name="menuView"/>
|
2009-07-12 12:45:05 +04:00
|
|
|
<addaction name="menu_Options"/>
|
|
|
|
<addaction name="menu_Help"/>
|
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>
|
2014-02-05 23:22:14 +04:00
|
|
|
<addaction name="actionDownload_from_URL"/>
|
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
|
|
|
<!--Dynamic separator from mainwindow.cpp-->
|
|
|
|
<addaction name="actionBottomPriority"/>
|
2009-07-12 12:45:05 +04:00
|
|
|
<addaction name="actionDecreasePriority"/>
|
|
|
|
<addaction name="actionIncreasePriority"/>
|
2014-11-26 00:49:50 +03:00
|
|
|
<addaction name="actionTopPriority"/>
|
2010-12-20 21:22:06 +03:00
|
|
|
<addaction name="separator"/>
|
2009-11-18 15:24:19 +03:00
|
|
|
<addaction name="actionOptions"/>
|
2010-08-19 20:30:13 +04:00
|
|
|
<addaction name="actionLock_qBittorrent"/>
|
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>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Exit</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
|
|
|
</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>
|
2014-10-18 13:27:19 +04:00
|
|
|
<property name="iconText">
|
|
|
|
<string>Options</string>
|
|
|
|
</property>
|
2006-09-30 20:02:39 +04:00
|
|
|
</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>
|
2014-10-18 13:27:19 +04:00
|
|
|
<property name="iconText">
|
|
|
|
<string>Resume</string>
|
|
|
|
</property>
|
2006-09-30 20:02:39 +04:00
|
|
|
</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>
|
2014-10-18 13:27:19 +04:00
|
|
|
<property name="iconText">
|
|
|
|
<string>Pause</string>
|
|
|
|
</property>
|
2006-09-30 20:02:39 +04:00
|
|
|
</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>
|
2014-10-18 13:27:19 +04:00
|
|
|
<property name="iconText">
|
|
|
|
<string>Delete</string>
|
|
|
|
</property>
|
2006-09-30 20:02:39 +04:00
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionDownload_from_URL">
|
|
|
|
<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>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionCreate_torrent">
|
|
|
|
<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>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionSet_upload_limit">
|
|
|
|
<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>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionSet_download_limit">
|
|
|
|
<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>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionSet_global_download_limit">
|
|
|
|
<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>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionSet_global_upload_limit">
|
|
|
|
<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>
|
2010-01-23 23:44:09 +03:00
|
|
|
<action name="actionUse_alternative_speed_limits">
|
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>
|
2010-06-21 22:32:01 +04:00
|
|
|
<action name="actionTop_tool_bar">
|
|
|
|
<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>
|
|
|
|
<action name="actionSpeed_in_title_bar">
|
|
|
|
<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>
|
2010-06-22 17:39:49 +04:00
|
|
|
<action name="actionRSS_Reader">
|
|
|
|
<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>
|
|
|
|
<action name="actionSearch_engine">
|
|
|
|
<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>
|
2010-08-19 20:30:13 +04:00
|
|
|
<action name="actionLock_qBittorrent">
|
|
|
|
<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>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Lock qBittorrent</string>
|
|
|
|
</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>
|
2010-10-23 20:21:56 +04:00
|
|
|
<action name="action_Import_Torrent">
|
|
|
|
<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>
|
2010-10-31 15:03:24 +03:00
|
|
|
<action name="actionDonate_money">
|
|
|
|
<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>
|
2010-12-12 22:37:59 +03:00
|
|
|
<action name="actionStart_All">
|
|
|
|
<property name="text">
|
|
|
|
<string>R&esume All</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPause_All">
|
|
|
|
<property name="text">
|
|
|
|
<string>P&ause All</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-12-20 21:07:36 +03:00
|
|
|
<action name="actionExecution_Logs">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-05-09 12:58:37 +03:00
|
|
|
<string>&Log</string>
|
2010-12-20 21:07:36 +03:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Execution Log</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-12-31 16:36:32 +03:00
|
|
|
<action name="actionAutoExit_qBittorrent">
|
|
|
|
<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>
|
|
|
|
<action name="actionAutoSuspend_system">
|
|
|
|
<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>
|
2014-07-06 13:13:36 +04:00
|
|
|
<action name="actionAutoHibernate_system">
|
|
|
|
<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>
|
2010-12-31 16:36:32 +03:00
|
|
|
<action name="actionAutoShutdown_system">
|
|
|
|
<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>
|
|
|
|
<action name="actionAutoShutdown_Disabled">
|
|
|
|
<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>
|
2013-11-23 16:58:03 +04:00
|
|
|
<action name="actionCheck_for_updates">
|
|
|
|
<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>
|
2006-09-30 20:02:39 +04:00
|
|
|
</widget>
|
2008-07-15 00:01:21 +04:00
|
|
|
<resources>
|
2015-05-15 11:01:02 +03:00
|
|
|
<include location="../icons.qrc"/>
|
2008-07-15 00:01:21 +04:00
|
|
|
</resources>
|
2007-03-27 22:49:29 +04:00
|
|
|
<connections/>
|
2006-09-30 20:02:39 +04:00
|
|
|
</ui>
|