From 67408ac1830a3d2493273cd74fe2941b38ba4b87 Mon Sep 17 00:00:00 2001 From: Knud Dollereder Date: Tue, 2 Aug 2022 16:03:06 +0200 Subject: [PATCH] Add tooltips to the timeline settings dialog Using the suggestions from the bugreport. Fixes: QDS-7109 Change-Id: Iedf991958525d793f89e3d591f978a19d53a39bd Reviewed-by: Reviewed-by: Leena Miettinen Reviewed-by: Thomas Hartmann --- .../timelineeditor/timelineanimationform.ui | 27 +++++++++++++++++++ .../components/timelineeditor/timelineform.ui | 15 +++++++++++ 2 files changed, 42 insertions(+) diff --git a/src/plugins/qmldesigner/components/timelineeditor/timelineanimationform.ui b/src/plugins/qmldesigner/components/timelineeditor/timelineanimationform.ui index f24da6edf99..3329d30af66 100644 --- a/src/plugins/qmldesigner/components/timelineeditor/timelineanimationform.ui +++ b/src/plugins/qmldesigner/components/timelineeditor/timelineanimationform.ui @@ -13,6 +13,9 @@ + + Number of times the animation runs before it stops. + Loops: @@ -49,6 +52,9 @@ + + Sets the animation to loop indefinitely. + Continuous @@ -113,6 +119,9 @@ 0 + + Name for the animation. + Animation ID: @@ -158,6 +167,9 @@ + + State to activate when the animation finishes. + Finished: @@ -165,6 +177,9 @@ + + Runs the animation backwards to the beginning when it reaches the end. + Ping pong @@ -218,6 +233,9 @@ true + + Runs the animation automatically when the base state is active. + Running in base state @@ -253,6 +271,9 @@ + + First frame of the animation. + Start frame: @@ -286,6 +307,9 @@ + + Length of the animation in milliseconds. If you set a shorter duration than the number of frames, frames are left out from the end of the animation. + Duration: @@ -293,6 +317,9 @@ + + Last frame of the animation. + End frame: diff --git a/src/plugins/qmldesigner/components/timelineeditor/timelineform.ui b/src/plugins/qmldesigner/components/timelineeditor/timelineform.ui index 370a6f8154c..53877b5695e 100644 --- a/src/plugins/qmldesigner/components/timelineeditor/timelineform.ui +++ b/src/plugins/qmldesigner/components/timelineeditor/timelineform.ui @@ -42,6 +42,9 @@ + + Last frame of the timeline. + End frame: @@ -52,6 +55,9 @@ + + First frame of the timeline. Negative numbers are allowed. + Start frame: @@ -87,6 +93,9 @@ false + + To create an expression binding animation, delete all animations from this timeline. + Expression binding @@ -94,6 +103,9 @@ + + Name for the timeline. + Timeline ID: @@ -152,6 +164,9 @@ + + Sets the expression to bind the current keyframe to. + Expression binding: