[556] | 1 | /****************************************************************************
|
---|
| 2 | **
|
---|
[651] | 3 | ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
---|
[556] | 4 | ** All rights reserved.
|
---|
| 5 | ** Contact: Nokia Corporation ([email protected])
|
---|
| 6 | **
|
---|
| 7 | ** This file is part of the documentation of the Qt Toolkit.
|
---|
| 8 | **
|
---|
| 9 | ** $QT_BEGIN_LICENSE:LGPL$
|
---|
| 10 | ** Commercial Usage
|
---|
| 11 | ** Licensees holding valid Qt Commercial licenses may use this file in
|
---|
| 12 | ** accordance with the Qt Commercial License Agreement provided with the
|
---|
| 13 | ** Software or, alternatively, in accordance with the terms contained in
|
---|
| 14 | ** a written agreement between you and Nokia.
|
---|
| 15 | **
|
---|
| 16 | ** GNU Lesser General Public License Usage
|
---|
| 17 | ** Alternatively, this file may be used under the terms of the GNU Lesser
|
---|
| 18 | ** General Public License version 2.1 as published by the Free Software
|
---|
| 19 | ** Foundation and appearing in the file LICENSE.LGPL included in the
|
---|
| 20 | ** packaging of this file. Please review the following information to
|
---|
| 21 | ** ensure the GNU Lesser General Public License version 2.1 requirements
|
---|
| 22 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
---|
| 23 | **
|
---|
| 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 | **
|
---|
| 28 | ** GNU General Public License Usage
|
---|
| 29 | ** Alternatively, this file may be used under the terms of the GNU
|
---|
| 30 | ** General Public License version 3.0 as published by the Free Software
|
---|
| 31 | ** Foundation and appearing in the file LICENSE.GPL included in the
|
---|
| 32 | ** packaging of this file. Please review the following information to
|
---|
| 33 | ** ensure the GNU General Public License version 3.0 requirements will be
|
---|
| 34 | ** met: http://www.gnu.org/copyleft/gpl.html.
|
---|
| 35 | **
|
---|
| 36 | ** If you have questions regarding the use of this file, please contact
|
---|
| 37 | ** Nokia at [email protected].
|
---|
| 38 | ** $QT_END_LICENSE$
|
---|
| 39 | **
|
---|
| 40 | ****************************************************************************/
|
---|
| 41 |
|
---|
| 42 | /*!
|
---|
| 43 | \externalpage http://qt.nokia.com/
|
---|
| 44 | \title Qt website
|
---|
| 45 | */
|
---|
| 46 |
|
---|
| 47 | /*!
|
---|
| 48 | \externalpage http://qt.nokia.com/
|
---|
| 49 | \title Qt Homepage
|
---|
| 50 | */
|
---|
| 51 |
|
---|
| 52 | /*!
|
---|
| 53 | \externalpage http://bugreports.qt.nokia.com
|
---|
| 54 | \title Qt Bug Tracker
|
---|
| 55 | */
|
---|
| 56 |
|
---|
| 57 | /*!
|
---|
| 58 | \externalpage http://bugreports.qt.nokia.com
|
---|
| 59 | \title Bug Report Form
|
---|
| 60 | */
|
---|
| 61 |
|
---|
| 62 | /*!
|
---|
| 63 | \externalpage http://qt.nokia.com/products/add-on-products/add-on-products/
|
---|
| 64 | \title Third-Party Tools
|
---|
| 65 | */
|
---|
| 66 |
|
---|
| 67 | /*!
|
---|
| 68 | \externalpage http://qt.nokia.com/products/add-on-products
|
---|
| 69 | \title Qt Solutions
|
---|
| 70 | */
|
---|
| 71 |
|
---|
| 72 | /*!
|
---|
| 73 | \externalpage http://qt.nokia.com/developer/books
|
---|
| 74 | \title Books about Qt Programming
|
---|
| 75 | */
|
---|
| 76 |
|
---|
| 77 | /*!
|
---|
| 78 | \externalpage http://qt.nokia.com/developer/books/3
|
---|
| 79 | \title GUI Programming with Qt 3
|
---|
| 80 | */
|
---|
| 81 |
|
---|
| 82 | /*!
|
---|
| 83 | \externalpage http://qt.nokia.com/about
|
---|
| 84 | \title About Qt
|
---|
| 85 | */
|
---|
| 86 |
|
---|
| 87 | /*!
|
---|
| 88 | \externalpage http://qt.nokia.com/products/developer-tools
|
---|
| 89 | \title Visual Studio Integration
|
---|
| 90 | */
|
---|
| 91 |
|
---|
| 92 | /*!
|
---|
| 93 | \externalpage http://qt.nokia.com/products/add-on-products/catalog/4/Widgets/qtcalendarwidget/
|
---|
| 94 | \title Calendar Widget
|
---|
| 95 | */
|
---|
| 96 |
|
---|
| 97 | /*!
|
---|
| 98 | \externalpage http://qt.nokia.com/products/add-on-products/catalog/4/Widgets/qtwizard/
|
---|
| 99 | \title QtWizard
|
---|
| 100 | */
|
---|
| 101 |
|
---|
| 102 | /*!
|
---|
| 103 | \externalpage http://qt.nokia.com/products/add-on-products/catalog/4/Utilities/qtcorba/
|
---|
| 104 | \title CORBA Framework
|
---|
| 105 | */
|
---|
| 106 |
|
---|
| 107 | /*!
|
---|
| 108 | \externalpage http://qt.nokia.com/products/add-on-products/catalog/4/Widgets/qtwindowlistmenu/
|
---|
| 109 | \title Window Menu
|
---|
| 110 | */
|
---|
| 111 |
|
---|
| 112 | /*!
|
---|
| 113 | \externalpage http://qt.nokia.com/qt-in-use
|
---|
| 114 | \title Customer Success Stories
|
---|
| 115 | */
|
---|
| 116 |
|
---|
| 117 | /*!
|
---|
| 118 | \externalpage http://qt.nokia.com/developer
|
---|
| 119 | \title Developer Zone
|
---|
| 120 | */
|
---|
| 121 |
|
---|
| 122 | /*!
|
---|
| 123 | \externalpage http://qt.nokia.com/downloads
|
---|
| 124 | \title Downloads
|
---|
| 125 | */
|
---|
| 126 |
|
---|
| 127 | /*!
|
---|
| 128 | \externalpage http://qt.nokia.com/developer/faqs/
|
---|
| 129 | \title FAQs
|
---|
| 130 | */
|
---|
| 131 |
|
---|
| 132 | /*!
|
---|
| 133 | \externalpage http://qt.nokia.com/developer/faqs/licensing/
|
---|
| 134 | \title License FAQ
|
---|
| 135 | */
|
---|
| 136 |
|
---|
| 137 | /*!
|
---|
| 138 | \externalpage http://qt.nokia.com/products/licensing/
|
---|
| 139 | \title Free Software and Contributions
|
---|
| 140 | */
|
---|
| 141 |
|
---|
| 142 | /*!
|
---|
| 143 | \externalpage http://qt.nokia.com/products/licensing/
|
---|
| 144 | \title Qt Licensing Overview
|
---|
| 145 | */
|
---|
| 146 |
|
---|
| 147 | /*!
|
---|
| 148 | \externalpage http://qt.nokia.com/products/pricing/
|
---|
| 149 | \title Qt License Pricing
|
---|
| 150 | */
|
---|
| 151 |
|
---|
| 152 | /*!
|
---|
| 153 | \externalpage http://qt.nokia.com/about/contact-us
|
---|
| 154 | \title How to Order
|
---|
| 155 | */
|
---|
| 156 |
|
---|
| 157 | /*!
|
---|
| 158 | \externalpage http://qt.nokia.com/doc/supported-platforms.html
|
---|
| 159 | \title Platform Support Policy
|
---|
| 160 | */
|
---|
| 161 |
|
---|
| 162 | /*!
|
---|
| 163 | \externalpage http://qt.nokia.com/products/
|
---|
| 164 | \title Product Overview
|
---|
| 165 | */
|
---|
| 166 |
|
---|
| 167 | /*!
|
---|
| 168 | \externalpage http://qt.nokia.com/doc/supported-platforms.html
|
---|
| 169 | \title Qt 4 Platforms Overview
|
---|
| 170 | */
|
---|
| 171 |
|
---|
| 172 | /*!
|
---|
| 173 | \externalpage http://www.qtextended.org/
|
---|
| 174 | \title Qt Extended
|
---|
| 175 | */
|
---|
| 176 |
|
---|
| 177 | /*!
|
---|
| 178 | \externalpage http://qt.nokia.com/doc/qq/
|
---|
| 179 | \title Qt Quarterly
|
---|
| 180 | */
|
---|
| 181 |
|
---|
| 182 | /*!
|
---|
| 183 | \externalpage http://bugreports.qt.nokia.com
|
---|
| 184 | \title Task Tracker
|
---|
| 185 | */
|
---|
| 186 |
|
---|
| 187 | /*!
|
---|
| 188 | \externalpage http://lists.trolltech.com
|
---|
| 189 | \title Qt Mailing Lists
|
---|
| 190 | */
|
---|
| 191 |
|
---|
| 192 | /*!
|
---|
| 193 | \externalpage http://qt.nokia.com/products/files/pdf/
|
---|
| 194 | \title Whitepapers
|
---|
| 195 | */
|
---|
| 196 |
|
---|
| 197 | /*!
|
---|
| 198 | \externalpage http://qt.nokia.com/doc/qtcanvas
|
---|
| 199 | \title QtCanvas
|
---|
| 200 | */
|
---|
| 201 |
|
---|
| 202 | /*!
|
---|
| 203 | \externalpage http://labs.qt.nokia.com/page/Projects/Itemview/Modeltest
|
---|
| 204 | \title ModelTest
|
---|
| 205 | */
|
---|
| 206 |
|
---|
| 207 | /*!
|
---|
| 208 | \externalpage http://labs.qt.nokia.com/page/Projects/Accessibility/QDBusBridge
|
---|
| 209 | \title D-Bus Accessibility Bridge
|
---|
| 210 | */
|
---|
| 211 |
|
---|
| 212 | /*!
|
---|
| 213 | \externalpage http://labs.qt.nokia.com/blogs/2008/12/05/qtestlib-now-with-nice-graphs-pointing-upwards/
|
---|
| 214 | \title qtestlib-tools Announcement
|
---|
| 215 | */
|
---|
| 216 |
|
---|
| 217 | /*!
|
---|
| 218 | \externalpage http://labs.qt.nokia.com/gitweb?p=qtestlib-tools;a=summary
|
---|
| 219 | \title qtestlib-tools
|
---|
| 220 | */
|
---|
| 221 |
|
---|
| 222 | /*!
|
---|
| 223 | \externalpage http://qt.nokia.com/products/library/modular-class-library#info_scripting
|
---|
| 224 | \title Qt Script for Applications (QSA)
|
---|
| 225 | */
|
---|
| 226 |
|
---|
| 227 | /*!
|
---|
| 228 | \externalpage http://qt.nokia.com/products/add-on-products/catalog/4/Utilities/qtsharedmemory/
|
---|
| 229 | \title QtSharedMemory
|
---|
| 230 | */
|
---|
| 231 |
|
---|
| 232 | /*!
|
---|
| 233 | \externalpage http://qt.nokia.com/qq/qq21-portingcanvas.html
|
---|
| 234 | \title Porting to Qt 4.2's Graphics View
|
---|
| 235 | */
|
---|
| 236 |
|
---|
| 237 | /*!
|
---|
| 238 | \externalpage http://qt.nokia.com/products/add-on-products/catalog/4/Windows/qtwinforms/
|
---|
| 239 | \title QtWinForms Solution
|
---|
| 240 | */
|
---|
| 241 |
|
---|
| 242 | /*!
|
---|
| 243 | \externalpage http://qt.nokia.com/developer/faqs/qt/installation
|
---|
| 244 | \title Installation FAQ
|
---|
| 245 | */
|
---|
| 246 |
|
---|
| 247 | /*!
|
---|
| 248 | \externalpage http://qt.gitorious.org
|
---|
| 249 | \title Public Qt Repository
|
---|
| 250 | */
|
---|