slint/sixtyfps_runtime/rendering_backends/qt
Simon Hausmann 628e6fdb38 Add a BoxShadow element
This intends to provide a configurable rectangular "drop shadow". The
API is modeled after CSS/HTML5 Canvas where the element can be "bound"
to an existing rectangular shape (geometry and radius), the offset can
be used to place the shadow and color and blur configure the shadow.

The shadow's color fades into transparent.

TODO (in subsequent changes):
 * Documentation
 * Qt implementation
2021-01-26 13:56:12 +01:00
..
build.rs Add a documentaion on how to install Qt 2021-01-24 14:06:14 +01:00
Cargo.toml Use lyon to convert to path to QPainterPath or femtovg::Path 2021-01-21 13:21:03 +01:00
key_generated.rs Fix warnings 2021-01-14 08:53:14 +01:00
lib.rs Some warning fix in the CI 2021-01-22 17:58:53 +01:00
qt_window.rs Add a BoxShadow element 2021-01-26 13:56:12 +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