File: features.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 (272 lines) | stat: -rw-r--r-- 8,766 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
/****************************************************************************
** $Id:  qt/features.doc   3.0.3   edited Nov 29 23:48 $
**
** Qt feature definition file documentation
**
** Copyright (C) 1992-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 emb-features.html

\title The Feature Definition File

The file \c src/tools/qfeatures.h includes the file \c
src/tools/qconfig.h. By modifying \c qconfig.h, you can define a
subset of the full Qt functionality that you wish to have available
on your installation.

Note that such modification is only supported on Qt/Embedded
platforms, where reducing the size of Qt is
important and the application-set is often fixed.

The \c config.h definition file simply defines macros to disable
features.  Some features are dependent on other features and these
dependencies are expressed in \c qfeatures.h.

The available options are:

\table
\header \i Macro \i Disables \i Set automatically by

\header \i31 Images (\l QImageIO)

\row \i QT_NO_IMAGEIO_BMP
     \i The Microsoft Bitmap image file format.
     \i  
\row \i QT_NO_IMAGEIO_PPM
     \i The Portable Pixmap image file format.
     \i  
\row \i QT_NO_IMAGEIO_XBM
     \i The X11 Bitmap image file format.
     \i  
\row \i QT_NO_IMAGEIO_XPM
     \i The X11 Pixmap image file format.
     \i  
\row \i QT_NO_IMAGEIO_PNG
     \i The Portable Network Graphics image file format.
     \i  

\header \i31 Animation
\row \i QT_NO_ASYNC_IO
     \i Asynchronous I/O (\l QAsyncIO)
     \i  
\row \i QT_NO_ASYNC_IMAGE_IO
     \i Asynchronous Image I/O and GIF image support (\l QImageDecoder, ...)
     \i  
\row \i QT_NO_MOVIE
     \i Animation support (\l QMovie)
     \i QT_NO_ASYNC_IO, QT_NO_ASYNC_IMAGE_IO

\header \i31 Fonts
\row \i QT_NO_TRUETYPE
     \i TrueType (TTF and TTC) font file format, only used by Qt/Embedded.
     \i  
\row \i QT_NO_BDF
     \i Bitmap Distribution Format (BDF) font file format, only used by Qt/Embedded.
     \i  
\row \i QT_NO_FONTDATABASE
     \i Font database.
     \i  

\header \i31 Internationalization

\row \i QT_NO_I18N
     \i Conversions between Unicode and 8-bit encodings.
     \i  
\row \i QT_NO_UNICODETABLES
     \i Large tables defining such things as upper and lowercase conversions
	for all Unicode characters.
     \i  

\header \i31 MIME
\row \i QT_NO_MIME
     \i Multipurpose Internet Mail Extensions, an internet standard for encoding
	and tagging typed data (eg. text, images, colors) (\l QMimeSource)
     \i  
\row \i QT_NO_RICHTEXT
     \i HTML-like text (\l QStyleSheet, \l QLabel)
     \i QT_NO_MIME
\row \i QT_NO_DRAGANDDROP
     \i Drag-and-drop data between applications (\l QDragObject)
     \i QT_NO_MIME
\row \i QT_NO_CLIPBOARD
     \i Cut-and-paste data between applications (\l QClipboard)
     \i QT_NO_MIME

\header \i31 Sound
\row \i QT_NO_SOUND
     \i Playing audio files (\l QSound)
     \i  

\header \i31 Scipting
\row \i QT_NO_PROPERTIES
     \i Scripting of Qt-based applications.
     \i  

\header \i31 Qt/Embedded-specific

\row \i QT_NO_QWS_CURSOR
     \i The cursor sprite on Qt/Embedded. Pen-operated devices would not
	normally need this feature.
     \i  
\row \i QT_NO_QWS_DEPTH_8GRAYSCALE
     \i11 8 bits per pixel: 256 levels of gray.
	Incompatible with QWS_DEPTH_8.
     \i  
\row \i QT_NO_QWS_DEPTH_8
     \i11 8 bits per pixel: 216-color cube with 40 auxiliary colors.
	Incompatible with QWS_DEPTH_8GRAYSCALE.
     \i  
\row \i QT_NO_QWS_DEPTH_15
     \i11 15 bits per pixel: 32 levels for each of red, green and blue.
     \i  
\row \i QT_NO_QWS_DEPTH_16
     \i11 16 bits per pixel: 64 levels of green, 32 levels for red and for blue.
     \i  
\row \i QT_NO_QWS_DEPTH_32
     \i11 32 bits per pixel: 256 levels for each of red, green and blue.
     \i  
\row \i QT_NO_QWS_MACH64
     \i Mach64 accelerated driver (demonstration only).
     \i  
\row \i QT_NO_QWS_VFB
     \i Virtual framebuffer running on X11 (see reference documentation).
     \i  

\header \i31 Networking
\row \i QT_NO_NETWORKPROTOCOL
     \i Abstract multi-protocol data retrieval,
	with local file retrieval included (\l QNetworkProtocol)
     \i  
\row \i QT_NO_NETWORKPROTOCOL_FTP
     \i FTP-protocol data retrieval.
     \i QT_NO_NETWORKPROTOCOL
\row \i QT_NO_NETWORKPROTOCOL_HTTP
     \i HTTP-protocol data retrieval.
     \i QT_NO_NETWORKPROTOCOL

\header \i31 Painting/drawing
\row \i QT_NO_COLORNAMES
     \i Color names such as "red", used by some \l QColor constructors
	and by some HTML documents (\l QColor, \l QStyleSheet)
     \i  
\row \i QT_NO_TRANSFORMATIONS
     \i Used by a number of classes in Qt. With this, rotation and scaling
	are possible. Without it, only co-ordinate translation (\l QWMatrix)
     \i  
\row \i QT_NO_PSPRINTER
     \i PostScript printer support.
     \i  
\row \i QT_NO_PRINTER
     \i Printer support (\l QPrinter)
     \i QT_NO_PSPRINTER (Unix only)
\row \i QT_NO_PICTURE
     \i Save Qt drawing commands to a files (\l QPicture)
     \i  

\header \i31 Widgets
\row \i QT_NO_WIDGETS
     \i Disabling this disables all widgets except \l QWidget.
     \i  
\row \i QT_NO_TEXTVIEW
     \i HTML document viewing (\l QTextView)
     \i QT_NO_WIDGETS, QT_NO_RICHTEXT
\row \i QT_NO_TEXTBROWSER
     \i HTML document browsing (\l QTextBrowser)
     \i QT_NO_TEXTVIEW
\row \i QT_NO_ICONVIEW
     \i Labelled icons (\l QIconView)
     \i QT_NO_WIDGETS, QT_NO_DRAGANDDROP
\row \i QT_NO_LISTVIEW
     \i Lists of information (\l QListView)
     \i QT_NO_WIDGETS
\row \i QT_NO_CANVAS
     \i Object canvas (\l QCanvas)
     \i QT_NO_WIDGETS
\row \i QT_NO_DIAL
     \i Value control (\l QDial)
     \i QT_NO_WIDGETS
\row \i QT_NO_WORKSPACE
     \i Multi-document interface (\l QWorkspace)
     \i QT_NO_WIDGETS
\row \i QT_NO_LCDNUMBER
     \i LCD-like number display (\l QLCDNumber)
     \i QT_NO_WIDGETS

\header \i31 GUI Styles
\row \i QT_NO_STYLE_WINDOWS
     \i Microsoft Windows style (\l QWindowsStyle)
     \i QT_NO_WIDGETS
\row \i QT_NO_STYLE_MOTIF
     \i OSF Motif style (\l QMotifStyle)
     \i QT_NO_WIDGETS
\row \i QT_NO_STYLE_CDE
     \i Open Group CDE style (\l QCDEStyle)
     \i QT_NO_STYLE_MOTIF
\row \i QT_NO_STYLE_AQUA
     \i MacOS X style (\l QAquaStyle)
\row \i QT_NO_STYLE_PLATINUM
     \i MacOS 9 style (\l QPlatinumStyle)
     \i QT_NO_WIDGETS
\row \i QT_NO_STYLE_SGI
     \i SGI style (\l QSGIStyle)
     \i QT_NO_STYLE_MOTIF

\header \i31 Dialogs
\row \i QT_NO_DIALOGS
     \i Disabling this disables all common dialogs \l QWidget.
     \i QT_NO_WIDGETS
\row \i QT_NO_FILEDIALOG
     \i The file selection dialog (\l QFileDialog)
     \i QT_NO_DIALOGS, QT_NO_NETWORKPROTOCOL, QT_NO_LISTVIEW
\row \i QT_NO_FONTDIALOG
     \i The font selection dialog (\l QFontDialog)
     \i QT_NO_DIALOGS, QT_NO_FONTDATABASE
\row \i QT_NO_COLORDIALOG
     \i The color selection dialog (\l QColorDialog)
     \i QT_NO_DIALOGS
\row \i QT_NO_INPUTDIALOG
     \i Text input dialog (\l QInputDialog)
     \i QT_NO_DIALOGS
\row \i QT_NO_MESSAGEBOX
     \i Message/prompting dialog (\l QMessageBox)
     \i QT_NO_DIALOGS
\row \i QT_NO_PROGRESSDIALOG
     \i Long-computation progress dialog (\l QProgressDialog)
     \i QT_NO_DIALOGS
\row \i QT_NO_TABDIALOG
     \i Tabbed-pages dialog (\l QTabDialog)
     \i QT_NO_DIALOGS
\row \i QT_NO_WIZARD
     \i Multi-step dialog (\l QWizard)
     \i QT_NO_DIALOGS
\endtable

*/