summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-11-15 09:48:08 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-11-15 15:13:32 +0100
commit646b2f4e6ef899f8d05d2b0a4924bc362c3a360f (patch)
tree29e1c7593269fde23a5c83a932f89eef0777f3e5
parent3e305f9758fb2acde1765e99a3932b1ad9b2249b (diff)
downloadqt-creator-646b2f4e6ef899f8d05d2b0a4924bc362c3a360f.tar.gz
Doc: add steps to select components
Users now have to know which components to import. Change-Id: I70afdc7dc15055f166074e5807d3e2ee2dd0b2f4 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
-rw-r--r--doc/images/qmldesigner-tutorial-project.pngbin25250 -> 26311 bytes
-rw-r--r--doc/src/qtquick/qtquick-app-tutorial.qdoc21
2 files changed, 19 insertions, 2 deletions
diff --git a/doc/images/qmldesigner-tutorial-project.png b/doc/images/qmldesigner-tutorial-project.png
index 830a3c0adb..7172921fa0 100644
--- a/doc/images/qmldesigner-tutorial-project.png
+++ b/doc/images/qmldesigner-tutorial-project.png
Binary files differ
diff --git a/doc/src/qtquick/qtquick-app-tutorial.qdoc b/doc/src/qtquick/qtquick-app-tutorial.qdoc
index 8bce2e7d9b..1087839842 100644
--- a/doc/src/qtquick/qtquick-app-tutorial.qdoc
+++ b/doc/src/qtquick/qtquick-app-tutorial.qdoc
@@ -56,8 +56,25 @@
\o Select \gui{File > New File or Project > Qt Quick Project > Qt Quick
Application > Choose}.
- \o Follow the instructions of the wizard to create a project called
- Transitions.
+ \o In the \gui{Name} field, type \bold {Transitions}.
+
+ \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 {Built-in
+ elements only (for all platforms)}, and then click \gui{Next}.
+
+ \o Select targets, and then click \gui{Next}.
+
+ \note Targets are listed if you installed the appropriate
+ development environment, for example, as part of the \QSDK. You can
+ add targets later in the \gui Projects mode.
+
+ \o Select \gui Next in the following dialogs to use the default
+ settings.
+
+ \o Review the project settings, and click \gui{Finish} to create the
+ project.
\o Press \key {Ctrl+R} to run the application.