diff --git a/tests/ui/modules/Common/Animations/CaterpillarAnimation.qml b/tests/ui/modules/Common/Animations/CaterpillarAnimation.qml index 8a63e85b8..aafca2c5f 100644 --- a/tests/ui/modules/Common/Animations/CaterpillarAnimation.qml +++ b/tests/ui/modules/Common/Animations/CaterpillarAnimation.qml @@ -9,9 +9,9 @@ Row { property color sphereColor: CaterpillarAnimationStyle.sphere.color property int animationDuration: CaterpillarAnimationStyle.animation.duration + property int animationSpace: CaterpillarAnimationStyle.animation.space property int nSpheres: CaterpillarAnimationStyle.nSpheres property int sphereSize: CaterpillarAnimationStyle.sphere.size - property int animationSpace: CaterpillarAnimationStyle.animation.space spacing: CaterpillarAnimationStyle.spacing diff --git a/tests/ui/modules/Common/Form/ExclusiveButtons.qml b/tests/ui/modules/Common/Form/ExclusiveButtons.qml index 0115a6d65..13534c35f 100644 --- a/tests/ui/modules/Common/Form/ExclusiveButtons.qml +++ b/tests/ui/modules/Common/Form/ExclusiveButtons.qml @@ -11,6 +11,8 @@ Row { property int selectedButton: 0 + // Emitted when the selected button is changed. + // Gives the selected button id. signal clicked (int button) spacing: ExclusiveButtonsStyle.buttonsSpacing