slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.55k stars 601 forks source link

Expose clipboard_text accessors to C++ #3264

Closed the-argus closed 1 year ago

the-argus commented 1 year ago

At the moment, C++ slint applications don't support copy + pasting because they're using the empty default impls.

I'm trying to implement this myself atm. That might change, if so I'll remove this message.

ogoffart commented 1 year ago

Done in https://github.com/slint-ui/slint/pull/3265