ImageItem QML Type
| Import Statement: | import org.kde.kquickimageeditor |
Properties
- fillMode : FillMode
- horizontalPadding : int
- image : image
- nativeHeight : int
- nativeWidth : int
- null : bool
- paintedHeight : int
- paintedWidth : int
- verticalPadding : int
Detailed Description
Property Documentation
fillMode : FillMode |
| Constant | Description |
|---|---|
ImageItem.Stretch | The image is scaled to fit. |
ImageItem.PreserveAspectFit | The image is scaled uniformly to fit without cropping. |
ImageItem.PreserveAspectCrop | The image is scaled uniformly to fill, cropping if necessary. |
ImageItem.Tile | The image is duplicated horizontally and vertically. |
ImageItem.TileVertically | The image is stretched horizontally and tiled vertically. |
ImageItem.TileHorizontally | The image is stretched vertically and tiled horizontally. |
horizontalPadding : int |
image : image |
nativeHeight : int |
nativeWidth : int |
null : bool |
paintedHeight : int |
paintedWidth : int |
verticalPadding : int |