Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativepathview / data / openPath.qml
1 import QtQuick 1.0
2
3 Path {
4     startY: 120
5     startX: 160
6     PathLine {
7         y: 160
8         x: 20
9     }
10 }