-
Perhaps we can add a builtin element to allow users to add draggable areas in the UI. This is usually used to enable users to drag frameless windows on custom title bars.
In Electron, we …
-
It would be useful to be able to specify a callback function whenever a component becomes focused or unfocused.
My particular use case is that when an edit component is focused, I want to slide the…
-
### Discussed in https://github.com/slint-ui/slint/discussions/3479
Given this Slint file:
```slint
export component StatusBox inherits Window {
preferred-width: 100px; preferred-height:…
-
I am trying to build the C++ example. I first tried with the binary Windows Slint installer, which makes the build go through but crashes the resulting exe immediately (complained about missing fromUt…
-
A `Text` component with a conditional (e.g., `if x: Text{}`) will have zero size when nested in a `Rectangle`, even if the condition is true.
If there is no conditional, then the `Text` has the exp…
-
I can change color or other properties based on a TouchArea's `has-hover` attribute, but unless I'm missing something obvious there's no way to make a callback that reacts to an element being hovered …
-
Is there any GUI editor, like XAML editor or Glade? Or do you expect people in 21 century still edit text files to create GUI?
-
Hi, due to the use of the "document features" crate, this crate won't build when vendoring dependencies. (https://github.com/slint-ui/document-features/issues/20)
Would it be possible to place this…
-
why cant it find slint_macros?
it has compiled it and it is literally hello world example.
```
compiling …
Compiling slint-macros v1.2.2
Compiling slint v1.2.2
error[E0463]:…
-
Root cause is that the animation gets stopped at some value between 0 and 360° and animates from that (random) value to 360°.
We should have a way to cleanly reset animations in use-cases like this…