summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-11-28 14:00:54 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-01 12:53:10 +0100
commit16733c4034acaae90ccbd79a413dd61ad3b2ad3c (patch)
treeb19a70b74f431e95136f9c955140365d1ea80a1c
parentfcbf633a025641b2777f7e786a2dd1c28cf128ae (diff)
Doc: Update "Getting Started" guide for changes in Qt Creator 3.0
"Qt Gui Application" is renamed in Qt Creator 3.0. Outdated docs can cause confusion for newcomers. Task-number: QTBUG-35082 Change-Id: I2cf577f5686de945e764fc2ed0835fd916f6064e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
-rw-r--r--doc/src/getting-started/gettingstartedqt.qdoc4
-rw-r--r--doc/src/images/gs-project1.pngbin50155 -> 59198 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/getting-started/gettingstartedqt.qdoc b/doc/src/getting-started/gettingstartedqt.qdoc
index 07f75f5bb..67f957a10 100644
--- a/doc/src/getting-started/gettingstartedqt.qdoc
+++ b/doc/src/getting-started/gettingstartedqt.qdoc
@@ -62,13 +62,13 @@
\image gs-project1.png "Qt Creator New File or Project dialog"
To create the Notepad project, select \b File > \b{New File or Project} >
- \b Applications > \b {Qt Gui Application} > \b Choose, and follow the
+ \b Applications > \b {Qt Widgets Application} > \b Choose, and follow the
instructions of the wizard. In the \b {Class Information} dialog, type
\b Notepad as the class name and select \b QMainWindow as the base class.
\image gs-project2.png "Class Information Dialog"
- The \b {Qt Gui Application} wizard creates a project that contains a main
+ The \b {Qt Widgets Application} wizard creates a project that contains a main
source file and a set of files that specify a user interface (Notepad
widget):
diff --git a/doc/src/images/gs-project1.png b/doc/src/images/gs-project1.png
index ccef3dd78..60f398a01 100644
--- a/doc/src/images/gs-project1.png
+++ b/doc/src/images/gs-project1.png
Binary files differ