summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKavindra Palaraja <qtc-committer@nokia.com>2009-01-14 16:02:50 +0100
committerKavindra Palaraja <qtc-committer@nokia.com>2009-01-14 16:02:50 +0100
commit7b42be965735ce9df5d5afa722dd0734ebdcc979 (patch)
tree1c6fa8087748669134aec4dc273ac6714f9fa12b /doc
parentaa68db058d3d70cd1db216684baec95b39a3fbad (diff)
downloadqt-creator-7b42be965735ce9df5d5afa722dd0734ebdcc979.tar.gz
Fixes: Documentation - some extra content and adding the Code Editor page as a placeholder for future content
Diffstat (limited to 'doc')
-rw-r--r--doc/qtcreator.qdoc28
1 files changed, 26 insertions, 2 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 3c50c9d428..6f6e51f42d 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -49,7 +49,9 @@
\list
\o \l{A Quick Tour of Qt Creator}
\o \l{Creating a Project in Qt Creator}
+ \o \l{The Code Editor}
\o \l{Build Settings}
+ \o \l{Qt Version Management}
\o \l{Writing a Simple Program with Qt Creator}
\o \l{Navigating Quickly Around Your Code with Locator}
\o \l{Debugging with Qt Creator}
@@ -206,10 +208,25 @@
are available to help speed up the process of developing your application.
*/
+/*! \contentspage index.html
+ \previouspage creator-quick-tour.html
+ \page creator-code-editor.html
+ \nextpage creator-build-settings.html
+
+ \title The Code Editor
+
+ ### SCREENSHOT of the editor in action
+
+ To switch to an external editor, select \gui{Open in external editor} from
+ the \gui{Edit -> Advanced} menu.
+
+*/
+
+
/*!
\contentspage index.html
- \previouspage creator-quick-tour.html
+ \previouspage creator-editor-settings.html
\page creator-build-settings.html
\nextpage creator-creating-project.html
@@ -266,8 +283,15 @@
remove the build step. You will still be able to debug applications, but the
contents of Qt and STL data types will not be displayed properly.
+*/
+
+/*!
+ \contentspage index.html
+ \previouspage creator-build-settings.html
+ \page creator-version-management.html
+ \nextpage creator-creating-project.html
- \section1 Qt Version Management
+ \title Qt Version Management
Qt Creator allows you to use multiple versions of Qt installed on your hard
disk and switch between them easily.