aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/timelineTestApp/test01.qml6
-rw-r--r--tests/manual/timelineTestApp/test02.qml16
-rw-r--r--tests/manual/timelineTestApp/test03.qml4
3 files changed, 13 insertions, 13 deletions
diff --git a/tests/manual/timelineTestApp/test01.qml b/tests/manual/timelineTestApp/test01.qml
index 09df989..d0810aa 100644
--- a/tests/manual/timelineTestApp/test01.qml
+++ b/tests/manual/timelineTestApp/test01.qml
@@ -65,7 +65,7 @@ Item {
enabled: true
- Keyframes {
+ KeyframeGroup {
target: rectangle
property: "x"
@@ -85,7 +85,7 @@ Item {
}
}
- Keyframes {
+ KeyframeGroup {
target: rectangle
property: "y"
@@ -106,7 +106,7 @@ Item {
}
}
- Keyframes {
+ KeyframeGroup {
target: rectangle
property: "color"
diff --git a/tests/manual/timelineTestApp/test02.qml b/tests/manual/timelineTestApp/test02.qml
index e0574f7..861fe45 100644
--- a/tests/manual/timelineTestApp/test02.qml
+++ b/tests/manual/timelineTestApp/test02.qml
@@ -82,7 +82,7 @@ Item {
startFrame: 0
endFrame: 1000
- Keyframes {
+ KeyframeGroup {
target: leftGauge
property: "x"
Keyframe {
@@ -101,7 +101,7 @@ Item {
easing.type: Easing.OutQuad
}
}
- Keyframes {
+ KeyframeGroup {
target: leftGauge
property: "y"
Keyframe {
@@ -120,7 +120,7 @@ Item {
easing.type: Easing.OutQuad
}
}
- Keyframes {
+ KeyframeGroup {
target: leftGauge
property: "opacity"
Keyframe {
@@ -139,7 +139,7 @@ Item {
}
}
- Keyframes {
+ KeyframeGroup {
target: rightGauge
property: "x"
Keyframe {
@@ -157,7 +157,7 @@ Item {
easing.type: Easing.OutQuad
}
}
- Keyframes {
+ KeyframeGroup {
target: rightGauge
property: "y"
Keyframe {
@@ -175,7 +175,7 @@ Item {
easing.type: Easing.OutQuad
}
}
- Keyframes {
+ KeyframeGroup {
target: rightGauge
property: "opacity"
Keyframe {
@@ -194,7 +194,7 @@ Item {
}
}
- Keyframes {
+ KeyframeGroup {
target: bottomPane
property: "y"
@@ -214,7 +214,7 @@ Item {
easing.type: Easing.OutQuad
}
}
- Keyframes {
+ KeyframeGroup {
target: bottomPane
property: "opacity"
Keyframe {
diff --git a/tests/manual/timelineTestApp/test03.qml b/tests/manual/timelineTestApp/test03.qml
index 1b346bb..10c3e16 100644
--- a/tests/manual/timelineTestApp/test03.qml
+++ b/tests/manual/timelineTestApp/test03.qml
@@ -29,7 +29,7 @@ Item {
startFrame: 0
endFrame: 200
currentFrame: input.text
- Keyframes {
+ KeyframeGroup {
target: needle
property: "rotation"
Keyframe {
@@ -47,7 +47,7 @@ Item {
}
}
- Keyframes {
+ KeyframeGroup {
target: needle
property: "color"
Keyframe {