From 12f1375f4e9d56d17750a280924a2083ade61b29 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 5 Nov 2015 11:11:30 +0100 Subject: [PATCH] Doc: using Go to Implementation context menu command Change-Id: I1fc905909e4d95934b0669a8d27801d6446548d6 Reviewed-by: Tim Jenssen --- doc/src/qtquick/qtquick-ui-forms.qdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/src/qtquick/qtquick-ui-forms.qdoc b/doc/src/qtquick/qtquick-ui-forms.qdoc index 1b4b3b07997..37e70a5a93a 100644 --- a/doc/src/qtquick/qtquick-ui-forms.qdoc +++ b/doc/src/qtquick/qtquick-ui-forms.qdoc @@ -103,4 +103,8 @@ You can also assign properties or define behavior or transitions. + To move from the \uicontrol Design mode directly to the implementation of a + type in the .qml file, right-click the type in the \uicontrol Navigator and + select \uicontrol {Go to Implementation} in the context menu. + */