1 | HTML.stylesheets = style/style.css \
|
---|
2 | style/OfflineStyle.css \
|
---|
3 | style/style_ie7.css \
|
---|
4 | style/style_ie8.css \
|
---|
5 | style/style_ie6.css
|
---|
6 |
|
---|
7 | HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \
|
---|
8 | " <div class=\"content\"> \n" \
|
---|
9 | " <div id=\"nav-logo\">\n" \
|
---|
10 | " <a href=\"index.html\">Home</a></div>\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=\"pageType\" name=\"searchstring\">\n" \
|
---|
15 | " </fieldset>\n" \
|
---|
16 | " </form></div>\n" \
|
---|
17 | " <div id=\"nav-topright\">\n" \
|
---|
18 | " <ul>\n" \
|
---|
19 | " <li class=\"nav-topright-home\"><a href=\"http://qt.nokia.com/\">Qt HOME</a></li>\n" \
|
---|
20 | " <li class=\"nav-topright-dev\"><a href=\"http://qt.nokia.com/developer\">DEV</a></li>\n" \
|
---|
21 | " <li class=\"nav-topright-labs\"><a href=\"http://labs.qt.nokia.com/blogs/\">LABS</a></li>\n" \
|
---|
22 | " <li class=\"nav-topright-doc nav-topright-doc-active\"><a href=\"http://doc.qt.nokia.com/\">\n" \
|
---|
23 | " DOC</a></li>\n" \
|
---|
24 | " <li class=\"nav-topright-blog\"><a href=\"http://blog.qt.nokia.com/\">BLOG</a></li>\n" \
|
---|
25 | " <li class=\"nav-topright-shop\"><a title=\"SHOP\" href=\"http://shop.qt.nokia.com\">SHOP</a></li>\n" \
|
---|
26 | " </ul>\n" \
|
---|
27 | " </div>\n" \
|
---|
28 | " <div id=\"shortCut\">\n" \
|
---|
29 | " <ul>\n" \
|
---|
30 | " <li class=\"shortCut-topleft-inactive\"><span><a href=\"index.html\">Qt 4.7</a></span></li>\n" \
|
---|
31 | " <li class=\"shortCut-topleft-active\"><a href=\"http://qt.nokia.com/doc/\">ALL VERSIONS" \
|
---|
32 | " </a></li>\n" \
|
---|
33 | " </ul>\n" \
|
---|
34 | " </div>\n" \
|
---|
35 | " <ul class=\"sf-menu sf-js-enabled sf-shadow\" id=\"narrowmenu\"> \n" \
|
---|
36 | " <li><a href=\"#\">API Lookup</a> \n" \
|
---|
37 | " <ul id=\"topmenuLook\"> \n" \
|
---|
38 | " <li><a href=\"classes.html\">Class index</a></li> \n" \
|
---|
39 | " <li><a href=\"functions.html\">Function index</a></li> \n" \
|
---|
40 | " <li><a href=\"modules.html\">Modules</a></li> \n" \
|
---|
41 | " <li><a href=\"namespaces.html\">Namespaces</a></li> \n" \
|
---|
42 | " <li><a href=\"qtglobal.html\">Global stuff</a></li> \n" \
|
---|
43 | " <li><a href=\"qdeclarativeelements.html\">QML elements</a></li> \n" \
|
---|
44 | " </ul> \n" \
|
---|
45 | " </li> \n" \
|
---|
46 | " <li><a href=\"#\">Qt Topics</a> \n" \
|
---|
47 | " <ul id=\"topmenuTopic\"> \n" \
|
---|
48 | " <li><a href=\"qt-basic-concepts.html\">Basic Qt architecture</a></li> \n" \
|
---|
49 | " <li><a href=\"declarativeui.html\">Device UI's & Qt Quick</a></li> \n" \
|
---|
50 | " <li><a href=\"qt-gui-concepts.html\">Desktop UI components</a></li> \n" \
|
---|
51 | " <li><a href=\"platform-specific.html\">Platform-specific info</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\">ãã¥ãŒããªã¢ã«</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 | " <li><a href=\"qdeclarativeexamples.html#Demos\">QML Demos</a></li> \n" \
|
---|
61 | " </ul> \n" \
|
---|
62 | " </li> \n" \
|
---|
63 | " </ul> \n" \
|
---|
64 | " </div>\n" \
|
---|
65 | " </div>\n" \
|
---|
66 | " <div class=\"wrapper\">\n" \
|
---|
67 | " <div class=\"hd\">\n" \
|
---|
68 | " <span></span>\n" \
|
---|
69 | " </div>\n" \
|
---|
70 | " <div class=\"bd group\">\n" \
|
---|
71 | " <div class=\"sidebar\">\n" \
|
---|
72 | " <div class=\"searchlabel\">\n" \
|
---|
73 | " Search index:</div>\n" \
|
---|
74 | " <div class=\"search\">\n" \
|
---|
75 | " <form id=\"qtdocsearch\" action=\"\" onsubmit=\"return false;\">\n" \
|
---|
76 | " <fieldset>\n" \
|
---|
77 | " <input type=\"text\" name=\"searchstring\" id=\"pageType\" value=\"\" />\n" \
|
---|
78 | " </fieldset>\n" \
|
---|
79 | " </form>\n" \
|
---|
80 | " </div>\n" \
|
---|
81 | " <div class=\"box first bottombar\" id=\"lookup\">\n" \
|
---|
82 | " <h2 title=\"API Lookup\"><span></span>\n" \
|
---|
83 | " API Lookup</h2>\n" \
|
---|
84 | " <div id=\"list001\" class=\"list\">\n" \
|
---|
85 | " <ul id=\"ul001\" >\n" \
|
---|
86 | " <li class=\"defaultLink\"><a href=\"classes.html\">Class index</a></li>\n" \
|
---|
87 | " <li class=\"defaultLink\"><a href=\"functions.html\">Function index</a></li>\n" \
|
---|
88 | " <li class=\"defaultLink\"><a href=\"modules.html\">Modules</a></li>\n" \
|
---|
89 | " <li class=\"defaultLink\"><a href=\"namespaces.html\">Namespaces</a></li>\n" \
|
---|
90 | " <li class=\"defaultLink\"><a href=\"qtglobal.html\">Global stuff</a></li>\n" \
|
---|
91 | " <li class=\"defaultLink\"><a href=\"qdeclarativeelements.html\">QML elements</a></li>\n" \
|
---|
92 | " </ul> \n" \
|
---|
93 | " </div>\n" \
|
---|
94 | " </div>\n" \
|
---|
95 | " <div class=\"box bottombar\" id=\"topics\">\n" \
|
---|
96 | " <h2 title=\"Qt Topics\"><span></span>\n" \
|
---|
97 | " Qt Topics</h2>\n" \
|
---|
98 | " <div id=\"list002\" class=\"list\">\n" \
|
---|
99 | " <ul id=\"ul002\" >\n" \
|
---|
100 | " <li class=\"defaultLink\"><a href=\"qt-basic-concepts.html\">Basic Qt architecture</a></li>\n" \
|
---|
101 | " <li class=\"defaultLink\"><a href=\"declarativeui.html\">Device UI's & Qt Quick</a></li>\n" \
|
---|
102 | " <li class=\"defaultLink\"><a href=\"qt-gui-concepts.html\">Desktop UI components</a></li>\n" \
|
---|
103 | " <li class=\"defaultLink\"><a href=\"platform-specific.html\">Platform-specific info</a></li>\n" \
|
---|
104 | " </ul> \n" \
|
---|
105 | " </div>\n" \
|
---|
106 | " </div>\n" \
|
---|
107 | " <div class=\"box\" id=\"examples\">\n" \
|
---|
108 | " <h2 title=\"Examples\"><span></span>\n" \
|
---|
109 | " Examples</h2>\n" \
|
---|
110 | " <div id=\"list003\" class=\"list\">\n" \
|
---|
111 | " <ul id=\"ul003\">\n" \
|
---|
112 | " <li class=\"defaultLink\"><a href=\"all-examples.html\">Examples</a></li>\n" \
|
---|
113 | " <li class=\"defaultLink\"><a href=\"tutorials.html\">ãã¥ãŒããªã¢ã«</a></li>\n" \
|
---|
114 | " <li class=\"defaultLink\"><a href=\"demos.html\">Demos</a></li>\n" \
|
---|
115 | " <li class=\"defaultLink\"><a href=\"qdeclarativeexamples.html\">QML Examples</a></li>\n" \
|
---|
116 | " <li class=\"defaultLink\"><a href=\"qdeclarativeexamples.html#Demos\">QML Demos</a></li>\n" \
|
---|
117 | " </ul> \n" \
|
---|
118 | " </div>\n" \
|
---|
119 | " </div>\n" \
|
---|
120 | " </div>\n" \
|
---|
121 | " <div class=\"wrap\">\n" \
|
---|
122 | " <div class=\"toolbar\">\n" \
|
---|
123 | " <div class=\"breadcrumb toolblock\">\n" \
|
---|
124 | " <ul>\n" \
|
---|
125 | " <li class=\"first\"><a href=\"index.html\">Home</a></li>\n" \
|
---|
126 | " <!-- Bread crumbs goes here -->\n"
|
---|
127 |
|
---|
128 | HTML.postpostheader = " </ul>\n" \
|
---|
129 | " </div>\n" \
|
---|
130 | " <div class=\"toolbuttons toolblock\">\n" \
|
---|
131 | " <ul>\n" \
|
---|
132 | " <li id=\"smallA\" class=\"t_button\">A</li>\n" \
|
---|
133 | " <li id=\"medA\" class=\"t_button active\">A</li>\n" \
|
---|
134 | " <li id=\"bigA\" class=\"t_button\">A</li>\n" \
|
---|
135 | " <li id=\"print\" class=\"t_button\"><a href=\"javascript:this.print();\">\n" \
|
---|
136 | " <span>Print</span></a></li>\n" \
|
---|
137 | " </ul>\n" \
|
---|
138 | " </div>\n" \
|
---|
139 | " </div>\n" \
|
---|
140 | " <div class=\"content\">\n"
|
---|
141 |
|
---|
142 | HTML.footer = " <!-- /div -->\n" \
|
---|
143 | " <div class=\"feedback t_button\">\n" \
|
---|
144 | " [+] Documentation Feedback</div>\n" \
|
---|
145 | " </div>\n" \
|
---|
146 | " </div>\n" \
|
---|
147 | " <div class=\"ft\">\n" \
|
---|
148 | " <span></span>\n" \
|
---|
149 | " </div>\n" \
|
---|
150 | " </div> \n" \
|
---|
151 | " <div class=\"footer\">\n" \
|
---|
152 | " <p>\n" \
|
---|
153 | " <acronym title=\"Copyright\">©</acronym> 2008-2010 Nokia Corporation and/or its\n" \
|
---|
154 | " subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation \n" \
|
---|
155 | " in Finland and/or other countries worldwide.</p>\n" \
|
---|
156 | " <p>\n" \
|
---|
157 | " All other trademarks are property of their respective owners. <a title=\"Privacy Policy\"\n" \
|
---|
158 | " href=\"http://qt.nokia.com/about/privacy-policy\">Privacy Policy</a></p>\n" \
|
---|
159 | " <br />\n" \
|
---|
160 | " <p>\n" \
|
---|
161 | " Licensees holding valid Qt Commercial licenses may use this document in accordance with the" \
|
---|
162 | " Qt Commercial License Agreement provided with the Software or, alternatively, in accordance" \
|
---|
163 | " with the terms contained in a written agreement between you and Nokia.</p>\n" \
|
---|
164 | " <p>\n" \
|
---|
165 | " Alternatively, this document may be used under the terms of the <a href=\"http://www.gnu.org/licenses/fdl.html\">GNU\n" \
|
---|
166 | " Free Documentation License version 1.3</a>\n" \
|
---|
167 | " as published by the Free Software Foundation.</p>\n" \
|
---|
168 | " </div>\n" \
|
---|
169 | " <div id=\"feedbackBox\">\n" \
|
---|
170 | " <div id=\"feedcloseX\" class=\"feedclose t_button\">X</div>\n" \
|
---|
171 | " <form id=\"feedform\" action=\"http://doc.qt.nokia.com/docFeedbck/feedback.php\" method=\"get\">\n" \
|
---|
172 | " <p><textarea id=\"feedbox\" name=\"feedText\" rows=\"5\" cols=\"40\">Please submit your feedback...</textarea></p>\n" \
|
---|
173 | " <p><input id=\"feedsubmit\" class=\"feedclose\" type=\"submit\" name=\"feedback\" /></p>\n" \
|
---|
174 | " </form>\n" \
|
---|
175 | " </div>\n" \
|
---|
176 | " <div id=\"blurpage\">\n" \
|
---|
177 | " </div>\n"
|
---|