-
* [femtovg][femtovg] is a Rust port of nanovg
* It should feature right to left text rendering as well (not sure) by using "rustybuzz" (harfbuzz reimplemented in Rust).
* AFAIK, femtovg is also …
-
The Button doesn't respects the `horizontal-stretch` property when there is a bigger sibling, like that Label:
```slint
import { Button, HorizontalBox, VerticalBox } from "std-widgets.…
-
Memory increases a lot when use default-font-family
Memory usage increases greatly when using Chinese fonts, even if the system has this font.
Increased by 100m in win7 -_-.
Can I loa…
-
Hi, I'm using Slint for a personal project named [QRNote](https://github.com/Martoni/QRNote).
This software works well with Slint version from 1.0.x to 1.2.x but 1.3.x freeze with black window.
``…
-
I have made the following project for demonstration purposes. When one types in the LineEdit the callback should be called and "line edit was edited" should be printed. However when I do `cargo r` and…
-
Hey @Diggsey , let me know if you still want to continue maintaining this project or if some member of the community could fork it and continue the maintenance.
There are some changes in the newest…
-
Try the following sequence:
1. Open examples/energy-monitor in a new VS Code window.
2. Open `desktop_window.slint`.
3. Place the cursor on the `MidMain` element use.
4. Choose "Goto Definition"…
-
Here is an example of a tabbed view from Handbrake, which matches the system style:
Here is what it looks like in the "gallery" example:
Besides the obvious style differences, the line from …
-
I'm encountering an issue where I get an "Uncaught RuntimeError: unreachable" error when inputting content under (wasm) mode, but everything works fine in client mode. Here is the code that's causing …
-
Picked up the latest changes from master using Cargo.toml
[package]
name = "memory"
version = "0.1.0"
edition = "2021"
[dependencies]
#slint = "1.3.2"
slint = { git = "https://github.com/slin…