mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 15:17:25 +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 |
||
---|---|---|
.. | ||
button.rs | ||
checkbox.rs | ||
combobox.rs | ||
groupbox.rs | ||
lineedit.rs | ||
listviewitem.rs | ||
scrollview.rs | ||
slider.rs | ||
spinbox.rs | ||
stylemetrics.rs | ||
tabwidget.rs |