From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/emb-features.html | 76 +++++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 38 deletions(-) (limited to 'doc/html/emb-features.html') diff --git a/doc/html/emb-features.html b/doc/html/emb-features.html index 7da1a42a4..622c93654 100644 --- a/doc/html/emb-features.html +++ b/doc/html/emb-features.html @@ -33,16 +33,16 @@ body { background: #ffffff; color: black; } -

By modifying the configured qconfig.h file from src/tools, you +

By modifying the configured ntqconfig.h file from src/tools, you 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 TQt/Embedded platforms, where reducing the size of TQt is important and the application set is often fixed. -

The qconfig.h definition file simply defines macros to disable +

The ntqconfig.h definition file simply defines macros to disable features. Some features are dependent on other features and these -dependencies are expressed in qfeatures.h. +dependencies are expressed in ntqfeatures.h.

The available options are:

Macro Disables Set automatically by @@ -64,13 +64,13 @@ dependencies are expressed in qfeatures.h.  
Animation
QT_NO_ASYNC_IO -Asynchronous I/O (TQAsyncIO) +Asynchronous I/O (TQAsyncIO)  
QT_NO_ASYNC_IMAGE_IO Asynchronous Image I/O and GIF image support (TQImageDecoder, ...)  
QT_NO_MOVIE -Animation support (TQMovie) +Animation support (TQMovie) QT_NO_ASYNC_IO, QT_NO_ASYNC_IMAGE_IO
Fonts
QT_NO_TRUETYPE @@ -96,17 +96,17 @@ for all Unicode characters. and tagging typed data (eg. text, images, colors) (TQMimeSource)  
QT_NO_RICHTEXT -HTML-like text (TQStyleSheet, TQLabel) +HTML-like text (TQStyleSheet, TQLabel) QT_NO_MIME
QT_NO_DRAGANDDROP -Drag-and-drop data between applications (TQDragObject) +Drag-and-drop data between applications (TQDragObject) QT_NO_MIME
QT_NO_CLIPBOARD -Cut-and-paste data between applications (TQClipboard) +Cut-and-paste data between applications (TQClipboard) QT_NO_MIME
Sound
QT_NO_SOUND -Playing audio files (TQSound) +Playing audio files (TQSound)  
Scripting
QT_NO_PROPERTIES @@ -143,7 +143,7 @@ Incompatible with TQWS_DEPTH_8GRAYSCALE.
Networking
QT_NO_NETWORKPROTOCOL Abstract multi-protocol data retrieval, -with local file retrieval included (TQNetworkProtocol) +with local file retrieval included (TQNetworkProtocol)  
QT_NO_NETWORKPROTOCOL_FTP FTP-protocol data retrieval. @@ -153,96 +153,96 @@ with local file retrieval included (TQNetworkPro QT_NO_NETWORKPROTOCOL
Painting/drawing
QT_NO_COLORNAMES -Color names such as "red", used by some TQColor constructors -and by some HTML documents (TQColor, TQStyleSheet) +Color names such as "red", used by some TQColor constructors +and by some HTML documents (TQColor, TQStyleSheet)  
QT_NO_TRANSFORMATIONS Used by a number of classes in TQt. With this, rotation and scaling are possible. Without it you can only do coordinate -translation (TQWMatrix) +translation (TQWMatrix)  
QT_NO_PSPRINTER PostScript printer support.  
QT_NO_PRINTER -Printer support (TQPrinter) +Printer support (TQPrinter) QT_NO_PSPRINTER (Unix only)
QT_NO_PICTURE -Save TQt drawing commands to a files (TQPicture) +Save TQt drawing commands to a files (TQPicture)  
Widgets
QT_NO_WIDGETS -Disabling this disables all widgets except TQWidget. +Disabling this disables all widgets except TQWidget.  
QT_NO_TEXTVIEW -HTML document viewing (TQTextView) +HTML document viewing (TQTextView) QT_NO_WIDGETS, QT_NO_RICHTEXT
QT_NO_TEXTBROWSER -HTML document browsing (TQTextBrowser) +HTML document browsing (TQTextBrowser) QT_NO_TEXTVIEW
QT_NO_ICONVIEW -Labelled icons (TQIconView) +Labelled icons (TQIconView) QT_NO_WIDGETS, QT_NO_DRAGANDDROP
QT_NO_LISTVIEW -Lists of information (TQListView) +Lists of information (TQListView) QT_NO_WIDGETS
QT_NO_CANVAS -Object canvas (TQCanvas) +Object canvas (TQCanvas) QT_NO_WIDGETS
QT_NO_DIAL -Value control (TQDial) +Value control (TQDial) QT_NO_WIDGETS
QT_NO_WORKSPACE -MDI (Multiple Document Interface) (TQWorkspace) +MDI (Multiple Document Interface) (TQWorkspace) QT_NO_WIDGETS
QT_NO_LCDNUMBER -LCD-like number display (TQLCDNumber) +LCD-like number display (TQLCDNumber) QT_NO_WIDGETS
GUI Styles
QT_NO_STYLE_WINDOWS -Microsoft Windows style (TQWindowsStyle) +Microsoft Windows style (TQWindowsStyle) QT_NO_WIDGETS
QT_NO_STYLE_MOTIF -OSF Motif style (TQMotifStyle) +OSF Motif style (TQMotifStyle) QT_NO_WIDGETS
QT_NO_STYLE_CDE -Open Group CDE style (TQCDEStyle) +Open Group CDE style (TQCDEStyle) QT_NO_STYLE_MOTIF
QT_NO_STYLE_AQUA MacOS X style (TQAquaStyle)
QT_NO_STYLE_PLATINUM -MacOS 9 style (TQPlatinumStyle) +MacOS 9 style (TQPlatinumStyle) QT_NO_WIDGETS
QT_NO_STYLE_SGI -SGI style (TQSGIStyle) +SGI style (TQSGIStyle) QT_NO_STYLE_MOTIF
Dialogs
QT_NO_DIALOGS -Disabling this disables all common dialogs TQWidget. +Disabling this disables all common dialogs TQWidget. QT_NO_WIDGETS
QT_NO_FILEDIALOG -The file selection dialog (TQFileDialog) +The file selection dialog (TQFileDialog) QT_NO_DIALOGS, QT_NO_NETWORKPROTOCOL, QT_NO_LISTVIEW
QT_NO_FONTDIALOG -The font selection dialog (TQFontDialog) +The font selection dialog (TQFontDialog) QT_NO_DIALOGS, QT_NO_FONTDATABASE
QT_NO_COLORDIALOG -The color selection dialog (TQColorDialog) +The color selection dialog (TQColorDialog) QT_NO_DIALOGS
QT_NO_INPUTDIALOG -Text input dialog (TQInputDialog) +Text input dialog (TQInputDialog) QT_NO_DIALOGS
QT_NO_MESSAGEBOX -Message/prompting dialog (TQMessageBox) +Message/prompting dialog (TQMessageBox) QT_NO_DIALOGS
QT_NO_PROGRESSDIALOG -Long-computation progress dialog (TQProgressDialog) +Long-computation progress dialog (TQProgressDialog) QT_NO_DIALOGS
QT_NO_TABDIALOG -Tabbed-pages dialog (TQTabDialog) +Tabbed-pages dialog (TQTabDialog) QT_NO_DIALOGS
QT_NO_WIZARD -Multi-step dialog (TQWizard) +Multi-step dialog (TQWizard) QT_NO_DIALOGS

-- cgit v1.2.1