-
Version: slint 1.7.2
Language: Rust
OS: Ubuntu 24.04
When opening a dialog box, main panics with:
```
thread 'main' panicked at /home/oswald/.cargo/registry/src/index.crates.io-6f17d22bba1500…
-
Our team is developing a C++ application using Slint, which includes embedded assets totaling around 16MiB (images, fonts, etc.). This has resulted in the Slint compiler generating a very large app.h …
-
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…
-
A recent scan using SCIO v32.1.0 of the code available at https://github.com/slint-ui/slint/archive/refs/tags/v1.0.0.tar.gz reported a declared license expression of gpl-3.0 AND proprietary-license ev…
-
We should have a simple way to have common input validation on input.
Common things like "number", "float", "time" and maybe something pattern-based would be nice to have.
Currently you can work…
-
When I try to use the npm library https://github.com/ApsarasX/llvm-bindings in Deno, I faced 2 issues;
1. The Deno bindings generator was unable to compile a binary .node file for the npm library
2…
-
The latch on the printerdemo looks wrong in Slintpad (1.8.0 version):
On chrome:
![image](https://github.com/user-attachments/assets/1de4d1b4-d56e-4e90-9170-c5d4868cc93d)
In Firefox:
![ima…
-
I want to research a way of defining graph like tracks and switches and how they relate.
Then the result of this needs to be passed to a layout function which looks at the amount of different heights…
-
(I'm using Rust.)
When teaching Slint, you call the exported `component` inheriting `Window` a `...Window`:
- `MainWindow`: https://releases.slint.dev/1.7.2/docs/slint/src/quickstart…
-
I'm on Windows 10 using Rust.
With a `Window` with `background: transparent;` like in the demo project I posted in #6020, the window can, e.g., be dragged at the fully transparent pixel…