Qt 6.9 - maximumFlickVelocity and flickDeceleration not working
-
Hi there! In our app we have set
maximumFlickVelocity
andflickDeceleration
to 1500 and 5000 to slow down the scrolling of Flickables, ListVews and GridViews because Qt's default values result in a scrolling experience that is too fast for our liking. This works great in Qt versions up to and including 6.3. Now we are switching to 6.9 and not only is Qt 6.9's scrolling too slow, but none ofmaximumFlickVelocity
andflickDeceleration
has any effect. I tried setting both to a various values (small, medium and large) and didn't see a single difference. Any clues as to what is going on? Many thanks. -
Hi there! In our app we have set
maximumFlickVelocity
andflickDeceleration
to 1500 and 5000 to slow down the scrolling of Flickables, ListVews and GridViews because Qt's default values result in a scrolling experience that is too fast for our liking. This works great in Qt versions up to and including 6.3. Now we are switching to 6.9 and not only is Qt 6.9's scrolling too slow, but none ofmaximumFlickVelocity
andflickDeceleration
has any effect. I tried setting both to a various values (small, medium and large) and didn't see a single difference. Any clues as to what is going on? Many thanks. -