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="actionBugReport"/>
|
|
|
|
<addaction name="actionWebsite"/>
|
|
|
|
<addaction name="actionDocumentation"/>
|
2010-10-31 15:03:24 +03:00
|
|
|
<addaction name="actionDonate_money"/>
|
2013-11-23 16:58:03 +04:00
|
|
|
<addaction name="actionCheck_for_updates"/>
|
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">
|
|
|
|
<string>Auto-Shutdown on downloads completion</string>
|
|
|
|
</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"/>
|
2014-01-21 00:12:02 +04:00
|
|
|
<addaction name="actionStatistics"/>
|
2010-06-21 22:32:01 +04:00
|
|
|
<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"/>
|
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"/>
|
|
|
|
<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">
|
2010-12-05 20:46:03 +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">
|
2010-10-23 20:21:56 +04:00
|
|
|
<string>Exit</string>
|
|
|
|
</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="actionWebsite">
|
2010-12-12 22:37:59 +03:00
|
|
|
<property name="icon">
|
2015-05-15 11:01:02 +03:00
|
|
|
<iconset resource="../icons.qrc">
|
2015-01-18 15:13:06 +03:00
|
|
|
<normaloff>:/icons/skin/qbittorrent32.png</normaloff>:/icons/skin/qbittorrent32.png</iconset>
|
2010-12-12 22:37:59 +03:00
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="text">
|
2010-06-27 23:35:25 +04:00
|
|
|
<string>Visit &Website</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionDownload_from_URL">
|
|
|
|
<property name="text">
|
2010-12-05 20:46:03 +03:00
|
|
|
<string>Add &link to torrent...</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">
|
2010-06-21 22:32:01 +04: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="actionBugReport">
|
|
|
|
<property name="text">
|
2010-06-27 23:35:25 +04:00
|
|
|
<string>Report a &bug</string>
|
2006-12-27 06:19:38 +03:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionSet_upload_limit">
|
|
|
|
<property name="text">
|
2010-06-22 02:22:00 +04: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">
|
2010-06-22 02:22:00 +04: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">
|
2010-06-22 02:22:00 +04: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">
|
2010-06-22 02:22:00 +04: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">
|
|
|
|
<string>Minimum priority</string>
|
|
|
|
</property>
|
|
|
|
<property name="visible">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTopPriority">
|
|
|
|
<property name="text">
|
|
|
|
<string>Top priority</string>
|
|
|
|
</property>
|
|
|
|
<property name="visible">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionDecreasePriority">
|
|
|
|
<property name="text">
|
2008-07-15 00:01:21 +04:00
|
|
|
<string>Decrease priority</string>
|
|
|
|
</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">
|
2008-07-15 00:01:21 +04:00
|
|
|
<string>Increase priority</string>
|
|
|
|
</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">
|
2010-06-22 02:38:28 +04:00
|
|
|
<string>Alternative speed limits</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<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">
|
|
|
|
<string>Top &tool bar</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Display top tool bar</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSpeed_in_title_bar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Speed in title bar</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show transfer speed in title bar</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-06-22 17:39:49 +04:00
|
|
|
<action name="actionRSS_Reader">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2010-06-27 23:35:25 +04: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">
|
2010-06-27 23:35:25 +04: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">
|
|
|
|
<string>Lock qBittorrent</string>
|
|
|
|
</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">
|
2010-12-05 20:46:03 +03:00
|
|
|
<string>Import existing torrent...</string>
|
2010-10-23 20:21:56 +04:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Import torrent...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-10-31 15:03:24 +03:00
|
|
|
<action name="actionDonate_money">
|
|
|
|
<property name="text">
|
|
|
|
<string>Donate money</string>
|
|
|
|
</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">
|
|
|
|
<string>Execution &Log</string>
|
|
|
|
</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">
|
|
|
|
<string>Exit qBittorrent</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAutoSuspend_system">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Suspend system</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2014-07-06 13:13:36 +04:00
|
|
|
<action name="actionAutoHibernate_system">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Hibernate system</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-12-31 16:36:32 +03:00
|
|
|
<action name="actionAutoShutdown_system">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Shutdown system</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAutoShutdown_Disabled">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Disabled</string>
|
|
|
|
</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">
|
|
|
|
<string>Statistics</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-11-23 16:58:03 +04:00
|
|
|
<action name="actionCheck_for_updates">
|
|
|
|
<property name="text">
|
|
|
|
<string>Check for updates</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Check for program updates</string>
|
|
|
|
</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>
|