From a031dbfc3d15656030fcfa5539bd57cd146c19bd Mon Sep 17 00:00:00 2001 From: Sze Howe Koh Date: Tue, 29 Sep 2015 19:46:34 +0800 Subject: [PATCH] Doc: Instruct user to select the correct template The screenshot shows the code template for a Qt Quick Controls Application, not a Qt Quick Application. This led to user confusion: https://forum.qt.io/topic/59078/ Change-Id: I41580fd4abd337176e704adcb9547d8d4bb4ef7a Reviewed-by: Leena Miettinen --- doc/src/qtquick/qtquick-app-tutorial.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/qtquick/qtquick-app-tutorial.qdoc b/doc/src/qtquick/qtquick-app-tutorial.qdoc index f6c24cfe7da..88eddbf3d26 100644 --- a/doc/src/qtquick/qtquick-app-tutorial.qdoc +++ b/doc/src/qtquick/qtquick-app-tutorial.qdoc @@ -51,7 +51,7 @@ \list 1 \li Select \uicontrol{File > New File or Project > Application > - Qt Quick Application > Choose}. + Qt Quick Controls Application > Choose}. \li In the \uicontrol{Name} field, type \e {Transitions}.