slint
slint copied to clipboard
Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
### Feature Description Objective: Develop an application with Rust and Slint, where some of the strings to translate are located in `.slint` files and some strings are in `.rs` files....
### Bug Description [Inter.zip](https://github.com/user-attachments/files/19730761/Inter.zip) The attached font exhibits the issue. In the demo below every example renders the same, instead of getting more and more bold. ### Reproducible Code (if...
### Feature Description the problem is that you cant really be dynamic with properties when it comes to array iteration etc, the only "js syntax" we have is if/return (if...
### Bug Description https://github.com/user-attachments/assets/7315b581-daa5-4b93-955c-5a31378ae6ca ### Reproducible Code (if applicable) ```slint import { Button, LineEdit, TextEdit, ComboBox } from "std-widgets.slint"; export component MainWindow inherits Window { width: 400px; height: 240px; HorizontalLayout...
### Bug Description On wasm, Shift+Click to select text in a TextInput (LineEdit/TextEdit) doesn't work (it doesn't select the text and behave as if shift was not pressed) Also, if...
### Bug Description In the example below on Skia the text just wraps and ignore the 'single-line'. While on WASM you can no longer type once you hit the hit...
### Bug Description when displaying a variable set that has a lot of hierarchy defined, or names are very long, the names are hidden by the ui. all that is...
### Feature Description if a brush is declared but not defined, there is no way of clearing the definition. with values, we can just erase the value and it goes...
We want to make `@children` more useful. While we got stuck with naming children, we all agreed that indexing into the "array" of `@children` makes sense. I plan to implement...
### Bug Description My [media gallery application](https://github.com/dngulin/photoflow) frequently starts in a broken state on my dev machine: window is completely black and doesn't react to input (but can be closed...