-
When developing a component, it is useful to add dummy data for models and things that are not part of the application but would be useful to have when previewing.
Suggestions:
```slint
component…
-
**Steps to reproduce**
The issue can be reproduced on Linux using the example gallery application.
1. `git clone https://github.com/slint-ui/slint`
2. `cd examples/gallery`
3. `carg…
-
# System Infos
OS: Linux Mint 22
arch: x64
slint version: 1.8.0
slint build version: 1.8.0
# Actual behavior
When using an anonymous struct in slint, the generated type doesn'…
-
### Related problem
If set as template, it will be more easy to create a new plugin
### Describe the solution you'd like
Move the plugin examples to other repo and set as template
### Desc…
-
I followed your [tutorial](https://releases.slint.dev/1.7.1/docs/slint/src/quickstart/) to create the Memory game with Rust backend. When I add the field `easing-value: easing,` to the `st…
-
The [Rust crate docs pages](https://releases.slint.dev/latest/docs/rust/slint/) have a Rust favicon. But the [Slint language docs pages](https://releases.slint.dev/latest/docs/slint/) don'…
-
### Discussed in https://github.com/slint-ui/slint/discussions/2516
Testcase:
```
import { Button, VerticalBox, ListView, HorizontalBox } from "std-widgets.slint";
export component Demo {
…
-
Given an enum with `#[repr(u8)]`, for example
https://github.com/mozilla/cbindgen/blob/52a65e5be3d8c6a2648fbe3bc6a9001a96f0756c/tests/rust/enum.rs#L54-L59
When generating the code for C++, it wi…
-
https://github.com/slint-ui/slint/blame/8fdbfc5ee5dbc767315c1c1490bfbb982735c0bb/internal/compiler/passes/embed_glyphs.rs#L70
This line is missing "[" char, therefore it will not display on the scr…
-
The reference documentation of properties should explain that binding can be broken when the property is set by some external means.
It should also explain more about two ways binding and what exac…