For specifying advanced transformations on Items. 更多...
import 语句: | import QtQuick |
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.