diff options
Diffstat (limited to 'tools/qdoc3/test')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 57 |
1 files changed, 26 insertions, 31 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index 48ecd2c..1450149 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -41,16 +41,12 @@ HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \ " <h2><span></span>\n" \ " API Lookup</h2>\n" \ " <div id=\"list001\" class=\"list\">\n" \ - " <!-- TABLE - will be changed " \ - " <table id=\"tbl001\" > \n" \ - " </table> -->\n " \ - " <!-- TABLE - will be changed -->" \ - " <ul id=\"tbl001\" >\n" \ - " <li><a href=\"modules.html\">All modules</a></li>\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=\"qdeclarativeelements.html\">QML elements</a></li>\n" \ + " <ul id=\"ul001\" >\n" \ + " <li class=\"defaultLink\"><a href=\"modules.html\">All modules</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"classes.html\">All classes</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"functions.html\">All functions</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"namespaces.html\">All namespaces</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"platform-specific.html\">Platform specifics</a></li>\n" \ " </ul> \n" \ " </div>\n" \ " <div id=\"live001\" class=\"live\">\n" \ @@ -58,17 +54,20 @@ HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \ " </div>\n" \ " <div class=\"box bottombar\" id=\"topics\">\n" \ " <h2><span></span>\n" \ - " Qt Topics</h2>\n" \ + " API 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=\"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" \ + " <ul id=\"ul002\" >\n" \ + " <li class=\"defaultLink\"><a href=\"object.html\">QObject model</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"signalsandslots.html\">Signals & Slots</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"eventsandfilters.html\">Event handling</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"declarativeui.html\">Qt Quick</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"mainwindow.html\">The main window</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"widgets-and-layouts.html\">Widgets & Layouts</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"dialogs.html\">Dialog windows</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"paintsystem.html\">The paint system</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"graphicsview.html\">Graphics views</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"model-view-programming.html\">Model/View programming</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"widgets-and-layouts.html\">Widget style & layout</a></li>\n" \ " </ul> \n" \ " </div>\n" \ " <div id=\"live002\" class=\"live\">\n" \ @@ -76,18 +75,14 @@ HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \ " </div>\n" \ " <div class=\"box\" id=\"examples\">\n" \ " <h2><span></span>\n" \ - " Qt Examples</h2>\n" \ + " API Examples</h2>\n" \ " <div id=\"list003\" class=\"list\">\n" \ - " <!-- TABLE - will be changed" \ - " <table id=\"tbl003\"> \n"\ - " </table> --> \n " \ - " <!-- TABLE - will be changed -->" \ - " <ul id=\"tbl003\">\n" \ - " <li><a href=\"examples.html\">All examples</a></li>\n" \ - " <li><a href=\"tutorials.html\">All tutorials</a></li>\n" \ - " <li><a href=\"examples.html\">Qt Quick examples</a></li>\n" \ - " <li><a href=\"examples.html\">Desktop examples</a></li>\n" \ - " <li><a href=\"examples.html\">Device examples</a></li>\n" \ + " <ul id=\"ul003\">\n" \ + " <li class=\"defaultLink\"><a href=\"examples.html\">All examples</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"tutorials.html\">All tutorials</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"examples.html\">Qt Quick examples</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"examples.html\">Desktop examples</a></li>\n" \ + " <li class=\"defaultLink\"><a href=\"examples.html\">Device examples</a></li>\n" \ " </ul> \n" \ " </div>\n" \ " <div id=\"live003\" class=\"live\">\n" \ |