aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpathview/data/missingPercent.qml
blob: 97af8e8982e36327c3185437c8126e9ee5747fb2 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

Path {
    startY: 0
    startX: 0
    PathLine { x: 0; y: 50 }
    PathPercent { value: .5 }
    PathLine { x: 50; y: 50 }
}