1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00
This commit is contained in:
Christophe Dumez 2010-12-05 17:47:37 +00:00
parent 264ac4e706
commit 0fa79f0d63
2 changed files with 0 additions and 20 deletions

View File

@ -46,7 +46,6 @@ class downloadFromURL : public QDialog, private Ui::downloadFromURL{
downloadFromURL(QWidget *parent): QDialog(parent){ downloadFromURL(QWidget *parent): QDialog(parent){
setupUi(this); setupUi(this);
setAttribute(Qt::WA_DeleteOnClose); setAttribute(Qt::WA_DeleteOnClose);
icon_lbl->setPixmap(QPixmap(QString::fromUtf8(":/Icons/skin/url.png")));
setModal(true); setModal(true);
show(); show();
// Paste clipboard if there is an URL in it // Paste clipboard if there is an URL in it

View File

@ -28,25 +28,6 @@
<property name="margin"> <property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<item>
<widget class="QLabel" name="icon_lbl">
<property name="minimumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item> <item>
<widget class="QLabel" name="downloadURL_lbl"> <widget class="QLabel" name="downloadURL_lbl">
<property name="font"> <property name="font">