slint icon indicating copy to clipboard operation
slint copied to clipboard

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.

Results 804 slint issues
Sort by recently updated
recently updated
newest added

### 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....

a:language-rust
priority:low

### 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...

a:renderer-skia
a:renderer-femtovg

### 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...

a:language-slint

### 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...

a:builtin elements

### 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...

a:platform-wasm
need triaging

### 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...

a:text
a:renderer-skia
need triaging

### 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...

a:live preview
need triaging

### 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...

a:live preview
need triaging

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...

a:language-slint

### 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...

needs info
a:backend-winit
a:renderer-femtovg