From fb1ddb53c8301bd081fddbb7429adc03db4d1c95 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 9 Apr 2019 16:44:35 +0200 Subject: [PATCH] Doc: Describe Stack context menu commands in Qt Quick Designer The Raise and Lower buttons were removed from the toolbar, so describe the respective context-menu commands instead. Change-Id: Iaa00d0b627674f901978404083762e19bb4fb625 Reviewed-by: Thomas Hartmann --- doc/src/qtquick/qtquick-navigator.qdoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/src/qtquick/qtquick-navigator.qdoc b/doc/src/qtquick/qtquick-navigator.qdoc index 3fe95176474..4092f412110 100644 --- a/doc/src/qtquick/qtquick-navigator.qdoc +++ b/doc/src/qtquick/qtquick-navigator.qdoc @@ -86,13 +86,11 @@ Items with the same stacking value are drawn in the order they are listed, from the last item up. - To raise or lower the stack value of an item, select \inlineimage raise.png - (\uicontrol Raise) or \inlineimage lower.png - (\uicontrol Lower) on the toolbar. - To move an item to the front or back of all its siblings, right-click it in the navigator or the \uicontrol {Form Editor} and select - \uicontrol {Stack (z)}. To remove the \c z property, select + \uicontrol {Stack (z)} > \uicontrol {To Front} or \uicontrol {To Back}. + To raise or lower the stack value of an item, select \uicontrol Raise + or \uicontrol Lower. To remove the \c z property, select \uicontrol {Reset z Property}. You can also use a \uicontrol StackLayout item (Qt Quick Controls) to