Remove the max half-open connections option from GUI
[qBittorrent.git] / src / gui / downloadfromurldialog.ui
blobebe19ec6f5c7233744128be7605ebb1c7d0f57b5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DownloadFromURLDialog</class>
4 <widget class="QDialog" name="DownloadFromURLDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>501</width>
10 <height>220</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Download from URLs</string>
15 </property>
16 <layout class="QVBoxLayout">
17 <item>
18 <widget class="QLabel" name="downloadURL_lbl">
19 <property name="font">
20 <font>
21 <weight>75</weight>
22 <bold>true</bold>
23 </font>
24 </property>
25 <property name="text">
26 <string>Add torrent links</string>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QTextEdit" name="textUrls">
32 <property name="tabChangesFocus">
33 <bool>true</bool>
34 </property>
35 <property name="acceptRichText">
36 <bool>false</bool>
37 </property>
38 </widget>
39 </item>
40 <item>
41 <widget class="QLabel" name="label_infos">
42 <property name="font">
43 <font>
44 <italic>true</italic>
45 </font>
46 </property>
47 <property name="text">
48 <string>One link per line (HTTP links, Magnet links and info-hashes are supported)</string>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <widget class="QDialogButtonBox" name="buttonBox">
54 <property name="standardButtons">
55 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
56 </property>
57 <property name="centerButtons">
58 <bool>true</bool>
59 </property>
60 </widget>
61 </item>
62 </layout>
63 </widget>
64 <resources/>
65 <connections/>
66 </ui>