C
Transform QML Type
For specifying advanced transformations on Image, Text, and StaticText. More...
Import Statement: | import QtQuick |
Since: | Qt Quick Ultralite 1.0 |
Detailed Description
The Transform type is a base type which cannot be instantiated directly. The following concrete Transform types are available:
The Transform types let you create and control advanced transformations that can be configured independently using specialized properties.
You can assign any number of Transforms to a transform property. Each Transform is applied in order, one at a time.
Note: Scaling and rotating may be slow on some platforms. For images, Qt Quick Ultralite provides the ImageFiles.MCU.resourceOptimizeForScale and ImageFiles.MCU.resourceOptimizeForRotation resource properties to trigger optimizations for these usecases.
Note: Shear transforms are not supported: A Rotation transform followed by a Scale transform will not produce the expected output.
Available under certain Qt licenses.
Find out more.