-
The current versions of slint and slint-build are 1.6 but in Cargo.toml the version of both crates is 1.5.
Can You please update both versions to 1.6?
-
If I tried to fill the entire row using LineEdit widget it looks like this:
At first I thought maybe that it was affected by padding or the percentage width of the groupbox but it still …
AXCWG updated
4 months ago
-
Hi, I'm using slint with mipidsi and attempting to use the `set_pixels` method to update the display with no luck.
Other methods that use draw seem to work fine. Would you happen to know if I'm doi…
-
Windows 11/Rust 1.73/Slint 1.2.2
Given a component which has the following properties and children:
```
in-out property profile;
Text {
text: "Name: \{profile.name}";
}
Lin…
-
#### Expected behaviour
quickemu --vm should start the VM
#### Actual behaviour
The VM fails to start.
Please note that I have installed qemu 8.2.0. [Configuration summary](https://slac…
-
Starting from the example [Conditional Element](https://slint.dev/releases/1.4.1/docs/slint/src/language/syntax/conditions), I would like to access `foo`, e.g.
```
export component Example inherit…
-
GameBot is designed to work for years without human operations. GameBot should be self upgradable, because mobile games iterating fast. GameBot relies on AccessibilityService and MediaProjection, and …
tkkcc updated
1 month ago
-
I think because of the ComboBox is in PopupWindow. slint version is 1.60. recurrent in slintpad as follows:
```slint
import { Button, Palette, Switch, ComboBox, ListView, VerticalBox, H…
-
My development board is linux arm64, using slint1.6 with rust as the backend。
Running the program failed:
`[clap_builder::parser::validator]Validator::validate_required: is_exclusive_present=false…
-
Slint nightly/1.3.1 LSP
[CODE](https://slint.dev/releases/1.3.1/editor/?snippet=import+%7B+AboutSlint%2C+Button%2C+VerticalBox+%2C+ListView%2C+ScrollView%7D+from+%22std-widgets.slint%22%3B%0A%0Acom…