Skip to content
Snippets Groups Projects
Commit ec23f54b authored by Leena Miettinen's avatar Leena Miettinen
Browse files

Doc: the changed process


Update screen shots.

Change-Id: I75f958cb23d71fdde1fb72fd9f3c85f008cdc9ff
Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@nokia.com>
Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@nokia.com>
parent 086aa84e
No related branches found
No related tags found
No related merge requests found
doc/images/qt-simulator.png

95.3 KiB | W: | H:

doc/images/qt-simulator.png

34.9 KiB | W: | H:

doc/images/qt-simulator.png
doc/images/qt-simulator.png
doc/images/qt-simulator.png
doc/images/qt-simulator.png
  • 2-up
  • Swipe
  • Onion skin
doc/images/qtcreator-gs-build-example-open.png

137 KiB | W: | H:

doc/images/qtcreator-gs-build-example-open.png

24.4 KiB | W: | H:

doc/images/qtcreator-gs-build-example-open.png
doc/images/qtcreator-gs-build-example-open.png
doc/images/qtcreator-gs-build-example-open.png
doc/images/qtcreator-gs-build-example-open.png
  • 2-up
  • Swipe
  • Onion skin
doc/images/qtcreator-gs-build-example-select-qs.png

34.2 KiB | W: | H:

doc/images/qtcreator-gs-build-example-select-qs.png

9.51 KiB | W: | H:

doc/images/qtcreator-gs-build-example-select-qs.png
doc/images/qtcreator-gs-build-example-select-qs.png
doc/images/qtcreator-gs-build-example-select-qs.png
doc/images/qtcreator-gs-build-example-select-qs.png
  • 2-up
  • Swipe
  • Onion skin
doc/images/qtcreator-gs-build-example-targets.png

17.3 KiB | W: | H:

doc/images/qtcreator-gs-build-example-targets.png

16.8 KiB | W: | H:

doc/images/qtcreator-gs-build-example-targets.png
doc/images/qtcreator-gs-build-example-targets.png
doc/images/qtcreator-gs-build-example-targets.png
doc/images/qtcreator-gs-build-example-targets.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -49,12 +49,12 @@ ...@@ -49,12 +49,12 @@
If you have not used \QC before, and want to become familiar If you have not used \QC before, and want to become familiar
with the parts of the user interface, go to \l{User Interface}. with the parts of the user interface, go to \l{User Interface}.
\o \bold {\l{Building and Running an Example Application}} \o \bold {\l{Building and Running an Example}}
To check that \l{glossary-development-target}{targets} were To check that \l{glossary-development-target}{targets} were
successfully installed as part of the \QSDK installation, open successfully installed as part of the \QSDK installation, open
an example application and run it. If you have not done so an example application and run it. If you have not done so
before, go to \l{Building and Running an Example Application}. before, go to \l{Building and Running an Example}.
\o \bold {\l{Tutorials}} \o \bold {\l{Tutorials}}
Now you are ready to start developing your own applications. Now you are ready to start developing your own applications.
......
...@@ -31,43 +31,48 @@ ...@@ -31,43 +31,48 @@
\page creator-build-example-application.html \page creator-build-example-application.html
\nextpage creator-tutorials.html \nextpage creator-tutorials.html
\title Building and Running an Example Application \title Building and Running an Example
You can test that your installation is successful by opening an existing You can test that your installation is successful by opening an existing
example application project. example application project.
\list 1 \list 1
\o On the \gui Welcome page, select \gui {Demos and Examples}, \o On the \gui Welcome page, select \gui Examples (1).
and then search for \gui {Toys: Clocks Example} in the
list of examples.
\image qtcreator-gs-build-example-open.png "Selecting an example" \image qtcreator-gs-build-example-open.png "Selecting an example"
\o Select \l{glossary-development-target}{targets} for the project. \o Search for \gui {Toys: Clocks Example} (2) in the list of examples
Select at least \QS and select it (3).
and one of the mobile targets, Symbian Device, Maemo 5, or
MeeGo Harmattan, depending on the device you develop for.
\image qtcreator-gs-build-example-targets.png "Selecting targets"
\note If you have only one target installed, this dialog is
skipped. You can add installed targets later in the \gui Projects
mode.
\note The project opens in the \gui Edit mode, and the documentation \note The project opens in the \gui Edit mode, and the documentation
for the example hides these instructions. To return to these for the example hides these instructions. To return to these
instructions, select \gui {Previous Page} on the toolbar or instructions, select \gui {Previous Page} on the toolbar or
press \key {Alt+Left}. press \key {Alt+Left}.
\o Select \gui Projects to configure the project:
\image qtcreator-gs-build-example-targets.png "Selecting targets"
\list 1
\o Select at least \QS and one of the mobile
\l{glossary-development-target}{targets} (1), Symbian
Device, Maemo 5, or MeeGo Harmattan, depending on the device
you develop for.
\o Select \gui {Configure Project} (2).
\endlist
\o To test the application in \QS, click the \gui {Target \o To test the application in \QS, click the \gui {Target
Selector} and select \gui {\QS}. Selector} and select \gui {\QS}.
\image {qtcreator-gs-build-example-select-qs.png} "Selecting Qt Simulator as target" \image qtcreator-gs-build-example-select-qs.png "Selecting Qt Simulator as target"
\o Click \o Click
\inlineimage{qtcreator-run.png} \inlineimage qtcreator-run.png
to build the application and run it in \QS. (\gui Run) to build the application and run it in \QS.
\o To see the compilation progress, press \key{Alt+4} to open the \o To see the compilation progress, press \key{Alt+4} to open the
\gui {Compile Output} pane. \gui {Compile Output} pane.
...@@ -76,7 +81,7 @@ ...@@ -76,7 +81,7 @@
project is successfully built. The application opens in project is successfully built. The application opens in
\QS. \QS.
\image {qt-simulator.png} "Qt Simulator" \image qt-simulator.png "Qt Simulator"
\o Change the settings in the \gui Model view. For example, rotate the \o Change the settings in the \gui Model view. For example, rotate the
device by clicking the \gui {Orientation} buttons or choose from the device by clicking the \gui {Orientation} buttons or choose from the
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
\list \list
\o \l{IDE Overview} \o \l{IDE Overview}
\o \l{User Interface} \o \l{User Interface}
\o \l{Building and Running an Example Application} \o \l{Building and Running an Example}
\o \l{Tutorials} \o \l{Tutorials}
\endlist \endlist
\o \bold {\l{Managing Projects}} \o \bold {\l{Managing Projects}}
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
\list \list
\o \l{IDE Overview} \o \l{IDE Overview}
\o \l{User Interface} \o \l{User Interface}
\o \l{Building and Running an Example Application} \o \l{Building and Running an Example}
\o \l{Tutorials} \o \l{Tutorials}
\list \list
\o \l{Creating a Qt Quick Application} \o \l{Creating a Qt Quick Application}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment