ShadowedImage
Properties | |
alias | asynchronous |
alias | border |
alias | color |
alias | corners |
alias | fillMode |
alias | mipmap |
alias | radius |
alias | shadow |
alias | source |
alias | sourceSize |
alias | status |
Detailed Description
An image with a shadow.
This item will render a image, 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 don't include the shadow.
Example usage:
- Since
- 5.69
- 2.12
Definition at line 44 of file ShadowedImage.qml.
Property Documentation
◆ asynchronous
|
read |
This property sets whether this image should be loaded asynchronously.
Set this to false if you want the main thread to load the image, which blocks it until the image is loaded. Setting this to true loads the image in a separate thread which is useful when maintaining a responsive user interface is more desirable than having images immediately visible.
- See also
- QtQuick.Image::asynchronous
Definition at line 96 of file ShadowedImage.qml.
◆ border
|
read |
This propery holds the border's properties of the image.
- See also
- org::kde::kirigami::ShadowedRectangle::border
Definition at line 73 of file ShadowedImage.qml.
◆ color
|
read |
This property holds the color that will be underneath the image.
This will be visible if the image has transparancy.
- See also
- org::kde::kirigami::ShadowedRectangle::radius
Definition at line 55 of file ShadowedImage.qml.
◆ corners
|
read |
This propery holds the corner radius properties of the image.
- See also
- org::kde::kirigami::ShadowedRectangle::corners
Definition at line 79 of file ShadowedImage.qml.
◆ fillMode
|
read |
This property defines what happens when the source image has a different size than the item.
- See also
- QtQuick.Image::fillMode
Definition at line 103 of file ShadowedImage.qml.
◆ mipmap
|
read |
This property holds whether the image uses mipmap filtering when scaled or transformed.
- See also
- QtQuick.Image::mipmap
Definition at line 110 of file ShadowedImage.qml.
◆ radius
|
read |
This propery holds the corner radius of the image.
- See also
- org::kde::kirigami::ShadowedRectangle::radius
Definition at line 61 of file ShadowedImage.qml.
◆ shadow
|
read |
This property holds shadow's properties group.
- See also
- org::kde::kirigami::ShadowedRectangle::shadow
Definition at line 67 of file ShadowedImage.qml.
◆ source
|
read |
This propery holds the source of the image.
QtQuick.Image::source
Definition at line 84 of file ShadowedImage.qml.
◆ sourceSize
|
read |
This property holds the scaled width and height of the full-frame image.
- See also
- QtQuick.Image::sourceSize
Definition at line 115 of file ShadowedImage.qml.
◆ status
|
read |
This property holds the status of image loading.
- See also
- QtQuick.Image::status
- Since
- 6.5
- Remarks
- This property is read-only
Definition at line 122 of file ShadowedImage.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:05:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.