slint/internal/compiler/generator
Simon Hausmann 1a8ce3c659 Add support for optimized rectangles in ElementHandle
Keep merging elements, but remember the boundaries in the debug info, separated by a slash.

Also fixed tests that rely on accessible-label being set only once. For example

```
Button { text: "foo"; }
```

will certainly have "foo" as accessible-label on `Button`, but its internal `Text` element has
an implicit "accessible-label" set to the same
value.

So don't rely on that for now but search by id instead.
2024-06-05 01:29:58 -07:00
..
cpp.rs Add support for optimized rectangles in ElementHandle 2024-06-05 01:29:58 -07:00
rust.rs Add support for optimized rectangles in ElementHandle 2024-06-05 01:29:58 -07:00