Doc: changes to the Qt Quick Application wizard

(cherry picked from commit a51c9b60306cf789fcd4347e2bb8a4352857183e)

Change-Id: Ia913f2490515fb7155e7805c18e77d25cdc61f43
Reviewed-on: http://codereview.qt.nokia.com/938
Reviewed-by: Carsten Owerfeldt <carsten.owerfeldt@nokia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
Leena Miettinen
2011-06-30 17:37:24 +02:00
parent ca9a94a0ae
commit 4928ea014b
10 changed files with 45 additions and 23 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

After

Width:  |  Height:  |  Size: 107 KiB

View File

@@ -3183,9 +3183,9 @@
Compiler, is installed as a part of the \QSDK. For more information, see Compiler, is installed as a part of the \QSDK. For more information, see
\l{Building with Remote Compiler}. \l{Building with Remote Compiler}.
When you install the \QSDK, the build and run settings for the Maemo, MeeGo You can install Maemo, MeeGo Harmattan, and Symbian targets as parts of
Harmattan, and the \QSDK. The build and run settings for the selected targets are set up
Symbian targets are set up automatically. However, you need to install and automatically. However, you need to install and
configure some additional software on the devices to be able to connect to configure some additional software on the devices to be able to connect to
them from the development PC. them from the development PC.
@@ -3232,8 +3232,10 @@
\o Qt Quick Project \o Qt Quick Project
Use QML to define the user interface and, Use QML elements or Qt Quick Components to define the user interface and,
optionally, C++ or JavaScript to define the application logic optionally, C++ or JavaScript to define the application logic.
\o Qt Widget Project \o Qt Widget Project
@@ -9365,6 +9367,20 @@
\o Click \gui{Next}. \o Click \gui{Next}.
The \gui {Application Type} dialog opens.
\image qmldesigner-new-project-qml-sources.png "Application Type dialog"
\o Select the Qt Quick Component Set to use in your application. The
built-in elements allow you to write cross-platform applications with
custom look and feel. The components for Symbian and MeeGo Harmattan
allow you to create applications with a native look and feel for the
selected mobile platform.
You can also import an existing QML file in this dialog.
\o Click \gui{Next}.
The \gui {Target Setup} dialog opens. The \gui {Target Setup} dialog opens.
\image qmldesigner-new-project-qt-versions.png "Target Setup dialog" \image qmldesigner-new-project-qt-versions.png "Target Setup dialog"
@@ -9412,13 +9428,6 @@
\o In the \gui {Application icon} field, select the application \o In the \gui {Application icon} field, select the application
icon to use on Maemo or Harmattan targets, or use the default icon. icon to use on Maemo or Harmattan targets, or use the default icon.
The \gui {QML Sources} dialog opens.
\image qmldesigner-new-project-qml-sources.png "QML Sources" dialog
\o In the \gui {QML Main File} group, select \gui {Generate a .qml file},
and then click \gui{Next}.
The \gui {Project Management} dialog opens. The \gui {Project Management} dialog opens.
\image qmldesigner-new-project-summary.png "Project Management" dialog \image qmldesigner-new-project-summary.png "Project Management" dialog
@@ -9452,19 +9461,20 @@
\o Name the project and set its path, and then click \gui Next. \o Name the project and set its path, and then click \gui Next.
\o In the \gui {Application Type} dialog, select the \gui {Use an
existing .qml file}
option and specify the main .qml file of the project you want to import.
\image qmldesigner-import-project.png "Application Type dialog"
\o Click \gui Next.
\o Select the Qt versions to use as build targets for your project, and click \o Select the Qt versions to use as build targets for your project, and click
\gui{Next}. \gui{Next}.
\o Specify options for deploying the application to mobile device targets, and \o Specify options for deploying the application to mobile device targets, and
click \gui{Next}. click \gui{Next}.
\o In the \gui {QML Sources} dialog, select the \gui {Import an existing .qml file}
option and specify the main .qml file of the project you want to import.
\image qmldesigner-import-project.png "QML Sources" dialog
\o Click \gui Next.
\o Review the project settings, and click \gui{Finish} to create the project. \o Review the project settings, and click \gui{Finish} to create the project.
\endlist \endlist
@@ -9515,10 +9525,17 @@
\endlist \endlist
You can experiment with a set of Qt Quick components that are designed to QML elements allow you to write cross-platform applications with custom look
appear native to the Symbian devices target platform. For more information, and feel. You can also use ready-made Qt Quick Components for Symbian and
see MeeGo Harmattan that allow you to create applications with a native look and
\l{http://labs.qt.nokia.com/2011/04/08/qt-quick-components-for-symbian-technology-preview/}{Qt Quick components for Symbian Technology Preview}. feel for the selected mobile platform. You can install the components as
part of \QSDK.
When you use the Qt Creator project wizard to create Qt Quick applications,
you can select which component set to use in your application.
Even if you use the Qt Quick Components, you can still write cross-platform
applications, by using different sets of QML files for each platform.
You can dowload a set of commonly used UI-components for generic use in You can dowload a set of commonly used UI-components for generic use in
Qt Quick projects from Qt Quick projects from
@@ -9798,6 +9815,11 @@
The QML files in the project folder are displayed in \gui {QML Components} in the The QML files in the project folder are displayed in \gui {QML Components} in the
\gui Library pane. \gui Library pane.
You can also use ready-made Qt Quick Components for Symbian and
MeeGo Harmattan that allow you to create screens with a native look and
feel for the selected mobile platform. You can install the components as
part of \QSDK.
You can dowload QML templates that specify different types of screens from You can dowload QML templates that specify different types of screens from
\l{https://projects.developer.nokia.com/QMLTemplates}{QML Templates} for use in \l{https://projects.developer.nokia.com/QMLTemplates}{QML Templates} for use in
your Qt Quick projects. You can open and edit the templates in \QD. your Qt Quick projects. You can open and edit the templates in \QD.