File: modules.doc

package info (click to toggle)
qt-embedded-free 3.0.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 91,492 kB
  • ctags: 67,431
  • sloc: cpp: 427,709; ansic: 128,011; sh: 21,353; yacc: 2,874; xml: 2,310; python: 1,863; perl: 481; lex: 453; makefile: 426; sql: 29; lisp: 15
file content (90 lines) | stat: -rw-r--r-- 3,218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/****************************************************************************
** $Id:  qt/modules.doc   3.0.3   edited Oct 31 19:08 $
**
** Documentation to some of the modules
**
** Copyright (C) 2000 Trolltech AS.  All rights reserved.
**
** This file is part of the Qt GUI Toolkit.
**
** This file may be distributed under the terms of the Q Public License
** as defined by Trolltech AS of Norway and appearing in the file
** LICENSE.QPL included in the packaging of this file.
**
** This file may be distributed and/or modified under the terms of the
** GNU General Public License version 2 as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file.
**
** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition
** 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
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for
**   information about Qt Commercial License Agreements.
** See http://www.trolltech.com/qpl/ for QPL licensing information.
** See http://www.trolltech.com/gpl/ for GPL licensing information.
**
** Contact info@trolltech.com if any conditions of this licensing are
** not clear to you.
**
**********************************************************************/

/*! \page modules.html

\title About Modules

When you install Qt, certain modules are built into the library. For
the Qt Enterprise Edition, Qt Evaluation Edition and Qt Free Edition
this is all modules. For Qt Professional Edition, the base modules
are available -
the \e{tools}, \e{kernel}, \e{widgets}, \e{dialog},
\e{iconview}, and \e{workspace} modules.
Trolltech does not currently offer modules for sale individually.

All modules may be used only under the terms of the licenses associated
with each Edition.

\list
\i \link canvas.html Canvas Module\endlink
\i \link iconview.html IconView Module\endlink
\i \link network.html Network Module\endlink
\i \link opengl.html OpenGL Module\endlink
\i \link sql.html SQL Module\endlink
\i \link table.html Table Module\endlink
\i \link workspace.html Workspace (MDI) Module\endlink
\i \link xml.html XML Module\endlink
\endlist

*/

/*! \page iconview.html

\title IconView Module

The icon view module provides a powerful visualization widget dubbed
\l QIconView. API and feature-wise it is similar to \l QListView and
\l QListBox. It contains optionally labelled pixmap items that the user
can select, drag around, rename, delete and more.

<center><a href="qiconview.html"><img src="qiconview-w.png" alt="Screenshot of QIconVIew"></a></center>

Please see the \link qiconview.html class documentation \endlink for
details.
*/

/*! \page workspace.html

\title Workspace Module

The workspace module provides a workspace window that can contain
decorated document windows for Multi Document Interfaces (MDI).

It is implemented in a single class \l QWorkspace.

Please see the \link qworkspace.html class documentation \endlink for
details.
*/