aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/qtquick
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-11-16 15:28:00 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-11-21 15:00:43 +0000
commit983e2cd09d815c251c10e65fce9c4f26e11b051f (patch)
tree0287a1a547ea0d236debe8d979bf988407eb1344 /doc/src/qtquick
parent14db426133dbd9b1f8a481350c8b8603e25d8fc2 (diff)
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 <tarja.sundqvist@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'doc/src/qtquick')
-rw-r--r--doc/src/qtquick/qtquick-creating.qdoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/qtquick/qtquick-creating.qdoc b/doc/src/qtquick/qtquick-creating.qdoc
index 5b9d5d4834..0512c3e846 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).