-
See https://github.com/slint-ui/slint/issues/4069#issuecomment-1848684932
#### Original description:
After executing "cargo r", I'm unable to resize the window using the up, down, left, or right…
-
Slint: 1.7.0; Windows; Rust
When I use two monitors with different scale factors.
A new window always return the scale factor of the primary monitor when using `win.window().scale_factor();`.
At …
-
We should add an API in TextInput (and forward it in LineEdit and TextEdit) to get or set the selection positions
### Discussed in https://github.com/slint-ui/slint/discussions/3899
-
Hi,
Is it possible to modify **slint-viewer** such a way that it can listen continuously from stdin,
so data can be taken from backend into slint UI side...
-
Reproduction Steps:
- Install fresh Ubuntu-22.04 instance with WSL2
- Start VSCode in WSL2 distro
- Install slint extension
Extension Host (Remote) Output:
```console
2024-03-22 12…
-
Linux Flatpak: Runtime: org.freedesktop.Platform//24.08
Host distrubutions confirmed: Steam OS (Steam Deck), Arch Linux
Rust.
Slint 1.8.0, Winit backend, cosmic style
Build slint app and p…
-
The following test-case panics:
```
export component Test {
VerticalLayout {
if true: TextInput {
init => { self.focus(); }
}
}
}
```
The call to focu…
-
At the moment it is not possible to build an Android app with Slint using the `gettext` feature for translation.
This is the error display on trying to build an Android Slint app with the `gettext…
-
Given following:
```
export component Main2 inherits Window {
about_window := PopupWindow {
width: min(ui.preferred-width, root.width - 80px);
}
config_window := PopupWindo…
-
While testing the current git master for the upcoming Slint 1.8 release, I noticed that the fonts look jagged. I started going back to older Slint versions until I arrived at Slint 1.4.1, which is the…
bjorn updated
1 month ago