summaryrefslogtreecommitdiffstats
path: root/doc/features.doc
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-25 12:25:06 +0900
committerMichele Calgaro <[email protected]>2024-06-25 12:25:06 +0900
commita09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch)
treefe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /doc/features.doc
parentbba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff)
downloadtqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.tar.gz
tqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.zip
Remove documentation for QWS classes and Qt/Embedded
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/features.doc')
-rw-r--r--doc/features.doc39
1 files changed, 0 insertions, 39 deletions
diff --git a/doc/features.doc b/doc/features.doc
index cadb3aaf8..616a42912 100644
--- a/doc/features.doc
+++ b/doc/features.doc
@@ -46,10 +46,6 @@ can define a subset of the full TQt functionality that you wish to
be available in your installation. The -qconfig option to
configure is used to select the configuration.
-Note that such modification is only supported on Qt/Embedded
-platforms, where reducing the size of TQt is
-important and the application set is often fixed.
-
The \c ntqconfig.h definition file simply defines macros to disable
features. Some features are dependent on other features and these
dependencies are expressed in \c ntqfeatures.h.
@@ -88,12 +84,6 @@ The available options are:
\i TQT_NO_ASYNC_IO, TQT_NO_ASYNC_IMAGE_IO
\header \i31 Fonts
-\row \i TQT_NO_TRUETYPE
- \i TrueType (TTF and TTC) font file format, only used by Qt/Embedded.
- \i &nbsp;
-\row \i TQT_NO_BDF
- \i Bitmap Distribution Format (BDF) font file format, only used by Qt/Embedded.
- \i &nbsp;
\row \i TQT_NO_FONTDATABASE
\i Font database.
\i &nbsp;
@@ -132,35 +122,6 @@ The available options are:
\i Scripting Qt-based applications.
\i &nbsp;
-\header \i31 Qt/Embedded-specific
-\row \i TQT_NO_QWS_CURSOR
- \i The cursor sprite on Qt/Embedded. Pen-operated devices would not
- normally need this feature.
- \i &nbsp;
-\row \i TQT_NO_QWS_DEPTH_8GRAYSCALE
- \i11 8 bits per pixel: 256 levels of gray.
- Incompatible with QWS_DEPTH_8.
- \i &nbsp;
-\row \i TQT_NO_QWS_DEPTH_8
- \i11 8 bits per pixel: 216-color cube with 40 auxiliary colors.
- Incompatible with QWS_DEPTH_8GRAYSCALE.
- \i &nbsp;
-\row \i TQT_NO_QWS_DEPTH_15
- \i11 15 bits per pixel: 32 levels for each of red, green and blue.
- \i &nbsp;
-\row \i TQT_NO_QWS_DEPTH_16
- \i11 16 bits per pixel: 64 levels of green, 32 levels for red and for blue.
- \i &nbsp;
-\row \i TQT_NO_QWS_DEPTH_32
- \i11 32 bits per pixel: 256 levels for each of red, green and blue.
- \i &nbsp;
-\row \i TQT_NO_QWS_MACH64
- \i Mach64 accelerated driver (demonstration only).
- \i &nbsp;
-\row \i TQT_NO_QWS_VFB
- \i Virtual framebuffer running on X11 (see reference documentation).
- \i &nbsp;
-
\header \i31 Networking
\row \i TQT_NO_NETWORKPROTOCOL
\i Abstract multi-protocol data retrieval,