diff options
author | Martin Smith <msmith@trolltech.com> | 2010-05-03 11:23:47 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-05-03 11:23:47 (GMT) |
commit | b2e7709b55559ca20f627dff443b517421892779 (patch) | |
tree | 3479644ec703e01cd29c7a6ae03dc7fcbb9410c5 /tools/qdoc3/test | |
parent | e50217fd8fa55228bb145f004cabc98814589351 (diff) | |
download | Qt-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.qdocconf | 11 |
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 & slots</a></li>\n" \ - " <li><a href=\"paintsystem.html\">Graphics & Paint system</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=\"declarativeui.html\">Qt Quick</a></li>\n" \ - " <li><a href=\"widgets-and-layouts.html\">Widget style & layout</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" \ " </ul>\n" \ " </div>\n" \ " <div class=\"live\">\n" \ |