-
### Describe the problem
Support for forcing position and size outside the context of window manager
Applications like rofi / dmenu / launcy / alfred / wox, etc uses something called as overr…
-
https://github.com/slint-ui/slint/blame/8fdbfc5ee5dbc767315c1c1490bfbb982735c0bb/internal/compiler/passes/embed_glyphs.rs#L70
This line is missing "[" char, therefore it will not display on the scr…
-
When writing a `component` and using the preview, you can specify example values on property declarations without `` to develop the component using a realistic appearance. Proper example d…
-
It would be nice to have possibility to make conditional containers for children.
```slint
component MyComponent {
if condition : some_id := CustomWrapper {
@children
} else : V…
-
The C++ classes of SortModel, FilterModel, VectorModel, all have set_row_data() implemented.
However, MapModel is missing the same.
So if we try to update any item from UI, we get the …
-
We should expose our element id that we now have internally for our test API as the [author_id](https://docs.rs/accesskit/latest/accesskit/struct.Node.html#method.author_id) property in accesskit
#…
-
Slint 1.3.0 master branch
Steps to reproduce(not able to create smaller project yet ) - https://github.com/qarmin/czkawka/tree/84b714555099e1451f7f81af6adc7ad0b5198e02
```
git clone https://githu…
-
I saw this line in the cpp example:
```cmake
# On Windows, copy the Slint DLL next to the application binary so that it's found.
```
Isn't it possible to link to the library statically so that I c…
-
-
Related to #3712
In some cases if the `PopupWindow` is closed by clicking outside of the bounds of its content, a callback that runs on this case could be handy for performing certain tasks such as…