~loic.molinari/+junk/qtdeclarative-shadereffectsource-changes

« back to all changes in this revision

Viewing changes to tests/auto/quick/qquickanimations/data/pathInterpolatorBack2.qml

  • Committer: Loïc Molinari
  • Date: 2012-04-21 17:59:51 UTC
  • Revision ID: loic.molinari@canonical.com-20120421175951-bqx68caaf5zrp76l
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import QtQuick 2.0
 
2
 
 
3
PathInterpolator {
 
4
    path: Path {
 
5
        startX: 200; startY: 280
 
6
        PathCurve { x: 150; y: 280 }
 
7
        PathCurve { x: 150; y: 80 }
 
8
        PathCurve { x: 0; y: 80 }
 
9
    }
 
10
}