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.
67 lines
1.6 KiB
67 lines
1.6 KiB
14 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
7 years ago
|
<class>DownloadFromURLDialog</class>
|
||
|
<widget class="QDialog" name="DownloadFromURLDialog">
|
||
14 years ago
|
<property name="geometry">
|
||
18 years ago
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
7 years ago
|
<width>501</width>
|
||
18 years ago
|
<height>220</height>
|
||
|
</rect>
|
||
|
</property>
|
||
14 years ago
|
<property name="windowTitle">
|
||
9 years ago
|
<string>Download from URLs</string>
|
||
18 years ago
|
</property>
|
||
14 years ago
|
<layout class="QVBoxLayout">
|
||
18 years ago
|
<item>
|
||
9 years ago
|
<widget class="QLabel" name="downloadURL_lbl">
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<weight>75</weight>
|
||
|
<bold>true</bold>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Add torrent links</string>
|
||
|
</property>
|
||
|
</widget>
|
||
18 years ago
|
</item>
|
||
|
<item>
|
||
14 years ago
|
<widget class="QTextEdit" name="textUrls">
|
||
10 years ago
|
<property name="tabChangesFocus">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
9 years ago
|
<property name="acceptRichText">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
18 years ago
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
14 years ago
|
<widget class="QLabel" name="label_infos">
|
||
|
<property name="font">
|
||
18 years ago
|
<font>
|
||
|
<italic>true</italic>
|
||
|
</font>
|
||
|
</property>
|
||
14 years ago
|
<property name="text">
|
||
9 years ago
|
<string>One link per line (HTTP links, Magnet links and info-hashes are supported)</string>
|
||
18 years ago
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
7 years ago
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||
|
<property name="standardButtons">
|
||
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||
|
</property>
|
||
|
<property name="centerButtons">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
18 years ago
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|