slint
slint copied to clipboard
Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
### 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...
### Feature Description Forgive me in advance if I offend anyone, but `MenuSeparator` looks extremely intimidating, why not implement a separator like Qt ?  ### Product Impact _No response_
### 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...
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,...
### Bug Description   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....
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....
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...
Styling
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...
### 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 {...
### 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...