##// END OF EJS Templates
Fix Charts documentation...
Fix Charts documentation The documentation structure is changed so that it can be generated with both Qt5 and Qt4. Also the erroneous VBarModelMapper is removed from VBoxPlotModelMapper documentation. Task-number: QTRD-2492, QTRD-2495 Change-Id: I45028915ca55f6ff1170db58518a8f08ac4158fb Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2639:2ce3423968b5
r2639:2ce3423968b5
Show More
qchart-html-template.qdocconf
49 lines | 1.9 KiB | text/plain | TextLexer
/ doc / docconf / qchart-html-template.qdocconf
include(qchart-html.qdocconf)
HTML.postheader = \
"<div class=\"header\" id=\"qtdocheader\">\n" \
" <div class=\"content\"> \n" \
" <img src=\"images/qcharts.png\" alt=\"qcharts\"/>\n" \
" <p class=\"qtcharts\"> \n" \
" <span>Qt Charts</span>\n" \
" </p>\n" \
" <p class=\"qtref\"> \n" \
" <span>Reference Documentation</span>\n" \
" </p>\n" \
" </div>\n" \
" <div class=\"breadcrumb toolblock\">\n" \
" <ul>\n" \
" <li class=\"first\"><a href=\"index.html\">About</a></li>\n" \
" <li><a href=\"gettingstarted.html\">Getting started</a></li>\n" \
" <li><a href=\"classes.html\">API Classes</a></li>\n" \
" <li><a href=\"qml.html\">QML API</a></li>\n" \
" <li><a href=\"examples.html\">Examples</a></li>\n" \
" <li><a href=\"demos.html\">Demos</a></li>\n" \
" <!-- Breadcrumbs go here -->\n"
HTML.postpostheader = \
" </ul>\n" \
" </div>\n" \
"</div>\n" \
"<div class=\"content mainContent\">\n"
HTML.footer = \
" <div class=\"ft\">\n" \
" <span></span>\n" \
" </div>\n" \
"</div> \n" \
"<div class=\"footer\">\n" \
" <p>\n" \
" <acronym title=\"Copyright\">&copy;</acronym> 2013 Digia." \
" Qt and Qt logos are trademarks of of Digia Corporation \n" \
" in Finland and/or other countries worldwide.</p>\n" \
" <p>\n" \
" All other trademarks are property of their respective owners.</p>\n" \
" <br />\n" \
" <p>\n" \
" Licensees holding valid Qt Enterprise licenses may use this document in accordance with the" \
" Qt Enterprise License Agreement provided with the Software or, alternatively, in accordance" \
" with the terms contained in a written agreement between you and Digia.</p>\n" \
" <p>\n" \
" <img src=\"images/digia_logo.png\" alt=\"digia\" /></p>\n" \
"</div>\n" \