1 | /****************************************************************************
|
---|
2 | **
|
---|
3 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
---|
4 | ** Contact: Qt Software Information ([email protected])
|
---|
5 | **
|
---|
6 | ** This file is part of the documentation of the Qt Toolkit.
|
---|
7 | **
|
---|
8 | ** $QT_BEGIN_LICENSE:LGPL$
|
---|
9 | ** Commercial Usage
|
---|
10 | ** Licensees holding valid Qt Commercial licenses may use this file in
|
---|
11 | ** accordance with the Qt Commercial License Agreement provided with the
|
---|
12 | ** Software or, alternatively, in accordance with the terms contained in
|
---|
13 | ** a written agreement between you and Nokia.
|
---|
14 | **
|
---|
15 | ** GNU Lesser General Public License Usage
|
---|
16 | ** Alternatively, this file may be used under the terms of the GNU Lesser
|
---|
17 | ** General Public License version 2.1 as published by the Free Software
|
---|
18 | ** Foundation and appearing in the file LICENSE.LGPL included in the
|
---|
19 | ** packaging of this file. Please review the following information to
|
---|
20 | ** ensure the GNU Lesser General Public License version 2.1 requirements
|
---|
21 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
---|
22 | **
|
---|
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.
|
---|
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 are unsure which license is appropriate for your use, please
|
---|
37 | ** contact the sales department at [email protected].
|
---|
38 | ** $QT_END_LICENSE$
|
---|
39 | **
|
---|
40 | ****************************************************************************/
|
---|
41 |
|
---|
42 | /*!
|
---|
43 | \page commercialeditions.html
|
---|
44 | \title Qt Commercial Editions
|
---|
45 | \ingroup licensing
|
---|
46 | \brief Information about the license and features of the Commercial Edition.
|
---|
47 |
|
---|
48 | \keyword Qt Full Framework Edition
|
---|
49 | \keyword Qt GUI Framework Edition
|
---|
50 |
|
---|
51 | Two editions of Qt are available under a commercial license:
|
---|
52 | Qt GUI Framework Edition, and Qt Full Framework Edition.
|
---|
53 |
|
---|
54 | If you want to develop Free or Open Source software for release using a recognized
|
---|
55 | Open Source license, you can use the \l{Open Source Versions of Qt}.
|
---|
56 |
|
---|
57 | The table below summarizes the differences between the three
|
---|
58 | commercial editions:
|
---|
59 |
|
---|
60 | \table 75%
|
---|
61 | \header \o{1,2} Features \o{2,1} Editions
|
---|
62 | \header \o Qt GUI Framework \o Qt Full Framework
|
---|
63 | \row \o \l{QtCore}{Qt Core classes (QtCore)} \o \bold{X} \o \bold{X}
|
---|
64 | \row \o \l{QtGui}{Qt GUI classes (QtGui)} \o \bold{(X)} \o \bold{X}
|
---|
65 | \row \o \l{Graphics View Classes} (part of QtGui) \o \o \bold{X}
|
---|
66 | \row \o \l{QtNetwork}{Networking (QtNetwork)} \o \o \bold{X}
|
---|
67 | \row \o \l{QtOpenGL}{OpenGL (QtOpenGL)} \o \o \bold{X}
|
---|
68 | \row \o \l{QtScript}{Scripting (QtScript)} \o \o \bold{X}
|
---|
69 | \row \o \l{QtScriptTools}{Script Debugging (QtScriptTools)}\o \o \bold{X}
|
---|
70 | \row \o \l{QtSql}{Database/SQL (QtSql)} \o \o \bold{X}
|
---|
71 | \row \o \l{QtSvg}{SVG (QtSvg)} \o \o \bold{X}
|
---|
72 | \row \o \l{QtWebKit}{WebKit integration (QtWebKit)} \o \o \bold{X}
|
---|
73 | \row \o \l{QtXml}{XML (QtXml)} \o \o \bold{X}
|
---|
74 | \row \o \l{QtXmlPatterns}{XQuery and XPath (QtXmlPatterns)}\o \o \bold{X}
|
---|
75 | \row \o \l{Qt3Support}{Qt 3 Support (Qt3Support)} \o \bold{(X)} \o \bold{X}
|
---|
76 | \row \o \l{QtHelp}{Help system (QtHelp)} \o \o \bold{X}
|
---|
77 | \row \o \l{QtDBus}{D-Bus IPC support (QtDBus)} \o \bold{X} \o \bold{X}
|
---|
78 | \row \o \l{QtDesigner}{\QD extension classes (QtDesigner)} \o \o \bold{X}
|
---|
79 | \row \o \l{QtTest}{Unit testing framework (QtTest)} \o \bold{X} \o \bold{X}
|
---|
80 | \row \o \l{QtUiTools}{Run-time form handling (QtUiTools)} \o \o \bold{X}
|
---|
81 | \row \o \l{Phonon Module}{Phonon Multimedia Framework} \o \o \bold{X}
|
---|
82 | \row \o \l{ActiveQt} \o \o \bold{<X>}
|
---|
83 | \endtable
|
---|
84 |
|
---|
85 | \bold{(X)} The Qt GUI Framework Edition contains selected classes from the QtGui and
|
---|
86 | Qt3Support modules corresponding to the functionality available in the Qt 3 Professional
|
---|
87 | Edition.
|
---|
88 |
|
---|
89 | \bold{<X>} The ActiveQt module is only available on Windows.
|
---|
90 |
|
---|
91 | Lists of the classes available in each edition are available on the
|
---|
92 | following pages:
|
---|
93 |
|
---|
94 | \list
|
---|
95 | \o \l{Qt GUI Framework Edition Classes}
|
---|
96 | \o \l{Qt Full Framework Edition Classes}
|
---|
97 | \endlist
|
---|
98 |
|
---|
99 | Please see the \l{Supported Platforms}{list of supported
|
---|
100 | platforms} for up-to-date information about the various platforms
|
---|
101 | and compilers that Qt supports.
|
---|
102 |
|
---|
103 | On the Qt web site, you can find a
|
---|
104 | \l{Qt Licensing Overview} and information on \l{Qt License Pricing}
|
---|
105 | for commercial editions of Qt and other Qt-related products.
|
---|
106 |
|
---|
107 | To purchase, please visit the \l{How to Order}{online order
|
---|
108 | form}.
|
---|
109 |
|
---|
110 | For further information and assistance, please contact Qt
|
---|
111 | sales.
|
---|
112 |
|
---|
113 | Email: \l{mailto:[email protected]}{[email protected]}.
|
---|
114 |
|
---|
115 | Phone, U.S. office (for North America): \bold{1-650-813-1676}.
|
---|
116 |
|
---|
117 | Phone, Norway office (for the rest of the world): \bold{+47 21 60
|
---|
118 | 48 00}.
|
---|
119 | */
|
---|
120 |
|
---|
121 | /*!
|
---|
122 | \page full-framework-edition-classes.html
|
---|
123 | \title Qt Full Framework Edition Classes
|
---|
124 | \ingroup classlists
|
---|
125 |
|
---|
126 | \generatelist{classesbyedition Desktop}
|
---|
127 | */
|
---|
128 |
|
---|
129 | /*!
|
---|
130 | \page gui-framework-edition-classes.html
|
---|
131 | \title Qt GUI Framework Edition Classes
|
---|
132 | \ingroup classlists
|
---|
133 |
|
---|
134 | \generatelist{classesbyedition DesktopLight}
|
---|
135 | */
|
---|