slint
slint copied to clipboard
Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
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
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"...
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...
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...