ImageItem QML Type

Import Statement: import org.kde.kquickimageeditor

Properties

Detailed Description

Property Documentation

fillMode : FillMode

ConstantDescription
ImageItem.StretchThe image is scaled to fit.
ImageItem.PreserveAspectFitThe image is scaled uniformly to fit without cropping.
ImageItem.PreserveAspectCropThe image is scaled uniformly to fill, cropping if necessary.
ImageItem.TileThe image is duplicated horizontally and vertically.
ImageItem.TileVerticallyThe image is stretched horizontally and tiled vertically.
ImageItem.TileHorizontallyThe image is stretched vertically and tiled horizontally.

horizontalPadding : int

image : image

nativeHeight : int

nativeWidth : int

null : bool

paintedHeight : int

paintedWidth : int

verticalPadding : int