slint-ui / slint

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

Interpreter: give the right type to the model property instead of Value #5504

Closed ogoffart closed 3 days ago

ogoffart commented 3 days ago

This way it also start initialized with a value of the proper type, and this will "fix" #5500 by not panicking anymore. Fixes #5500