qBittorrent/src/gui/mainwindow.ui

484 lines
13 KiB
Text
Raw Normal View History

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