aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2008-12-16 12:24:03 +0100
committercon <qtc-committer@nokia.com>2008-12-16 12:24:03 +0100
commit08e52535a01e0dbe036bccf59da4e3dd36b89996 (patch)
treeed3ff0c64c8f6fa961fad6d0c2921d7cf432aa1d
parent1057c18ed502443050e729840e8471f30d502205 (diff)
Fixes: - Update "Creating a project" documentation
-rw-r--r--doc/qtcreator-class-info.pngbin35255 -> 48976 bytes
-rw-r--r--doc/qtcreator-intro-and-location.pngbin32434 -> 44466 bytes
-rw-r--r--doc/qtcreator-new-project-summary.pngbin0 -> 45014 bytes
-rw-r--r--doc/qtcreator-new-project.pngbin14065 -> 32196 bytes
-rw-r--r--doc/qtcreator-select-modules.pngbin45128 -> 59347 bytes
-rw-r--r--doc/qtcreator.qchbin2407424 -> 2617344 bytes
-rw-r--r--doc/qtcreator.qdoc10
7 files changed, 8 insertions, 2 deletions
diff --git a/doc/qtcreator-class-info.png b/doc/qtcreator-class-info.png
index 757eb12856..a005239707 100644
--- a/doc/qtcreator-class-info.png
+++ b/doc/qtcreator-class-info.png
Binary files differ
diff --git a/doc/qtcreator-intro-and-location.png b/doc/qtcreator-intro-and-location.png
index e0d8c9f150..f03e4fb6a4 100644
--- a/doc/qtcreator-intro-and-location.png
+++ b/doc/qtcreator-intro-and-location.png
Binary files differ
diff --git a/doc/qtcreator-new-project-summary.png b/doc/qtcreator-new-project-summary.png
new file mode 100644
index 0000000000..05e1cf2e0d
--- /dev/null
+++ b/doc/qtcreator-new-project-summary.png
Binary files differ
diff --git a/doc/qtcreator-new-project.png b/doc/qtcreator-new-project.png
index 6f7832e5cb..f6c186206e 100644
--- a/doc/qtcreator-new-project.png
+++ b/doc/qtcreator-new-project.png
Binary files differ
diff --git a/doc/qtcreator-select-modules.png b/doc/qtcreator-select-modules.png
index b5b2ead006..313934ec97 100644
--- a/doc/qtcreator-select-modules.png
+++ b/doc/qtcreator-select-modules.png
Binary files differ
diff --git a/doc/qtcreator.qch b/doc/qtcreator.qch
index 1245104481..1e94462e89 100644
--- a/doc/qtcreator.qch
+++ b/doc/qtcreator.qch
Binary files differ
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index f95b58d58f..e4bbfa7517 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