import QtQuick 2.0 Path { startX: 50; startY: 50 PathCurve { x: 100; y: 100 } PathCurve { x: 50; y: 150 } PathCurve { x: 50; y: 50 } }