From 0a582f279e1587b857ed770572f83472786e3195 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 9 Apr 2019 16:28:59 +0200 Subject: [PATCH] Doc: Fix link to icon in Qt Quick Designer docs Instead of the transparency button, the eye-open icon should be clicked to hide items on the canvas. Change-Id: Ica44241a1ea129f24f97cdae58355d14bce79d61 Reviewed-by: Thomas Hartmann --- doc/src/qtquick/qtquick-navigator.qdoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/src/qtquick/qtquick-navigator.qdoc b/doc/src/qtquick/qtquick-navigator.qdoc index 4092f412110..db8921630cb 100644 --- a/doc/src/qtquick/qtquick-navigator.qdoc +++ b/doc/src/qtquick/qtquick-navigator.qdoc @@ -52,10 +52,9 @@ When you copy an item, all its child items are also copied. When you remove an item, the child items are also removed. - You can show and hide items on the canvas to focus on specific parts of the - application. Click the \inlineimage icon_color_none.png - (\uicontrol Transparent) button to change the visibility of an item on the - canvas. To change the visibility of an item in the application, select the + To show and hide items on the canvas when focusing on specific parts of the + application, click \inlineimage eye_open.png + . To change the visibility of an item in the application code, select the \uicontrol Visibility check box in the \uicontrol Properties pane or select \uicontrol Edit > \uicontrol Visibility in the context menu.