Transform QML Type
For specifying advanced transformations on Items 更多...
Import Statement: | import QtQuick 2.7 |
详细描述
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.