Changeset 561 for trunk/doc/src/index.qdoc
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/doc/src/index.qdoc
r2 r561 2 2 ** 3 3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). 4 ** Contact: Qt Software Information ([email protected]) 4 ** All rights reserved. 5 ** Contact: Nokia Corporation ([email protected]) 5 6 ** 6 7 ** This file is part of the documentation of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 23 ** In addition, as a special exception, Nokia gives you certain 24 ** additional rights. These rights are described in the Nokia Qt LGPL 25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this 26 ** package. 24 ** In addition, as a special exception, Nokia gives you certain additional 25 ** rights. These rights are described in the Nokia Qt LGPL Exception 26 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** contact the sales department at qt-sales@nokia.com.36 ** If you 37 ** @nokia.com. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 42 42 /*! 43 43 \page index.html 44 45 44 \keyword Qt Reference Documentation 46 45 47 \if defined(qtopiacore) 48 \if defined(opensourceedition) 49 \title Qt for Embedded Linux Reference Documentation (Open Source Edition) 50 \endif 51 52 \if defined(desktoplightedition) 53 \title Qt for Embedded Linux Reference Documentation (GUI Framework Edition) 54 \endif 55 56 \if defined(desktopedition) 57 \title Qt for Embedded Linux Reference Documentation (Full Framework Edition) 58 \endif 59 60 \if !defined(opensourceedition) \ 61 && !defined(desktoplightedition) \ 62 && !defined(desktopedition) 63 \title Qt for Embedded Linux Reference Documentation 64 \endif 65 66 \subtitle Qt for Embedded Linux 67 \endif 68 \if !defined(qtopiacore) 69 \if defined(opensourceedition) 70 \title Qt Reference Documentation (Open Source Edition) 71 \endif 72 73 \if defined(desktoplightedition) 74 \title Qt Reference Documentation (GUI Framework Edition) 75 \endif 76 77 \if defined(desktopedition) 78 \title Qt Reference Documentation (Full Framework Edition) 79 \endif 80 81 \if !defined(opensourceedition) \ 82 && !defined(desktoplightedition) \ 83 && !defined(desktopedition) 84 \title Qt Reference Documentation 85 \endif 86 \endif 46 \title Qt Reference Documentation 87 47 88 48 \raw HTML 89 <table cellpadding="2" cellspacing="1" border="0" width=" 100%" bgcolor="#e5e5e5">49 <table cellpadding="2" cellspacing="1" border="0" width=""> 90 50 <tr> 91 <th bgcolor="#66b036" width="33%"> 92 Getting Started 93 </th> 94 <th bgcolor="#66b036" width="33%"> 95 General 96 </th> 97 <th bgcolor="#66b036" width="33%"> 98 Developer Resources 99 </th> 51 <th class="titleheader" width="33%"> 52 Getting Started</th> 53 <th class="titleheader" width="33%"> 54 API Reference</th> 55 <th class="titleheader" width="33%"> 56 Working with Qt</th> 100 57 </tr> 101 58 <tr> 102 59 <td valign="top"> 103 60 <ul> 104 <li><strong><a href="qt4-5-intro.html">What's New in Qt 4.5</a></strong></li> 105 <li><a href="how-to-learn-qt.html">How to Learn Qt</a></li> 106 <li><a href="installation.html">Installation</a></li> 107 <li><a href="tutorials.html">Tutorials</a>, <a href="examples.html">Examples</a> and <a href="demos.html">Demonstrations</a></li> 108 <li><a href="porting4.html">Porting from Qt 3 to Qt 4</a></li> 61 <li><a href="installation.html">Installation</a> and <a href="how-to-learn-qt.html">First Steps with Qt</a></li> 62 <li><a href="tutorials.html">Tutorials</a> and <a href="examples.html">Examples</a></li> 63 <li><a href="demos.html">Demonstrations</a> and <a href="qt4-6-intro.html"><b>New in Qt 4.6</b></a></li> 109 64 </ul> 110 65 </td> 111 66 <td valign="top"> 112 67 <ul> 113 <li><a href="http://www.qtsoftware.com/products">About Qt</a></li> 114 <li><a href="http://www.qtsoftware.com/about">About Us</a></li> 115 <li><a href="commercialeditions.html">Commercial Edition</a></li> 116 <li><a href="opensourceedition.html">Open Source Edition</a></li> 117 <li><a href="supported-platforms.html">Supported Platforms</a></li> 68 <li><a href="classlists.html">Class and Function Documentation</a></li> 69 <li><a href="frameworks-technologies.html">Frameworks and Technologies</a></li> 70 <li><a href="best-practices.html">How-To's and Best Practices</a></li> 118 71 </ul> 119 72 </td> 120 73 <td valign="top"> 121 74 <ul> 122 <li><a href="http://www.qtsoftware.com/developer/faqs/">Frequently Asked Questions</a></li> 123 <li><a href="http://www.qtsoftware.com/developer/community/">Qt Community Web Sites</a></li> 124 <li><a href="http://doc.trolltech.com/qq/">Qt Quarterly</a></li> 125 <li><a href="bughowto.html">How to Report a Bug</a></li> 126 <li><a href="http://www.qtsoftware.com/developer/">Other Online Resources</a></li> 75 <li><a href="developing-with-qt.html">Cross-Platform Development with Qt</a></li> 76 <li><a href="qtestlib-manual.html">Unit Testing</a> and <a href="debug.html">Debugging</a></li> 77 <li><a href="deployment.html">Deploying Qt Applications</a></li> 127 78 </ul> 128 79 </td> 129 80 </tr> 130 81 <tr> 131 <th bgcolor="#66b036"> 132 API Reference 133 </th> 134 <th bgcolor="#66b036"> 135 Core Features 136 </th> 137 <th bgcolor="#66b036"> 138 Key Technologies 139 </th> 82 <th class="titleheader"> 83 Fundamentals</th> 84 <th class="titleheader"> 85 User Interface Design</th> 86 <th class="titleheader"> 87 Technologies</th> 140 88 </tr> 141 89 <tr> 142 90 <td valign="top"> 143 91 <ul> 144 <li><a href="classes.html">All Classes</a></li> 145 <li><a href="mainclasses.html">Main Classes</a></li> 146 <li><a href="groups.html">Grouped Classes</a></li> 147 <li><a href="annotated.html">Annotated Classes</a></li> 148 <li><a href="modules.html">Qt Classes by Module</a></li> 149 <li><a href="namespaces.html">All Namespaces</a></li> 150 <li><a href="hierarchy.html">Inheritance Hierarchy</a></li> 151 <li><a href="functions.html">All Functions</a></li> 152 <li><a href="qt-embedded.html">Qt for Embedded Platforms</a></li> 153 <li><a href="overviews.html">All Overviews and HOWTOs</a></li> 154 <li><a href="gallery.html">Qt Widget Gallery</a></li> 155 <li><a href="http://doc.trolltech.com/extras/qt43-class-chart.pdf">Class Chart</a></li> 92 <li><a href="object.html">The Qt Object Model</a></li> 93 <li><a href="eventsandfilters.html">Event System</a></li> 94 <li><a href="threads.html">Threading</a></li> 95 <li><a href="internationalization.html">Internationalization</a></li> 96 <li><a href="platform-specific.html">Platform Specifics</a></li> 156 97 </ul> 157 98 </td> 158 99 <td valign="top"> 159 100 <ul> 160 <li><a href="signalsandslots.html">Signals and Slots</a></li> 161 <li><a href="object.html">Object Model</a></li> 162 <li><a href="layout.html">Layout Management</a></li> 163 <li><a href="qt4-mainwindow.html">Main Window Architecture</a></li> 164 <li><a href="paintsystem.html">Paint System</a></li> 165 <li><a href="graphicsview.html">Graphics View</a></li> 166 <li><a href="accessible.html">Accessibility</a></li> 167 <li><a href="containers.html">Tool and Container Classes</a></li> 168 <li><a href="richtext.html">Rich Text Processing</a></li> 169 <li><a href="i18n.html">Internationalization</a></li> 170 <li><a href="plugins-howto.html">Plugin System</a></li> 171 <li><a href="threads.html">Multithreaded Programming</a></li> 172 <li><a href="ipc.html">Inter-Process Communication (IPC)</a></li> 173 <li><a href="qtestlib-manual.html">Unit Testing Framework</a></li> 101 <li><a href="widgets-and-layouts.html">Widgets and Layouts</a></li> 102 <li><a href="application-windows.html">Application Windows</a></li> 103 <li><a href="paintsystem.html">Painting and Printing</a></li> 104 <li><a href="graphicsview.html">Canvas UI with Graphics View</a></li> 105 <li><a href="webintegration.html">Integrating Web Content</a></li> 174 106 </ul> 175 107 </td> 176 108 <td valign="top"> 177 109 <ul> 178 <li><a href="model-view-programming.html">Model/View Programming</a></li> 179 <li><a href="stylesheet.html">Style Sheets</a></li> 180 <li><a href="qthelp.html">Help Module</a></li> 181 <li><a href="qtnetwork.html">Network Module</a></li> 182 <li><a href="qtopengl.html">OpenGL Module</a></li> 183 <li><a href="qtscript.html">Script Module</a></li> 184 <li><a href="qtsql.html">SQL Module</a></li> 185 <li><a href="qtsvg.html">SVG Module</a></li> 186 <li><a href="qtwebkit.html">WebKit Integration</a></li> 187 <li><a href="qtxml.html">XML Module</a></li> 188 <li><a href="qtxmlpatterns.html">XML Patterns: XQuery & XPath</a></li> 189 <li><a href="phonon-module.html">Phonon Multimedia Framework</a></li> 190 <li><a href="qtscripttools.html">Script Tools Module</a></li> 191 <li><a href="activeqt.html">ActiveQt Framework</a></li> 110 <li><a href="io.html">Input/Output</a> and <a href="resources.html">Resources</a></li> 111 <li><a href="network-programming.html">Network Programming</a></li> 112 <li><a href="sql-programming.html">SQL Development</a></li> 113 <li><a href="xml-processing.html">XML Processing</a></li> 114 <li><a href="scripting.html">Scripting</a></li> 192 115 </ul> 193 116 </td> 194 117 </tr> 195 118 <tr> 196 <th bgcolor="#66b036"> 197 Add-ons & Services 198 </th> 199 <th bgcolor="#66b036"> 200 Tools 201 </th> 202 <th bgcolor="#66b036"> 203 Licenses & Credits 204 </th> 119 <th class="titleheader"> 120 Community and Resources</th> 121 <th class="titleheader"> 122 Contributing</th> 123 <th class="titleheader"> 124 Licenses</th> 205 125 </tr> 206 126 <tr> 207 127 <td valign="top"> 208 128 <ul> 209 <li><a href="http://www.qtsoftware.com/products/add-on-products">Qt Solutions</a></li> 210 <li><a href="http://www.qtsoftware.com/products/qt/3rdparty/">Partner Add-ons</a></li> 211 <li><a href="http://qt-apps.org">Third-Party Qt Components (qt-apps.org)</a></li> 212 <li><a href="http://www.qtsoftware.com/support/">Support</a></li> 213 <li><a href="http://www.qtsoftware.com/support/training/">Training</a></li> 129 <li><a href="http://qt.nokia.com/developer">Online Resources</a></li> 130 <li><a href="http://labs.qt.nokia.com/blogs">Developer Blogs</a></li> 131 <li><a href="http://qt.nokia.com/support-services">Support</a>, <a href="http://qt.nokia.com/services-partners">Training and Services</a></li> 214 132 </ul> 215 133 </td> 216 134 <td valign="top"> 217 135 <ul> 218 <li><a href="designer-manual.html">Qt Designer</a></li> 219 <li><a href="assistant-manual.html">Qt Assistant</a></li> 220 <li><a href="linguist-manual.html">Qt Linguist</a></li> 221 <li><a href="qmake-manual.html">qmake</a></li> 222 <li><a href="qttools.html">All Tools</a></li> 136 <li><a href="bughowto.html">Report Bugs and Make Suggestions</a></li> 137 <li><a href="http://qt.gitorious.org">Open Repository</a></li> 138 <li><a href="credits.html">Credits</a></li> 223 139 </ul> 224 140 </td> 225 141 <td valign="top"> 226 142 <ul> 227 <li><a href="gpl.html">GNU GPL</a>, <a href="lgpl.html">GNU LGPL</a></li> 228 <li><a href="3rdparty.html">Third-Party Licenses Used in Qt</a></li> 229 <li><a href="licenses.html">Other Licenses Used in Qt</a></li> 230 <li><a href="trademarks.html">Trademark Information</a></li> 231 <li><a href="credits.html">Credits</a></li> 143 <li><a href="gpl.html">GNU GPL</a>, <a href="lgpl.html">GNU LGPL</a></li> 144 <li><a href="commercialeditions.html">Commercial Editions</a></li> 145 <li><a href="licensing.html">Licenses Used in Qt</a></li> 232 146 </ul> 233 147 </td>
Note:
See TracChangeset
for help on using the changeset viewer.