2010-12-04 17:18:52 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2018-05-23 11:43:03 +03:00
|
|
|
<class>DownloadFromURLDialog</class>
|
|
|
|
<widget class="QDialog" name="DownloadFromURLDialog">
|
2010-12-04 17:18:52 +03:00
|
|
|
<property name="geometry">
|
2006-09-30 20:02:39 +04:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-09-15 08:57:55 +03:00
|
|
|
<width>501</width>
|
2006-09-30 20:02:39 +04:00
|
|
|
<height>220</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2010-12-04 17:18:52 +03:00
|
|
|
<property name="windowTitle">
|
2015-10-27 07:30:54 +03:00
|
|
|
<string>Download from URLs</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
2010-12-04 17:18:52 +03:00
|
|
|
<layout class="QVBoxLayout">
|
2006-09-30 20:02:39 +04:00
|
|
|
<item>
|
2015-10-27 07:30:54 +03:00
|
|
|
<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>
|
2006-09-30 20:02:39 +04:00
|
|
|
</item>
|
|
|
|
<item>
|
2010-12-04 17:18:52 +03:00
|
|
|
<widget class="QTextEdit" name="textUrls">
|
2015-03-02 21:57:16 +03:00
|
|
|
<property name="tabChangesFocus">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2015-10-27 07:30:54 +03:00
|
|
|
<property name="acceptRichText">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2006-09-30 20:02:39 +04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-12-04 17:18:52 +03:00
|
|
|
<widget class="QLabel" name="label_infos">
|
|
|
|
<property name="font">
|
2006-09-30 20:02:39 +04:00
|
|
|
<font>
|
|
|
|
<italic>true</italic>
|
|
|
|
</font>
|
|
|
|
</property>
|
2010-12-04 17:18:52 +03:00
|
|
|
<property name="text">
|
2015-10-27 07:30:54 +03:00
|
|
|
<string>One link per line (HTTP links, Magnet links and info-hashes are supported)</string>
|
2006-09-30 20:02:39 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-09-15 08:57:55 +03:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
<property name="centerButtons">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-09-30 20:02:39 +04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|