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.
342 lines
8.3 KiB
342 lines
8.3 KiB
16 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
18 years ago
|
<class>addTorrentDialog</class>
|
||
16 years ago
|
<widget class="QDialog" name="addTorrentDialog">
|
||
|
<property name="geometry">
|
||
18 years ago
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
15 years ago
|
<width>560</width>
|
||
15 years ago
|
<height>517</height>
|
||
18 years ago
|
</rect>
|
||
|
</property>
|
||
16 years ago
|
<property name="windowTitle">
|
||
18 years ago
|
<string>Torrent addition dialog</string>
|
||
|
</property>
|
||
16 years ago
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
18 years ago
|
<item>
|
||
16 years ago
|
<widget class="QLabel" name="fileNameLbl">
|
||
|
<property name="text">
|
||
18 years ago
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
16 years ago
|
<widget class="Line" name="line">
|
||
|
<property name="orientation">
|
||
18 years ago
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
15 years ago
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
15 years ago
|
<item>
|
||
|
<widget class="QLabel" name="savePathLbl">
|
||
15 years ago
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
15 years ago
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Save path:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
18 years ago
|
<item>
|
||
15 years ago
|
<widget class="QComboBox" name="savePathTxt">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="editable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
18 years ago
|
</item>
|
||
|
<item>
|
||
16 years ago
|
<widget class="QToolButton" name="browseButton">
|
||
|
<property name="text">
|
||
18 years ago
|
<string>...</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
15 years ago
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
16 years ago
|
<item>
|
||
15 years ago
|
<widget class="QLabel" name="label_2">
|
||
|
<property name="text">
|
||
|
<string>Torrent size:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="lbl_torrent_size">
|
||
|
<property name="text">
|
||
|
<string>Unknown</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_4">
|
||
|
<property name="text">
|
||
|
<string notr="true"> - </string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
|
<string>Free disk space:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="lbl_disk_space">
|
||
|
<property name="text">
|
||
|
<string>Unknown</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_space_msg">
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
16 years ago
|
</item>
|
||
|
<item>
|
||
15 years ago
|
<spacer name="horizontalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>40</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
16 years ago
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
15 years ago
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||
16 years ago
|
<item>
|
||
15 years ago
|
<widget class="QLabel" name="label_3">
|
||
16 years ago
|
<property name="text">
|
||
15 years ago
|
<string>Label:</string>
|
||
16 years ago
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
15 years ago
|
<widget class="QComboBox" name="comboLabel">
|
||
15 years ago
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>180</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
15 years ago
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>26</height>
|
||
|
</size>
|
||
16 years ago
|
</property>
|
||
15 years ago
|
<property name="editable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="frame">
|
||
|
<bool>true</bool>
|
||
16 years ago
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
15 years ago
|
<spacer name="horizontalSpacer_3">
|
||
16 years ago
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>40</width>
|
||
15 years ago
|
<height>17</height>
|
||
16 years ago
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="torrentContentLbl">
|
||
|
<property name="font">
|
||
18 years ago
|
<font>
|
||
|
<weight>75</weight>
|
||
|
<bold>true</bold>
|
||
|
</font>
|
||
|
</property>
|
||
16 years ago
|
<property name="text">
|
||
18 years ago
|
<string>Torrent content:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
16 years ago
|
<widget class="QTreeView" name="torrentContentList">
|
||
|
<property name="contextMenuPolicy">
|
||
18 years ago
|
<enum>Qt::CustomContextMenu</enum>
|
||
|
</property>
|
||
16 years ago
|
<property name="editTriggers">
|
||
18 years ago
|
<set>QAbstractItemView::AllEditTriggers</set>
|
||
18 years ago
|
</property>
|
||
16 years ago
|
<property name="selectionMode">
|
||
18 years ago
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
||
|
</property>
|
||
18 years ago
|
</widget>
|
||
|
</item>
|
||
16 years ago
|
<item>
|
||
16 years ago
|
<layout class="QHBoxLayout">
|
||
16 years ago
|
<item>
|
||
|
<spacer>
|
||
16 years ago
|
<property name="orientation">
|
||
16 years ago
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
16 years ago
|
<property name="sizeHint" stdset="0">
|
||
16 years ago
|
<size>
|
||
|
<width>40</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item>
|
||
15 years ago
|
<widget class="QPushButton" name="selectAllButton">
|
||
16 years ago
|
<property name="text">
|
||
15 years ago
|
<string>Select All</string>
|
||
16 years ago
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
15 years ago
|
<widget class="QPushButton" name="selectNoneButton">
|
||
16 years ago
|
<property name="text">
|
||
15 years ago
|
<string>Select None</string>
|
||
16 years ago
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer>
|
||
16 years ago
|
<property name="orientation">
|
||
16 years ago
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
16 years ago
|
<property name="sizeHint" stdset="0">
|
||
16 years ago
|
<size>
|
||
|
<width>40</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
18 years ago
|
<item>
|
||
16 years ago
|
<widget class="QCheckBox" name="checkIncrementalDL">
|
||
|
<property name="text">
|
||
|
<string>Download in sequential order (slower but good for previewing)</string>
|
||
18 years ago
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
15 years ago
|
<item>
|
||
|
<widget class="QCheckBox" name="addInSeed">
|
||
|
<property name="text">
|
||
|
<string>Skip file checking and start seeding immediately</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
18 years ago
|
<item>
|
||
16 years ago
|
<widget class="QCheckBox" name="addInPause">
|
||
|
<property name="text">
|
||
18 years ago
|
<string>Add to download list in paused state</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
16 years ago
|
<layout class="QHBoxLayout">
|
||
|
<property name="spacing">
|
||
18 years ago
|
<number>6</number>
|
||
18 years ago
|
</property>
|
||
16 years ago
|
<property name="margin">
|
||
17 years ago
|
<number>0</number>
|
||
|
</property>
|
||
18 years ago
|
<item>
|
||
|
<spacer>
|
||
16 years ago
|
<property name="orientation">
|
||
18 years ago
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
16 years ago
|
<property name="sizeHint" stdset="0">
|
||
18 years ago
|
<size>
|
||
|
<width>40</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item>
|
||
16 years ago
|
<widget class="QPushButton" name="OkButton">
|
||
|
<property name="text">
|
||
18 years ago
|
<string>Add</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
16 years ago
|
<widget class="QPushButton" name="CancelButton">
|
||
|
<property name="text">
|
||
18 years ago
|
<string>Cancel</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer>
|
||
16 years ago
|
<property name="orientation">
|
||
18 years ago
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
16 years ago
|
<property name="sizeHint" stdset="0">
|
||
18 years ago
|
<size>
|
||
|
<width>40</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
15 years ago
|
<action name="actionNormal">
|
||
|
<property name="text">
|
||
|
<string>Normal</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionHigh">
|
||
|
<property name="text">
|
||
|
<string>High</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionMaximum">
|
||
|
<property name="text">
|
||
|
<string>Maximum</string>
|
||
|
</property>
|
||
|
</action>
|
||
15 years ago
|
<action name="actionNot_downloaded">
|
||
|
<property name="text">
|
||
15 years ago
|
<string>Do not download</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Do not download</string>
|
||
15 years ago
|
</property>
|
||
|
</action>
|
||
18 years ago
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|