diff options
author | Martin Smith <msmith@trolltech.com> | 2010-05-05 13:26:47 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-05-05 13:26:47 (GMT) |
commit | b4bbb3d79a59c1225e1de58b6625f24de7df2013 (patch) | |
tree | 9af3a247fd6b1a0ea0fa2f1e56cf9f66ba6be7c5 /tools | |
parent | 0e5924bc207d7de29b28fb223a2027d5d2d694fa (diff) | |
download | Qt-b4bbb3d79a59c1225e1de58b6625f24de7df2013.zip Qt-b4bbb3d79a59c1225e1de58b6625f24de7df2013.tar.gz Qt-b4bbb3d79a59c1225e1de58b6625f24de7df2013.tar.bz2 |
doc: Began reorganization of the top doc page.
Much more to come.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index 00af376..48ecd2c 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -50,7 +50,7 @@ HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \ " <li><a href=\"classes.html\">All classes</a></li>\n" \ " <li><a href=\"functions.html\">All functions</a></li>\n" \ " <li><a href=\"namespaces.html\">All namespaces</a></li>\n" \ - " <li><a href=\"platform-specific.html\">Platform specifics</a></li>\n" \ + " <li><a href=\"qdeclarativeelements.html\">QML elements</a></li>\n" \ " </ul> \n" \ " </div>\n" \ " <div id=\"live001\" class=\"live\">\n" \ @@ -58,24 +58,17 @@ HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \ " </div>\n" \ " <div class=\"box bottombar\" id=\"topics\">\n" \ " <h2><span></span>\n" \ - " API Topics</h2>\n" \ + " Qt Topics</h2>\n" \ " <div id=\"list002\" class=\"list\">\n" \ " <!-- TABLE - will be changed " \ " <table id=\"tbl002\" > \n" \ " </table> -->\n " \ " <!-- TABLE - will be changed -->" \ " <ul id=\"tbl002\" >\n" \ - " <li><a href=\"object.html\">QObject model</a></li>\n" \ - " <li><a href=\"signalsandslots.html\">Signals & Slots</a></li>\n" \ - " <li><a href=\"eventsandfilters.html\">Event handling</a></li>\n" \ + " <li><a href=\"qt-basic-concepts.html\">Basic Concepts</a></li>\n" \ + " <li><a href=\"qt-gui-concepts.html\">GUI Construction</a></li>\n" \ + " <li><a href=\"platform-specific.html\">Platform specifics</a></li>\n" \ " <li><a href=\"declarativeui.html\">Qt Quick</a></li>\n" \ - " <li><a href=\"mainwindow.html\">The main window</a></li>\n" \ - " <li><a href=\"widgets-and-layouts.html\">Widgets & Layouts</a></li>\n" \ - " <li><a href=\"dialogs.html\">Dialog windows</a></li>\n" \ - " <li><a href=\"paintsystem.html\">The paint system</a></li>\n" \ - " <li><a href=\"graphicsview.html\">Graphics views</a></li>\n" \ - " <li><a href=\"model-view-programming.html\">Model/View programming</a></li>\n" \ - " <li><a href=\"widgets-and-layouts.html\">Widget style & layout</a></li>\n" \ " </ul> \n" \ " </div>\n" \ " <div id=\"live002\" class=\"live\">\n" \ @@ -83,7 +76,7 @@ HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \ " </div>\n" \ " <div class=\"box\" id=\"examples\">\n" \ " <h2><span></span>\n" \ - " API Examples</h2>\n" \ + " Qt Examples</h2>\n" \ " <div id=\"list003\" class=\"list\">\n" \ " <!-- TABLE - will be changed" \ " <table id=\"tbl003\"> \n"\ |