-
### Discussed in https://github.com/slint-ui/slint/discussions/2769
Originally posted by **ben-cottrell-nz** May 24, 2023
Within a component, I would like to get the mouse position always, not…
-
Focused `StandardListView` is indistinguishable from an unfocused one, making it impossible to tell, whether a list is focused. This happens with all three styles (fluent, material, and na…
-
Without using qt any text shown in the program doesn't look like texts in other applications. It seems to consist of dots instead of lines maybe antialiasing not enabled ? or there is an option that c…
-
Need example to extend the gradient to wave feature in slint using colors - kindly help rendering it
-
Slint 1.2.2, Vscodium addon
https://github.com/slint-ui/slint/assets/41945903/137ffb82-2287-4c7e-84b2-1b48c9c389d2
[CODE](https://slint.dev/releases/1.2.2/editor/?snippet=import+%7B+Button%2C+Ve…
-
![image](https://github.com/slint-ui/slint/assets/66859419/0bf3e2d2-5128-4fc8-95db-df0deced974d)
![image](https://github.com/slint-ui/slint/assets/66859419/cc6d1471-7ce0-42ab-872f-b9dbe974473c)
-
The slint::Window struct has a fairly limited API so far compared to what winit and other framework offer.
We should either duplicate most of their capabilities so it can be used from Rust/CPP/JavaSc…
-
Using renderer-winit-femtovg feature on Wayland (KWin), Timer callbacks do not get executed when the window is minimized.
Context: https://codeberg.org/moire/moire/issues/73
-
Hi,
I'm trying to debug the proper keycode for the key at the left of the `1` in the top row of an azerty keyboard.
I tried `Backslash` (this is mapped to `>
-
```slint
import {StandardTableView} from "std-widgets.slint";
export component Window {
VerticalLayout {
filter := TextInput {
height: 20px;
}
…