slint/internal/compiler/tests
David Faure ba89ae53b8 GridLayout: keep row/col/rowspan/colspan properties specified by the user
When an item in a grid layout specifies row or col, this property is no
longer removed by the compiler.

That's the one liner that changes removes() with get(), but the side
effect of that is that the code that checks that no row/col/etc.
property is still there afterwards (to give compile-time errors)
had to be improved to check if this is an item inside of a grid layout,
since the property stays now.
2025-09-22 11:46:56 +02:00
..
syntax GridLayout: keep row/col/rowspan/colspan properties specified by the user 2025-09-22 11:46:56 +02:00
typeloader Change the new error that detects binding loop through the window into a warning 2025-06-02 19:01:47 +02:00
consistent_styles.rs Fix clippy issues, plus a few manual cleanups 2025-02-06 17:28:51 +01:00
syntax_tests.rs syntax tests: add test for importing from non-existing files in libraries 2025-09-18 11:21:26 +02:00