MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML Transform Element

The Transform elements provide a way of building advanced transformations on Items. More...

Transform instantiates the C++ class QGraphicsTransform

This element was introduced in Qt 4.7.

Detailed Description

The Transform element is a base type which cannot be instantiated directly. The following concrete Transform types are available:

The Transform elements let you create and control advanced transformations that can be configured independently using specialized properties.

You can assign any number of Transform elements to an Item. Each Transform is applied in order, one at a time.