aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-11-06 12:37:09 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-11-06 11:43:16 +0000
commit56cd215c6d7583e05c052b43c8a50254487e5fab (patch)
treea8efb5394d2d77ac0c208a61e4029da7c2966cee /doc
parent03e629e5f9839c5eb5addc7f40b92422bf3abe0d (diff)
Doc: Describe hiding invisible items in the Qt Quick Designer Navigator
Update screenshots. Change-Id: I8335131298d2a400403be2879f4f363d687c78cc Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qmldesigner-element-size.pngbin7772 -> 32345 bytes
-rw-r--r--doc/images/qmldesigner-navigator-arrows.pngbin3321 -> 8740 bytes
-rw-r--r--doc/images/qmldesigner-navigator.pngbin3475 -> 9431 bytes
-rw-r--r--doc/src/qtquick/qtquick-designer.qdoc9
4 files changed, 6 insertions, 3 deletions
diff --git a/doc/images/qmldesigner-element-size.png b/doc/images/qmldesigner-element-size.png
index 47c555642f..ad2d3b666b 100644
--- a/doc/images/qmldesigner-element-size.png
+++ b/doc/images/qmldesigner-element-size.png
Binary files differ
diff --git a/doc/images/qmldesigner-navigator-arrows.png b/doc/images/qmldesigner-navigator-arrows.png
index 06d884b5c5..ecc59fcec1 100644
--- a/doc/images/qmldesigner-navigator-arrows.png
+++ b/doc/images/qmldesigner-navigator-arrows.png
Binary files differ
diff --git a/doc/images/qmldesigner-navigator.png b/doc/images/qmldesigner-navigator.png
index fc168249f8..4fe5e737c6 100644
--- a/doc/images/qmldesigner-navigator.png
+++ b/doc/images/qmldesigner-navigator.png
Binary files 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.