aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickpathview/data/openPath.qml
blob: 1bd8375d9e865ff21281477a582ad31ee160513f (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.0

Path {
    startY: 120
    startX: 160
    PathLine {
        y: 160
        x: 20
    }
}