slint/sixtyfps_runtime/rendering_backends/qt
Simon Hausmann 9e09f6fa0d Fix rendering of the right curtain in the memory example with the Qt backend
The right curtain - when open - is supposed to fully clip away the logo image.
However the early return in `get_geometry!` when the width / height is < 1
results in the clip rect never set on the painter.
2021-01-28 17:12:26 +01:00
..
build.rs Add a documentaion on how to install Qt 2021-01-24 14:06:14 +01:00
Cargo.toml Update version number everywhere 2021-01-28 16:34:13 +01:00
key_generated.rs Text word wrap and elide 2021-01-27 12:55:20 +01:00
lib.rs Some warning fix in the CI 2021-01-22 17:58:53 +01:00
qt_window.rs Fix rendering of the right curtain in the memory example with the Qt backend 2021-01-28 17:12:26 +01:00
qttypes.rs Use text_size instead of text_width in FontMetrics 2021-01-19 10:17:12 +01:00
widgets.rs Rename emit_ to call_ for callback 2021-01-25 15:59:10 +01:00