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

Currently ` @radial-gradient(circle, ...)` is implemented, but not elipsed and other syntax that CSS allows https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/radial-gradient

a:language-slint

There should be a `is-open` output property on PopupWindow. Such that the Combobox can be styled differently when the popup is open. ### Original issue: "Open appearance in native ComboBox"...

a:builtin elements

The current `no-frame` property completely removes resizing and the window shadow, which is undesirable when you just want a custom titlebar, but still want a shadow and for users to...

api

Having a Window as a child of another Window just causes its children to show up on top of the first Window. Windows should be allowed to have other Windows...