import QtQuick 2.0

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