-
A key reason for Python’s popularity is how easy it is to share and re-use Python modules across projects. The objective of this task is to make it possible to use Slint in a Python project by making …
-
I have following code in .slint file
``` slint
LineEdit {
text: root.data;
// edited(s) => {
// root.data= s;
…
-
**Description**
When building a project using vendored sources, the Cargo.toml file is stripped of comments wich makes it impossible to build.
**To Reproduce**
Create a new project with the `{pro…
-
**Cargo.toml:**
```
[package]
name = "slint_android"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
slint = "1.5.0"
i-slint-backend-android-activity = {…
-
### slint version
1.5.0
### panic code
```
thread 'main' panicked at E:\dev\rust\cargo\registry\src\index.crates.io-6f17d22bba15001f\i-slint-core-1.5.0\properties.rs:183:17:
assertion failed: se…
-
Hey,
I tried to create a simple clock in a slint component and a custom property with the name "index" got overwritten in my for loop.
index is described as optional in the [slint book](ht…
-
I haven't dug to deep into this yet, so I'm not sure of the specifics. It looked like the timer essentially paused when the window was behind another window, and then started again when it came back t…
-
A designer software is really important for a GUI library, so is there any plan for designer software like QT designer for Slint-UI ?
-
I am getting a build error when compiling slint
```
[build] Compiling slint-cpp v1.4.1 (/workspaces/2401_fs-picocore-imx8mm/build/_deps/slint-src/api/cpp)
[build] Finished dev [unoptimized …
-
Hi slint team,
just thought I would report a bug (or maybe I missed something in the docs), I made a struct called Palette_t which failed my build, but when changed to PaletteT it fixed it.
The er…