-
I'm working on a crate to use slint with audio plugins, and I'm running into the thread-local storage limit of libc. Apparently libc only allocates 2048 bytes for thread-local storage to use by dylibs…
ilmai updated
10 months ago
-
I am using slint in Rust, I have a very simple question:
How to put my component in the center of screen?
Usually, in other libraries such as SDL, I can implement it with the formula: …
-
Hello. How to subscribe to a window change event in code?
-
I read the list to the page, and every time I render the page, the memory will increase. After clearing the list, the memory will not be released. The next time I add the list again, the mem…
-
As discussed in #2775 about _documenting_ fullscreen mode:
We should have a `show_fullscreen()` API to `slint::Window` to control fullscreen mode programmatically.
Edit(@tronical): As outlined i…
-
The documentation says:
"When using the slint! macro, the path is relative to the folder in which the Cargo.toml is located. When using .slint files, it's relative to the folder of the .slint file co…
-
# Issue
When you open (double-click) the application on MacOS, it additionally opens a terminal window where it executes the binary.
![image](https://github.com/slint-ui/slint/assets/4975917/20c…
-
### Discussed in https://github.com/slint-ui/slint/discussions/2772
Originally posted by **pcevent** May 24, 2023
How do I capture mouse double-click events?
At the moment the internal mo…
-
There doesn't appear to be a way to do this programmatically that Slint officially exposes.
It's possible I could do it using the internal private API, as mentioned here for focusing a window: http…
-
For now Czkawka aims to be almost 100% clone of Fslint.
FSlint UI is almost 10 years old, so could be changed and improved.
Fslint UI 2.4.7
![Zrzut ekranu z 2020-09-22 19-39-57](https://user-imag…