-
When the key `rust-version.workspace` is used in the `[package]` group, i get this error:
```
error: failed to load manifest for workspace member `/home/devel/projects/slintui/slint/api/cpp`
Caus…
-
I'd like to request a feature: **build cpp code to android**. It can save my life. any related info is welcomed, Im willing to try them
ENV: target os: Andriod, working po: windows 11, langu…
-
Looks that armv7 binaries are not available, which force to manually compile project which often fails do git fetch failures(I have quite stable connection, so not sure what is the problem)
```
sk…
-
It would be great if layouts added the convenience properties `available-width`/`available-height` (or `inner-width`/`inner-height`), which would exclude the padding of the respective side…
-
Repro:
Start with the Slint Rust template. Ensure you are using Winit as a backend and Skia as a renderer.
Add a `slint!` block with a trivial second component (Just a Text). Show both…
-
Edit: The panic is fixed, but the remaining bug is that element in `if` or `for` don't propagate their layout constraint to the parent when not in a layout.
That is:
```slint
Flickable {
…
-
Shortcuts with letter keys (e.g. `Super+Q`, `Super+T`) don't work when you use a non Latin based keyboard layout.
I suppose, it is caused by using Unicode instead of Keycode of pressed keys. Actual…
-
Hola! nos sale este error al ejecutar el comando en local y cuando se corre slint en un pull request:
![error2](https://user-images.githubusercontent.com/48459812/141586016-ce4062d6-6f79-47f0-ba5e-…
-
Please add `Math.sign()`, which returns -1, 0, or 1, and should accept various data types. It is also available [in browsers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refere…
-
Consider [this SlintPad demo](https://slintpad.com/?snippet=export+component+Demo+%7B%0A++++Rectangle+%7B%0A++++++++property+%3Ccolor%3E+color%3A+black%3B%0A++++%7D%0A%7D%0A&style=native):…