diff options
Diffstat (limited to 'doc/editions.doc')
-rw-r--r-- | doc/editions.doc | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/doc/editions.doc b/doc/editions.doc new file mode 100644 index 000000000..1128c968f --- /dev/null +++ b/doc/editions.doc @@ -0,0 +1,137 @@ +/**************************************************************************** +** +** Documentation of Qt editions +** +** Copyright (C) 2000-2008 Trolltech ASA. All rights reserved. +** +** This file is part of the Qt GUI Toolkit. +** +** This file may be used under the terms of the GNU General +** Public License versions 2.0 or 3.0 as published by the Free +** Software Foundation and appearing in the files LICENSE.GPL2 +** and LICENSE.GPL3 included in the packaging of this file. +** Alternatively you may (at your option) use any later version +** of the GNU General Public License if such license has been +** publicly approved by Trolltech ASA (or its successors, if any) +** and the KDE Free Qt Foundation. +** +** Please review the following information to ensure GNU General +** Public Licensing retquirements will be met: +** http://trolltech.com/products/qt/licenses/licensing/opensource/. +** If you are unsure which license is appropriate for your use, please +** review the following information: +** http://trolltech.com/products/qt/licenses/licensing/licensingoverview +** or contact the sales department at [email protected]. +** +** This file may be used under the terms of the Q Public License as +** defined by Trolltech ASA and appearing in the file LICENSE.QPL +** included in the packaging of this file. Licensees holding valid Qt +** Commercial licenses may use this file in accordance with the Qt +** Commercial License Agreement provided with the Software. +** +** This file is provided "AS IS" with NO WARRANTY OF ANY KIND, +** INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR +** A PARTICULAR PURPOSE. Trolltech reserves all rights not granted +** herein. +** +**********************************************************************/ + +/*! +\page editions.html + +\title Qt Editions + +The Qt Professional and Enterprise Editions are the commercial +versions of \link aboutqt.html Qt\endlink. + +Qt Open Source Edition is the non-commercial version of Qt. It is freely +available for download. + +You may write commercial/proprietary/non-free software only if you +have purchased the Professional or Enterprise Edition. With these +commercial editions, you also get technical support and upgrades. Qt +for Microsoft Windows is only available as Professional and Enterprise +Editions. + +<table border="1" cellpadding="5" cellspacing="0" width="100%"> + <tr> + <td bgcolor="#a1c410"><b><a name="Chart"></a>Professional/Enterprise Comparison Chart</b></td> + <td width="100" align="center" bgcolor="#a1c410"><b>Professional</b></td> + <td width="100" align="center" bgcolor="#a1c410"><b>Enterprise</b></td> + </tr> + <tr> + <td><b>Qt Base Modules (Tools, Kernel, Widgets, Dialogs)</b><br> + The platform-independent Qt GUI toolkit and utility classes</td> + <td width="100" align="center"><b>X</b></td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="designer-manual.html"><b>Qt Designer</b></a><br> + Visual Qt GUI builder</td> + <td width="100" align="center"><b>X</b></td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="iconview.html"><b>Iconview module</b></a><br> + Visualization of sets of pixmaps with user interaction.</td> + <td width="100" align="center"><b>X</b></td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="workspace.html"><b>Workspace module</b></a><b><br> + </b>Multiple Document Interface (MDI) support</td> + <td width="100" align="center"><b>X</b></td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="opengl.html"><b>OpenGL 3D Graphics module</b></a><b><br> + </b>Integration of Qt with OpenGL</td> + <td width="100" align="center"><br> + </td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="network.html"><b>Network module</b></a><b><br> + </b>Platform-independent classes for sockets, TCP, FTP and asynchronous DNS lookup.</td> + <td width="100" align="center"><br> + </td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="canvas.html"><b>Canvas module</b></a><br> + Optimized 2D graphics area for visualization, diagrams, etc.</td> + <td width="100" align="center"><br> + </td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="table.html"><b>Table module</b></a><br> + Flexible and editable table / spreadsheet</td> + <td width="100" align="center"><br> + </td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="xml.html"><b>XML module</b></a><br> + Well-formed XML parser with SAX interface and DOM Level 1.</td> + <td width="100" align="center"><br> + </td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="activeqt.html"><b>ActiveQt extension</b></a><br> + Support for building and hosting ActiveX controls on Windows.</td> + <td width="100" align="center"><br> + </td> + <td width="100" align="center"><b>X</b></td> + </tr> + <tr> + <td><a href="motif-extension.html"><b>QMotif extension</b></a><br> + Motif co-existence and migration support.</td> + <td width="100" align="center"><br> + </td> + <td width="100" align="center"><b>X</b></td> + </tr> +</table> + +*/ |