PathCubicThe PathCubic defines a cubic Bezier curve with two control points. More... Inherits QtObject Properties
Detailed DescriptionThe following QML produces the path shown below:
See also Path, PathQuad, PathLine, PathArc, PathCurve, and PathSvg. Property DocumentationDefines the positions of the control points relative to the curve's start. If both a relative and absolute control position are specified for a control point's axis, the relative position will be used. Relative and absolute positions can be mixed, for example it is valid to set a relative control1 x and an absolute control1 y. |