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>
|
2010-08-16 21:35:32 +04:00
|
|
|
<height>23</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_All"/>
|
|
|
|
<addaction name="actionPause_All"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionStart"/>
|
|
|
|
<addaction name="actionPause"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionDelete"/>
|
|
|
|
<addaction name="actionDecreasePriority"/>
|
|
|
|
<addaction name="actionIncreasePriority"/>
|
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"/>
|
|
|
|
<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>
|
2009-07-12 12:45:05 +04:00
|
|
|
<addaction name="actionShow_console"/>
|
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"/>
|
|
|
|
<addaction name="actionShutdown_when_downloads_complete"/>
|
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"/>
|
|
|
|
<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-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="enabled">
|
2006-09-30 20:02:39 +04:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="contextMenuPolicy">
|
2007-04-08 22:21:26 +04:00
|
|
|
<enum>Qt::NoContextMenu</enum>
|
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="movable">
|
2006-09-30 20:02:39 +04:00
|
|
|
<bool>false</bool>
|
|
|
|
</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>
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="iconSize">
|
2006-09-30 20:02:39 +04:00
|
|
|
<size>
|
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
|
|
|
</size>
|
|
|
|
</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>
|
2009-07-12 12:45:05 +04:00
|
|
|
<addaction name="actionOpen"/>
|
|
|
|
<addaction name="actionDownload_from_URL"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionDelete"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionStart"/>
|
|
|
|
<addaction name="actionPause"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionStart_All"/>
|
|
|
|
<addaction name="actionPause_All"/>
|
|
|
|
<addaction name="actionDecreasePriority"/>
|
|
|
|
<addaction name="actionIncreasePriority"/>
|
|
|
|
<addaction name="separator"/>
|
2009-11-18 15:24:19 +03:00
|
|
|
<addaction name="actionOptions"/>
|
|
|
|
<addaction name="separator"/>
|
2009-07-12 12:45:05 +04:00
|
|
|
<addaction name="actionExit"/>
|
2010-08-19 20:30:13 +04:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<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-06-21 22:32:01 +04:00
|
|
|
<string>&Add File...</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionExit">
|
|
|
|
<property name="text">
|
2010-06-21 22:32:01 +04:00
|
|
|
<string>E&xit</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>
|
|
|
|
</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-06-27 23:35:25 +04:00
|
|
|
<string>&Start</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>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionPause_All">
|
|
|
|
<property name="text">
|
2010-06-27 23:35:25 +04:00
|
|
|
<string>P&ause All</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionStart_All">
|
|
|
|
<property name="text">
|
2010-06-27 23:35:25 +04:00
|
|
|
<string>S&tart All</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionWebsite">
|
|
|
|
<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-06-21 22:32:01 +04:00
|
|
|
<string>Add &URL...</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
|
|
|
</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="actionPreview_file">
|
|
|
|
<property name="text">
|
2006-09-30 20:02:39 +04:00
|
|
|
<string>Preview file</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionClearLog">
|
|
|
|
<property name="text">
|
2006-09-30 20:02:39 +04:00
|
|
|
<string>Clear log</string>
|
|
|
|
</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>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionDecreasePriority">
|
|
|
|
<property name="icon">
|
2010-01-05 23:31:20 +03:00
|
|
|
<iconset resource="../icons.qrc">
|
2009-07-12 12:45:05 +04:00
|
|
|
<normaloff>:/Icons/skin/decrease.png</normaloff>:/Icons/skin/decrease.png</iconset>
|
2008-07-15 00:01:21 +04:00
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<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">
|
2008-07-20 00:39:34 +04:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2008-07-15 00:01:21 +04:00
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionIncreasePriority">
|
|
|
|
<property name="icon">
|
2010-01-05 23:31:20 +03:00
|
|
|
<iconset resource="../icons.qrc">
|
2009-07-12 12:45:05 +04:00
|
|
|
<normaloff>:/Icons/skin/increase.png</normaloff>:/Icons/skin/increase.png</iconset>
|
2008-07-15 00:01:21 +04:00
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<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">
|
2008-07-20 00:39:34 +04:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2008-07-15 00:01:21 +04:00
|
|
|
</action>
|
2009-07-12 12:45:05 +04:00
|
|
|
<action name="actionShow_console">
|
|
|
|
<property name="icon">
|
2010-01-05 23:31:20 +03:00
|
|
|
<iconset resource="../icons.qrc">
|
2009-07-12 12:45:05 +04:00
|
|
|
<normaloff>:/Icons/oxygen/log.png</normaloff>:/Icons/oxygen/log.png</iconset>
|
2008-09-07 16:09:41 +04:00
|
|
|
</property>
|
2009-07-12 12:45:05 +04:00
|
|
|
<property name="text">
|
2010-06-21 22:32:01 +04:00
|
|
|
<string>&Log viewer...</string>
|
2008-09-07 16:09:41 +04:00
|
|
|
</property>
|
2009-11-23 01:35:04 +03:00
|
|
|
<property name="toolTip">
|
2010-06-27 23:35:25 +04:00
|
|
|
<string>Log viewer</string>
|
2009-11-23 01:35:04 +03:00
|
|
|
</property>
|
2008-09-07 16:09:41 +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-16 21:35:32 +04:00
|
|
|
<action name="actionShutdown_when_downloads_complete">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Shutdown when downloads complete</string>
|
|
|
|
</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>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+L</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2006-09-30 20:02:39 +04:00
|
|
|
</widget>
|
2008-07-15 00:01:21 +04:00
|
|
|
<resources>
|
2010-01-05 23:31:20 +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>
|