From d0de0eb0f7bcd0715d049e36a830e20e18ecb6fe Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Mon, 18 Apr 2016 11:47:42 +0200 Subject: [PATCH] Doc: Add clarification on when the select tool is usable Task-number: QTCREATORBUG-15349 Change-Id: I24650e1b8a5a66c1aee2a552d04559b99562f830 Reviewed-by: Leena Miettinen Reviewed-by: Alessandro Portale --- doc/src/debugger/qtquick-debugging.qdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/src/debugger/qtquick-debugging.qdoc b/doc/src/debugger/qtquick-debugging.qdoc index 3667582c037..ef043365634 100644 --- a/doc/src/debugger/qtquick-debugging.qdoc +++ b/doc/src/debugger/qtquick-debugging.qdoc @@ -219,6 +219,10 @@ application to jump to their definitions in the code. The properties of the selected item are displayed in the \uicontrol {Locals and Expressions} view. + The \uicontrol Select tool will be enabled either if your application is + using Qt 5.7 or later, or if your application is using an earlier version + of Qt and is based on the \c QQuickView class. + You can also view the item hierarchy in the running application: \list