From 138d009cc789ad85216d106d477f5270f62dad8e Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 2 Apr 2015 16:37:31 +0200 Subject: [PATCH] Doc: Inspect API for Element Under Cursor function Change-Id: I8fbc3d61bdda51fc40e671d694b717622713c5f8 Reviewed-by: Nikita Baryshnikov Reviewed-by: Kai Koehne --- doc/src/editors/creator-editors.qdoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc index 0113072e5dc..59e022f6073 100644 --- a/doc/src/editors/creator-editors.qdoc +++ b/doc/src/editors/creator-editors.qdoc @@ -750,6 +750,12 @@ If this does not help, try changing the QML emulation layer to the one that was built with the same Qt version as the one selected in the build and run kit. For more information, see \l{Running QML Modules in Qt Quick Designer}. + + \section1 Inspecting QML and JavaScript + + To inspect QML and JavaScript properties, methods, and enums, move the + cursor over them and select \uicontrol Tools > \uicontrol {QML/JS} > + \uicontrol {Inspect API for Element Under Cursor}. */