diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/images/qmldesigner-tutorial-project.png | bin | 25250 -> 26311 bytes | |||
-rw-r--r-- | doc/src/qtquick/qtquick-app-tutorial.qdoc | 21 |
2 files changed, 19 insertions, 2 deletions
diff --git a/doc/images/qmldesigner-tutorial-project.png b/doc/images/qmldesigner-tutorial-project.png Binary files differindex 830a3c0adb..7172921fa0 100644 --- a/doc/images/qmldesigner-tutorial-project.png +++ b/doc/images/qmldesigner-tutorial-project.png 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. |