slint/internal/compiler/widgets/material
Olivier Goffart aa234c2a6e Material SpinBox: Fix binding loop in some layout
Having the width depending on the height is asking for trouble because
usually it is the height that depends on the width, so if the SpinBox is
getting in a complex layout, it causes a binding loop.
Workaround the problem by using the computed height.

This should fix the gallery build with the material style
(which is currently making the nightly build fail)
2025-02-09 16:31:40 +01:00
..
_arrow-downward.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_arrow-drop-down.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_arrow-drop-up.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_arrow-upward.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_arrow_back.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_arrow_forward.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_calendar.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_check-mark.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_clock.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_edit.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_expand-more.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_keyboard.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
button.slint Janitor: Remove trailing whitespaces from all files 2025-01-10 13:23:22 +01:00
checkbox.slint Add the accessible-enabled property 2024-10-25 10:20:09 +02:00
color-scheme.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
combobox.slint Make forward-focus in a PopupWindow work 2025-02-04 12:31:06 +01:00
components.slint Accessibility: rename a few properties after API review: 2024-12-07 08:25:42 +01:00
datepicker.slint api review: callback parameters and properties name adjustements 2024-12-02 16:22:39 +00:00
groupbox.slint Rename AccessibleRole.GroupBox to AccessibleRole.Groupbox 2025-01-10 16:27:14 +01:00
lineedit.slint widgets: added key-pressed and key-released callbacks to all text input components (#7081) 2024-12-12 16:20:45 +00:00
progressindicator.slint Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
scrollview.slint Janitor: Remove trailing whitespaces from all files 2025-01-10 13:23:22 +01:00
slider.slint Add step property to Slider (#6981) 2024-12-05 11:50:08 +01:00
spinbox.slint Material SpinBox: Fix binding loop in some layout 2025-02-09 16:31:40 +01:00
spinner.slint Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
std-widgets-impl.slint Remove LayoutSpec and undeprecate StyleMetrics.layout-* properties (#7069) 2024-12-16 14:52:28 +01:00
std-widgets.slint Remove LayoutSpec and undeprecate StyleMetrics.layout-* properties (#7069) 2024-12-16 14:52:28 +01:00
styling.slint Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
switch.slint Janitor: Remove trailing whitespaces from all files 2025-01-10 13:23:22 +01:00
tableview.slint added missing properties to StandardTableView (#7543) 2025-02-05 10:02:22 +00:00
tabwidget.slint Janitor: Remove trailing whitespaces from all files 2025-01-10 13:23:22 +01:00
textedit.slint widgets: added key-pressed and key-released callbacks to all text input components (#7081) 2024-12-12 16:20:45 +00:00
time-picker.slint std-widgets: added LayoutSpec global (#6711) 2024-11-06 14:47:04 +00:00