slint/internal/compiler/widgets/common
Simon Hausmann f27c185daf
Add a released callback to Slider (#4821)
The released callback is invoked when the user finished changing the value, for example
when the arrow key is released.

As a bonus, for the Qt implementation this fixes a few bugs in the keyboard handling:
  - Handle orientation
  - Implement click-to-focus
  - Emit released also on key release

Co-authored-by: Luke D. Jones <luke@ljones.dev>
2024-03-26 14:15:52 +01:00
..
combobox-base.slint Reject events on disabled ComboBox (#4359) 2024-01-17 15:41:32 +01:00
common.slint Material style: fix text color 2024-03-22 11:22:50 +01:00
lineedit-base.slint Add set-selection-offsets function to TextInput, TextEdit, and LineEdit (#4197) 2024-01-06 11:12:53 +01:00
listview.slint Add ListView accessibility role (#4911) 2024-03-21 15:20:43 +01:00
MadeWithSlint-logo-dark.svg Update Slint logo folder with new design (#3432) 2023-09-11 16:41:06 +02:00
MadeWithSlint-logo-light.svg Update Slint logo folder with new design (#3432) 2023-09-11 16:41:06 +02:00
slider-base.slint Add a released callback to Slider (#4821) 2024-03-26 14:15:52 +01:00
spinbox-base.slint Added cosmic style for std-widgets. (#4350) 2024-01-16 13:21:17 +01:00
spinner-base.slint Added Spinner widget (#3871) 2023-11-07 15:04:24 +01:00
standardbutton.slint cleanup widgets according to upcoming code guidelines (#3771) 2023-10-30 10:45:25 +01:00