Doc: HTML5 application wizard was removed

Update the screen shot.

Change-Id: I1d34e1613700868203362d0a0e9e9001889444e2
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
This commit is contained in:
Leena Miettinen
2014-05-28 08:46:11 +02:00
parent fa33294f17
commit 9f421172b7
3 changed files with 1 additions and 6 deletions

View File

@@ -113,11 +113,6 @@
Use a single main.cpp file
\li HTML5 Application
Use a QtWebKit view to design the user interface and HTML5 and
C++ code to implement the application logic
\li Qt Quick UI
Use a single QML file that contains the main view. You can

View File

@@ -42,7 +42,7 @@
To set up a project, you first have to decide what kind of an
application you want to develop: do you want a user interface based
on Qt Quick or HTML5 or Qt widgets. Second, you have to choose the
on Qt Quick or Qt widgets. Second, you have to choose the
language to implement the application logic: C++ or JavaScript.
\li \l{Using Version Control Systems}