-
how am i able to, or is it possible to do any of the following:
i really just wanted to be sure, as even checking in some of the threads i was still left one way or another with a big question mark in those regards. i appreciate it! ^^ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can get an image loaded by native code. For exemple:
Then you implement the load-image in native code using the slint::Image API.
I believe you can use the
Not yet implemented. But tracked in #613 |
Beta Was this translation helpful? Give feedback.
You can get an image loaded by native code.
For exemple:
Then you implement the load-image in native code using the slint::Image API.
I believe you can use the
init
callback https://slint.dev/releases/1.3.2/docs/slint/src/language/builtins/callbacks#init