aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-03-14 09:27:26 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-03-14 10:08:39 +0100
commit4304a73e857e4be51652f8d1631a9205a1efbb20 (patch)
tree6dd25f655c516936781afdd06c5c909cc400f718 /doc
parentb91f4700f8a6ee787f7e5915adfaad3254fdfe0c (diff)
Doc: update changes to the wizard
Update screenshots Make the title shorter Change-Id: Ib88d2b1eb2160152a68ee4785cc432e50bd65df6 Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qtcreator-symbian-components-example-simulated.pngbin105087 -> 89291 bytes
-rw-r--r--doc/images/qtcreator-symbian-components-example-ui.pngbin67075 -> 64961 bytes
-rw-r--r--doc/images/qtcreator-symbian-components-example.pngbin43251 -> 26449 bytes
-rw-r--r--doc/src/overview/creator-tutorials.qdoc2
-rw-r--r--doc/src/qtcreator.qdoc2
-rw-r--r--doc/src/symbian/qtquick-components-symbian.qdoc9
6 files changed, 5 insertions, 8 deletions
diff --git a/doc/images/qtcreator-symbian-components-example-simulated.png b/doc/images/qtcreator-symbian-components-example-simulated.png
index 79971bde81e..14227bbbb0e 100644
--- a/doc/images/qtcreator-symbian-components-example-simulated.png
+++ b/doc/images/qtcreator-symbian-components-example-simulated.png
Binary files differ
diff --git a/doc/images/qtcreator-symbian-components-example-ui.png b/doc/images/qtcreator-symbian-components-example-ui.png
index d9093bdf194..510966a1945 100644
--- a/doc/images/qtcreator-symbian-components-example-ui.png
+++ b/doc/images/qtcreator-symbian-components-example-ui.png
Binary files differ
diff --git a/doc/images/qtcreator-symbian-components-example.png b/doc/images/qtcreator-symbian-components-example.png
index fecf5e9daa9..7096b407bde 100644
--- a/doc/images/qtcreator-symbian-components-example.png
+++ b/doc/images/qtcreator-symbian-components-example.png
Binary files differ
diff --git a/doc/src/overview/creator-tutorials.qdoc b/doc/src/overview/creator-tutorials.qdoc
index c5ad54d61d5..ddd1d4ac6c1 100644
--- a/doc/src/overview/creator-tutorials.qdoc
+++ b/doc/src/overview/creator-tutorials.qdoc
@@ -44,7 +44,7 @@
\o \l{Creating a Qt Quick Application}
Learn about the basic Qt Quick concepts and QML elements.
- \o \l{Creating a Qt Quick Application Using Qt Quick Components}
+ \o \l{Using Qt Quick Components}
Learn how to develop a Qt Quick application for mobile devices.
diff --git a/doc/src/qtcreator.qdoc b/doc/src/qtcreator.qdoc
index ccce4c30998..e52e0732126 100644
--- a/doc/src/qtcreator.qdoc
+++ b/doc/src/qtcreator.qdoc
@@ -136,7 +136,7 @@
\o \l{Tutorials}
\list
\o \l{Creating a Qt Quick Application}
- \o \l{Creating a Qt Quick Application Using Qt Quick Components}
+ \o \l{Using Qt Quick Components}
\o \l{Creating a Qt Widget Based Application}
\endlist
\endlist
diff --git a/doc/src/symbian/qtquick-components-symbian.qdoc b/doc/src/symbian/qtquick-components-symbian.qdoc
index 102dba4e43d..15962550a6c 100644
--- a/doc/src/symbian/qtquick-components-symbian.qdoc
+++ b/doc/src/symbian/qtquick-components-symbian.qdoc
@@ -31,7 +31,7 @@
\page creator-qml-components-example.html
\nextpage creator-writing-program.html
- \title Creating a Qt Quick Application Using Qt Quick Components
+ \title Using Qt Quick Components
\note To complete this tutorial, you must install the Qt Quick Components
for Symbian and the Symbian Anna target as part of the \QSDK. In addition,
@@ -50,17 +50,14 @@
\list 1
- \o Select \gui{File > New File or Project > Qt Quick Project > Qt Quick
- Application > Choose}.
+ \o Select \gui{File > New File or Project > Applications > Qt Quick
+ Application for Symbian > Choose}.
\o In the \gui{Name} field, type \bold {BatteryStatus}.
\o In the \gui {Create in} field, enter the path for the project files.
For example, \c {C:\Qt\examples}, and then click \gui{Next}.
- \o In the \gui {Application Type} dialog, select \gui {Qt Quick
- Components for Symbian}, and then click \gui{Next}.
-
\o Select \gui {Symbian Device} and \gui {\QS} targets, and
then click \gui{Next}.