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 Dear maintainers, we are receiving some reports (not 100% reproducible) that under WSL 2, the Slint window is being shown with the background completely transparent. https://community.toradex.com/t/installing-torizon/27896 ![Image](https://github.com/user-attachments/assets/73b3de3d-687e-40c0-8a4d-af9ee34f4b6d)...

a:platform-windows
a:backend-winit
need triaging

This is a continuation of work I started last week, cleaning up the live preview and sits on top of my PRs from Friday (which are included here again since...

I just released a new version of `fdsm`, which notably moves `ttf-parser` integration into a separate crate.

### Bug Description When using Skia with DirectX12, background transparency won't work at all, upon using background: transparent;, it will be just black, otherwise just simply the color defined, without...

a:renderer-skia
need triaging

### Bug Description - What is the bug? Line caps on paths, don't seem to render correctly with the Qt and Winit backends. - What behavior did you expect, and...

a:backend-qt
a:renderer-femtovg
a:path

### Bug Description When trying to open the preview on any example on macOS, the language server crashes with this error: ``` 2025-05-21 10:54:03.358 slint-lsp[1480:13643] -[BronzeMtlTexture gpuResourceID]: unrecognized selector sent...

a:platform-macos
a:renderer-skia
priority:high

### Bug Description I am creating a simple menubar and associated item, when I click the item the callback is called then the application freezes and crashes. ### Reproducible Code...

a:platform-linux
a:builtin elements

This adds an icon that is displayed to the left of the title, and is also shown for Menus are inside of a parent menu. ![image](https://github.com/user-attachments/assets/116df471-abaf-44fe-bcf2-606384e919ba) Closes #7791

### Bug Description Upon getting vulkan to work by doing: .cargo/config.yml: [env] SKIA_BINARIES_URL = "https://github.com/rust-skia/skia-binaries/releases/download/0.84.0/skia-binaries-8df1749a67a2800c2904-x86_64-pc-windows-msvc-d3d-gl-svg-textlayout-vulkan.tar.gz" And requiring vulkan in the code: BackendSelector::new().require_vulkan().select()?; Resizing the UI is extremely laggy, the texts...

a:renderer-skia
need triaging

### Bug Description In the example below change line 17 from `preferred-width: 50px` to `preferred-width: 100%`. Often the live-preview won't update till you click refresh. Then undoing it sometimes won't...

a:live preview