mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
![]() The test system may run tests in threads using the fluent style and the testing backend. But because the Qt backend is compiled in, the NativeStyleMetrics is going to be Qt's and it will potentially be constructed several times in parallel from different thread, causing warnings and crashes within Qt. So don't initialize the StyleMetrics, it is only used for the dark style anyway |
||
---|---|---|
.. | ||
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.