slint/internal/backends/qt/qt_widgets
Olivier Goffart eb879a80b5 Ensure that the Qt's NativeStyleMetrics don't crash when called from different threads
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
2022-10-18 15:54:57 +02:00
..
button.rs Change Item::geometry() to return a LogicalRect 2022-10-13 17:02:18 +02:00
checkbox.rs Change Item::geometry() to return a LogicalRect 2022-10-13 17:02:18 +02:00
combobox.rs Change Item::geometry() to return a LogicalRect 2022-10-13 17:02:18 +02:00
groupbox.rs Change Item::geometry() to return a LogicalRect 2022-10-13 17:02:18 +02:00
lineedit.rs Change Item::geometry() to return a LogicalRect 2022-10-13 17:02:18 +02:00
listviewitem.rs Change Item::geometry() to return a LogicalRect 2022-10-13 17:02:18 +02:00
scrollview.rs Change Item::geometry() to return a LogicalRect 2022-10-13 17:02:18 +02:00
slider.rs Change Item::geometry() to return a LogicalRect 2022-10-13 17:02:18 +02:00
spinbox.rs Change Item::geometry() to return a LogicalRect 2022-10-13 17:02:18 +02:00
stylemetrics.rs Ensure that the Qt's NativeStyleMetrics don't crash when called from different threads 2022-10-18 15:54:57 +02:00
tabwidget.rs Change Item::geometry() to return a LogicalRect 2022-10-13 17:02:18 +02:00