From 56cd215c6d7583e05c052b43c8a50254487e5fab Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 6 Nov 2017 12:37:09 +0100 Subject: Doc: Describe hiding invisible items in the Qt Quick Designer Navigator Update screenshots. Change-Id: I8335131298d2a400403be2879f4f363d687c78cc Reviewed-by: Thomas Hartmann --- doc/images/qmldesigner-element-size.png | Bin 7772 -> 32345 bytes doc/images/qmldesigner-navigator-arrows.png | Bin 3321 -> 8740 bytes doc/images/qmldesigner-navigator.png | Bin 3475 -> 9431 bytes doc/src/qtquick/qtquick-designer.qdoc | 9 ++++++--- 4 files changed, 6 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/images/qmldesigner-element-size.png b/doc/images/qmldesigner-element-size.png index 47c555642f..ad2d3b666b 100644 Binary files a/doc/images/qmldesigner-element-size.png and b/doc/images/qmldesigner-element-size.png differ diff --git a/doc/images/qmldesigner-navigator-arrows.png b/doc/images/qmldesigner-navigator-arrows.png index 06d884b5c5..ecc59fcec1 100644 Binary files a/doc/images/qmldesigner-navigator-arrows.png and b/doc/images/qmldesigner-navigator-arrows.png differ diff --git a/doc/images/qmldesigner-navigator.png b/doc/images/qmldesigner-navigator.png index fc168249f8..4fe5e737c6 100644 Binary files a/doc/images/qmldesigner-navigator.png and b/doc/images/qmldesigner-navigator.png differ diff --git a/doc/src/qtquick/qtquick-designer.qdoc b/doc/src/qtquick/qtquick-designer.qdoc index 7063351e25..8c835d12c0 100644 --- a/doc/src/qtquick/qtquick-designer.qdoc +++ b/doc/src/qtquick/qtquick-designer.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2017 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Creator documentation. @@ -120,8 +120,8 @@ 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 to focus on specific parts of the application. - Click the \inlineimage icon_color_none.png + 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 \uicontrol Visibility @@ -134,6 +134,9 @@ As all properties, visibility and opacity are inherited from the parent item. To hide or show child items, edit the properties of the parent item. + To hide invisible items in the navigator, click \inlineimage filtericon.png + (\uicontrol {Filter Tree}) and select \uicontrol {Show only visible items}. + To reset item size, position, or anchors, select context menu commands. To change the source of an Image type, select \uicontrol {Change Source URL} in the context menu. -- cgit v1.2.3