Redesign "Incomplete folder" feature

Change "Incomplete/temp folder" term with "download folder".
Allow to set "download folder" per torrent (in manual mode) and per category (in automatic mode).
This commit is contained in:
Vladimir Golovnev (Glassez)
2021-05-20 10:36:44 +03:00
committed by Vladimir Golovnev (glassez)
parent b0e41abf5a
commit 1c0f8b4289
48 changed files with 1457 additions and 599 deletions

View File

@@ -62,6 +62,7 @@ public slots:
private slots:
void handleCategoryChanged(int index);
void handleTMMChanged();
void handleUseDownloadPathChanged();
void handleUpSpeedLimitChanged();
void handleDownSpeedLimitChanged();
@@ -82,12 +83,14 @@ private:
struct
{
QString savePath;
QString downloadPath;
QString category;
qreal ratio;
int seedingTime;
int upSpeedLimit;
int downSpeedLimit;
Qt::CheckState autoTMM;
Qt::CheckState useDownloadPath;
Qt::CheckState disableDHT;
Qt::CheckState disablePEX;
Qt::CheckState disableLSD;