diff --git a/doc/images/qtcreator-add-resource-wizard.png b/doc/images/qtcreator-add-resource-wizard.png index 5109123f16e15b50f1dac39127dcf5d0d3353376..db76501c0b9d95825846b64c3529c0ff7b5ce7e5 100644 Binary files a/doc/images/qtcreator-add-resource-wizard.png and b/doc/images/qtcreator-add-resource-wizard.png differ diff --git a/doc/images/qtcreator-add-resource-wizard3.png b/doc/images/qtcreator-add-resource-wizard3.png index 8f4208b708cb9cbda7fafd929e5caa5e54e4a793..ffad73d367a89863df7bbc994e789148ccb0a290 100644 Binary files a/doc/images/qtcreator-add-resource-wizard3.png and b/doc/images/qtcreator-add-resource-wizard3.png differ diff --git a/doc/images/qtcreator-batteryindicator-screenshot.png b/doc/images/qtcreator-batteryindicator-screenshot.png index 8447e2be7dbce0563d46b0ee647de07479191041..d312bd9b8eebbe1e3296271085031eeeac4ae486 100644 Binary files a/doc/images/qtcreator-batteryindicator-screenshot.png and b/doc/images/qtcreator-batteryindicator-screenshot.png differ diff --git a/doc/images/qtcreator-intro-and-location.png b/doc/images/qtcreator-intro-and-location.png index 014bba770834359af81abd25d8c358d605f2a6c7..346e855c7447125b9ee1ccc0dbe9f8dc0b8f6389 100644 Binary files a/doc/images/qtcreator-intro-and-location.png and b/doc/images/qtcreator-intro-and-location.png differ diff --git a/doc/images/qtcreator-new-project-qt-versions.png b/doc/images/qtcreator-new-project-qt-versions.png index 48ef70b91d2733e64023ed8790b70fc94744272a..16a2fb8033fa2f77a47f0c045cfada276d503a1c 100644 Binary files a/doc/images/qtcreator-new-project-qt-versions.png and b/doc/images/qtcreator-new-project-qt-versions.png differ diff --git a/doc/images/qtcreator-new-project-summary.png b/doc/images/qtcreator-new-project-summary.png index 2b99727ebb88093ed39de57b7739b60999b77672..94b8c151c6788ffe14811a7644e58d8b9ecf32b8 100644 Binary files a/doc/images/qtcreator-new-project-summary.png and b/doc/images/qtcreator-new-project-summary.png differ diff --git a/doc/images/qtcreator-new-project.png b/doc/images/qtcreator-new-project.png index fed25bfdbd0f1be80123b9d25a40cf94b1dad8f0..f6996fa9754ddd785f64129839e9761dc60e07c1 100644 Binary files a/doc/images/qtcreator-new-project.png and b/doc/images/qtcreator-new-project.png differ diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index 3904228ad01b18c3160a4bdc2d8de49bd131c4af..3253cd1aea2eacd625f0d405db192ebd4120a2e3 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -1932,10 +1932,9 @@ 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 @@ -1943,7 +1942,7 @@ \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. @@ -4000,9 +3999,9 @@ \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}. @@ -4013,12 +4012,12 @@ \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}.