mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 05:44:52 +00:00
![]() This removes the special code for the generated property getters and ensures type safety in the run-time library for property value setting. In the Rust generated code we continue to do arithmetic on the scalar values, that means we immediately extract the scalar, do arithmetic and rely on the compiler to only allow compatible units. Danger zone alert: In the interpreter Value::Number can now be converted to LogicalLength as-is. |
||
---|---|---|
.. | ||
LICENSES | ||
qt_widgets | ||
accessible_generated.rs | ||
build.rs | ||
Cargo.toml | ||
key_generated.rs | ||
lib.rs | ||
LICENSE.QT | ||
qt_accessible.rs | ||
qt_widgets.rs | ||
qt_window.rs | ||
QtThirdPartySoftware_Listing.txt | ||
README.md |
NOTE: This library is an internal crate of the Slint project.
This crate should not be used directly by applications using Slint.
You should use the slint
crate instead.
WARNING: This crate does not follow the semver convention for versioning and can
only be used with version = "=x.y.z"
in Cargo.toml.