diff options
author | Michele Calgaro <[email protected]> | 2024-06-25 12:25:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-25 12:25:06 +0900 |
commit | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch) | |
tree | fe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /doc/features.doc | |
parent | bba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff) | |
download | tqt3-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.doc | 39 |
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 -\row \i TQT_NO_BDF - \i Bitmap Distribution Format (BDF) font file format, only used by Qt/Embedded. - \i \row \i TQT_NO_FONTDATABASE \i Font database. \i @@ -132,35 +122,6 @@ The available options are: \i Scripting Qt-based applications. \i -\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 -\row \i TQT_NO_QWS_DEPTH_8GRAYSCALE - \i11 8 bits per pixel: 256 levels of gray. - Incompatible with QWS_DEPTH_8. - \i -\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 -\row \i TQT_NO_QWS_DEPTH_15 - \i11 15 bits per pixel: 32 levels for each of red, green and blue. - \i -\row \i TQT_NO_QWS_DEPTH_16 - \i11 16 bits per pixel: 64 levels of green, 32 levels for red and for blue. - \i -\row \i TQT_NO_QWS_DEPTH_32 - \i11 32 bits per pixel: 256 levels for each of red, green and blue. - \i -\row \i TQT_NO_QWS_MACH64 - \i Mach64 accelerated driver (demonstration only). - \i -\row \i TQT_NO_QWS_VFB - \i Virtual framebuffer running on X11 (see reference documentation). - \i - \header \i31 Networking \row \i TQT_NO_NETWORKPROTOCOL \i Abstract multi-protocol data retrieval, |