| 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\"></div>\n" \ | 
|---|
| 13 | "    <div id=\"nav-topright\">\n" \ | 
|---|
| 14 | "      <ul>\n" \ | 
|---|
| 15 | "        <li class=\"nav-topright-home\"><a href=\"http://qt.nokia.com/\">Qt HOME</a></li>\n" \ | 
|---|
| 16 | "        <li class=\"nav-topright-dev\"><a href=\"http://developer.qt.nokia.com/\">DEV</a></li>\n" \ | 
|---|
| 17 | "        <li class=\"nav-topright-labs\"><a href=\"http://labs.qt.nokia.com/blogs/\">LABS</a></li>\n" \ | 
|---|
| 18 | "        <li class=\"nav-topright-doc nav-topright-doc-active\"><a href=\"http://doc.qt.nokia.com/\">\n" \ | 
|---|
| 19 | "          DOC</a></li>\n" \ | 
|---|
| 20 | "        <li class=\"nav-topright-blog\"><a href=\"http://blog.qt.nokia.com/\">BLOG</a></li>\n" \ | 
|---|
| 21 | "      </ul>\n" \ | 
|---|
| 22 | "    </div>\n" \ | 
|---|
| 23 | "    <div id=\"shortCut\">\n" \ | 
|---|
| 24 | "      <ul>\n" \ | 
|---|
| 25 | "        <li class=\"shortCut-topleft-inactive\"><span><a href=\"index.html\">Qt 4.7</a></span></li>\n" \ | 
|---|
| 26 | "        <li class=\"shortCut-topleft-active\"><a href=\"http://doc.qt.nokia.com\">ALL VERSIONS" \ | 
|---|
| 27 | "        </a></li>\n" \ | 
|---|
| 28 | "      </ul>\n" \ | 
|---|
| 29 | "     </div>\n" \ | 
|---|
| 30 | " <ul class=\"sf-menu\" id=\"narrowmenu\"> \n" \ | 
|---|
| 31 | "                       <li><a href=\"#\">API Lookup</a> \n" \ | 
|---|
| 32 | "                               <ul> \n" \ | 
|---|
| 33 | "                                       <li><a href=\"classes.html\">Class index</a></li> \n" \ | 
|---|
| 34 | "           <li><a href=\"functions.html\">Function index</a></li> \n" \ | 
|---|
| 35 | "           <li><a href=\"modules.html\">Modules</a></li> \n" \ | 
|---|
| 36 | "           <li><a href=\"namespaces.html\">Namespaces</a></li> \n" \ | 
|---|
| 37 | "           <li><a href=\"qtglobal.html\">Global Declarations</a></li> \n" \ | 
|---|
| 38 | "           <li><a href=\"qdeclarativeelements.html\">QML elements</a></li> \n" \ | 
|---|
| 39 | "                   </ul> \n" \ | 
|---|
| 40 | "                       </li> \n" \ | 
|---|
| 41 | "                       <li><a href=\"#\">Qt Topics</a> \n" \ | 
|---|
| 42 | "                               <ul> \n" \ | 
|---|
| 43 | "                                          <li><a href=\"qt-basic-concepts.html\">Programming with Qt</a></li>  \n" \ | 
|---|
| 44 | "                                          <li><a href=\"qtquick.html\">Device UIs & Qt Quick</a></li>  \n" \ | 
|---|
| 45 | "                                          <li><a href=\"qt-gui-concepts.html\">UI Design with Qt</a></li>  \n" \ | 
|---|
| 46 | "                                          <li><a href=\"developing-with-qt.html\">Cross-platform and Platform-specific</a></li>  \n" \ | 
|---|
| 47 | "                                          <li><a href=\"platform-specific.html\">Platform-specific info</a></li>  \n" \ | 
|---|
| 48 | "                                          <li><a href=\"technology-apis.html\">Qt and Key Technologies</a></li>  \n" \ | 
|---|
| 49 | "                                          <li><a href=\"best-practices.html\">How-To's and Best Practices</a></li>  \n" \ | 
|---|
| 50 | "                    </ul> \n" \ | 
|---|
| 51 | "                               </li> \n" \ | 
|---|
| 52 | "                               <li><a href=\"#\">Examples</a> \n" \ | 
|---|
| 53 | "                                       <ul> \n" \ | 
|---|
| 54 | "                             <li><a href=\"all-examples.html\">Examples</a></li> \n" \ | 
|---|
| 55 | "                             <li><a href=\"tutorials.html\">Tutorials</a></li> \n" \ | 
|---|
| 56 | "                             <li><a href=\"demos.html\">Demos</a></li> \n" \ | 
|---|
| 57 | "                             <li><a href=\"qdeclarativeexamples.html\">QML Examples</a></li> \n" \ | 
|---|
| 58 | "                      </ul> \n" \ | 
|---|
| 59 | "                                       </li> \n" \ | 
|---|
| 60 | "                               </ul> \n" \ | 
|---|
| 61 | "    </div>\n" \ | 
|---|
| 62 | "  </div>\n" \ | 
|---|
| 63 | "  <div class=\"wrapper\">\n" \ | 
|---|
| 64 | "    <div class=\"hd\">\n" \ | 
|---|
| 65 | "      <span></span>\n" \ | 
|---|
| 66 | "    </div>\n" \ | 
|---|
| 67 | "    <div class=\"bd group\">\n" \ | 
|---|
| 68 | "      <div class=\"sidebar\">\n" \ | 
|---|
| 69 | "        <div class=\"searchlabel\">\n" \ | 
|---|
| 70 | "          Search index:</div>\n" \ | 
|---|
| 71 | "        <div class=\"search\" id=\"sidebarsearch\">\n" \ | 
|---|
| 72 | "          <form id=\"qtdocsearch\" action=\"\" onsubmit=\"return false;\">\n" \ | 
|---|
| 73 | "            <fieldset>\n" \ | 
|---|
| 74 | "              <input type=\"text\" name=\"searchstring\" id=\"pageType\" value=\"\" />\n" \ | 
|---|
| 75 | " <div id=\"resultdialog\"> \n" \ | 
|---|
| 76 | " <a href=\"#\" id=\"resultclose\">Close</a> \n" \ | 
|---|
| 77 | "<!-- <p id=\"resultlinks\" class=\"all\"><a href=\"#\" id=\"showallresults\">All</a> | <a href=\"#\" id=\"showapiresults\">API</a> | <a href=\"#\" id=\"showarticleresults\">Articles</a> | <a href=\"#\" id=\"showexampleresults\">Examples</a></p> \n" \ | 
|---|
| 78 | " <p id=\"searchcount\" class=\"all\"><span id=\"resultcount\"></span><span id=\"apicount\"></span><span id=\"articlecount\"></span><span id=\"examplecount\"></span> results:</p> --> \n" \ | 
|---|
| 79 | " <ul id=\"resultlist\" class=\"all\"> \n" \ | 
|---|
| 80 | " </ul> \n" \ | 
|---|
| 81 | " </div> \n" \ | 
|---|
| 82 | "            </fieldset>\n" \ | 
|---|
| 83 | "          </form>\n" \ | 
|---|
| 84 | "        </div>\n" \ | 
|---|
| 85 | "        <div class=\"box first bottombar\" id=\"lookup\">\n" \ | 
|---|
| 86 | "          <h2 title=\"API Lookup\"><span></span>\n" \ | 
|---|
| 87 | "            API Lookup</h2>\n" \ | 
|---|
| 88 | "          <div  id=\"list001\" class=\"list\">\n" \ | 
|---|
| 89 | "          <ul id=\"ul001\" >\n" \ | 
|---|
| 90 | "              <li class=\"defaultLink\"><a href=\"classes.html\">Class index</a></li>\n" \ | 
|---|
| 91 | "              <li class=\"defaultLink\"><a href=\"functions.html\">Function index</a></li>\n" \ | 
|---|
| 92 | "              <li class=\"defaultLink\"><a href=\"modules.html\">Modules</a></li>\n" \ | 
|---|
| 93 | "              <li class=\"defaultLink\"><a href=\"namespaces.html\">Namespaces</a></li>\n" \ | 
|---|
| 94 | "              <li class=\"defaultLink\"><a href=\"qtglobal.html\">Global Declarations</a></li>\n" \ | 
|---|
| 95 | "              <li class=\"defaultLink\"><a href=\"qdeclarativeelements.html\">QML elements</a></li>\n" \ | 
|---|
| 96 | "            </ul> \n" \ | 
|---|
| 97 | "          </div>\n" \ | 
|---|
| 98 | "        </div>\n" \ | 
|---|
| 99 | "        <div class=\"box bottombar\" id=\"topics\">\n" \ | 
|---|
| 100 | "          <h2 title=\"Qt Topics\"><span></span>\n" \ | 
|---|
| 101 | "            Qt Topics</h2>\n" \ | 
|---|
| 102 | "          <div id=\"list002\" class=\"list\">\n" \ | 
|---|
| 103 | "            <ul id=\"ul002\" >\n" \ | 
|---|
| 104 | "                        <li class=\"defaultLink\"><a href=\"qt-basic-concepts.html\">Programming with Qt</a></li> \n" \ | 
|---|
| 105 | "                        <li class=\"defaultLink\"><a href=\"qtquick.html\">Device UIs & Qt Quick</a></li> \n" \ | 
|---|
| 106 | "                        <li class=\"defaultLink\"><a href=\"qt-gui-concepts.html\">UI Design with Qt</a></li> \n" \ | 
|---|
| 107 | "                        <li class=\"defaultLink\"><a href=\"developing-with-qt.html\">Cross-platform and Platform-specific</a></li> \n" \ | 
|---|
| 108 | "                        <li class=\"defaultLink\"><a href=\"platform-specific.html\">Platform-specific info</a></li> \n" \ | 
|---|
| 109 | "                        <li class=\"defaultLink\"><a href=\"technology-apis.html\">Qt and Key Technologies</a></li> \n" \ | 
|---|
| 110 | "                        <li class=\"defaultLink\"><a href=\"best-practices.html\">How-To's and Best Practices</a></li> \n" \ | 
|---|
| 111 | "            </ul>  \n" \ | 
|---|
| 112 | "          </div>\n" \ | 
|---|
| 113 | "        </div>\n" \ | 
|---|
| 114 | "        <div class=\"box\" id=\"examples\">\n" \ | 
|---|
| 115 | "          <h2 title=\"Examples\"><span></span>\n" \ | 
|---|
| 116 | "            Examples</h2>\n" \ | 
|---|
| 117 | "          <div id=\"list003\" class=\"list\">\n" \ | 
|---|
| 118 | "        <ul id=\"ul003\">\n" \ | 
|---|
| 119 | "              <li class=\"defaultLink\"><a href=\"all-examples.html\">Examples</a></li>\n" \ | 
|---|
| 120 | "              <li class=\"defaultLink\"><a href=\"tutorials.html\">Tutorials</a></li>\n" \ | 
|---|
| 121 | "              <li class=\"defaultLink\"><a href=\"demos.html\">Demos</a></li>\n" \ | 
|---|
| 122 | "              <li class=\"defaultLink\"><a href=\"qdeclarativeexamples.html\">QML Examples</a></li>\n" \ | 
|---|
| 123 | "            </ul> \n" \ | 
|---|
| 124 | "          </div>\n" \ | 
|---|
| 125 | "        </div>\n" \ | 
|---|
| 126 | "      </div>\n" \ | 
|---|
| 127 | "      <div class=\"wrap\">\n" \ | 
|---|
| 128 | "        <div class=\"toolbar\">\n" \ | 
|---|
| 129 | "          <div class=\"breadcrumb toolblock\">\n" \ | 
|---|
| 130 | "            <ul>\n" \ | 
|---|
| 131 | "              <li class=\"first\"><a href=\"index.html\">Home</a></li>\n" \ | 
|---|
| 132 | "              <!--  Bread crumbs goes here -->\n" | 
|---|
| 133 |  | 
|---|
| 134 | HTML.postpostheader     = "            </ul>\n" \ | 
|---|
| 135 | "          </div>\n" \ | 
|---|
| 136 | "          <div class=\"toolbuttons toolblock\">\n" \ | 
|---|
| 137 | "            <ul>\n" \ | 
|---|
| 138 | "              <li id=\"smallA\" class=\"t_button\">A</li>\n" \ | 
|---|
| 139 | "              <li id=\"medA\" class=\"t_button active\">A</li>\n" \ | 
|---|
| 140 | "              <li id=\"bigA\" class=\"t_button\">A</li>\n" \ | 
|---|
| 141 | "              <li id=\"print\" class=\"t_button\"><a href=\"javascript:this.print();\">\n" \ | 
|---|
| 142 | "                <span>Print</span></a></li>\n" \ | 
|---|
| 143 | "            </ul>\n" \ | 
|---|
| 144 | "        </div>\n" \ | 
|---|
| 145 | "        </div>\n" \ | 
|---|
| 146 | "        <div class=\"content mainContent\">\n" | 
|---|
| 147 |  | 
|---|
| 148 | HTML.footer             = "" \ | 
|---|
| 149 | "        <div class=\"feedback t_button\">\n" \ | 
|---|
| 150 | "          [+] Documentation Feedback</div>\n" \ | 
|---|
| 151 | "      </div>\n" \ | 
|---|
| 152 | "    </div>\n" \ | 
|---|
| 153 | "    </div> \n" \ | 
|---|
| 154 | "    <div class=\"ft\">\n" \ | 
|---|
| 155 | "      <span></span>\n" \ | 
|---|
| 156 | "    </div>\n" \ | 
|---|
| 157 | "  </div> \n" \ | 
|---|
| 158 | "  <div class=\"footer\">\n" \ | 
|---|
| 159 | "    <p>\n" \ | 
|---|
| 160 | "      <acronym title=\"Copyright\">©</acronym> 2008-2010 Nokia Corporation and/or its\n" \ | 
|---|
| 161 | "      subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation \n" \ | 
|---|
| 162 | "      in Finland and/or other countries worldwide.</p>\n" \ | 
|---|
| 163 | "    <p>\n" \ | 
|---|
| 164 | "      All other trademarks are property of their respective owners. <a title=\"Privacy Policy\"\n" \ | 
|---|
| 165 | "        href=\"http://qt.nokia.com/about/privacy-policy\">Privacy Policy</a></p>\n" \ | 
|---|
| 166 | "    <br />\n" \ | 
|---|
| 167 | "    <p>\n" \ | 
|---|
| 168 | "      Licensees holding valid Qt Commercial licenses may use this document in accordance with the" \ | 
|---|
| 169 | "      Qt Commercial License Agreement provided with the Software or, alternatively, in accordance" \ | 
|---|
| 170 | "      with the terms contained in a written agreement between you and Nokia.</p>\n" \ | 
|---|
| 171 | "    <p>\n" \ | 
|---|
| 172 | "      Alternatively, this document may be used under the terms of the <a href=\"http://www.gnu.org/licenses/fdl.html\">GNU\n" \ | 
|---|
| 173 | "      Free Documentation License version 1.3</a>\n" \ | 
|---|
| 174 | "      as published by the Free Software Foundation.</p>\n" \ | 
|---|
| 175 | "  </div>\n" \ | 
|---|
| 176 | "  <div id=\"feedbackBox\">\n" \ | 
|---|
| 177 | "      <div id=\"feedcloseX\" class=\"feedclose t_button\">X</div>\n" \ | 
|---|
| 178 | "    <form id=\"feedform\" action=\"http://doc.qt.nokia.com/docFeedbck/feedback.php\" method=\"get\">\n" \ | 
|---|
| 179 | "      <p id=\"noteHead\">Thank you for giving your feedback.</p> <p class=\"note\">Make sure it is related to this specific page. For more general bugs and \n" \ | 
|---|
| 180 | "      requests, please use the <a href=\"http://bugreports.qt.nokia.com/secure/Dashboard.jspa\">Qt Bug Tracker</a>.</p>\n" \ | 
|---|
| 181 | "      <p><textarea id=\"feedbox\" name=\"feedText\" rows=\"5\" cols=\"40\"></textarea></p>\n" \ | 
|---|
| 182 | "      <p><input id=\"feedsubmit\" class=\"feedclose\" type=\"submit\" name=\"feedback\" /></p>\n" \ | 
|---|
| 183 | "    </form>\n" \ | 
|---|
| 184 | "  </div>\n" \ | 
|---|
| 185 | "  <div id=\"blurpage\">\n" \ | 
|---|
| 186 | "  </div>\n" | 
|---|