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.05k stars 572 forks source link

Add support for async unit testing and element handle click events #5499

Closed tronical closed 3 months ago

tronical commented 3 months ago

This patch adds async click functions to ElementHandle and adds timer support to the testing backend's event loop.