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

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