slint/internal/compiler/widgets/material-base
Olivier Goffart d468bbec05 ListView: Warn when we have other elements than just a for
This is not supported right now, the other elements will not be part of
the layout, and two `for` will be in the same listview, creating bad
situation with the scrollbar.

This is a warning since it would be a breaking change to make it an
error.

For example, we used a FocusScope in the StandardListView implementation so
I had to go trough one level of indirection

CC: #860
2022-11-30 11:17:22 +01:00
..
comp-state-layer.slint md: add ripple effect (#1892) 2022-11-23 17:03:46 +01:00
layouts.slint Add material, material-light and material-dark widgets (#1784) 2022-10-31 14:54:50 +01:00
md.slint Express material design typographic tokens in relative-font-size 2022-11-24 13:56:31 +01:00
std-widgets-impl.slint Fix Material Design's choice of default font 2022-11-22 20:20:53 +01:00
std-widgets.slint Add material, material-light and material-dark widgets (#1784) 2022-10-31 14:54:50 +01:00
widget-button.slint md: add ripple effect (#1892) 2022-11-23 17:03:46 +01:00
widget-checkbox.slint Use in/out/in-out in our styles 2022-11-23 13:41:28 +01:00
widget-combobox.slint Use in/out/in-out in our styles 2022-11-23 13:41:28 +01:00
widget-groupbox.slint Use in/out/in-out in our styles 2022-11-23 13:41:28 +01:00
widget-item.slint md: add ripple effect (#1892) 2022-11-23 17:03:46 +01:00
widget-lineedit.slint Use in/out/in-out in our styles 2022-11-23 13:41:28 +01:00
widget-listview.slint ListView: Warn when we have other elements than just a for 2022-11-30 11:17:22 +01:00
widget-scrollview.slint Use in/out/in-out in our styles 2022-11-23 13:41:28 +01:00
widget-slider.slint Use in/out/in-out in our styles 2022-11-23 13:41:28 +01:00
widget-spinbox.slint Use in/out/in-out in our styles 2022-11-23 13:41:28 +01:00
widget-tabwidget.slint Add support for dispatching key events through the public platform API 2022-11-15 10:34:17 +01:00