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

### Bug Description https://slint.dev/demo-energy-monitor I'm getting these CORS errors when loading this page using Firefox: ``` Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://releases.slint.dev/latest/demos/energy-monitor/pkg/energy_monitor.js....

needs info
a:website

Can Slint a to build native user interfaces for desktop and embedded applications written in C#?

roadmap

At the moment we have global state in Slint in various places, which we store typically in thread local storage. This includes for example the backend singleton or the currently...

roadmap
api

Allocating and copying `SharedString`s when updating a model on MCUs can be a bottle neck, so it would be nice if this could be avoided when the strings itself are...

optimization
a:tool classes & property system

### Bug Description When using a large value, the spinbox reacts only to decrease the value. Value cannot be increased. ### Reproducible Code (if applicable) ```slint import { SpinBox }...

enhancement
a:widgets

My plan was to make some application work on a pi zero w (first version not 2) but I ran into the issue that currently there is no docker image/docker...

needs info
packaging

... so that you can only run certain tests you care for.

### Feature Description I would like to be able to present a tree of elements in a Slint UI easily and with a flexible interface that allows to build custom...

need triaging

I am not sure if this is possible already, and if so I am not sure how it is done, but I am looking for a way to change the...

a:layouts

### Feature Description It would be nice if the spinbox could also be used as LineEdit, ie : in order to input large values quickly, the user could just edit...

enhancement
a:widgets