-
On windows platform. When the window is enlarged, the background does not change in time.
A transparent background appears and then disappears.
-
Hi
I am trying to draw Path lines next to each other using a HorizontalLayout. All is well until I decide to have a stroke around my lines.
When applying the code below in the [editor](https://sli…
-
Consider [this SlintPad demo](https://slintpad.com/?snippet=import+%7B+VerticalBox+%7D+from+%22std-widgets.slint%22%3B%0A%0Acomponent+Inner+%7B%0A++++in-out+property+%3Cstring%3E+prop%3A+%…
-
I'm trying to build a rotary slider with a path and a Rectangle as a thumb. But it seem the Path system coordinate do not correspond to the "regular" system coordinate used by other Slint components. …
-
See this [example](https://slintpad.com/?snippet=import+%7BButton%2C+ComboBox%7D+from+%22std-widgets.slint%22%3B%0A%0Aexport+component+ExportedComponent+inherits+Window+%7B%0A++++preferred-width%3A+20…
-
I'm on Windows 10 using Rust.
As I extended my app's `AppWindow` component, I hit a limit. At some point, the app became unrunnable because of stack overflows. It's not an overloaded UI…
-
Slint 1.6 + Rust
I noticed that values used for a transition animation are wrong if the property value is indirectly updated right before the transition is triggered.
Example code:
```slint
…
-
Loading some larger images is slow and may cause UI delays. To ensure a good user experience, multithreaded loading is necessary.
Currently the only way to load images in multiple threads currently…
-
There seems to be quite some difference between languages on if modulo returns the remainder or the signed remainder. Reporting this after the comments to https://github.com/slint-ui/slint/pull/6166#d…
-
Hello,
What do you think about a TextDocument model for text items ? It would separate the view from the model so we can manipulate complex texts outside a UI item.
As always, while writing th…