Some work about adaptive color scheme for Web UI (PR #19901)
http://[316:c51a:62a3:8b9::4]/d4708/qBittorrent/src/branch/adaptive-webui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
408 lines
11 KiB
408 lines
11 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>MainWindow</class> |
|
<widget class="QMainWindow" name="MainWindow"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>914</width> |
|
<height>563</height> |
|
</rect> |
|
</property> |
|
<property name="contextMenuPolicy"> |
|
<enum>Qt::CustomContextMenu</enum> |
|
</property> |
|
<property name="windowTitle"> |
|
<string/> |
|
</property> |
|
<widget class="QWidget" name="centralwidget"> |
|
<layout class="QVBoxLayout"> |
|
<property name="bottomMargin"> |
|
<number>0</number> |
|
</property> |
|
</layout> |
|
</widget> |
|
<widget class="QMenuBar" name="menubar"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>914</width> |
|
<height>22</height> |
|
</rect> |
|
</property> |
|
<widget class="QMenu" name="menu_Edit"> |
|
<property name="title"> |
|
<string>&Edit</string> |
|
</property> |
|
<addaction name="separator"/> |
|
<addaction name="actionStart"/> |
|
<addaction name="actionPause"/> |
|
<addaction name="separator"/> |
|
<addaction name="actionDelete"/> |
|
<addaction name="separator"/> |
|
<addaction name="actionDecreasePriority"/> |
|
<addaction name="actionIncreasePriority"/> |
|
</widget> |
|
<widget class="QMenu" name="menu_Help"> |
|
<property name="title"> |
|
<string>&Help</string> |
|
</property> |
|
<addaction name="actionBugReport"/> |
|
<addaction name="actionWebsite"/> |
|
<addaction name="actionDocumentation"/> |
|
<addaction name="actionDonate_money"/> |
|
<addaction name="actionCheck_for_updates"/> |
|
<addaction name="actionAbout"/> |
|
</widget> |
|
<widget class="QMenu" name="menu_Options"> |
|
<property name="title"> |
|
<string>&Tools</string> |
|
</property> |
|
<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"/> |
|
<addaction name="actionAutoHibernate_system"/> |
|
<addaction name="actionAutoShutdown_system"/> |
|
</widget> |
|
<addaction name="actionCreate_torrent"/> |
|
<addaction name="actionStatistics"/> |
|
<addaction name="separator"/> |
|
<addaction name="actionOptions"/> |
|
<addaction name="separator"/> |
|
<addaction name="menuAuto_Shutdown_on_downloads_completion"/> |
|
</widget> |
|
<widget class="QMenu" name="menu_File"> |
|
<property name="title"> |
|
<string>&File</string> |
|
</property> |
|
<addaction name="actionOpen"/> |
|
<addaction name="actionDownload_from_URL"/> |
|
<addaction name="action_Import_Torrent"/> |
|
<addaction name="actionExit"/> |
|
</widget> |
|
<widget class="QMenu" name="menuView"> |
|
<property name="title"> |
|
<string>&View</string> |
|
</property> |
|
<addaction name="actionTop_tool_bar"/> |
|
<addaction name="actionSpeed_in_title_bar"/> |
|
<addaction name="separator"/> |
|
<addaction name="actionSearch_engine"/> |
|
<addaction name="actionRSS_Reader"/> |
|
<addaction name="actionExecution_Logs"/> |
|
<addaction name="separator"/> |
|
<addaction name="actionLock_qBittorrent"/> |
|
</widget> |
|
<addaction name="menu_File"/> |
|
<addaction name="menu_Edit"/> |
|
<addaction name="menuView"/> |
|
<addaction name="menu_Options"/> |
|
<addaction name="menu_Help"/> |
|
</widget> |
|
<widget class="QToolBar" name="toolBar"> |
|
<property name="movable"> |
|
<bool>false</bool> |
|
</property> |
|
<property name="orientation"> |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="toolButtonStyle"> |
|
<enum>Qt::ToolButtonFollowStyle</enum> |
|
</property> |
|
<property name="floatable"> |
|
<bool>false</bool> |
|
</property> |
|
<attribute name="toolBarArea"> |
|
<enum>TopToolBarArea</enum> |
|
</attribute> |
|
<attribute name="toolBarBreak"> |
|
<bool>false</bool> |
|
</attribute> |
|
<addaction name="actionDownload_from_URL"/> |
|
<addaction name="actionOpen"/> |
|
<addaction name="actionDelete"/> |
|
<addaction name="separator"/> |
|
<addaction name="actionStart"/> |
|
<addaction name="actionPause"/> |
|
<addaction name="actionDecreasePriority"/> |
|
<addaction name="actionIncreasePriority"/> |
|
<addaction name="separator"/> |
|
<addaction name="actionOptions"/> |
|
<addaction name="actionLock_qBittorrent"/> |
|
</widget> |
|
<widget class="QStatusBar" name="statusBar"/> |
|
<action name="actionOpen"> |
|
<property name="text"> |
|
<string>&Add torrent file...</string> |
|
</property> |
|
</action> |
|
<action name="actionExit"> |
|
<property name="text"> |
|
<string>Exit</string> |
|
</property> |
|
<property name="toolTip"> |
|
<string>Exit</string> |
|
</property> |
|
</action> |
|
<action name="actionOptions"> |
|
<property name="text"> |
|
<string>&Options...</string> |
|
</property> |
|
</action> |
|
<action name="actionAbout"> |
|
<property name="text"> |
|
<string>&About</string> |
|
</property> |
|
</action> |
|
<action name="actionStart"> |
|
<property name="text"> |
|
<string>&Resume</string> |
|
</property> |
|
</action> |
|
<action name="actionPause"> |
|
<property name="text"> |
|
<string>&Pause</string> |
|
</property> |
|
</action> |
|
<action name="actionDelete"> |
|
<property name="text"> |
|
<string>&Delete</string> |
|
</property> |
|
</action> |
|
<action name="actionWebsite"> |
|
<property name="icon"> |
|
<iconset resource="icons.qrc"> |
|
<normaloff>:/Icons/skin/qbittorrent32.png</normaloff>:/Icons/skin/qbittorrent32.png</iconset> |
|
</property> |
|
<property name="text"> |
|
<string>Visit &Website</string> |
|
</property> |
|
</action> |
|
<action name="actionDownload_from_URL"> |
|
<property name="text"> |
|
<string>Add &link to torrent...</string> |
|
</property> |
|
</action> |
|
<action name="actionCreate_torrent"> |
|
<property name="text"> |
|
<string>Torrent &creator</string> |
|
</property> |
|
</action> |
|
<action name="actionBugReport"> |
|
<property name="text"> |
|
<string>Report a &bug</string> |
|
</property> |
|
</action> |
|
<action name="actionSet_upload_limit"> |
|
<property name="text"> |
|
<string>Set upload limit...</string> |
|
</property> |
|
</action> |
|
<action name="actionSet_download_limit"> |
|
<property name="text"> |
|
<string>Set download limit...</string> |
|
</property> |
|
</action> |
|
<action name="actionDocumentation"> |
|
<property name="text"> |
|
<string>&Documentation</string> |
|
</property> |
|
</action> |
|
<action name="actionSet_global_download_limit"> |
|
<property name="text"> |
|
<string>Set global download limit...</string> |
|
</property> |
|
</action> |
|
<action name="actionSet_global_upload_limit"> |
|
<property name="text"> |
|
<string>Set global upload limit...</string> |
|
</property> |
|
</action> |
|
<action name="actionDecreasePriority"> |
|
<property name="text"> |
|
<string>Decrease priority</string> |
|
</property> |
|
<property name="visible"> |
|
<bool>true</bool> |
|
</property> |
|
</action> |
|
<action name="actionIncreasePriority"> |
|
<property name="text"> |
|
<string>Increase priority</string> |
|
</property> |
|
<property name="visible"> |
|
<bool>true</bool> |
|
</property> |
|
</action> |
|
<action name="actionUse_alternative_speed_limits"> |
|
<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="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> |
|
<action name="actionRSS_Reader"> |
|
<property name="checkable"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="text"> |
|
<string>&RSS reader</string> |
|
</property> |
|
</action> |
|
<action name="actionSearch_engine"> |
|
<property name="checkable"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="text"> |
|
<string>Search &engine</string> |
|
</property> |
|
</action> |
|
<action name="actionLock_qBittorrent"> |
|
<property name="text"> |
|
<string>Lock qBittorrent</string> |
|
</property> |
|
<property name="toolTip"> |
|
<string>Lock qBittorrent</string> |
|
</property> |
|
<property name="shortcut"> |
|
<string notr="true">Ctrl+L</string> |
|
</property> |
|
</action> |
|
<action name="action_Import_Torrent"> |
|
<property name="text"> |
|
<string>Import existing torrent...</string> |
|
</property> |
|
<property name="toolTip"> |
|
<string>Import torrent...</string> |
|
</property> |
|
</action> |
|
<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> |
|
<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> |
|
<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> |
|
<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> |
|
<action name="actionAutoHibernate_system"> |
|
<property name="checkable"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="text"> |
|
<string>Hibernate system</string> |
|
</property> |
|
</action> |
|
<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> |
|
<action name="actionToggleVisibility"> |
|
<property name="text"> |
|
<string>Show</string> |
|
</property> |
|
</action> |
|
<action name="actionMinimize"> |
|
<property name="text"> |
|
<string notr="true">Minimize</string> |
|
</property> |
|
</action> |
|
<action name="actionStatistics"> |
|
<property name="text"> |
|
<string>Statistics</string> |
|
</property> |
|
</action> |
|
<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> |
|
</widget> |
|
<resources> |
|
<include location="icons.qrc"/> |
|
</resources> |
|
<connections/> |
|
</ui>
|
|
|