[844] | 1 | project = QDoc
|
---|
| 2 | description = QDoc3 Manual
|
---|
| 3 |
|
---|
| 4 | indexes = ../../../doc/html/qt.index
|
---|
| 5 |
|
---|
| 6 | outputdir = html
|
---|
| 7 |
|
---|
| 8 | sources = qdoc-manual.qdoc
|
---|
| 9 | sourcedirs = $PWD
|
---|
| 10 |
|
---|
| 11 | exampledirs += $PWD \
|
---|
| 12 | ../../../examples
|
---|
| 13 |
|
---|
| 14 | imagedirs += images
|
---|
| 15 |
|
---|
| 16 | extraimages.HTML = qt-logo
|
---|
| 17 |
|
---|
| 18 | HTML.stylesheets = style/style.css \
|
---|
| 19 | style/OfflineStyle.css \
|
---|
| 20 | style/style_ie7.css \
|
---|
| 21 | style/style_ie8.css \
|
---|
| 22 | style/style_ie6.css
|
---|
| 23 |
|
---|
| 24 | HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \
|
---|
| 25 | " <div class=\"content\"> \n" \
|
---|
| 26 | " <div id=\"nav-logo\">\n" \
|
---|
| 27 | " <a href=\"index.html\">Home</a></div>\n" \
|
---|
| 28 | " <a href=\"index.html\" class=\"qtref\"><span>Qt Reference Documentation</span></a>\n" \
|
---|
| 29 | " <div id=\"narrowsearch\"></div>\n" \
|
---|
| 30 | " <div id=\"nav-topright\">\n" \
|
---|
| 31 | " <ul>\n" \
|
---|
| 32 | " <li class=\"nav-topright-home\"><a href=\"http://qt.nokia.com/\">Qt HOME</a></li>\n" \
|
---|
| 33 | " <li class=\"nav-topright-dev\"><a href=\"http://developer.qt.nokia.com/\">DEV</a></li>\n" \
|
---|
| 34 | " <li class=\"nav-topright-labs\"><a href=\"http://labs.qt.nokia.com/blogs/\">LABS</a></li>\n" \
|
---|
| 35 | " <li class=\"nav-topright-doc nav-topright-doc-active\"><a href=\"http://doc.qt.nokia.com/\">\n" \
|
---|
| 36 | " DOC</a></li>\n" \
|
---|
| 37 | " <li class=\"nav-topright-blog\"><a href=\"http://blog.qt.nokia.com/\">BLOG</a></li>\n" \
|
---|
| 38 | " </ul>\n" \
|
---|
| 39 | " </div>\n" \
|
---|
| 40 | " <div id=\"shortCut\">\n" \
|
---|
| 41 | " <ul>\n" \
|
---|
| 42 | " <li class=\"shortCut-topleft-inactive\"><span><a href=\"index.html\">Qt 4.7</a></span></li>\n" \
|
---|
| 43 | " <li class=\"shortCut-topleft-active\"><a href=\"http://doc.qt.nokia.com\">ALL VERSIONS" \
|
---|
| 44 | " </a></li>\n" \
|
---|
| 45 | " </ul>\n" \
|
---|
| 46 | " </div>\n" \
|
---|
| 47 | " <ul class=\"sf-menu\" id=\"narrowmenu\"> \n" \
|
---|
| 48 | " <li><a href=\"#\">API Lookup</a> \n" \
|
---|
| 49 | " <ul> \n" \
|
---|
| 50 | " <li><a href=\"classes.html\">Class index</a></li> \n" \
|
---|
| 51 | " <li><a href=\"functions.html\">Function index</a></li> \n" \
|
---|
| 52 | " <li><a href=\"modules.html\">Modules</a></li> \n" \
|
---|
| 53 | " <li><a href=\"namespaces.html\">Namespaces</a></li> \n" \
|
---|
| 54 | " <li><a href=\"qtglobal.html\">Global Declarations</a></li> \n" \
|
---|
| 55 | " <li><a href=\"qdeclarativeelements.html\">QML elements</a></li> \n" \
|
---|
| 56 | " </ul> \n" \
|
---|
| 57 | " </li> \n" \
|
---|
| 58 | " <li><a href=\"#\">Qt Topics</a> \n" \
|
---|
| 59 | " <ul> \n" \
|
---|
| 60 | " <li><a href=\"qt-basic-concepts.html\">Programming with Qt</a></li> \n" \
|
---|
| 61 | " <li><a href=\"qtquick.html\">Device UIs & Qt Quick</a></li> \n" \
|
---|
| 62 | " <li><a href=\"qt-gui-concepts.html\">UI Design with Qt</a></li> \n" \
|
---|
| 63 | " <li><a href=\"developing-with-qt.html\">Cross-platform and Platform-specific</a></li> \n" \
|
---|
| 64 | " <li><a href=\"platform-specific.html\">Platform-specific info</a></li> \n" \
|
---|
| 65 | " <li><a href=\"technology-apis.html\">Qt and Key Technologies</a></li> \n" \
|
---|
| 66 | " <li><a href=\"best-practices.html\">How-To's and Best Practices</a></li> \n" \
|
---|
| 67 | " </ul> \n" \
|
---|
| 68 | " </li> \n" \
|
---|
| 69 | " <li><a href=\"#\">Examples</a> \n" \
|
---|
| 70 | " <ul> \n" \
|
---|
| 71 | " <li><a href=\"all-examples.html\">Examples</a></li> \n" \
|
---|
| 72 | " <li><a href=\"tutorials.html\">Tutorials</a></li> \n" \
|
---|
| 73 | " <li><a href=\"demos.html\">Demos</a></li> \n" \
|
---|
| 74 | " <li><a href=\"qdeclarativeexamples.html\">QML Examples</a></li> \n" \
|
---|
| 75 | " </ul> \n" \
|
---|
| 76 | " </li> \n" \
|
---|
| 77 | " </ul> \n" \
|
---|
| 78 | " </div>\n" \
|
---|
| 79 | " </div>\n" \
|
---|
| 80 | " <div class=\"wrapper\">\n" \
|
---|
| 81 | " <div class=\"hd\">\n" \
|
---|
| 82 | " <span></span>\n" \
|
---|
| 83 | " </div>\n" \
|
---|
| 84 | " <div class=\"bd group\">\n" \
|
---|
| 85 | " <div class=\"sidebar\">\n" \
|
---|
| 86 | " <div class=\"searchlabel\">\n" \
|
---|
| 87 | " Search index:</div>\n" \
|
---|
| 88 | " <div class=\"search\" id=\"sidebarsearch\">\n" \
|
---|
| 89 | " <form id=\"qtdocsearch\" action=\"\" onsubmit=\"return false;\">\n" \
|
---|
| 90 | " <fieldset>\n" \
|
---|
| 91 | " <input type=\"text\" name=\"searchstring\" id=\"pageType\" value=\"\" />\n" \
|
---|
| 92 | " <div id=\"resultdialog\"> \n" \
|
---|
| 93 | " <a href=\"#\" id=\"resultclose\">Close</a> \n" \
|
---|
| 94 | " <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" \
|
---|
| 95 | " <p id=\"searchcount\" class=\"all\"><span id=\"resultcount\"></span><span id=\"apicount\"></span><span id=\"articlecount\"></span><span id=\"examplecount\"></span> results:</p> \n" \
|
---|
| 96 | " <ul id=\"resultlist\" class=\"all\"> \n" \
|
---|
| 97 | " </ul> \n" \
|
---|
| 98 | " </div> \n" \
|
---|
| 99 | " </fieldset>\n" \
|
---|
| 100 | " </form>\n" \
|
---|
| 101 | " </div>\n" \
|
---|
| 102 | " <div class=\"box first bottombar\" id=\"lookup\">\n" \
|
---|
| 103 | " <h2 title=\"API Lookup\"><span></span>\n" \
|
---|
| 104 | " API Lookup</h2>\n" \
|
---|
| 105 | " <div id=\"list001\" class=\"list\">\n" \
|
---|
| 106 | " <ul id=\"ul001\" >\n" \
|
---|
| 107 | " <li class=\"defaultLink\"><a href=\"classes.html\">Class index</a></li>\n" \
|
---|
| 108 | " <li class=\"defaultLink\"><a href=\"functions.html\">Function index</a></li>\n" \
|
---|
| 109 | " <li class=\"defaultLink\"><a href=\"modules.html\">Modules</a></li>\n" \
|
---|
| 110 | " <li class=\"defaultLink\"><a href=\"namespaces.html\">Namespaces</a></li>\n" \
|
---|
| 111 | " <li class=\"defaultLink\"><a href=\"qtglobal.html\">Global Declarations</a></li>\n" \
|
---|
| 112 | " <li class=\"defaultLink\"><a href=\"qdeclarativeelements.html\">QML elements</a></li>\n" \
|
---|
| 113 | " </ul> \n" \
|
---|
| 114 | " </div>\n" \
|
---|
| 115 | " </div>\n" \
|
---|
| 116 | " <div class=\"box bottombar\" id=\"topics\">\n" \
|
---|
| 117 | " <h2 title=\"Qt Topics\"><span></span>\n" \
|
---|
| 118 | " Qt Topics</h2>\n" \
|
---|
| 119 | " <div id=\"list002\" class=\"list\">\n" \
|
---|
| 120 | " <ul id=\"ul002\" >\n" \
|
---|
| 121 | " <li class=\"defaultLink\"><a href=\"qt-basic-concepts.html\">Programming with Qt</a></li> \n" \
|
---|
| 122 | " <li class=\"defaultLink\"><a href=\"qtquick.html\">Device UIs & Qt Quick</a></li> \n" \
|
---|
| 123 | " <li class=\"defaultLink\"><a href=\"qt-gui-concepts.html\">UI Design with Qt</a></li> \n" \
|
---|
| 124 | " <li class=\"defaultLink\"><a href=\"developing-with-qt.html\">Cross-platform and Platform-specific</a></li> \n" \
|
---|
| 125 | " <li class=\"defaultLink\"><a href=\"platform-specific.html\">Platform-specific info</a></li> \n" \
|
---|
| 126 | " <li class=\"defaultLink\"><a href=\"technology-apis.html\">Qt and Key Technologies</a></li> \n" \
|
---|
| 127 | " <li class=\"defaultLink\"><a href=\"best-practices.html\">How-To's and Best Practices</a></li> \n" \
|
---|
| 128 | " </ul> \n" \
|
---|
| 129 | " </div>\n" \
|
---|
| 130 | " </div>\n" \
|
---|
| 131 | " <div class=\"box\" id=\"examples\">\n" \
|
---|
| 132 | " <h2 title=\"Examples\"><span></span>\n" \
|
---|
| 133 | " Examples</h2>\n" \
|
---|
| 134 | " <div id=\"list003\" class=\"list\">\n" \
|
---|
| 135 | " <ul id=\"ul003\">\n" \
|
---|
| 136 | " <li class=\"defaultLink\"><a href=\"all-examples.html\">Examples</a></li>\n" \
|
---|
| 137 | " <li class=\"defaultLink\"><a href=\"tutorials.html\">Tutorials</a></li>\n" \
|
---|
| 138 | " <li class=\"defaultLink\"><a href=\"demos.html\">Demos</a></li>\n" \
|
---|
| 139 | " <li class=\"defaultLink\"><a href=\"qdeclarativeexamples.html\">QML Examples</a></li>\n" \
|
---|
| 140 | " </ul> \n" \
|
---|
| 141 | " </div>\n" \
|
---|
| 142 | " </div>\n" \
|
---|
| 143 | " </div>\n" \
|
---|
| 144 | " <div class=\"wrap\">\n" \
|
---|
| 145 | " <div class=\"toolbar\">\n" \
|
---|
| 146 | " <div class=\"breadcrumb toolblock\">\n" \
|
---|
| 147 | " <ul>\n" \
|
---|
| 148 | " <li class=\"first\"><a href=\"index.html\">Home</a></li>\n" \
|
---|
| 149 | " <!-- Bread crumbs goes here -->\n"
|
---|
| 150 |
|
---|
| 151 | HTML.postpostheader = " </ul>\n" \
|
---|
| 152 | " </div>\n" \
|
---|
| 153 | " <div class=\"toolbuttons toolblock\">\n" \
|
---|
| 154 | " <ul>\n" \
|
---|
| 155 | " <li id=\"smallA\" class=\"t_button\">A</li>\n" \
|
---|
| 156 | " <li id=\"medA\" class=\"t_button active\">A</li>\n" \
|
---|
| 157 | " <li id=\"bigA\" class=\"t_button\">A</li>\n" \
|
---|
| 158 | " <li id=\"print\" class=\"t_button\"><a href=\"javascript:this.print();\">\n" \
|
---|
| 159 | " <span>Print</span></a></li>\n" \
|
---|
| 160 | " </ul>\n" \
|
---|
| 161 | " </div>\n" \
|
---|
| 162 | " </div>\n" \
|
---|
| 163 | " <div class=\"content mainContent\">\n"
|
---|
| 164 |
|
---|
| 165 | HTML.footer = "" \
|
---|
| 166 | " <div class=\"feedback t_button\">\n" \
|
---|
| 167 | " [+] Documentation Feedback</div>\n" \
|
---|
| 168 | " </div>\n" \
|
---|
| 169 | " </div>\n" \
|
---|
| 170 | " </div> \n" \
|
---|
| 171 | " <div class=\"ft\">\n" \
|
---|
| 172 | " <span></span>\n" \
|
---|
| 173 | " </div>\n" \
|
---|
| 174 | " </div> \n" \
|
---|
| 175 | " <div class=\"footer\">\n" \
|
---|
| 176 | " <p>\n" \
|
---|
| 177 | " <acronym title=\"Copyright\">©</acronym> 2008-2010 Nokia Corporation and/or its\n" \
|
---|
| 178 | " subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation \n" \
|
---|
| 179 | " in Finland and/or other countries worldwide.</p>\n" \
|
---|
| 180 | " <p>\n" \
|
---|
| 181 | " All other trademarks are property of their respective owners. <a title=\"Privacy Policy\"\n" \
|
---|
| 182 | " href=\"http://qt.nokia.com/about/privacy-policy\">Privacy Policy</a></p>\n" \
|
---|
| 183 | " <br />\n" \
|
---|
| 184 | " <p>\n" \
|
---|
| 185 | " Licensees holding valid Qt Commercial licenses may use this document in accordance with the" \
|
---|
| 186 | " Qt Commercial License Agreement provided with the Software or, alternatively, in accordance" \
|
---|
| 187 | " with the terms contained in a written agreement between you and Nokia.</p>\n" \
|
---|
| 188 | " <p>\n" \
|
---|
| 189 | " Alternatively, this document may be used under the terms of the <a href=\"http://www.gnu.org/licenses/fdl.html\">GNU\n" \
|
---|
| 190 | " Free Documentation License version 1.3</a>\n" \
|
---|
| 191 | " as published by the Free Software Foundation.</p>\n" \
|
---|
| 192 | " </div>\n" \
|
---|
| 193 | " <div id=\"feedbackBox\">\n" \
|
---|
| 194 | " <div id=\"feedcloseX\" class=\"feedclose t_button\">X</div>\n" \
|
---|
| 195 | " <form id=\"feedform\" action=\"http://doc.qt.nokia.com/docFeedbck/feedback.php\" method=\"get\">\n" \
|
---|
| 196 | " <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" \
|
---|
| 197 | " requests, please use the <a href=\"http://bugreports.qt.nokia.com/secure/Dashboard.jspa\">Qt Bug Tracker</a>.</p>\n" \
|
---|
| 198 | " <p><textarea id=\"feedbox\" name=\"feedText\" rows=\"5\" cols=\"40\"></textarea></p>\n" \
|
---|
| 199 | " <p><input id=\"feedsubmit\" class=\"feedclose\" type=\"submit\" name=\"feedback\" /></p>\n" \
|
---|
| 200 | " </form>\n" \
|
---|
| 201 | " </div>\n" \
|
---|
| 202 | " <div id=\"blurpage\">\n" \
|
---|
| 203 | " </div>\n"
|
---|
| 204 |
|
---|
| 205 | # This stuff is used by the Qt 4.7 doc format.
|
---|
| 206 | scriptdirs = ../../../doc/src/template/scripts
|
---|
| 207 | styledirs = ../../../doc/src/template/style
|
---|
| 208 |
|
---|
| 209 | scripts.HTML = functions.js \
|
---|
| 210 | narrow.js \
|
---|
| 211 | superfish.js \
|
---|
| 212 | jquery.js
|
---|
| 213 |
|
---|
| 214 | styles.HTML = style.css \
|
---|
| 215 | narrow.css \
|
---|
| 216 | superfish.css \
|
---|
| 217 | superfish_skin.css \
|
---|
| 218 | style_ie6.css \
|
---|
| 219 | style_ie7.css \
|
---|
| 220 | style_ie8.css
|
---|
| 221 |
|
---|
| 222 | # Files not referenced in any qdoc file (last four are needed by qtdemo)
|
---|
| 223 | # See also extraimages.HTML
|
---|
| 224 | qhp.Qt.extraFiles = scripts/functions.js \
|
---|
| 225 | scripts/jquery.js \
|
---|
| 226 | scripts/narrow.js \
|
---|
| 227 | scripts/superfish.js \
|
---|
| 228 | style/narrow.css \
|
---|
| 229 | style/superfish.css \
|
---|
| 230 | style/style_ie6.css \
|
---|
| 231 | style/style_ie7.css \
|
---|
| 232 | style/style_ie8.css \
|
---|
| 233 | style/style.css
|
---|
| 234 |
|
---|