OSDN Git Service

Doc - edit Qt C++ application example
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>
Fri, 8 Oct 2010 11:46:56 +0000 (13:46 +0200)
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>
Fri, 8 Oct 2010 14:27:21 +0000 (16:27 +0200)
Update screen shots

Reviewed-by: Friedemann Kleint
doc/images/qtcreator-add-resource-wizard.png
doc/images/qtcreator-add-resource-wizard3.png
doc/images/qtcreator-batteryindicator-screenshot.png
doc/images/qtcreator-intro-and-location.png
doc/images/qtcreator-new-project-qt-versions.png
doc/images/qtcreator-new-project-summary.png
doc/images/qtcreator-new-project.png
doc/qtcreator.qdoc

index 5109123..db76501 100644 (file)
Binary files a/doc/images/qtcreator-add-resource-wizard.png and b/doc/images/qtcreator-add-resource-wizard.png differ
index 8f4208b..ffad73d 100644 (file)
Binary files a/doc/images/qtcreator-add-resource-wizard3.png and b/doc/images/qtcreator-add-resource-wizard3.png differ
index 8447e2b..d312bd9 100644 (file)
Binary files a/doc/images/qtcreator-batteryindicator-screenshot.png and b/doc/images/qtcreator-batteryindicator-screenshot.png differ
index 014bba7..346e855 100644 (file)
Binary files a/doc/images/qtcreator-intro-and-location.png and b/doc/images/qtcreator-intro-and-location.png differ
index 48ef70b..16a2fb8 100644 (file)
Binary files a/doc/images/qtcreator-new-project-qt-versions.png and b/doc/images/qtcreator-new-project-qt-versions.png differ
index 2b99727..94b8c15 100644 (file)
Binary files a/doc/images/qtcreator-new-project-summary.png and b/doc/images/qtcreator-new-project-summary.png differ
index fed25bf..f6996fa 100644 (file)
Binary files a/doc/images/qtcreator-new-project.png and b/doc/images/qtcreator-new-project.png differ
index 3904228..3253cd1 100644 (file)
            Follow the instructions of the wizard.
            This example uses \gui {Qt Gui Application}.
 
-        \o Name the project and set its path. To select the path from a
-           directory tree, click \gui Browse.
+        \o Name the project and set its path, and then click \gui Next.
 
-           Avoid using spaces and special characters in the project name and
+           Do not use spaces and special characters in the project name and
            path.
 
            \image qtcreator-intro-and-location.png
         \o Select the Qt versions to use as build targets for your project, and click
            \gui{Next}.
 
-           \image qtcreator-new-project-qt-versions.png "Target setting dialog"
+           \image qtcreator-new-project-qt-versions.png "Qt Versions dialog"
 
            \note If you have only one Qt version installed, this dialog is skipped.
 
         \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}.
 
-        The target setting dialog opens.
+        The \gui {Qt Versions} dialog opens.
 
-        \image qtcreator-new-project-qt-versions.png "Target setting dialog"
+        \image qtcreator-new-project-qt-versions.png "Qt Versions dialog"
 
         \o Select the Qt versions to use as build targets for your project, and click
         \gui{Next}.
 
         \image qtcreator-class-info.png "Class Information dialog"
 
-        \o In the \gui{Class Name} field, type \bold {TextFinder} as the class name.
+        \o In the \gui{Class name} field, type \bold {TextFinder} as the class name.
 
-        \o In the \gui{Base Class} list, select \bold {QWidget} as the base class type.
+        \o In the \gui{Base class} list, select \bold {QWidget} as the base class type.
 
-           \note The \gui{Header File}, \gui{Source File} and
-           \gui{Form File} fields are automatically updated to match the name of the
+           \note The \gui{Header file}, \gui{Source file} and
+           \gui{Form file} fields are automatically updated to match the name of the
            class.
 
         \o Click \gui{Next}.