@@ -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 | 1 | include(qchart-html.qdocconf) |
|
2 | 2 | |
|
3 | 3 | HTML.postheader = \ |
|
4 | 4 | "<div class=\"header\" id=\"qtdocheader\">\n" \ |
|
5 | 5 | " <div class=\"content\"> \n" \ |
|
6 | 6 | " <img src=\"images/qcharts.png\" alt=\"qcharts\"/>\n" \ |
|
7 | 7 | " <p class=\"qtref\"> \n" \ |
|
8 | 8 | " <span>Reference Documentation</span>\n" \ |
|
9 | 9 | " </p>\n" \ |
|
10 | 10 | " </div>\n" \ |
|
11 | 11 | " <div class=\"breadcrumb toolblock\">\n" \ |
|
12 | 12 | " <ul>\n" \ |
|
13 | 13 | " <li class=\"first\"><a href=\"index.html\">About</a></li>\n" \ |
|
14 | " <li><a href=\"introduction.html\">Getting started</a></li>\n" \ | |
|
14 | 15 | " <li><a href=\"classes.html\">API Classes</a></li>\n" \ |
|
15 | 16 | " <li><a href=\"examples.html\">Examples</a></li>\n" \ |
|
16 | 17 | " <li><a href=\"demos.html\">Demos</a></li>\n" \ |
|
17 | 18 | " <!-- Breadcrumbs go here -->\n" |
|
18 | 19 | |
|
19 | 20 | HTML.postpostheader = \ |
|
20 | 21 | " </ul>\n" \ |
|
21 | 22 | " </div>\n" \ |
|
22 | 23 | "</div>\n" \ |
|
23 | 24 | "<div class=\"content mainContent\">\n" |
|
24 | 25 | |
|
25 | 26 | HTML.footer = \ |
|
26 | 27 | " <div class=\"ft\">\n" \ |
|
27 | 28 | " <span></span>\n" \ |
|
28 | 29 | " </div>\n" \ |
|
29 | 30 | "</div> \n" \ |
|
30 | 31 | "<div class=\"footer\">\n" \ |
|
31 | 32 | " <p>\n" \ |
|
32 | 33 | " <acronym title=\"Copyright\">©</acronym> 2012 Digia ." \ |
|
33 | 34 | " Qt and Qt logos are trademarks of of Nokia Corporation \n" \ |
|
34 | 35 | " in Finland and/or other countries worldwide.</p>\n" \ |
|
35 | 36 | " <p>\n" \ |
|
36 | 37 | " All other trademarks are property of their respective owners.</p>\n" \ |
|
37 | 38 | " <br />\n" \ |
|
38 | 39 | " <p>\n" \ |
|
39 | 40 | " Licensees holding valid Qt Commercial licenses may use this document in accordance with the" \ |
|
40 | 41 | " Qt Commercial License Agreement provided with the Software or, alternatively, in accordance" \ |
|
41 | 42 | " with the terms contained in a written agreement between you and Digia.</p>\n" \ |
|
42 | 43 | " <p>\n" \ |
|
43 | 44 | " <img src=\"images/digia_logo.png\" alt=\"digia\" /></p>\n" \ |
|
44 | 45 | "</div>\n" \ |
|
45 | 46 | |
|
46 | 47 | # Files not referenced in any qdoc file. |
|
47 | 48 | # See also extraimages.HTML |
|
48 | 49 | qhp.QDoc.extraFiles = index.html \ |
|
49 | 50 | images/arrow_down.png \ |
|
50 | 51 | images/breadcrumb.png \ |
|
51 | 52 | images/bullet_gt.png \ |
|
52 | 53 | images/bullet_dn.png \ |
|
53 | 54 | images/bullet_sq.png \ |
|
54 | 55 | images/bullet_up.png \ |
|
55 | 56 | images/horBar.png \ |
|
56 | 57 | images/qcharts.png \ |
|
57 | 58 | style/offline.css |
General Comments 0
You need to be logged in to leave comments.
Login now