From 989b1d176d311c19b528d8695c6fc182806741ae Mon Sep 17 00:00:00 2001 From: Harald Nordgren Date: Wed, 7 Aug 2024 15:51:06 +0200 Subject: [PATCH] Enable adaptive step size for upload and download limits PR #21138. --- src/gui/optionsdialog.ui | 18 ++++++++++++++++++ src/gui/speedlimitdialog.ui | 12 ++++++++++++ src/gui/torrentoptionsdialog.ui | 6 ++++++ 3 files changed, 36 insertions(+) diff --git a/src/gui/optionsdialog.ui b/src/gui/optionsdialog.ui index 6b4bed552..d8f857536 100644 --- a/src/gui/optionsdialog.ui +++ b/src/gui/optionsdialog.ui @@ -2259,6 +2259,9 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'. 100 + + QAbstractSpinBox::AdaptiveDecimalStepType + @@ -2275,6 +2278,9 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'. 100 + + QAbstractSpinBox::AdaptiveDecimalStepType + @@ -2330,6 +2336,9 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'. 10 + + QAbstractSpinBox::AdaptiveDecimalStepType + @@ -2466,6 +2475,9 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'. 10 + + QAbstractSpinBox::AdaptiveDecimalStepType + @@ -2854,6 +2866,9 @@ Disable encryption: Only connect to peers without protocol encryption 2 + + QAbstractSpinBox::AdaptiveDecimalStepType + @@ -2867,6 +2882,9 @@ Disable encryption: Only connect to peers without protocol encryption 2 + + QAbstractSpinBox::AdaptiveDecimalStepType + diff --git a/src/gui/speedlimitdialog.ui b/src/gui/speedlimitdialog.ui index e9250793d..7a2125c9c 100644 --- a/src/gui/speedlimitdialog.ui +++ b/src/gui/speedlimitdialog.ui @@ -52,6 +52,9 @@ 2000000 + + QAbstractSpinBox::AdaptiveDecimalStepType + @@ -79,6 +82,9 @@ 2000000 + + QAbstractSpinBox::AdaptiveDecimalStepType + @@ -122,6 +128,9 @@ 2000000 + + QAbstractSpinBox::AdaptiveDecimalStepType + @@ -149,6 +158,9 @@ 2000000 + + QAbstractSpinBox::AdaptiveDecimalStepType + diff --git a/src/gui/torrentoptionsdialog.ui b/src/gui/torrentoptionsdialog.ui index 8b7ebf497..2e0507f26 100644 --- a/src/gui/torrentoptionsdialog.ui +++ b/src/gui/torrentoptionsdialog.ui @@ -104,6 +104,9 @@ 2000000 + + QAbstractSpinBox::AdaptiveDecimalStepType + @@ -117,6 +120,9 @@ 2000000 + + QAbstractSpinBox::AdaptiveDecimalStepType +