diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-08-31 16:16:37 +0200 |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-08-31 16:17:06 +0200 |
commit | 677c78dccd0876c53be53edb26ffe76f4161ff14 (patch) | |
tree | 80309330a965a6d6f8037ecbc6cd947d58f3ad7a /doc | |
parent | 452f108ac744c69b42bc2565f608338bdb8fffbc (diff) | |
download | qt-creator-677c78dccd0876c53be53edb26ffe76f4161ff14.tar.gz |
Clean up the index page a bit.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/images/qtcreator-screenshots.png | bin | 248547 -> 83152 bytes | |||
-rw-r--r-- | doc/qtcreator.qdoc | 14 | ||||
-rw-r--r-- | doc/qtcreator.qdocconf | 5 |
3 files changed, 9 insertions, 10 deletions
diff --git a/doc/images/qtcreator-screenshots.png b/doc/images/qtcreator-screenshots.png Binary files differindex f823894d70..a5f5282165 100644 --- a/doc/images/qtcreator-screenshots.png +++ b/doc/images/qtcreator-screenshots.png diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index c625f59556..dc85cc0c5f 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -19,11 +19,7 @@ {qt-creator-request@trolltech.com}. For more information on Qt mailing lists, visit \l{http://lists.trolltech.com}{http://lists.trolltech.com}. - \image qtcreator-screenshots.png - - \table - \row - \o Qt Creator includes a wide range of useful features. Among them are: + Qt Creator includes a wide range of useful features. Among them are: \list 1 \o \bold{Smart Code Editor}: The code editor provides syntax highlighting as well as code completion. @@ -43,10 +39,14 @@ within Qt Creator using a graphical frontend to the GNU symbolic debugger (GDB) and the Microsoft Console Debugger (CDB). \endlist - \endtable To learn more about the Qt Creator, click on one of the links below: + + \raw HTML + <img border="0" style="float:right;" src="images/qtcreator-screenshots.png" /> + \endraw + \list \o \l{A Quick Tour of Qt Creator} \o \l{Creating a Project in Qt Creator} @@ -68,10 +68,8 @@ \o \l{Known Issues} \o \l{Acknowledgements} \endlist - */ - /*! \contentspage index.html \page creator-quick-tour.html diff --git a/doc/qtcreator.qdocconf b/doc/qtcreator.qdocconf index 38cc2c08b9..14d79d8f2c 100644 --- a/doc/qtcreator.qdocconf +++ b/doc/qtcreator.qdocconf @@ -12,7 +12,7 @@ exampledirs = $SRCDIR indexes = qt.index extraimages.HTML = qt-logo \ - trolltech-logo + qtcreator-screenshots sources.fileextensions = "qtcreator.qdoc addressbook-sdk.qdoc" @@ -24,7 +24,8 @@ qhp.QtCreator.virtualFolder = doc qhp.QtCreator.indexTitle = Qt Creator qhp.QtCreator.indexRoot = qhp.QtCreator.extraFiles = classic.css \ - images/qt-logo.png + images/qt-logo.png \ + images/qtcreator-screenshots.png qhp.QtCreator.filterAttributes = qtcreator 1.2.80 qhp.QtCreator.customFilters.QtCreator.name = Qt Creator 1.2.80 qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator 1.2.80 |