slint
slint copied to clipboard
Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
### 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....
Can Slint a to build native user interfaces for desktop and embedded applications written in C#?
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...
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...
### 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 }...
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...
... 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...
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...
### 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...