diff --git a/doc/qtdesignstudio/examples/doc/ShaderToyTutorial.qdoc b/doc/qtdesignstudio/examples/doc/ShaderToyTutorial.qdoc index 315db498f31..316a94db8f5 100644 --- a/doc/qtdesignstudio/examples/doc/ShaderToyTutorial.qdoc +++ b/doc/qtdesignstudio/examples/doc/ShaderToyTutorial.qdoc @@ -196,7 +196,7 @@ \endcode \endlist - You should now see the effect in the preview window in the \uicontrol {Effect Composer} view: + You should now see the effect in the preview window of the \uicontrol {Effect Composer} view: \image moving-bars-shaders-code-editor.webp The Moving bars shader in Effect Composer diff --git a/doc/qtdesignstudio/images/2D-noise-shaders-code-editor.webp b/doc/qtdesignstudio/images/2D-noise-shaders-code-editor.webp index 5a046567af1..f0463a699c8 100644 Binary files a/doc/qtdesignstudio/images/2D-noise-shaders-code-editor.webp and b/doc/qtdesignstudio/images/2D-noise-shaders-code-editor.webp differ diff --git a/doc/qtdesignstudio/images/moving-bars-shaders-code-editor.webp b/doc/qtdesignstudio/images/moving-bars-shaders-code-editor.webp index 337a50f267a..793e56a6654 100644 Binary files a/doc/qtdesignstudio/images/moving-bars-shaders-code-editor.webp and b/doc/qtdesignstudio/images/moving-bars-shaders-code-editor.webp differ diff --git a/doc/qtdesignstudio/images/northern-lights-effect.webp b/doc/qtdesignstudio/images/northern-lights-effect.webp index 874d947d5cc..97e7e2fa567 100644 Binary files a/doc/qtdesignstudio/images/northern-lights-effect.webp and b/doc/qtdesignstudio/images/northern-lights-effect.webp differ diff --git a/doc/qtdesignstudio/images/shaders-code-editor.webp b/doc/qtdesignstudio/images/shaders-code-editor.webp index ed4f559fd93..88c1ab28a43 100644 Binary files a/doc/qtdesignstudio/images/shaders-code-editor.webp and b/doc/qtdesignstudio/images/shaders-code-editor.webp differ diff --git a/doc/qtdesignstudio/images/studio-effect-composer-assets.webp b/doc/qtdesignstudio/images/studio-effect-composer-assets.webp index cb5e1992ce4..e04618ec1e2 100644 Binary files a/doc/qtdesignstudio/images/studio-effect-composer-assets.webp and b/doc/qtdesignstudio/images/studio-effect-composer-assets.webp differ diff --git a/doc/qtdesignstudio/images/studio-effect-composer.webp b/doc/qtdesignstudio/images/studio-effect-composer.webp index 0729b596216..50c9f025d99 100644 Binary files a/doc/qtdesignstudio/images/studio-effect-composer.webp and b/doc/qtdesignstudio/images/studio-effect-composer.webp differ diff --git a/doc/qtdesignstudio/src/views/qtquick-effect-maker-view.qdoc b/doc/qtdesignstudio/src/views/qtquick-effect-maker-view.qdoc index 24196b640ce..81ad9baf2ae 100644 --- a/doc/qtdesignstudio/src/views/qtquick-effect-maker-view.qdoc +++ b/doc/qtdesignstudio/src/views/qtquick-effect-maker-view.qdoc @@ -43,10 +43,10 @@ as a part of your effect composition. The added effects appear in the effect stack (3). You cannot add the same pre-made effect twice to the composition. You can, however, add more than one custom effect to the same composition. - \li Adjust the effect parameters to modify your effect composition. View the preview panel - (4) to see how the composition affects a component before assigning it to one. Use the - preview panel toolbar to select the preview image and the preview panel background - color. + \li Adjust the effect parameters to modify your effect composition. View the preview + window (4) to see how the composition affects a component before assigning it to + one. Use the preview window toolbar to select the preview image and the preview + window background color. \li Finally, select \imagesaveeffectcomposer to save your effect composition. If the composition is still \e Untitled, name it, and then select \uicontrol Save. Select \imagesaveaseffectcomposer to save the @@ -54,7 +54,7 @@ composition. \endlist - \image studio-effect-composer-assets.webp Effect Composer and the Assets view + \image studio-effect-composer-assets.webp Effect Composer and the Assets view. The saved effect compositions appear in the \uicontrol {Assets} > \uicontrol Effects. To delete an effect composition, right-click it in the \uicontrol {Assets} view, and @@ -100,7 +100,7 @@ You can modify the shader code of an effect in your effect composition using \uicontrol {Shaders Code Editor}. - \image shaders-code-editor.webp Shaders Code Editor + \image shaders-code-editor.webp Shaders Code Editor. To open \uicontrol {Shaders Code Editor}: @@ -252,7 +252,7 @@ \section1 Using animated effects Some of the effects in \uicontrol {Effect Composer} are animated. Preview the - animation in the preview panel using the play, pause, and restart animation + animation in the preview window using the play, pause, and restart animation buttons. When a composition including an animated effect has been applied to a component,