-
Docs
- Main page is the current "docs/slint"
- Use the per language tabs in the slint language documentation
- Base the docs structure from Flutter
## Structure
- Get started
- Settin…
-
Edit: The panic is fixed, but the remaining bug is that element in `if` or `for` don't propagate their layout constraint to the parent when not in a layout.
That is:
```slint
Flickable {
…
-
System is:
- Fedora 40
- COSMIC desktop (I've not tested Gnome yet)
- Intel iGPU (dgpu disabled)
- Unsure which other info is important here.
Features enabled:
```toml
[dependencies.slint…
-
At least on Windows 10, when having a selection in a text box in other software and pressing Left/Right (or for one-line text boxes also Up/Down), the selection is replaced by a zero-width…
-
For example, this can be seen with many of the buttons.
Reproducer:
```slint
component Btn {
min-height: 100px;
VerticalLayout {
Text { text: "Hello"; }
}
}
export com…
-
我跑通了官方的Slint例子,编译并烧录到esp-box中去了,但是屏幕没有显示,也找不到原因,谁能告诉我该怎么做?
https://components.espressif.com/components/slint/slint
-
### Discussed in https://github.com/slint-ui/slint/discussions/2751
Originally posted by **loloof64** May 18, 2023
Hi, is it possible to define local variables in ui scripts components/functio…
-
Consider [this SlintPad demo](https://slintpad.com/?snippet=import+%7B+Button%2C+VerticalBox+%7D+from+%22std-widgets.slint%22%3B%0A%0Acomponent+Foo+%7B%0A++++in+property+%3Cbool%3E+has-low…
-
When opening any content on Linux Desktop, the player window is always the default size.
Reverting to X11 (even via XWayland) fixes this.
Could be a `winit` or a `KDE` issue as well.
Expected…
-
Using LineEdit can't input Chinese, How to solve this problem?