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.
239 lines
5.6 KiB
239 lines
5.6 KiB
<ui version="4.0" > |
|
<class>addTorrentDialog</class> |
|
<widget class="QDialog" name="addTorrentDialog" > |
|
<property name="geometry" > |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>511</width> |
|
<height>441</height> |
|
</rect> |
|
</property> |
|
<property name="windowTitle" > |
|
<string>Torrent addition dialog</string> |
|
</property> |
|
<layout class="QVBoxLayout" > |
|
<item> |
|
<widget class="QLabel" name="fileNameLbl" > |
|
<property name="text" > |
|
<string/> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="Line" name="line" > |
|
<property name="orientation" > |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="savePathLbl" > |
|
<property name="font" > |
|
<font> |
|
<weight>75</weight> |
|
<bold>true</bold> |
|
</font> |
|
</property> |
|
<property name="text" > |
|
<string>Save path:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" > |
|
<property name="spacing" > |
|
<number>6</number> |
|
</property> |
|
<property name="leftMargin" > |
|
<number>0</number> |
|
</property> |
|
<property name="topMargin" > |
|
<number>0</number> |
|
</property> |
|
<property name="rightMargin" > |
|
<number>0</number> |
|
</property> |
|
<property name="bottomMargin" > |
|
<number>0</number> |
|
</property> |
|
<item> |
|
<widget class="QLineEdit" name="savePathTxt" /> |
|
</item> |
|
<item> |
|
<widget class="QToolButton" name="browseButton" > |
|
<property name="text" > |
|
<string>...</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="torrentContentLbl" > |
|
<property name="font" > |
|
<font> |
|
<weight>75</weight> |
|
<bold>true</bold> |
|
</font> |
|
</property> |
|
<property name="text" > |
|
<string>Torrent content:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QTreeView" name="torrentContentList" > |
|
<property name="contextMenuPolicy" > |
|
<enum>Qt::CustomContextMenu</enum> |
|
</property> |
|
<property name="editTriggers" > |
|
<set>QAbstractItemView::AllEditTriggers</set> |
|
</property> |
|
<property name="selectionMode" > |
|
<enum>QAbstractItemView::ExtendedSelection</enum> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" > |
|
<item> |
|
<spacer> |
|
<property name="orientation" > |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeHint" > |
|
<size> |
|
<width>40</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item> |
|
<widget class="QPushButton" name="collapseAllButton" > |
|
<property name="text" > |
|
<string>Collapse all</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QPushButton" name="expandAllButton" > |
|
<property name="text" > |
|
<string>Expand all</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer> |
|
<property name="orientation" > |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeHint" > |
|
<size> |
|
<width>40</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<widget class="QCheckBox" name="checkIncrementalDL" > |
|
<property name="text" > |
|
<string>Download in correct order (slower but good for previewing)</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QCheckBox" name="addInPause" > |
|
<property name="text" > |
|
<string>Add to download list in paused state</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" > |
|
<property name="spacing" > |
|
<number>6</number> |
|
</property> |
|
<property name="leftMargin" > |
|
<number>0</number> |
|
</property> |
|
<property name="topMargin" > |
|
<number>0</number> |
|
</property> |
|
<property name="rightMargin" > |
|
<number>0</number> |
|
</property> |
|
<property name="bottomMargin" > |
|
<number>0</number> |
|
</property> |
|
<item> |
|
<spacer> |
|
<property name="orientation" > |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeHint" > |
|
<size> |
|
<width>40</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item> |
|
<widget class="QPushButton" name="OkButton" > |
|
<property name="text" > |
|
<string>Add</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QPushButton" name="CancelButton" > |
|
<property name="text" > |
|
<string>Cancel</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer> |
|
<property name="orientation" > |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeHint" > |
|
<size> |
|
<width>40</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
<action name="actionIgnored" > |
|
<property name="text" > |
|
<string>Ignored</string> |
|
</property> |
|
</action> |
|
<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> |
|
</widget> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|