-
I have 2 use cases:
a) You import a font with `import ../fonts/foo.woff` and it's not clear you did manage to import it and what the actual font name you the font has that you should refer to. So t…
-
When compiling with `slint_build::EmbedResourcesKind::EmbedForSoftwareRenderer`, we need a way to specify with font to embed, which glyph ranges, which sizes.
Currently there is some code that trie…
-
This issue will be used to track the state of the qt backend.
**Button**
- [ ] Do not activate on enter
**CheckBox**
- [ ] Do not activate on enter
**ComboBox**
- [x] Implement…
-
I'm trying out slint ui for embedded and i'm experience text rendering issues on a toradex apalis imx6 target. The target is running a custom yocto linux with weston as wayland compositor in kiosk mod…
-
C++ & Slint 1.7.0
In [document](https://releases.slint.dev/1.7.0/docs/slint/src/language/syntax/states#transitions), it says that syntax `animate * { ... }` used to animate all properties, but it a…
-
As discussed in https://github.com/slint-ui/slint/issues/2047, we would need a way to have states to share common properties.
Two ways are considered:
## 1. inherit states
```
component Foo…
-
Tried it on Windows and Linux, with x86_64- and aarch64-linux-android, slint 1.5.0, 1.5.1 and master. Generating the example apk from cargo-apk works fine.
The generated error is in the d…
-
We should have a type that represent an optional type.
Syntax could be something like `int?` or `?int` or `option` or `optional`
### Original comment: Introduce undefined values for properties and…
-
## Version(s) of meta-rust
Master branch at `816a860f2b7a40722a87aafc6b74e7a7bc4ad3eb`
## Version(s) of poky and/or oe-core
Kirkstone branch at `407c3e0237d947ec003bdd1af89a226121c7939c`
#…
-
Hi,
I'd love to be able to read the documentation of a Slint element, type, ... by using a VSCode / RustRover action.
Cheers,
Alex