-
As suggested in https://github.com/slint-ui/slint/discussions/1563
It would be nice if the struct could optionally be serialized with serde
- [X] a `serde` feature should be added to the `slint`…
-
It would be great if it was possible to run an application on Linux in full screen without a windowing system (wayland or x11). In some systems the multi-window or multi-seat capability the windowing …
-
Add documentation on how to set the `soname` / `install_name` properties for shared Rust libraries.
How it can be done is shown in this slint PR: https://github.com/slint-ui/slint/pull/2455
It wou…
-
Any of the text input widgets do not render any entered text when in no_std. Note that input is working properly as the text can be linked to a `Text` item where it will appear as it should. Also, the…
-
Using:
- slint C++ API
- cmake, FetchContent with GIT_TAG release/1
- rustc 1.69.0 (84c898d65 2023-04-16)
- gcc 11.3.0, with c++17 standard
I'm trying to build a very simple skeleton project (m…
-
在linux or windows平台里,怎么实现选择文件(choose file)或文件夹(dir)的弹出窗口(window)功能?
How do achieve choose file or dir of window in linux or windows(10)?
-
I'm getting this weird issue after upgrading my application from 1.0.3 to 1.1.0, only for the first frame (it snaps back into the window after resizing):
![image](https://github.com/slint-ui/slint/…
-
Hello Slint team, I encountered a bug in Slint 1.0.2 which prevents me from building my pet project, which was built on Slint 0.3. The details are as follows:
- Architecture: Windows / 64bit / VC++…
-
Currently, we do not have any tests for the rendering.
We should have tests that render images and compare theses images to make sure everything is pixel perfect.
The way I see it, we would have …
-
Seems it always active the first input method when enter the textedit area, without actived manually, this confused me a lot. it should not auto active input method