From f59b74ebdf53c5d257534459a5028c4677fd566a Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 24 Oct 2019 16:10:22 +0200 Subject: Doc: Describe changes in editing keyframes The context menu item name is now just "Edit Keyframe" and the dialog contains a Frame field for setting the frame. A screenshot was added. Task-number: QDS-1072 Change-Id: Idbcfcdf2c278c1635bfcbf755d530cb5b2d3021f Reviewed-by: Mahmoud Badri Reviewed-by: Thomas Hartmann --- doc/images/studio-edit-keyframe.png | Bin 0 -> 2831 bytes doc/src/qtquick/qtquick-timeline.qdoc | 9 ++++++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 doc/images/studio-edit-keyframe.png diff --git a/doc/images/studio-edit-keyframe.png b/doc/images/studio-edit-keyframe.png new file mode 100644 index 0000000000..446187d141 Binary files /dev/null and b/doc/images/studio-edit-keyframe.png differ diff --git a/doc/src/qtquick/qtquick-timeline.qdoc b/doc/src/qtquick/qtquick-timeline.qdoc index b3b40a8167..9beb3df36f 100644 --- a/doc/src/qtquick/qtquick-timeline.qdoc +++ b/doc/src/qtquick/qtquick-timeline.qdoc @@ -199,12 +199,15 @@ To remove all the changes you recorded for a property, right-click the property name on the timeline and select \uicontrol {Remove Property}. - Keyframes a marked on the timeline by using markers of different colors and + Keyframes are marked on the timeline by using markers of different colors and shapes, depending on whether they are active or inactive or whether you have applied easing curves to them, for example. - To edit the value of the selected keyframe, select - \uicontrol {Edit Value for Keyframe} in the context menu. + To edit the value of a keyframe, double-click a keyframe marker or select + \uicontrol {Edit Keyframe} in the context menu. In the \uicontrol Frame + field, you can set the frame and the value: + + \image studio-edit-keyframe.png "Edit Keyframe dialog" You can copy the keyframes from the keyframe track for an item and paste them to the keyframe track of another item. To copy all -- cgit v1.2.1