|
|
@ -1,7 +1,8 @@ |
|
|
|
<ui version="4.0" > |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
|
|
|
<ui version="4.0"> |
|
|
|
<class>MainWindow</class> |
|
|
|
<class>MainWindow</class> |
|
|
|
<widget class="QMainWindow" name="MainWindow" > |
|
|
|
<widget class="QMainWindow" name="MainWindow"> |
|
|
|
<property name="geometry" > |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<x>0</x> |
|
|
|
<y>0</y> |
|
|
|
<y>0</y> |
|
|
@ -9,264 +10,266 @@ |
|
|
|
<height>563</height> |
|
|
|
<height>563</height> |
|
|
|
</rect> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="contextMenuPolicy" > |
|
|
|
<property name="contextMenuPolicy"> |
|
|
|
<enum>Qt::CustomContextMenu</enum> |
|
|
|
<enum>Qt::CustomContextMenu</enum> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="windowTitle" > |
|
|
|
<property name="windowTitle"> |
|
|
|
<string/> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="centralwidget" > |
|
|
|
<widget class="QWidget" name="centralwidget"> |
|
|
|
<layout class="QVBoxLayout" /> |
|
|
|
<layout class="QVBoxLayout"/> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<widget class="QMenuBar" name="menubar" > |
|
|
|
<widget class="QMenuBar" name="menubar"> |
|
|
|
<property name="geometry" > |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<x>0</x> |
|
|
|
<y>0</y> |
|
|
|
<y>0</y> |
|
|
|
<width>914</width> |
|
|
|
<width>914</width> |
|
|
|
<height>26</height> |
|
|
|
<height>23</height> |
|
|
|
</rect> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<widget class="QMenu" name="menu_Edit" > |
|
|
|
<widget class="QMenu" name="menu_Edit"> |
|
|
|
<property name="title" > |
|
|
|
<property name="title"> |
|
|
|
<string>&Edit</string> |
|
|
|
<string>&Edit</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<addaction name="actionStart_All" /> |
|
|
|
<addaction name="actionStart_All"/> |
|
|
|
<addaction name="actionPause_All" /> |
|
|
|
<addaction name="actionPause_All"/> |
|
|
|
<addaction name="separator" /> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="actionStart" /> |
|
|
|
<addaction name="actionStart"/> |
|
|
|
<addaction name="actionPause" /> |
|
|
|
<addaction name="actionPause"/> |
|
|
|
<addaction name="separator" /> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="actionTorrent_Properties" /> |
|
|
|
<addaction name="actionTorrent_Properties"/> |
|
|
|
<addaction name="separator" /> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="actionDelete" /> |
|
|
|
<addaction name="actionDelete"/> |
|
|
|
<addaction name="actionDelete_Permanently" /> |
|
|
|
<addaction name="actionDelete_Permanently"/> |
|
|
|
<addaction name="actionDecreasePriority" /> |
|
|
|
<addaction name="actionDecreasePriority"/> |
|
|
|
<addaction name="actionIncreasePriority" /> |
|
|
|
<addaction name="actionIncreasePriority"/> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<widget class="QMenu" name="menu_Help" > |
|
|
|
<widget class="QMenu" name="menu_Help"> |
|
|
|
<property name="title" > |
|
|
|
<property name="title"> |
|
|
|
<string>&Help</string> |
|
|
|
<string>&Help</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<addaction name="actionBugReport" /> |
|
|
|
<addaction name="actionBugReport"/> |
|
|
|
<addaction name="actionWebsite" /> |
|
|
|
<addaction name="actionWebsite"/> |
|
|
|
<addaction name="actionDocumentation" /> |
|
|
|
<addaction name="actionDocumentation"/> |
|
|
|
<addaction name="actionAbout" /> |
|
|
|
<addaction name="actionAbout"/> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<widget class="QMenu" name="menu_Options" > |
|
|
|
<widget class="QMenu" name="menu_Options"> |
|
|
|
<property name="title" > |
|
|
|
<property name="title"> |
|
|
|
<string>Options</string> |
|
|
|
<string>Options</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<addaction name="actionOptions" /> |
|
|
|
<addaction name="actionOptions"/> |
|
|
|
<addaction name="actionShow_console" /> |
|
|
|
<addaction name="actionShow_console"/> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<widget class="QMenu" name="menu_File" > |
|
|
|
<widget class="QMenu" name="menu_File"> |
|
|
|
<property name="title" > |
|
|
|
<property name="title"> |
|
|
|
<string>&File</string> |
|
|
|
<string>&File</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<addaction name="actionOpen" /> |
|
|
|
<addaction name="actionOpen"/> |
|
|
|
<addaction name="actionDownload_from_URL" /> |
|
|
|
<addaction name="actionDownload_from_URL"/> |
|
|
|
<addaction name="actionCreate_torrent" /> |
|
|
|
<addaction name="actionCreate_torrent"/> |
|
|
|
<addaction name="actionExit" /> |
|
|
|
<addaction name="actionExit"/> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<addaction name="menu_File" /> |
|
|
|
<addaction name="menu_File"/> |
|
|
|
<addaction name="menu_Edit" /> |
|
|
|
<addaction name="menu_Edit"/> |
|
|
|
<addaction name="menu_Options" /> |
|
|
|
<addaction name="menu_Options"/> |
|
|
|
<addaction name="menu_Help" /> |
|
|
|
<addaction name="menu_Help"/> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<widget class="QToolBar" name="toolBar" > |
|
|
|
<widget class="QToolBar" name="toolBar"> |
|
|
|
<property name="enabled" > |
|
|
|
<property name="enabled"> |
|
|
|
<bool>true</bool> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="contextMenuPolicy" > |
|
|
|
<property name="contextMenuPolicy"> |
|
|
|
<enum>Qt::NoContextMenu</enum> |
|
|
|
<enum>Qt::NoContextMenu</enum> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="movable" > |
|
|
|
<property name="movable"> |
|
|
|
<bool>false</bool> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="orientation" > |
|
|
|
<property name="orientation"> |
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="iconSize" > |
|
|
|
<property name="iconSize"> |
|
|
|
<size> |
|
|
|
<size> |
|
|
|
<width>32</width> |
|
|
|
<width>32</width> |
|
|
|
<height>32</height> |
|
|
|
<height>32</height> |
|
|
|
</size> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="floatable" > |
|
|
|
<property name="floatable"> |
|
|
|
<bool>false</bool> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<attribute name="toolBarArea" > |
|
|
|
<attribute name="toolBarArea"> |
|
|
|
<enum>TopToolBarArea</enum> |
|
|
|
<enum>TopToolBarArea</enum> |
|
|
|
</attribute> |
|
|
|
</attribute> |
|
|
|
<attribute name="toolBarBreak" > |
|
|
|
<attribute name="toolBarBreak"> |
|
|
|
<bool>false</bool> |
|
|
|
<bool>false</bool> |
|
|
|
</attribute> |
|
|
|
</attribute> |
|
|
|
<addaction name="actionOpen" /> |
|
|
|
<addaction name="actionOpen"/> |
|
|
|
<addaction name="actionDownload_from_URL" /> |
|
|
|
<addaction name="actionDownload_from_URL"/> |
|
|
|
<addaction name="separator" /> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="actionDelete" /> |
|
|
|
<addaction name="actionDelete"/> |
|
|
|
<addaction name="actionDelete_Permanently" /> |
|
|
|
<addaction name="actionDelete_Permanently"/> |
|
|
|
<addaction name="separator" /> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="actionTorrent_Properties" /> |
|
|
|
<addaction name="actionTorrent_Properties"/> |
|
|
|
<addaction name="separator" /> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="actionStart" /> |
|
|
|
<addaction name="actionStart"/> |
|
|
|
<addaction name="actionPause" /> |
|
|
|
<addaction name="actionPause"/> |
|
|
|
<addaction name="separator" /> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="actionStart_All" /> |
|
|
|
<addaction name="actionStart_All"/> |
|
|
|
<addaction name="actionPause_All" /> |
|
|
|
<addaction name="actionPause_All"/> |
|
|
|
<addaction name="separator" /> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="actionOptions" /> |
|
|
|
<addaction name="actionOptions"/> |
|
|
|
<addaction name="actionDecreasePriority" /> |
|
|
|
<addaction name="actionDecreasePriority"/> |
|
|
|
<addaction name="actionIncreasePriority" /> |
|
|
|
<addaction name="actionIncreasePriority"/> |
|
|
|
<addaction name="separator" /> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="actionExit" /> |
|
|
|
<addaction name="actionExit"/> |
|
|
|
<addaction name="separator" /> |
|
|
|
|
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<widget class="QStatusBar" name="statusBar" /> |
|
|
|
<widget class="QStatusBar" name="statusBar"/> |
|
|
|
<action name="actionOpen" > |
|
|
|
<action name="actionOpen"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Open</string> |
|
|
|
<string>Open</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionExit" > |
|
|
|
<action name="actionExit"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Exit</string> |
|
|
|
<string>Exit</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionOptions" > |
|
|
|
<action name="actionOptions"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Preferences</string> |
|
|
|
<string>Preferences</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionAbout" > |
|
|
|
<action name="actionAbout"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>About</string> |
|
|
|
<string>About</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionStart" > |
|
|
|
<action name="actionStart"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Start</string> |
|
|
|
<string>Start</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionPause" > |
|
|
|
<action name="actionPause"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Pause</string> |
|
|
|
<string>Pause</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionDelete" > |
|
|
|
<action name="actionDelete"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Delete</string> |
|
|
|
<string>Delete</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionPause_All" > |
|
|
|
<action name="actionPause_All"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Pause All</string> |
|
|
|
<string>Pause All</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionStart_All" > |
|
|
|
<action name="actionStart_All"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Start All</string> |
|
|
|
<string>Start All</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionWebsite" > |
|
|
|
<action name="actionWebsite"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Visit website</string> |
|
|
|
<string>Visit website</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionDelete_Permanently" > |
|
|
|
<action name="actionDelete_Permanently"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Delete Permanently</string> |
|
|
|
<string>Delete Permanently</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionTorrent_Properties" > |
|
|
|
<action name="actionTorrent_Properties"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Torrent Properties</string> |
|
|
|
<string>Torrent Properties</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionDownload_from_URL" > |
|
|
|
<action name="actionDownload_from_URL"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Download from URL</string> |
|
|
|
<string>Download from URL</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionCreate_torrent" > |
|
|
|
<action name="actionCreate_torrent"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Create torrent</string> |
|
|
|
<string>Create torrent</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionPreview_file" > |
|
|
|
<action name="actionPreview_file"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Preview file</string> |
|
|
|
<string>Preview file</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionClearLog" > |
|
|
|
<action name="actionClearLog"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Clear log</string> |
|
|
|
<string>Clear log</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionBugReport" > |
|
|
|
<action name="actionBugReport"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Report a bug</string> |
|
|
|
<string>Report a bug</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionSet_upload_limit" > |
|
|
|
<action name="actionSet_upload_limit"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Set upload limit</string> |
|
|
|
<string>Set upload limit</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionSet_download_limit" > |
|
|
|
<action name="actionSet_download_limit"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Set download limit</string> |
|
|
|
<string>Set download limit</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionDocumentation" > |
|
|
|
<action name="actionDocumentation"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Documentation</string> |
|
|
|
<string>Documentation</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionSet_global_download_limit" > |
|
|
|
<action name="actionSet_global_download_limit"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Set global download limit</string> |
|
|
|
<string>Set global download limit</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionSet_global_upload_limit" > |
|
|
|
<action name="actionSet_global_upload_limit"> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Set global upload limit</string> |
|
|
|
<string>Set global upload limit</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionDecreasePriority" > |
|
|
|
<action name="actionDecreasePriority"> |
|
|
|
<property name="icon" > |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="icons.qrc" >:/Icons/skin/decrease.png</iconset> |
|
|
|
<iconset resource="icons.qrc"> |
|
|
|
|
|
|
|
<normaloff>:/Icons/skin/decrease.png</normaloff>:/Icons/skin/decrease.png</iconset> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Decrease priority</string> |
|
|
|
<string>Decrease priority</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="visible" > |
|
|
|
<property name="visible"> |
|
|
|
<bool>false</bool> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionIncreasePriority" > |
|
|
|
<action name="actionIncreasePriority"> |
|
|
|
<property name="icon" > |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="icons.qrc" >:/Icons/skin/increase.png</iconset> |
|
|
|
<iconset resource="icons.qrc"> |
|
|
|
|
|
|
|
<normaloff>:/Icons/skin/increase.png</normaloff>:/Icons/skin/increase.png</iconset> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Increase priority</string> |
|
|
|
<string>Increase priority</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="visible" > |
|
|
|
<property name="visible"> |
|
|
|
<bool>false</bool> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
<action name="actionShow_console" > |
|
|
|
<action name="actionShow_console"> |
|
|
|
<property name="icon" > |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="icons.qrc" >:/Icons/oxygen/log.png</iconset> |
|
|
|
<iconset resource="icons.qrc"> |
|
|
|
|
|
|
|
<normaloff>:/Icons/oxygen/log.png</normaloff>:/Icons/oxygen/log.png</iconset> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="text" > |
|
|
|
<property name="text"> |
|
|
|
<string>Console</string> |
|
|
|
<string>Console</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<resources> |
|
|
|
<resources> |
|
|
|
<include location="icons.qrc" /> |
|
|
|
<include location="icons.qrc"/> |
|
|
|
</resources> |
|
|
|
</resources> |
|
|
|
<connections/> |
|
|
|
<connections/> |
|
|
|
</ui> |
|
|
|
</ui> |
|
|
|