-
The following contrived example shows only one half colored on click:
```slint
export component Demo {
width: 300px; height: 300px;
first := Rectangle {
x: 0px;
width: …
-
When initialing the "Show Preview" command, the live-preview windows is not brought to the foreground. If the VS code window is occupying the full screen, the window appears obscured behind the VS cod…
-
In this file the feature is called `software-renderer` but looking at some documentation (https://github.com/slint-ui/slint/blob/02c43c66bdd8a5b119266e9083fcfb84b3e9ca19/api/rs/slint/mcu.m…
-
```rust
main_window.on_render(move || {
let main_window = main_window_weak.unwrap();
// ...
println!("rendered img!");
sage_image(img, Path::new("./output.png"),…
-
For example, there is a set of custom Chekcbox components composed of Rectangle and Text components in HorizontalLayout. We hope that when the width of HorizontalLayout is exceeded, its child elements…
-
Subscribe to this issue and stay notified about new [daily trending repos in Rust](https://github.com/trending/rust?since=daily).
-
Hi, I'm using Slint with Rust in both RustRover and VSCode, in W10 and I have the same problem.
There's no way I can get my global export in scope from Rust.
I tried declaring it in a single file, i…
-
Steps to recreate:
- `cargo build`
Tested on slint `release/1.7` and on master https://github.com/slint-ui/slint/commit/e0f3fd4168fa6ad5ed17a50910111ed72d1ae95e
Tested with both rust version 1.…
-
Starting from the example [Conditional Element](https://slint.dev/releases/1.4.1/docs/slint/src/language/syntax/conditions), I would like to access `foo`, e.g.
```
export component Example inherit…
-
Platform: Android
Language: Rust
Reproduce steps:
Project source code: [slint-android-test.zip](https://github.com/slint-ui/slint/files/14735665/slint-android-test.zip)
build proje…