summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/test
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-05-03 11:23:47 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-05-03 11:23:47 (GMT)
commitb2e7709b55559ca20f627dff443b517421892779 (patch)
tree3479644ec703e01cd29c7a6ae03dc7fcbb9410c5 /tools/qdoc3/test
parente50217fd8fa55228bb145f004cabc98814589351 (diff)
downloadQt-b2e7709b55559ca20f627dff443b517421892779.zip
Qt-b2e7709b55559ca20f627dff443b517421892779.tar.gz
Qt-b2e7709b55559ca20f627dff443b517421892779.tar.bz2
qdoc: Added more API topics. Are these important?
Diffstat (limited to 'tools/qdoc3/test')
-rw-r--r--tools/qdoc3/test/qt-html-templates.qdocconf11
1 files changed, 8 insertions, 3 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf
index 85a29c2..0651176 100644
--- a/tools/qdoc3/test/qt-html-templates.qdocconf
+++ b/tools/qdoc3/test/qt-html-templates.qdocconf
@@ -58,10 +58,15 @@ HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \
" <div class=\"list\">\n" \
" <ul>\n" \
" <li><a href=\"object.html\">QObject model</a></li>\n" \
- " <li><a href=\"eventsandfilters.html\">Events, signals &amp; slots</a></li>\n" \
- " <li><a href=\"paintsystem.html\">Graphics &amp; Paint system</a></li>\n" \
+ " <li><a href=\"signalsandslots.html\">Signals &amp; Slots</a></li>\n" \
+ " <li><a href=\"eventsandfilters.html\">Event handling</a></li>\n" \
" <li><a href=\"declarativeui.html\">Qt Quick</a></li>\n" \
- " <li><a href=\"widgets-and-layouts.html\">Widget style &amp; layout</a></li>\n" \
+ " <li><a href=\"mainwindow.html\">The main window</a></li>\n" \
+ " <li><a href=\"widgets-and-layouts.html\">Widgets &amp; 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&#47;View programming</a></li>\n" \
" </ul>\n" \
" </div>\n" \
" <div class=\"live\">\n" \