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 Hello, it would be nice to be able to react to double click in the StandardTableView. Right now, I need to provide a separate button to react...

enhancement
a:widgets

### Feature Description Forgive me in advance if I offend anyone, but `MenuSeparator` looks extremely intimidating, why not implement a separator like Qt ? ![Image](https://github.com/user-attachments/assets/a2733dc9-33e6-47d6-b720-9490d2d20fb8) ### Product Impact _No response_

enhancement
a:widgets

### Bug Description ### 1. What is the bug? Platform-Specific Rendering Freeze: On Windows 11, interacting with the menu bar (opening/closing menus) causes UI components (like ProgressIndicator) to stop visual...

a:platform-windows
need triaging

The objective of this task is to experiment with extending Slint’s tools to support creating “.py” files from “.slint files” in a way that provides the exposed properties, callbacks, globals,...

a:language-python

### Bug Description ![Image](https://github.com/user-attachments/assets/bcfd107d-6def-497b-a4d4-4db1eed10254) ![Image](https://github.com/user-attachments/assets/2a8eccf5-9a27-47f6-944a-2b7f0f5ce69a) The Material3 specs and MacOS (images attached) support flashing text-cursors that also have a corner radius applied. This doesn't seem possible with Slint right now....

a:text
need triaging

Python’s built-in support for coroutines with async and await syntax (PEP 492), in combination with event loops like stdlib’s asyncio or trio, have become a cornerstone of large Python projects....

breaking change
a:language-python

Thank you for your time and for the wonderful work on Slint! Please let me know if you need any additional information. ### Bug Description I encountered some QPainter-related warnings...

needs info
a:backend-qt

We want the ability to * Change the style globably for all widgets * Make it easy to write your own style which is applied globaly * Change the style...

roadmap

### Bug Description Partial rendering doesn't interact well with renderers that use layers for sub-trees, such as the Skia renderer when using a layer for opacity: (pseudo-code) ```slint Rectangle {...

a:renderer-skia

### Feature Description As our project is growing and growing, C++ compilation time after every *.slint modification is increasing from day to day. One problem is that I need to...

enhancement
a:language-c++