I want windows-like smooth scrolling in plasma.
export QT_QUICK_CONTROLS_STYLE=fusion and then launch qtquick based applications like this
Yes, a good idea. We override the default scroll behaviors in qqc2-desktop-style with something called Kirigami.WheelHandler, so it's up to us to implement this sort of thing ourselves.
Hi, is there anyone who wants to implement this? Smooth scroll looks very nice. I think we should have it before plasma 6 is out
Yes, it's nice, and we're all going to like it.
i tried to implement this. see https://invent.kde.org/frameworks/kirigami/-/merge_requests/1188