##// END OF EJS Templates
Added place holder for the Getting started docs page
Marek Rosa -
r1438:8614190c2012
parent child
Show More
@@ -0,0 +1,16
1 /*!
2 \page introduction.html
3 \title QtCommercial Charts Introduction
4 \keyword Introduction
5
6 You can obtain the QtCommercial Charts package from \l {http://www.digia.com/en/Qt/Log-in-Customer-Portal/} {Customer portal}.
7
8 Add to you *.pro file
9 \code
10 CONFIG += qtcommercialchart
11 \endcode
12
13 \raw HTML
14 \endraw
15
16 */
@@ -1,57 +1,58
1 include(qchart-html.qdocconf)
1 include(qchart-html.qdocconf)
2
2
3 HTML.postheader = \
3 HTML.postheader = \
4 "<div class=\"header\" id=\"qtdocheader\">\n" \
4 "<div class=\"header\" id=\"qtdocheader\">\n" \
5 " <div class=\"content\"> \n" \
5 " <div class=\"content\"> \n" \
6 " <img src=\"images/qcharts.png\" alt=\"qcharts\"/>\n" \
6 " <img src=\"images/qcharts.png\" alt=\"qcharts\"/>\n" \
7 " <p class=\"qtref\"> \n" \
7 " <p class=\"qtref\"> \n" \
8 " <span>Reference Documentation</span>\n" \
8 " <span>Reference Documentation</span>\n" \
9 " </p>\n" \
9 " </p>\n" \
10 " </div>\n" \
10 " </div>\n" \
11 " <div class=\"breadcrumb toolblock\">\n" \
11 " <div class=\"breadcrumb toolblock\">\n" \
12 " <ul>\n" \
12 " <ul>\n" \
13 " <li class=\"first\"><a href=\"index.html\">About</a></li>\n" \
13 " <li class=\"first\"><a href=\"index.html\">About</a></li>\n" \
14 " <li><a href=\"introduction.html\">Getting started</a></li>\n" \
14 " <li><a href=\"classes.html\">API Classes</a></li>\n" \
15 " <li><a href=\"classes.html\">API Classes</a></li>\n" \
15 " <li><a href=\"examples.html\">Examples</a></li>\n" \
16 " <li><a href=\"examples.html\">Examples</a></li>\n" \
16 " <li><a href=\"demos.html\">Demos</a></li>\n" \
17 " <li><a href=\"demos.html\">Demos</a></li>\n" \
17 " <!-- Breadcrumbs go here -->\n"
18 " <!-- Breadcrumbs go here -->\n"
18
19
19 HTML.postpostheader = \
20 HTML.postpostheader = \
20 " </ul>\n" \
21 " </ul>\n" \
21 " </div>\n" \
22 " </div>\n" \
22 "</div>\n" \
23 "</div>\n" \
23 "<div class=\"content mainContent\">\n"
24 "<div class=\"content mainContent\">\n"
24
25
25 HTML.footer = \
26 HTML.footer = \
26 " <div class=\"ft\">\n" \
27 " <div class=\"ft\">\n" \
27 " <span></span>\n" \
28 " <span></span>\n" \
28 " </div>\n" \
29 " </div>\n" \
29 "</div> \n" \
30 "</div> \n" \
30 "<div class=\"footer\">\n" \
31 "<div class=\"footer\">\n" \
31 " <p>\n" \
32 " <p>\n" \
32 " <acronym title=\"Copyright\">&copy;</acronym> 2012 Digia ." \
33 " <acronym title=\"Copyright\">&copy;</acronym> 2012 Digia ." \
33 " Qt and Qt logos are trademarks of of Nokia Corporation \n" \
34 " Qt and Qt logos are trademarks of of Nokia Corporation \n" \
34 " in Finland and/or other countries worldwide.</p>\n" \
35 " in Finland and/or other countries worldwide.</p>\n" \
35 " <p>\n" \
36 " <p>\n" \
36 " All other trademarks are property of their respective owners.</p>\n" \
37 " All other trademarks are property of their respective owners.</p>\n" \
37 " <br />\n" \
38 " <br />\n" \
38 " <p>\n" \
39 " <p>\n" \
39 " Licensees holding valid Qt Commercial licenses may use this document in accordance with the" \
40 " Licensees holding valid Qt Commercial licenses may use this document in accordance with the" \
40 " Qt Commercial License Agreement provided with the Software or, alternatively, in accordance" \
41 " Qt Commercial License Agreement provided with the Software or, alternatively, in accordance" \
41 " with the terms contained in a written agreement between you and Digia.</p>\n" \
42 " with the terms contained in a written agreement between you and Digia.</p>\n" \
42 " <p>\n" \
43 " <p>\n" \
43 " <img src=\"images/digia_logo.png\" alt=\"digia\" /></p>\n" \
44 " <img src=\"images/digia_logo.png\" alt=\"digia\" /></p>\n" \
44 "</div>\n" \
45 "</div>\n" \
45
46
46 # Files not referenced in any qdoc file.
47 # Files not referenced in any qdoc file.
47 # See also extraimages.HTML
48 # See also extraimages.HTML
48 qhp.QDoc.extraFiles = index.html \
49 qhp.QDoc.extraFiles = index.html \
49 images/arrow_down.png \
50 images/arrow_down.png \
50 images/breadcrumb.png \
51 images/breadcrumb.png \
51 images/bullet_gt.png \
52 images/bullet_gt.png \
52 images/bullet_dn.png \
53 images/bullet_dn.png \
53 images/bullet_sq.png \
54 images/bullet_sq.png \
54 images/bullet_up.png \
55 images/bullet_up.png \
55 images/horBar.png \
56 images/horBar.png \
56 images/qcharts.png \
57 images/qcharts.png \
57 style/offline.css
58 style/offline.css
General Comments 0
You need to be logged in to leave comments. Login now