From 983e2cd09d815c251c10e65fce9c4f26e11b051f Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 16 Nov 2017 15:28:00 +0100 Subject: [PATCH] Doc: Update Qt Quick UI Prototype wizard docs The wizard name has changed. The option to create an ui.qml file has been replaces with the option to add a virtual keyboard. Change-Id: I2466500dcabda59586806939c0e7b8f3100d6677 Reviewed-by: Tarja Sundqvist Reviewed-by: Tim Jenssen Reviewed-by: Alessandro Portale --- doc/src/qtquick/qtquick-creating.qdoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/src/qtquick/qtquick-creating.qdoc b/doc/src/qtquick/qtquick-creating.qdoc index 5b9d5d48345..0512c3e8468 100644 --- a/doc/src/qtquick/qtquick-creating.qdoc +++ b/doc/src/qtquick/qtquick-creating.qdoc @@ -211,7 +211,7 @@ \list 1 \li Select \uicontrol File > \uicontrol {New File or Project} > - \uicontrol {Other Project} > \uicontrol {Qt Quick UI} > + \uicontrol {Other Project} > \uicontrol {Qt Quick UI Prototype} > \uicontrol Choose. \li In the \uicontrol {Minimal required Qt version} field, select the Qt @@ -222,8 +222,9 @@ Qt Quick Controls, Qt Quick Dialogs, and Qt Quick Layouts (available since Qt 5.1). - \li Select the \uicontrol {With .ui.qml file} check box to create an UI - form. + \li Select the \uicontrol {Use Qt Virtual Keyboard} check box to add + support for \l{http://doc.qt.io/qt-5/qtvirtualkeyboard-index.html} + {Qt Virtual Keyboard} to the application. \li Select \uicontrol Next (or \uicontrol Continue on \macos).