Doc: Add links from Qt Quick tutorials to UI design overview

...in Qt docs. Because a user felt the information is missing.

Change-Id: I76a7820974073651e6632b0f8e705655377b92c0
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Leena Miettinen
2017-02-07 16:36:59 +01:00
parent 6f2c120d1c
commit 195c7711cb
2 changed files with 3 additions and 0 deletions

View File

@@ -45,6 +45,8 @@
\image creator_android_tutorial_ex_app.png
For more information about the UI choices you have, see \l{User Interfaces}.
\section1 Setting up the Development Environment
To be able to build and run the application on a mobile device, you must

View File

@@ -36,6 +36,7 @@
to implement a simplified version of the \l{Qt Quick Controls - UI Forms}
{UI Forms example}, which provides an interface to a customer database and
is purely written in QML and JavaScript.
For more information about the UI choices you have, see \l{User Interfaces}.
\image qmldesigner-uiforms-example.png