1 HTML.stylesheets = style/style_ie6.css \ |
1 HTML.stylesheets = style/style.css \ |
|
2 style/OfflineStyle.css \ |
2 style/style_ie7.css \ |
3 style/style_ie7.css \ |
3 style/style_ie8.css \ |
4 style/style_ie8.css \ |
4 style/style.css |
5 style/style_ie6.css |
5 |
6 |
6 HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \ |
7 HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \ |
|
8 " <div class=\"content\"> \n" \ |
7 " <div id=\"nav-logo\">\n" \ |
9 " <div id=\"nav-logo\">\n" \ |
8 " <a href=\"index.html\">Home</a></div>\n" \ |
10 " <a href=\"index.html\">Home</a></div>\n" \ |
9 " <a href=\"index.html\" class=\"qtref\"><span>Qt Reference Documentation</span></a>\n" \ |
11 " <a href=\"index.html\" class=\"qtref\"><span>Qt Reference Documentation</span></a>\n" \ |
|
12 " <div id=\"narrowsearch\"><form onsubmit=\"return false;\" action=\"\" id=\"qtdocsearch\">\n" \ |
|
13 " <fieldset>\n" \ |
|
14 " <input type=\"text\" value=\"\" id=\"pageType2\" name=\"searchstring\"/>\n" \ |
|
15 " </fieldset>\n" \ |
|
16 " </form></div>\n" \ |
10 " <div id=\"nav-topright\">\n" \ |
17 " <div id=\"nav-topright\">\n" \ |
11 " <ul>\n" \ |
18 " <ul>\n" \ |
12 " <li class=\"nav-topright-home\"><a href=\"http://qt.nokia.com/\">Qt HOME</a></li>\n" \ |
19 " <li class=\"nav-topright-home\"><a href=\"http://qt.nokia.com/\">Qt HOME</a></li>\n" \ |
13 " <li class=\"nav-topright-dev\"><a href=\"http://qt.nokia.com/developer\">DEV</a></li>\n" \ |
20 " <li class=\"nav-topright-dev\"><a href=\"http://developer.qt.nokia.com/\">DEV</a></li>\n" \ |
14 " <li class=\"nav-topright-labs\"><a href=\"http://labs.qt.nokia.com/blogs/\">LABS</a></li>\n" \ |
21 " <li class=\"nav-topright-labs\"><a href=\"http://labs.qt.nokia.com/blogs/\">LABS</a></li>\n" \ |
15 " <li class=\"nav-topright-doc nav-topright-doc-active\"><a href=\"http://doc.qt.nokia.com/\">\n" \ |
22 " <li class=\"nav-topright-doc nav-topright-doc-active\"><a href=\"http://doc.qt.nokia.com/\">\n" \ |
16 " DOC</a></li>\n" \ |
23 " DOC</a></li>\n" \ |
17 " <li class=\"nav-topright-blog\"><a href=\"http://blog.qt.nokia.com/\">BLOG</a></li>\n" \ |
24 " <li class=\"nav-topright-blog\"><a href=\"http://blog.qt.nokia.com/\">BLOG</a></li>\n" \ |
18 " <li class=\"nav-topright-shop\"><a title=\"SHOP\" href=\"http://shop.qt.nokia.com\">SHOP</a></li>\n" \ |
|
19 " </ul>\n" \ |
25 " </ul>\n" \ |
20 " </div>\n" \ |
26 " </div>\n" \ |
21 " <div id=\"shortCut\">\n" \ |
27 " <div id=\"shortCut\">\n" \ |
22 " <ul>\n" \ |
28 " <ul>\n" \ |
23 " <li class=\"shortCut-topleft-inactive\"><span><a href=\"index.html\">Qt 4.7</a></span></li>\n" \ |
29 " <li class=\"shortCut-topleft-inactive\"><span><a href=\"index.html\">Qt 4.7</a></span></li>\n" \ |
24 " <li class=\"shortCut-topleft-active\"><a href=\"http://qt.nokia.com/doc/\">ALL Qt VERSIONS" \ |
30 " <li class=\"shortCut-topleft-active\"><a href=\"http://qt.nokia.com/doc/\">ALL VERSIONS" \ |
25 " </a></li>\n" \ |
31 " </a></li>\n" \ |
26 " </ul>\n" \ |
32 " </ul>\n" \ |
|
33 " </div>\n" \ |
|
34 " <ul class=\"sf-menu sf-js-enabled sf-shadow\" id=\"narrowmenu\"> \n" \ |
|
35 " <li><a href=\"#\">API Lookup</a> \n" \ |
|
36 " <ul id=\"topmenuLook\"> \n" \ |
|
37 " <li><a href=\"classes.html\">Class index</a></li> \n" \ |
|
38 " <li><a href=\"functions.html\">Function index</a></li> \n" \ |
|
39 " <li><a href=\"modules.html\">Modules</a></li> \n" \ |
|
40 " <li><a href=\"namespaces.html\">Namespaces</a></li> \n" \ |
|
41 " <li><a href=\"qtglobal.html\">Global stuff</a></li> \n" \ |
|
42 " <li><a href=\"qdeclarativeelements.html\">QML elements</a></li> \n" \ |
|
43 " </ul> \n" \ |
|
44 " </li> \n" \ |
|
45 " <li><a href=\"#\">Qt Topics</a> \n" \ |
|
46 " <ul id=\"topmenuTopic\"> \n" \ |
|
47 " <li><a href=\"qt-basic-concepts.html\">Basic Qt architecture</a></li> \n" \ |
|
48 " <li><a href=\"declarativeui.html\">Device UI's & Qt Quick</a></li> \n" \ |
|
49 " <li><a href=\"qt-gui-concepts.html\">Desktop UI components</a></li> \n" \ |
|
50 " <li><a href=\"platform-specific.html\">Platform-specific info</a></li> \n" \ |
|
51 " <li><a href=\"best-practices.html\">How-To's and Best Practices</a></li> \n" \ |
|
52 " </ul> \n" \ |
|
53 " </li> \n" \ |
|
54 " <li><a href=\"#\">Examples</a> \n" \ |
|
55 " <ul id=\"topmenuexample\"> \n" \ |
|
56 " <li><a href=\"all-examples.html\">Examples</a></li> \n" \ |
|
57 " <li><a href=\"tutorials.html\">Tutorials</a></li> \n" \ |
|
58 " <li><a href=\"demos.html\">Demos</a></li> \n" \ |
|
59 " <li><a href=\"qdeclarativeexamples.html\">QML Examples</a></li> \n" \ |
|
60 " </ul> \n" \ |
|
61 " </li> \n" \ |
|
62 " </ul> \n" \ |
27 " </div>\n" \ |
63 " </div>\n" \ |
28 " </div>\n" \ |
64 " </div>\n" \ |
29 " <div class=\"wrapper\">\n" \ |
65 " <div class=\"wrapper\">\n" \ |
30 " <div class=\"hd\">\n" \ |
66 " <div class=\"hd\">\n" \ |
31 " <span></span>\n" \ |
67 " <span></span>\n" \ |
33 " <div class=\"bd group\">\n" \ |
69 " <div class=\"bd group\">\n" \ |
34 " <div class=\"sidebar\">\n" \ |
70 " <div class=\"sidebar\">\n" \ |
35 " <div class=\"searchlabel\">\n" \ |
71 " <div class=\"searchlabel\">\n" \ |
36 " Search index:</div>\n" \ |
72 " Search index:</div>\n" \ |
37 " <div class=\"search\">\n" \ |
73 " <div class=\"search\">\n" \ |
38 " <form id=\"qtdocsearch\" action=\"\">\n" \ |
74 " <form id=\"qtdocsearch\" action=\"\" onsubmit=\"return false;\">\n" \ |
39 " <fieldset>\n" \ |
75 " <fieldset>\n" \ |
40 " <input type=\"text\" name=\"searchstring\" id=\"pageType\" value=\"\" />\n" \ |
76 " <input type=\"text\" name=\"searchstring\" id=\"pageType\" value=\"\" />\n" \ |
41 " </fieldset>\n" \ |
77 " </fieldset>\n" \ |
42 " </form>\n" \ |
78 " </form>\n" \ |
43 " </div>\n" \ |
79 " </div>\n" \ |
44 " <div class=\"box first bottombar\" id=\"lookup\">\n" \ |
80 " <div class=\"box first bottombar\" id=\"lookup\">\n" \ |
45 " <h2><span></span>\n" \ |
81 " <h2 title=\"API Lookup\"><span></span>\n" \ |
46 " API Lookup</h2>\n" \ |
82 " API Lookup</h2>\n" \ |
47 " <div id=\"list001\" class=\"list\">\n" \ |
83 " <div id=\"list001\" class=\"list\">\n" \ |
48 " <ul id=\"ul001\" >\n" \ |
84 " <ul id=\"ul001\" >\n" \ |
49 " <li class=\"defaultLink\"><a href=\"classes.html\">Class index</a></li>\n" \ |
85 " <li class=\"defaultLink\"><a href=\"classes.html\">Class index</a></li>\n" \ |
50 " <li class=\"defaultLink\"><a href=\"functions.html\">Function index</a></li>\n" \ |
86 " <li class=\"defaultLink\"><a href=\"functions.html\">Function index</a></li>\n" \ |
52 " <li class=\"defaultLink\"><a href=\"namespaces.html\">Namespaces</a></li>\n" \ |
88 " <li class=\"defaultLink\"><a href=\"namespaces.html\">Namespaces</a></li>\n" \ |
53 " <li class=\"defaultLink\"><a href=\"qtglobal.html\">Global stuff</a></li>\n" \ |
89 " <li class=\"defaultLink\"><a href=\"qtglobal.html\">Global stuff</a></li>\n" \ |
54 " <li class=\"defaultLink\"><a href=\"qdeclarativeelements.html\">QML elements</a></li>\n" \ |
90 " <li class=\"defaultLink\"><a href=\"qdeclarativeelements.html\">QML elements</a></li>\n" \ |
55 " </ul> \n" \ |
91 " </ul> \n" \ |
56 " </div>\n" \ |
92 " </div>\n" \ |
57 " <div id=\"live001\" class=\"live\">\n" \ |
|
58 " </div>\n" \ |
|
59 " </div>\n" \ |
93 " </div>\n" \ |
60 " <div class=\"box bottombar\" id=\"topics\">\n" \ |
94 " <div class=\"box bottombar\" id=\"topics\">\n" \ |
61 " <h2><span></span>\n" \ |
95 " <h2 title=\"Qt Topics\"><span></span>\n" \ |
62 " Qt Topics</h2>\n" \ |
96 " Qt Topics</h2>\n" \ |
63 " <div id=\"list002\" class=\"list\">\n" \ |
97 " <div id=\"list002\" class=\"list\">\n" \ |
64 " <ul id=\"ul002\" >\n" \ |
98 " <ul id=\"ul002\" >\n" \ |
65 " <li class=\"defaultLink\"><a href=\"qt-basic-concepts.html\">Basic Qt architecture</a></li>\n" \ |
99 " <li class=\"defaultLink\"><a href=\"qt-basic-concepts.html\">Basic Qt architecture</a></li>\n" \ |
66 " <li class=\"defaultLink\"><a href=\"declarativeui.html\">Device UI's & Qt Quick</a></li>\n" \ |
100 " <li class=\"defaultLink\"><a href=\"declarativeui.html\">Device UI's & Qt Quick</a></li>\n" \ |
67 " <li class=\"defaultLink\"><a href=\"qt-gui-concepts.html\">Desktop UI components</a></li>\n" \ |
101 " <li class=\"defaultLink\"><a href=\"qt-gui-concepts.html\">Desktop UI components</a></li>\n" \ |
68 " <li class=\"defaultLink\"><a href=\"platform-specific.html\">Platform-specific info</a></li>\n" \ |
102 " <li class=\"defaultLink\"><a href=\"platform-specific.html\">Platform-specific info</a></li>\n" \ |
69 " </ul> \n" \ |
103 " </ul> \n" \ |
70 " </div>\n" \ |
104 " </div>\n" \ |
71 " <div id=\"live002\" class=\"live\">\n" \ |
|
72 " </div>\n" \ |
|
73 " </div>\n" \ |
105 " </div>\n" \ |
74 " <div class=\"box\" id=\"examples\">\n" \ |
106 " <div class=\"box\" id=\"examples\">\n" \ |
75 " <h2><span></span>\n" \ |
107 " <h2 title=\"Examples\"><span></span>\n" \ |
76 " Examples</h2>\n" \ |
108 " Examples</h2>\n" \ |
77 " <div id=\"list003\" class=\"list\">\n" \ |
109 " <div id=\"list003\" class=\"list\">\n" \ |
78 " <ul id=\"ul003\">\n" \ |
110 " <ul id=\"ul003\">\n" \ |
79 " <li class=\"defaultLink\"><a href=\"all-examples.html\">Examples</a></li>\n" \ |
111 " <li class=\"defaultLink\"><a href=\"all-examples.html\">Examples</a></li>\n" \ |
80 " <li class=\"defaultLink\"><a href=\"tutorials.html\">Tutorials</a></li>\n" \ |
112 " <li class=\"defaultLink\"><a href=\"tutorials.html\">Tutorials</a></li>\n" \ |
81 " <li class=\"defaultLink\"><a href=\"demos.html\">Demos</a></li>\n" \ |
113 " <li class=\"defaultLink\"><a href=\"demos.html\">Demos</a></li>\n" \ |
82 " <li class=\"defaultLink\"><a href=\"qdeclarativeexamples.html\">QML Examples</a></li>\n" \ |
114 " <li class=\"defaultLink\"><a href=\"qdeclarativeexamples.html\">QML Examples</a></li>\n" \ |
83 " <li class=\"defaultLink\"><a href=\"qdeclarativeexamples.html#Demos\">QML Demos</a></li>\n" \ |
|
84 " </ul> \n" \ |
115 " </ul> \n" \ |
85 " </div>\n" \ |
|
86 " <div id=\"live003\" class=\"live\">\n" \ |
|
87 " </div>\n" \ |
116 " </div>\n" \ |
88 " </div>\n" \ |
117 " </div>\n" \ |
89 " </div>\n" \ |
118 " </div>\n" \ |
90 " <div class=\"wrap\">\n" \ |
119 " <div class=\"wrap\">\n" \ |
91 " <div class=\"toolbar\">\n" \ |
120 " <div class=\"toolbar\">\n" \ |
125 " <p>\n" \ |
154 " <p>\n" \ |
126 " All other trademarks are property of their respective owners. <a title=\"Privacy Policy\"\n" \ |
155 " All other trademarks are property of their respective owners. <a title=\"Privacy Policy\"\n" \ |
127 " href=\"http://qt.nokia.com/about/privacy-policy\">Privacy Policy</a></p>\n" \ |
156 " href=\"http://qt.nokia.com/about/privacy-policy\">Privacy Policy</a></p>\n" \ |
128 " </div>\n" \ |
157 " </div>\n" \ |
129 " <div id=\"feedbackBox\">\n" \ |
158 " <div id=\"feedbackBox\">\n" \ |
130 " <div id=\"feedcloseX\">\n" \ |
159 " <div id=\"feedcloseX\" class=\"feedclose t_button\">X</div>\n" \ |
131 " <a href=\"#\" onclick=\"\$(\'.bd\').show();\$(\'.hd\').show();\$(\'.footer\').show();\$(\'#feedbackBox\').hide();\$(\'#blurpage\').hide()\">X</a>\n" \ |
160 " <form id=\"feedform\" action=\"http://doc.qt.nokia.com/docFeedbck/feedback.php\" method=\"get\">\n" \ |
132 " </div>\n" \ |
161 " <p id=\"noteHead\">Thank you for giving your feedback. <div class=\"note\">Make sure it is related to this specific page. For more general bugs and \n" \ |
133 " <form id=\"feedform\" action=\"feedback.php\" method=\"get\">\n" \ |
162 " requests, please use the <a href=\"http://bugreports.qt.nokia.com/secure/Dashboard.jspa\">Qt Bug Tracker</a>.</div></p>\n" \ |
134 " <p><textarea id=\"feedbox\" name=\"feedText\" rows=\"5\" cols=\"40\">Please submit you feedback...</textarea></p>\n" \ |
163 " <p><textarea id=\"feedbox\" name=\"feedText\" rows=\"5\" cols=\"40\"></textarea></p>\n" \ |
135 " <input id=\"page\" name=\"pageVal\" value=\"\$(\'title\').html();\" style=\"display:none;\">\n" \ |
164 " <p><input id=\"feedsubmit\" class=\"feedclose\" type=\"submit\" name=\"feedback\" /></p>\n" \ |
136 " <p><input id=\"feedsubmit\" type=\"submit\" onclick=\"\$(\'.bd\').show();\$(\'.hd\').show();\$(\'.footer\').show();\$(\'#feedbackBox\').hide();\$(\'#blurpage\').hide()\"\n" \ |
|
137 " name=\"feedback\" /></p>\n" \ |
|
138 " </form>\n" \ |
165 " </form>\n" \ |
139 " </div>\n" \ |
166 " </div>\n" \ |
140 " <div id=\"blurpage\">\n" \ |
167 " <div id=\"blurpage\">\n" \ |
141 " </div>\n" \ |
168 " </div>\n" |
142 "<!-- <script type=\"text/javascript\">\n" \ |
|
143 " var _gaq = _gaq || [];\n" \ |
|
144 " _gaq.push([\'_setAccount\', \'UA-4457116-5\']);\n" \ |
|
145 " _gaq.push([\'_trackPageview\']);\n" \ |
|
146 " (function() {\n" \ |
|
147 " var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\n" \ |
|
148 " ga.src = (\'https:\' == document.location.protocol ? \'https://ssl\' : \'http://www\') + \'.google-analytics.com/ga.js\';\n" \ |
|
149 " var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\n" \ |
|
150 " })();\n" \ |
|
151 "</script> -->\n" |
|