Cleanup downloadfromurldlg, statsdialog

This commit is contained in:
Chocobo1
2015-10-27 12:30:54 +08:00
parent 933f9f1451
commit 73047e3c84
6 changed files with 30 additions and 55 deletions

View File

@@ -11,51 +11,41 @@
</rect>
</property>
<property name="windowTitle">
<string>Download from urls</string>
<string>Download from URLs</string>
</property>
<layout class="QVBoxLayout">
<item>
<layout class="QHBoxLayout">
<item>
<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>
</item>
</layout>
<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>
</item>
<item>
<widget class="QTextEdit" name="textUrls">
<property name="acceptRichText">
<bool>false</bool>
</property>
<property name="tabChangesFocus">
<bool>true</bool>
</property>
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_infos">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>17</height>
</size>
</property>
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="text">
<string>One per line (HTTP links, Magnet links and info-hashes are supported)</string>
<string>One link per line (HTTP links, Magnet links and info-hashes are supported)</string>
</property>
</widget>
</item>