slint/internal/backends/qt
Olivier Goffart e04f028c91 Fix default-font-size not working with PopupWindow with the Qt backend
We had code on the window to reset the default-font-size property to the
default from the renderer.
For the Qt backend, the PopupWindow being their own Window, this code
was activated also for the PopupWindow's hidden default-font-size
property, which caused all PopupWindow's font to not follow the
default-font-size

Fixes #8855
2025-07-09 17:08:24 +02:00
..
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
qt_widgets Experimental support for Drag & Drop 2025-06-26 15:39:18 +02:00
accessible_generated.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
build.rs Auto-fixed clippy::unnecessary_map_or 2025-02-07 09:02:31 +01:00
Cargo.toml Add --generate-link-to-definition in the docs of all our published crate 2025-06-06 21:47:36 +02:00
key_generated.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lib.rs Upgrade cbindgen and use unsafe(no_mangle) attributes (#8539) 2025-05-26 11:21:33 +02:00
qt_accessible.rs Add the accessible-read-only property 2025-02-19 09:16:41 +01:00
qt_widgets.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
qt_window.rs Fix default-font-size not working with PopupWindow with the Qt backend 2025-07-09 17:08:24 +02:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00

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.