From 08e52535a01e0dbe036bccf59da4e3dd36b89996 Mon Sep 17 00:00:00 2001 From: con Date: Tue, 16 Dec 2008 12:24:03 +0100 Subject: Fixes: - Update "Creating a project" documentation --- doc/qtcreator-class-info.png | Bin 35255 -> 48976 bytes doc/qtcreator-intro-and-location.png | Bin 32434 -> 44466 bytes doc/qtcreator-new-project-summary.png | Bin 0 -> 45014 bytes doc/qtcreator-new-project.png | Bin 14065 -> 32196 bytes doc/qtcreator-select-modules.png | Bin 45128 -> 59347 bytes doc/qtcreator.qch | Bin 2407424 -> 2617344 bytes doc/qtcreator.qdoc | 10 ++++++++-- 7 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 doc/qtcreator-new-project-summary.png diff --git a/doc/qtcreator-class-info.png b/doc/qtcreator-class-info.png index 757eb128566..a0052397076 100644 Binary files a/doc/qtcreator-class-info.png and b/doc/qtcreator-class-info.png differ diff --git a/doc/qtcreator-intro-and-location.png b/doc/qtcreator-intro-and-location.png index e0d8c9f150b..f03e4fb6a47 100644 Binary files a/doc/qtcreator-intro-and-location.png and b/doc/qtcreator-intro-and-location.png differ diff --git a/doc/qtcreator-new-project-summary.png b/doc/qtcreator-new-project-summary.png new file mode 100644 index 00000000000..05e1cf2e0d5 Binary files /dev/null and b/doc/qtcreator-new-project-summary.png differ diff --git a/doc/qtcreator-new-project.png b/doc/qtcreator-new-project.png index 6f7832e5cb8..f6c186206e9 100644 Binary files a/doc/qtcreator-new-project.png and b/doc/qtcreator-new-project.png differ diff --git a/doc/qtcreator-select-modules.png b/doc/qtcreator-select-modules.png index b5b2ead006b..313934ec974 100644 Binary files a/doc/qtcreator-select-modules.png and b/doc/qtcreator-select-modules.png differ diff --git a/doc/qtcreator.qch b/doc/qtcreator.qch index 12451044815..1e94462e89f 100644 Binary files a/doc/qtcreator.qch and b/doc/qtcreator.qch differ diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index f95b58d58f7..e4bbfa75179 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -318,12 +318,18 @@ \i \inlineimage qtcreator-class-info.png \i \bold{Specifying Class Information} - Lastly, specify the name of the class you would like to create. The + Specify the name of the class you would like to create. The \e{Header file}, \e{Source file} and \e{Form file} fields will update automatically according to your choice of class name. You also have to select the base class for your class, either a - QWidget, QDialog or QMainWindow, from the drop down box. Click + QWidget, QDialog or QMainWindow, from the drop down box. + + \row + \i \inlineimage qtcreator-new-project-summary.png + \i \bold{Creating the Project} + + Finally, review the files that will be created for you. Click \gui{Done} and your project will be generated. \endtable -- cgit v1.2.3