##// END OF EJS Templates
Add HTML support for pie slice labels...
Add HTML support for pie slice labels Added possibility to use HTML tags with the pie slice labels. Task-number: QTRD-2186 Change-Id: I987cc1bde8fe367b7fcf2cee7037643ad93c3061 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2589:1d8a6e6f7325
r2626:ec2eee97ed6a
Show More
qchart-html-template.qdocconf
49 lines | 1.9 KiB | text/plain | TextLexer
/ doc / 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" \