From 35d1acf457e826022f33a9488b99467b817a4204 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 3 Sep 2021 11:58:42 +0200 Subject: [PATCH] Doc: Fix changed UI text in docs - Settings is now Actions - Origin and Rotation were moved to Geometry - 2D Change-Id: I03dc91a202ef5c90e03011b8983abbe6b3d919a9 Reviewed-by: Johanna Vanhatapio Reviewed-by: Thomas Hartmann --- doc/qtcreator/src/qtquick/qtquick-form-editor.qdoc | 4 ++-- doc/qtcreator/src/qtquick/qtquick-timeline-view.qdoc | 8 ++++---- doc/qtcreator/src/qtquick/qtquick-timeline.qdoc | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/qtcreator/src/qtquick/qtquick-form-editor.qdoc b/doc/qtcreator/src/qtquick/qtquick-form-editor.qdoc index 7721d52b2f0..bcd93176159 100644 --- a/doc/qtcreator/src/qtquick/qtquick-form-editor.qdoc +++ b/doc/qtcreator/src/qtquick/qtquick-form-editor.qdoc @@ -156,8 +156,8 @@ to rotate component instances in steps of 5 or 45 degrees, respectively. You can set the \l{Managing 2D Transformations}{origin} in \l Properties > - \uicontrol Advanced > \uicontrol Origin. There, you can also enter the value - of the \uicontrol Rotation property in degrees. + \uicontrol {Geometry - 2D} > \uicontrol Origin. There, you can also enter + the value of the \uicontrol Rotation property in degrees. \section1 Zooming diff --git a/doc/qtcreator/src/qtquick/qtquick-timeline-view.qdoc b/doc/qtcreator/src/qtquick/qtquick-timeline-view.qdoc index 2c3984d55f9..3228056f869 100644 --- a/doc/qtcreator/src/qtquick/qtquick-timeline-view.qdoc +++ b/doc/qtcreator/src/qtquick/qtquick-timeline-view.qdoc @@ -52,10 +52,10 @@ To animate component properties in the \uicontrol Timeline view, you must \l{Setting Keyframe Values}{insert keyframes} for them. In the - \l Properties view, select \uicontrol Settings > - \uicontrol {Insert Keyframe} for a property that you want to animate. - A keyframe track is generated for each component that you insert keyframes - for. + \l Properties view, select \inlineimage icons/action-icon.png + (\uicontrol Actions) > \uicontrol {Insert Keyframe} for a property that you + want to animate. A keyframe track is generated for each component that you + insert keyframes for. \image studio-timeline-with-empty-tracks.png "Timeline view with a property" diff --git a/doc/qtcreator/src/qtquick/qtquick-timeline.qdoc b/doc/qtcreator/src/qtquick/qtquick-timeline.qdoc index 6c8f5525574..ab3e3768727 100644 --- a/doc/qtcreator/src/qtquick/qtquick-timeline.qdoc +++ b/doc/qtcreator/src/qtquick/qtquick-timeline.qdoc @@ -132,9 +132,9 @@ \list 1 \li In the \l Navigator view, select the component to animate. - \li In the \l Properties view, select \uicontrol Settings > - \uicontrol {Insert Keyframe} for the property that you want to - animate. + \li In the \l Properties view, select \inlineimage icons/action-icon.png + (\uicontrol Actions) > \uicontrol {Insert Keyframe} for the property + that you want to animate. \li In the \l Timeline view, select the \uicontrol {Per Property Recording} button to start recording property changes.