qBittorrent/src/downloadfromurldlg.ui

108 lines
2.4 KiB
Text
Raw Normal View History

2010-12-04 17:18:52 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>downloadFromURL</class>
2010-12-04 17:18:52 +03:00
<widget class="QDialog" name="downloadFromURL">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2010-12-04 17:18:52 +03:00
<width>482</width>
<height>220</height>
</rect>
</property>
2010-12-04 17:18:52 +03:00
<property name="windowTitle">
<string>Download from urls</string>
</property>
2010-12-04 17:18:52 +03:00
<layout class="QVBoxLayout">
<item>
2010-12-04 17:18:52 +03:00
<layout class="QHBoxLayout">
<item>
2010-12-04 17:18:52 +03:00
<widget class="QLabel" name="downloadURL_lbl">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
2010-12-04 17:18:52 +03:00
<property name="text">
<string>Add torrent links</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
2010-12-04 17:18:52 +03:00
<widget class="QTextEdit" name="textUrls">
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</item>
<item>
2010-12-04 17:18:52 +03:00
<widget class="QLabel" name="label_infos">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>17</height>
</size>
</property>
2010-12-04 17:18:52 +03:00
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
2010-12-04 17:18:52 +03:00
<property name="text">
<string>Both HTTP and Magnet links are supported</string>
</property>
</widget>
</item>
<item>
2010-12-04 17:18:52 +03:00
<layout class="QHBoxLayout">
<item>
<spacer>
2010-12-04 17:18:52 +03:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
2010-12-04 17:18:52 +03:00
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
2010-12-04 17:18:52 +03:00
<widget class="QPushButton" name="downloadButton">
<property name="text">
<string>Download</string>
</property>
</widget>
</item>
<item>
2010-12-04 17:18:52 +03:00
<widget class="QPushButton" name="cancelButton">
<property name="text">
<string>Cancel</string>
</property>
</widget>
</item>
<item>
<spacer>
2010-12-04 17:18:52 +03:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
2010-12-04 17:18:52 +03:00
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>