slint/sixtyfps_runtime/rendering_backends/qt
Simon Hausmann 7c6fd90924 Fix layouting_info with QStyle and High-DPI displays
QStyle returns logical coordinates while SixtyFPS operates on physical
coordinates, so an extra multiplication is needed.

This is a temporary fix until we have access to the concrete (winit)
window we're rendering to, in order to apply the correct DPR.
2020-09-11 08:31:38 +02:00
..
build.rs Remove QtQuick and QtQml linkage for the Qt backend 2020-09-11 08:18:07 +02:00
Cargo.toml Update dependencies 2020-08-31 17:38:22 +02:00
lib.rs Impletment GroupBox with the Qt style 2020-09-02 17:05:28 +02:00
qttypes.rs Impletment GroupBox with the Qt style 2020-09-02 17:05:28 +02:00
widgets.rs Fix layouting_info with QStyle and High-DPI displays 2020-09-11 08:31:38 +02:00