How to set clipboard in slint app? #2930
Unanswered
evan0greenup
asked this question in
Q&A
Replies: 1 comment
-
Could you elaborate on your usecase? Anyway, these function are used when writing your own platform and we need callback in slint to implment sopy and paste. You will need to use another library to communicate with the clipboard. For example, the copypasta, or arboard https://docs.rs/arboard/ crate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have already read https://docs.rs/slint/latest/slint/platform/enum.Clipboard.html
But I have no idea about how to set the string inside clipboard in runtime?
Is this done in slint source code or rust source code?
Beta Was this translation helpful? Give feedback.
All reactions