forked from qt-creator/qt-creator
Clean up the index page a bit.
This commit is contained in:
committed by
Thorbjørn Lindeijer
parent
5a41e13744
commit
868ab1e7f9
Binary file not shown.
Before Width: | Height: | Size: 243 KiB After Width: | Height: | Size: 81 KiB |
@@ -19,11 +19,7 @@
|
|||||||
{qt-creator-request@trolltech.com}. For more information on Qt mailing
|
{qt-creator-request@trolltech.com}. For more information on Qt mailing
|
||||||
lists, visit \l{http://lists.trolltech.com}{http://lists.trolltech.com}.
|
lists, visit \l{http://lists.trolltech.com}{http://lists.trolltech.com}.
|
||||||
|
|
||||||
\image qtcreator-screenshots.png
|
Qt Creator includes a wide range of useful features. Among them are:
|
||||||
|
|
||||||
\table
|
|
||||||
\row
|
|
||||||
\o Qt Creator includes a wide range of useful features. Among them are:
|
|
||||||
\list 1
|
\list 1
|
||||||
\o \bold{Smart Code Editor}: The code editor provides syntax
|
\o \bold{Smart Code Editor}: The code editor provides syntax
|
||||||
highlighting as well as code completion.
|
highlighting as well as code completion.
|
||||||
@@ -43,10 +39,14 @@
|
|||||||
within Qt Creator using a graphical frontend to the GNU symbolic
|
within Qt Creator using a graphical frontend to the GNU symbolic
|
||||||
debugger (GDB) and the Microsoft Console Debugger (CDB).
|
debugger (GDB) and the Microsoft Console Debugger (CDB).
|
||||||
\endlist
|
\endlist
|
||||||
\endtable
|
|
||||||
|
|
||||||
To learn more about the Qt Creator, click on one of the links below:
|
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
|
\list
|
||||||
\o \l{A Quick Tour of Qt Creator}
|
\o \l{A Quick Tour of Qt Creator}
|
||||||
\o \l{Creating a Project in Qt Creator}
|
\o \l{Creating a Project in Qt Creator}
|
||||||
@@ -68,10 +68,8 @@
|
|||||||
\o \l{Known Issues}
|
\o \l{Known Issues}
|
||||||
\o \l{Acknowledgements}
|
\o \l{Acknowledgements}
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\contentspage index.html
|
\contentspage index.html
|
||||||
\page creator-quick-tour.html
|
\page creator-quick-tour.html
|
||||||
|
@@ -12,7 +12,7 @@ exampledirs = $SRCDIR
|
|||||||
indexes = qt.index
|
indexes = qt.index
|
||||||
|
|
||||||
extraimages.HTML = qt-logo \
|
extraimages.HTML = qt-logo \
|
||||||
trolltech-logo
|
qtcreator-screenshots
|
||||||
|
|
||||||
sources.fileextensions = "qtcreator.qdoc addressbook-sdk.qdoc"
|
sources.fileextensions = "qtcreator.qdoc addressbook-sdk.qdoc"
|
||||||
|
|
||||||
@@ -24,7 +24,8 @@ qhp.QtCreator.virtualFolder = doc
|
|||||||
qhp.QtCreator.indexTitle = Qt Creator
|
qhp.QtCreator.indexTitle = Qt Creator
|
||||||
qhp.QtCreator.indexRoot =
|
qhp.QtCreator.indexRoot =
|
||||||
qhp.QtCreator.extraFiles = classic.css \
|
qhp.QtCreator.extraFiles = classic.css \
|
||||||
images/qt-logo.png
|
images/qt-logo.png \
|
||||||
|
images/qtcreator-screenshots.png
|
||||||
qhp.QtCreator.filterAttributes = qtcreator 1.2.1
|
qhp.QtCreator.filterAttributes = qtcreator 1.2.1
|
||||||
qhp.QtCreator.customFilters.QtCreator.name = Qt Creator 1.2.1
|
qhp.QtCreator.customFilters.QtCreator.name = Qt Creator 1.2.1
|
||||||
qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator 1.2.1
|
qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator 1.2.1
|
||||||
|
Reference in New Issue
Block a user