Translate QML Type
Provides a way to move an Item without changing its x or y properties. More...
Import Statement: | import QtQuick 2.12 |
Properties
Detailed Description
The Translate type provides independent control over position in addition to the Item's x and y properties.
The following example moves the Y axis of the Rectangle items while still allowing the Row to lay the items out as if they had not been transformed: