ShadowedTexture QML Type

A rectangle with a shadow, using a Item as texture. More...

Import Statement: import org.kde.kirigami.primitives
Since: 5.69
Inherits:

ShadowedRectangle

Properties

Detailed Description

This item will render a source item, with a shadow below it. The rendering is done using distance fields, which provide greatly improved performance. The shadow is rendered outside of the item's bounds, so the item's width and height are the rectangle's width and height.

Property Documentation

source : Item

This property holds the source item that will get rendered with the shadow.