Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.6
-
None
-
-
691248f91 (dev), ed66cf8a0 (dev), de2e3b768 (6.7), 091ce6477 (6.7), 0e47a6993 (6.6)
Description
In https://codereview.qt-project.org/c/qt/qtbase/+/91242 FlickDeceleration was introduced as a value for Flickable that specifies how fast a flick decelerates. The speed was also changed from 1500 pixels / secĀ² to 5000 pixels / secĀ².
From my experience, this value is far too high and makes touchscreen scrolling painful, because there is almost no inertia when releasing from a flick.
I am aware that this can be changed through the flickDeceleration property of Flickable, but from working on KDE Plasma Mobile, we want to be able to change this globally. I might be misunderstanding the code, but from my understanding it cannot be changed through the platform theme at the moment, it fetches it from the platform which on X11/Wayland would always then fetch the default value.
I think the default should be restored, or at least, some way of changing it through the platform theme should be possible.
Attachments
For Gerrit Dashboard: QTBUG-121500 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
548029,3 | Revert default FlickDeceleration to 1500 | dev | qt/qtbase | Status: MERGED | +2 | 0 |
548039,3 | Use QPlatformTheme::themeHint not QPlatformIntegration::styleHint | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
548406,2 | Use QPlatformTheme::themeHint not QPlatformIntegration::styleHint | 6.7 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
548425,2 | Revert default FlickDeceleration to 1500 | 6.7 | qt/qtbase | Status: MERGED | +2 | 0 |
548480,2 | Use QPlatformTheme::themeHint not QPlatformIntegration::styleHint | 6.6 | qt/qtdeclarative | Status: MERGED | +2 | 0 |