Transform QML Type

For specifying advanced transformations on Items. 更多...

导入语句: import QtQuick 2.12

详细描述

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 an Item . Each Transform is applied in order, one at a time.