Group several torrent options into one dialog

Speed limits, share limits and the new options to disable DHT, PeX, LSD per torrent
This commit is contained in:
thalieht
2020-11-29 16:36:07 +02:00
parent fbb8f0cbf5
commit 8db4bde15d
14 changed files with 780 additions and 432 deletions

View File

@@ -67,6 +67,7 @@ add_library(qbt_gui STATIC
torrentcontentmodelitem.h
torrentcontenttreeview.h
torrentcreatordialog.h
torrentoptionsdialog.h
trackerentriesdialog.h
transferlistdelegate.h
transferlistfilterswidget.h
@@ -76,7 +77,6 @@ add_library(qbt_gui STATIC
tristateaction.h
tristatewidget.h
uithememanager.h
updownratiodialog.h
utils.h
# sources
@@ -147,6 +147,7 @@ add_library(qbt_gui STATIC
torrentcontentmodelitem.cpp
torrentcontenttreeview.cpp
torrentcreatordialog.cpp
torrentoptionsdialog.cpp
trackerentriesdialog.cpp
transferlistdelegate.cpp
transferlistfilterswidget.cpp
@@ -156,7 +157,6 @@ add_library(qbt_gui STATIC
tristateaction.cpp
tristatewidget.cpp
uithememanager.cpp
updownratiodialog.cpp
utils.cpp
# forms
@@ -186,8 +186,8 @@ add_library(qbt_gui STATIC
statsdialog.ui
torrentcategorydialog.ui
torrentcreatordialog.ui
torrentoptionsdialog.ui
trackerentriesdialog.ui
updownratiodialog.ui
)
target_sources(qbt_gui INTERFACE about.qrc)