slint/internal/backends/qt/qt_widgets
Joshua Goins 7d038eb9e2 Qt: Emit scrolled callback when dragging scrollbar
This is supposed to be emitted whenever the user performs an
intentional interaction, which works whenever you scroll the Slint
Flickable with the scrollwheel. Dragging the scrollbar on the Qt
style didn't do anything, since that was never hooked up to this
callback.

I only implemented this in the Qt style, because that's the only
one that uses the NativeScrollView element.

See #9574.
2025-10-07 09:04:30 +02:00
..
button.rs Button: add property icon-size (#9279) 2025-09-11 16:14:17 +02:00
checkbox.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
combobox.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
groupbox.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
lineedit.rs Qt: Fix rendering of LineEdit clear button 2025-09-03 14:51:49 +02:00
listviewitem.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
palette.rs Upgrade cbindgen and use unsafe(no_mangle) attributes (#8539) 2025-05-26 11:21:33 +02:00
progress_indicator.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
scrollview.rs Qt: Emit scrolled callback when dragging scrollbar 2025-10-07 09:04:30 +02:00
slider.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
spinbox.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
stylemetrics.rs Remove default font size from StyleMetrics 2025-08-21 14:29:55 +02:00
tableheadersection.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
tabwidget.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00