slint/internal/compiler/widgets/qt
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
..
button.slint Don't require components that use forward-focus to be inlined 2024-01-26 12:16:09 +01:00
checkbox.slint cleanup widgets according to upcoming code guidelines (#3771) 2023-10-30 10:45:25 +01:00
combobox.slint cleanup widgets according to upcoming code guidelines (#3771) 2023-10-30 10:45:25 +01:00
groupbox.slint cleanup widgets according to upcoming code guidelines (#3771) 2023-10-30 10:45:25 +01:00
internal-scrollview.slint Rename "native" style to "qt", make "native" an alias 2023-09-25 09:06:47 +02:00
layouts.slint cleanup widgets according to upcoming code guidelines (#3771) 2023-10-30 10:45:25 +01:00
lineedit.slint Add TextInput as accessibility role (#4899) 2024-03-21 13:39:31 +01:00
progressindicator.slint Fix accessible-role of ProgressIndicator (#4912) 2024-03-21 15:42:31 +01:00
scrollview.slint cleanup widgets according to upcoming code guidelines (#3771) 2023-10-30 10:45:25 +01:00
slider.slint Add a released callback to Slider (#4821) 2024-03-26 14:15:52 +01:00
spinbox.slint cleanup widgets according to upcoming code guidelines (#3771) 2023-10-30 10:45:25 +01:00
spinner.slint Qt Spinner: different design without hardcoded strong colors 2023-11-08 12:04:18 +01:00
std-widgets-impl.slint added palette global (#3984) 2023-12-11 14:44:05 +00:00
std-widgets.slint added palette global (#3984) 2023-12-11 14:44:05 +00:00
switch.slint cleanup widgets according to upcoming code guidelines (#3771) 2023-10-30 10:45:25 +01:00
tableview.slint Add Treeview accessibility support (#4907) 2024-03-21 15:18:52 +01:00
tabwidget.slint Accessibility: use tab-list for the tabwidget (#4909) 2024-03-21 17:48:42 +01:00