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.
159 lines
4.1 KiB
159 lines
4.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>seeding</class> |
|
<widget class="QWidget" name="seeding"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>811</width> |
|
<height>453</height> |
|
</rect> |
|
</property> |
|
<property name="windowTitle"> |
|
<string>Search</string> |
|
</property> |
|
<layout class="QVBoxLayout"> |
|
<property name="spacing"> |
|
<number>6</number> |
|
</property> |
|
<property name="margin"> |
|
<number>9</number> |
|
</property> |
|
<item> |
|
<widget class="QTreeView" name="finishedList"> |
|
<property name="contextMenuPolicy"> |
|
<enum>Qt::CustomContextMenu</enum> |
|
</property> |
|
<property name="selectionMode"> |
|
<enum>QAbstractItemView::ExtendedSelection</enum> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="lbl_note"> |
|
<property name="font"> |
|
<font> |
|
<italic>true</italic> |
|
</font> |
|
</property> |
|
<property name="text"> |
|
<string><u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network.</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
<action name="actionStart"> |
|
<property name="text"> |
|
<string>Start</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="actionDelete_Permanently"> |
|
<property name="text"> |
|
<string>Delete Permanently</string> |
|
</property> |
|
</action> |
|
<action name="actionTorrent_Properties"> |
|
<property name="text"> |
|
<string>Torrent Properties</string> |
|
</property> |
|
</action> |
|
<action name="actionPreview_file"> |
|
<property name="text"> |
|
<string>Preview file</string> |
|
</property> |
|
</action> |
|
<action name="actionSet_upload_limit"> |
|
<property name="text"> |
|
<string>Set upload limit</string> |
|
</property> |
|
</action> |
|
<action name="actionOpen_destination_folder"> |
|
<property name="icon"> |
|
<iconset resource="icons.qrc"> |
|
<normaloff>:/Icons/oxygen/folder.png</normaloff>:/Icons/oxygen/folder.png</iconset> |
|
</property> |
|
<property name="text"> |
|
<string>Open destination folder</string> |
|
</property> |
|
</action> |
|
<action name="actionHOSColName"> |
|
<property name="text"> |
|
<string>Name</string> |
|
</property> |
|
</action> |
|
<action name="actionHOSColSize"> |
|
<property name="text"> |
|
<string>Size</string> |
|
</property> |
|
</action> |
|
<action name="actionHOSColUpSpeed"> |
|
<property name="text"> |
|
<string>Upload Speed</string> |
|
</property> |
|
</action> |
|
<action name="actionHOSColPeers"> |
|
<property name="text"> |
|
<string>Connected peers</string> |
|
</property> |
|
<property name="toolTip"> |
|
<string>Connected peers</string> |
|
</property> |
|
</action> |
|
<action name="actionHOSColRatio"> |
|
<property name="text"> |
|
<string>Ratio</string> |
|
</property> |
|
</action> |
|
<action name="actionBuy_it"> |
|
<property name="icon"> |
|
<iconset resource="icons.qrc"> |
|
<normaloff>:/Icons/oxygen/wallet.png</normaloff>:/Icons/oxygen/wallet.png</iconset> |
|
</property> |
|
<property name="text"> |
|
<string>Buy it</string> |
|
</property> |
|
</action> |
|
<action name="actionForce_recheck"> |
|
<property name="icon"> |
|
<iconset resource="icons.qrc"> |
|
<normaloff>:/Icons/oxygen/gear.png</normaloff>:/Icons/oxygen/gear.png</iconset> |
|
</property> |
|
<property name="text"> |
|
<string>Force recheck</string> |
|
</property> |
|
</action> |
|
<action name="actionHOSColUpload"> |
|
<property name="text"> |
|
<string>Total uploaded</string> |
|
</property> |
|
</action> |
|
<action name="actionHOSColSwarm"> |
|
<property name="text"> |
|
<string>Seeds / Leechers</string> |
|
</property> |
|
<property name="toolTip"> |
|
<string>Seeds / Leechers</string> |
|
</property> |
|
</action> |
|
<action name="actionCopy_magnet_link"> |
|
<property name="text"> |
|
<string>Copy magnet link</string> |
|
</property> |
|
</action> |
|
</widget> |
|
<resources> |
|
<include location="icons.qrc"/> |
|
</resources> |
|
<connections/> |
|
</ui>
|
|
|