qchart-html-template.qdocconf
49 lines
| 1.9 KiB
| text/plain
|
TextLexer
Michal Klocek
|
r330 | include(qchart-html.qdocconf) | ||
HTML.postheader = \ | ||||
"<div class=\"header\" id=\"qtdocheader\">\n" \ | ||||
" <div class=\"content\"> \n" \ | ||||
" <img src=\"images/qcharts.png\" alt=\"qcharts\"/>\n" \ | ||||
Miikka Heikkinen
|
r2589 | " <p class=\"qtcharts\"> \n" \ | ||
" <span>Qt Charts</span>\n" \ | ||||
" </p>\n" \ | ||||
Michal Klocek
|
r330 | " <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" \ | ||||
Jani Honkonen
|
r1483 | " <li><a href=\"gettingstarted.html\">Getting started</a></li>\n" \ | ||
Michal Klocek
|
r330 | " <li><a href=\"classes.html\">API Classes</a></li>\n" \ | ||
Tero Ahola
|
r1443 | " <li><a href=\"qml.html\">QML API</a></li>\n" \ | ||
Michal Klocek
|
r330 | " <li><a href=\"examples.html\">Examples</a></li>\n" \ | ||
Jani Honkonen
|
r921 | " <li><a href=\"demos.html\">Demos</a></li>\n" \ | ||
Michal Klocek
|
r330 | " <!-- 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" \ | ||||
Titta Heikkala
|
r2688 | " <acronym title=\"Copyright\">©</acronym> 2014 Digia." \ | ||
Jani Honkonen
|
r2222 | " Qt and Qt logos are trademarks of of Digia Corporation \n" \ | ||
Michal Klocek
|
r330 | " 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" \ | ||||
Miikka Heikkinen
|
r2574 | " 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" \ | ||||
Michal Klocek
|
r330 | " 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" \ | ||||