Qt 4.8
PathCubic Class Reference

The PathCubic defines a cubic Bezier curve with two control points. More...

Detailed Description

The PathCubic defines a cubic Bezier curve with two control points.

Since
4.7

The following QML produces the path shown below:

declarative-pathcubic.png
startX: 20; startY: 0
x: 180; y: 0
control1X: -10; control1Y: 90
control2X: 210; control2Y: 90
}
}
See also
Path, PathQuad, PathLine

The documentation for this class was generated from the following file: