-
When enumerating on dir entries, `is_dir`/`is_file` executed on Path, gather metadata from disks, which sometimes may be slow.
So
```
for style in read_dir(library_dir)?.filter_map(Result::ok) {
…
-
Platform:
**OS:** Gentoo Linux
**Kernel:** 6.1.67 lts + gentoo patchset
**DE:** KDE 5.27.9 Wayland session
**Slint:** 1.3.2
**Cargo:** 1.71.1
**Rust:** rustc 1.71.1 (eb26296b5 2023-08-03)…
-
Sure, here's the feedback in English:
Regarding the CheckBox component, the checkbox needs to be clicked at the bottom left corner with the mouse pointer in order to check it. In a standard UI fram…
-
There is a [comment in the code](https://github.com/slint-ui/document-features/blob/master/lib.rs#L44-L45), but this accommodation in the code affects the example in the documentation:
https://docs…
-
### version
slint 1.5.0
rust 1.76.0
### example code
code
Cargo.toml:
```
[dependencies]
slint = "1.5.0"
cbsk_base = { version = "0.1.7", features = ["once_cell", "tokio_full"] }
cbs…
-
Of course Key.Space can be substituted with " ", but I think it can make the code more readable.
-
The release process right now is fairly automated. But @hunger complained that there are still too many manual step.
This issue document some of these manual step and consider things to automate.
…
-
Currently Slint has no way to disable the boxes around a scrollbar in a scrollview. It would be nice to have the option to be able to disable them.
with
vs without
I got this workign in…
-
### Current Behavior
Trying to use https as source for Image. Works in SlintPad, but get compile error with cargo and wasm.
### Expected Behavior
This works in SlintPad, but does not compile for c…
-
On Android phone running Chrome:
* go to slint website and click the playground button
* Click outline tab
* Click any item in the tree
The UI will suddenly zoom in until the text looks absurdly…