PathLine Element Reference
The PathLine defines a straight line.
This element was introduced in Qt 4.7.
Detailed Description
The PathLine defines a straight line.
The example below creates a path consisting of a straight line from 0,100 to 200,100:
- Path {
- startX: 0; startY: 100
- PathLine { x: 200; y: 100 }
- }


No notes