-
I use Rust on Windows 10 with Slint v1.7.2.
For the first time, I encountered the following panic, which didn't happen in many cases that should be identical from my point of view:
`…
-
deno 1.45.5 (release, x86_64-unknown-linux-gnu)
```ts
import * as slint from "npm:slint-ui@1.7.1";
const source = `export component Main {
in-out property greeting label.text;
lab…
-
Our wasm demos can't render chinese or other high unicode because the DejaVu font shipped in the embedded wasm binary does not provide CJK coverage.
[reproducer](https://slint.dev/snapshots/master/…
-
Now they just released a new version with a new license that is compatible with MIT license. So it is a good opportunity to try it to see if we can get rid of C++.
The new GUI should be placed in `sr…
-
Consider [this SlintPad demo](https://slintpad.com/?snippet=import+%7B+HorizontalBox+%7D+from+%22std-widgets.slint%22%3B%0A%0Aexport+component+Demo+%7B%0A++++HorizontalBox+%7B%0A++++++++al…
-
`fluent` and `material` show transparent windows in linux, even with background specified. It also allows input events underneath if clicked inside the window but outside an active element (e.g. a but…
-
Currently, `PointerEventButton` only supports three specific buttons. Others like the fourth and fifth are grouped together under `other`, rendering you unable to distinguish them. The Win…
-
-
Using Rust on macOS 14.6.1 on a M3 MacBook Air with Slint 1.7.2.
I am currently evaluating Slint for usage in EDA software. One of the main features we need is giant tables with a few d…
-
1.3.0 master
```
thread 'main' panicked at 'already borrowed: BorrowMutError', /home/runner/work/slint/slint/internal/core/model.rs:899:38
note: run with `RUST_BACKTRACE=1` environment variable t…