summaryrefslogtreecommitdiffstats
path: root/animators/test/TestBedModel.qml
blob: 9d1498a6a940c7465f0cfb596db774738a02ce41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
import QtQuick 2.0

ListModel {
    id: testcaseModel
    ListElement { name: "TestPosition.qml"; group: "Item properties"; last: false }
    ListElement { name: "TestScale.qml"; group: "Item properties"; last: false }
    ListElement { name: "TestOpacity.qml"; group: "Item properties"; last: false }
    ListElement { name: "TestRotation.qml"; group: "Item properties"; last: false }
    ListElement { name: "TestTransformTranslate.qml"; group: "Item properties"; last: false }
    ListElement { name: "TestTransformScale.qml"; group: "Item properties"; last: false }
    ListElement { name: "TestTransformRotatation.qml"; group: "Item properties"; last: false }
    ListElement { name: "TestTransformRotationOriginPoint.qml"; group: "Item properties"; last: false }
    ListElement { name: "TestMultipleProperties.qml"; group: "Item properties"; last: true }
    ListElement { name: "TestShaderEffect.qml"; group: "ShaderEffect properties"; last: false }
    ListElement { name: "TestShaderEffectOpacity.qml"; group: "ShaderEffect properties"; last: true }
    ListElement { name: "TestPropertyAnimation.qml"; group: "Animations"; last: false }
    ListElement { name: "TestNumberAnimation.qml"; group: "Animations"; last: false }
    ListElement { name: "TestParallelAnimation.qml"; group: "Animations"; last: false }
    ListElement { name: "TestSequentialAnimation.qml"; group: "Animations"; last: true }
    ListElement { name: "TestMultipleAnimation.qml"; group: "Animations"; last: false }
    ListElement { name: "TestSequentialAnimationAlwaysRunToEnd.qml"; group: "Animations"; last: false }
    ListElement { name: "TestNumberAnimationAlwaysRunToEnd.qml"; group: "Animations"; last: true }
    ListElement { name: "TestTransitionPropertyAnimation.qml"; group: "Transitions"; last: false }
    ListElement { name: "TestTransitionSequentialAnimation.qml"; group: "Transitions"; last: true }
    ListElement { name: "TestBehaviorPropertyAnimation.qml"; group: "Behavior"; last: false }
    ListElement { name: "TestBehaviorSequentialAnimation.qml"; group: "Behavior"; last: true }
    ListElement { name: "TestOnPropertyAnimation.qml"; group: "On property"; last: true }
}