diff --git a/src/properties/propertieswidget.cpp b/src/properties/propertieswidget.cpp index e28d39f03..72c74a9b2 100644 --- a/src/properties/propertieswidget.cpp +++ b/src/properties/propertieswidget.cpp @@ -66,8 +66,6 @@ PropertiesWidget::PropertiesWidget(QWidget *parent, MainWindow* main_window, Tra setupUi(this); // Icons - deleteWS_button->setIcon(IconProvider::instance()->getIcon("list-remove")); - addWS_button->setIcon(IconProvider::instance()->getIcon("list-add")); trackerUpButton->setIcon(IconProvider::instance()->getIcon("go-up")); trackerDownButton->setIcon(IconProvider::instance()->getIcon("go-down")); @@ -92,8 +90,6 @@ PropertiesWidget::PropertiesWidget(QWidget *parent, MainWindow* main_window, Tra connect(filesList, SIGNAL(doubleClicked(QModelIndex)), this, SLOT(openDoubleClickedFile(QModelIndex))); connect(PropListModel, SIGNAL(filteredFilesChanged()), this, SLOT(filteredFilesChanged())); connect(listWebSeeds, SIGNAL(customContextMenuRequested(const QPoint&)), this, SLOT(displayWebSeedListMenu(const QPoint&))); - connect(addWS_button, SIGNAL(clicked()), this, SLOT(askWebSeed())); - connect(deleteWS_button, SIGNAL(clicked()), this, SLOT(deleteSelectedUrlSeeds())); connect(transferList, SIGNAL(currentTorrentChanged(QTorrentHandle)), this, SLOT(loadTorrentInfos(QTorrentHandle))); connect(PropDelegate, SIGNAL(filteredFilesChanged()), this, SLOT(filteredFilesChanged())); connect(stackedProperties, SIGNAL(currentChanged(int)), this, SLOT(loadDynamicData())); diff --git a/src/properties/propertieswidget.ui b/src/properties/propertieswidget.ui index 223bacd5b..62e0006b9 100644 --- a/src/properties/propertieswidget.ui +++ b/src/properties/propertieswidget.ui @@ -650,62 +650,6 @@ - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - 32 - 32 - - - - - - - - - - - - 32 - 32 - - - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - -