Avoid repeatedly creating the same QDateTime values
[qBittorrent.git] / src / gui / downloadfromurldialog.ui
blob39fa2252601e96da2f9ce710b951354ad53f390c
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 <bold>true</bold>
22 </font>
23 </property>
24 <property name="text">
25 <string>Add torrent links</string>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <widget class="QTextEdit" name="textUrls">
31 <property name="tabChangesFocus">
32 <bool>true</bool>
33 </property>
34 <property name="acceptRichText">
35 <bool>false</bool>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <widget class="QLabel" name="label_infos">
41 <property name="font">
42 <font>
43 <italic>true</italic>
44 </font>
45 </property>
46 <property name="text">
47 <string>One link per line (HTTP links, Magnet links and info-hashes are supported)</string>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <widget class="QDialogButtonBox" name="buttonBox">
53 <property name="standardButtons">
54 <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
55 </property>
56 <property name="centerButtons">
57 <bool>true</bool>
58 </property>
59 </widget>
60 </item>
61 </layout>
62 </widget>
63 <resources/>
64 <connections/>
65 </ui>