PathQuad QML Type▲
-
Import Statement: import QtQuick
-
Group: PathQuad is part of qtquick-animation-paths
Detailed Description▲
The following QML produces the path shown below:
Sélectionnez
|
See Also▲
Property Documentation▲
x : real▲
relativeX : real▲
relativeY : real
Defines the end point of the curve relative to its start.
If both a relative and absolute end position are specified for a single axis, the relative position will be used.
Relative and absolute positions can be mixed, for example it is valid to set a relative x and an absolute y.
See Also▲
controlX : real▲
controlY : real
Defines the position of the control point.
relativeControlX : real▲
relativeControlY : real
Defines the position of the control point relative to the curve's start.
If both a relative and absolute control position are specified for a single axis, the relative position will be used.
Relative and absolute positions can be mixed, for example it is valid to set a relative control x and an absolute control y.