summaryrefslogtreecommitdiffstats
path: root/doc/html/emb-features.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/emb-features.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/emb-features.html')
-rw-r--r--doc/html/emb-features.html76
1 files changed, 38 insertions, 38 deletions
diff --git a/doc/html/emb-features.html b/doc/html/emb-features.html
index 7da1a42a..622c9365 100644
--- a/doc/html/emb-features.html
+++ b/doc/html/emb-features.html
@@ -33,16 +33,16 @@ body { background: #ffffff; color: black; }
-<p> By modifying the configured <tt>qconfig.h</tt> file from src/tools, you
+<p> By modifying the configured <tt>ntqconfig.h</tt> 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.
<p> 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.
-<p> The <tt>qconfig.h</tt> definition file simply defines macros to disable
+<p> The <tt>ntqconfig.h</tt> definition file simply defines macros to disable
features. Some features are dependent on other features and these
-dependencies are expressed in <tt>qfeatures.h</tt>.
+dependencies are expressed in <tt>ntqfeatures.h</tt>.
<p> The available options are:
<p> <center><table cellpadding="4" cellspacing="2" border="0">
<tr bgcolor="#a2c511"> <th valign="top">Macro <th valign="top">Disables <th valign="top">Set automatically by
@@ -64,13 +64,13 @@ dependencies are expressed in <tt>qfeatures.h</tt>.
<td valign="top">&nbsp;
<tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Animation
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_ASYNC_IO
-<td valign="top">Asynchronous I/O (<a href="qasyncio.html">TQAsyncIO</a>)
+<td valign="top">Asynchronous I/O (<a href="ntqasyncio.html">TQAsyncIO</a>)
<td valign="top">&nbsp;
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_ASYNC_IMAGE_IO
<td valign="top">Asynchronous Image I/O and GIF image support (<a href="qimagedecoder.html">TQImageDecoder</a>, ...)
<td valign="top">&nbsp;
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_MOVIE
-<td valign="top">Animation support (<a href="qmovie.html">TQMovie</a>)
+<td valign="top">Animation support (<a href="ntqmovie.html">TQMovie</a>)
<td valign="top">QT_NO_ASYNC_IO, QT_NO_ASYNC_IMAGE_IO
<tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Fonts
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_TRUETYPE
@@ -96,17 +96,17 @@ for all Unicode characters.
and tagging typed data (eg. text, images, colors) (<a href="qmimesource.html">TQMimeSource</a>)
<td valign="top">&nbsp;
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_RICHTEXT
-<td valign="top">HTML-like text (<a href="qstylesheet.html">TQStyleSheet</a>, <a href="qlabel.html">TQLabel</a>)
+<td valign="top">HTML-like text (<a href="ntqstylesheet.html">TQStyleSheet</a>, <a href="ntqlabel.html">TQLabel</a>)
<td valign="top">QT_NO_MIME
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_DRAGANDDROP
-<td valign="top">Drag-and-drop data between applications (<a href="qdragobject.html">TQDragObject</a>)
+<td valign="top">Drag-and-drop data between applications (<a href="ntqdragobject.html">TQDragObject</a>)
<td valign="top">QT_NO_MIME
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_CLIPBOARD
-<td valign="top">Cut-and-paste data between applications (<a href="qclipboard.html">TQClipboard</a>)
+<td valign="top">Cut-and-paste data between applications (<a href="ntqclipboard.html">TQClipboard</a>)
<td valign="top">QT_NO_MIME
<tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Sound
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_SOUND
-<td valign="top">Playing audio files (<a href="qsound.html">TQSound</a>)
+<td valign="top">Playing audio files (<a href="ntqsound.html">TQSound</a>)
<td valign="top">&nbsp;
<tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Scripting
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_PROPERTIES
@@ -143,7 +143,7 @@ Incompatible with TQWS_DEPTH_8GRAYSCALE.
<tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Networking
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_NETWORKPROTOCOL
<td valign="top">Abstract multi-protocol data retrieval,
-with local file retrieval included (<a href="qnetworkprotocol.html">TQNetworkProtocol</a>)
+with local file retrieval included (<a href="ntqnetworkprotocol.html">TQNetworkProtocol</a>)
<td valign="top">&nbsp;
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_NETWORKPROTOCOL_FTP
<td valign="top">FTP-protocol data retrieval.
@@ -153,96 +153,96 @@ with local file retrieval included (<a href="qnetworkprotocol.html">TQNetworkPro
<td valign="top">QT_NO_NETWORKPROTOCOL
<tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Painting/drawing
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_COLORNAMES
-<td valign="top">Color names such as "red", used by some <a href="qcolor.html">TQColor</a> constructors
-and by some HTML documents (<a href="qcolor.html">TQColor</a>, <a href="qstylesheet.html">TQStyleSheet</a>)
+<td valign="top">Color names such as "red", used by some <a href="ntqcolor.html">TQColor</a> constructors
+and by some HTML documents (<a href="ntqcolor.html">TQColor</a>, <a href="ntqstylesheet.html">TQStyleSheet</a>)
<td valign="top">&nbsp;
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_TRANSFORMATIONS
<td valign="top">Used by a number of classes in TQt. With this, rotation and
scaling are possible. Without it you can only do coordinate
-translation (<a href="qwmatrix.html">TQWMatrix</a>)
+translation (<a href="ntqwmatrix.html">TQWMatrix</a>)
<td valign="top">&nbsp;
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_PSPRINTER
<td valign="top">PostScript printer support.
<td valign="top">&nbsp;
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_PRINTER
-<td valign="top">Printer support (<a href="qprinter.html">TQPrinter</a>)
+<td valign="top">Printer support (<a href="ntqprinter.html">TQPrinter</a>)
<td valign="top">QT_NO_PSPRINTER (Unix only)
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_PICTURE
-<td valign="top">Save TQt drawing commands to a files (<a href="qpicture.html">TQPicture</a>)
+<td valign="top">Save TQt drawing commands to a files (<a href="ntqpicture.html">TQPicture</a>)
<td valign="top">&nbsp;
<tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Widgets
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_WIDGETS
-<td valign="top">Disabling this disables all widgets except <a href="qwidget.html">TQWidget</a>.
+<td valign="top">Disabling this disables all widgets except <a href="ntqwidget.html">TQWidget</a>.
<td valign="top">&nbsp;
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_TEXTVIEW
-<td valign="top">HTML document viewing (<a href="qtextview.html">TQTextView</a>)
+<td valign="top">HTML document viewing (<a href="ntqtextview.html">TQTextView</a>)
<td valign="top">QT_NO_WIDGETS, QT_NO_RICHTEXT
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_TEXTBROWSER
-<td valign="top">HTML document browsing (<a href="qtextbrowser.html">TQTextBrowser</a>)
+<td valign="top">HTML document browsing (<a href="ntqtextbrowser.html">TQTextBrowser</a>)
<td valign="top">QT_NO_TEXTVIEW
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_ICONVIEW
-<td valign="top">Labelled icons (<a href="qiconview.html">TQIconView</a>)
+<td valign="top">Labelled icons (<a href="ntqiconview.html">TQIconView</a>)
<td valign="top">QT_NO_WIDGETS, QT_NO_DRAGANDDROP
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_LISTVIEW
-<td valign="top">Lists of information (<a href="qlistview.html">TQListView</a>)
+<td valign="top">Lists of information (<a href="ntqlistview.html">TQListView</a>)
<td valign="top">QT_NO_WIDGETS
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_CANVAS
-<td valign="top">Object canvas (<a href="qcanvas.html">TQCanvas</a>)
+<td valign="top">Object canvas (<a href="ntqcanvas.html">TQCanvas</a>)
<td valign="top">QT_NO_WIDGETS
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_DIAL
-<td valign="top">Value control (<a href="qdial.html">TQDial</a>)
+<td valign="top">Value control (<a href="ntqdial.html">TQDial</a>)
<td valign="top">QT_NO_WIDGETS
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_WORKSPACE
-<td valign="top">MDI (Multiple Document Interface) (<a href="qworkspace.html">TQWorkspace</a>)
+<td valign="top">MDI (Multiple Document Interface) (<a href="ntqworkspace.html">TQWorkspace</a>)
<td valign="top">QT_NO_WIDGETS
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_LCDNUMBER
-<td valign="top">LCD-like number display (<a href="qlcdnumber.html">TQLCDNumber</a>)
+<td valign="top">LCD-like number display (<a href="ntqlcdnumber.html">TQLCDNumber</a>)
<td valign="top">QT_NO_WIDGETS
<tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> GUI Styles
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_STYLE_WINDOWS
-<td valign="top">Microsoft Windows style (<a href="qwindowsstyle.html">TQWindowsStyle</a>)
+<td valign="top">Microsoft Windows style (<a href="ntqwindowsstyle.html">TQWindowsStyle</a>)
<td valign="top">QT_NO_WIDGETS
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_STYLE_MOTIF
-<td valign="top">OSF <a href="motif-extension.html#Motif">Motif</a> style (<a href="qmotifstyle.html">TQMotifStyle</a>)
+<td valign="top">OSF <a href="motif-extension.html#Motif">Motif</a> style (<a href="ntqmotifstyle.html">TQMotifStyle</a>)
<td valign="top">QT_NO_WIDGETS
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_STYLE_CDE
-<td valign="top">Open Group CDE style (<a href="qcdestyle.html">TQCDEStyle</a>)
+<td valign="top">Open Group CDE style (<a href="ntqcdestyle.html">TQCDEStyle</a>)
<td valign="top">QT_NO_STYLE_MOTIF
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_STYLE_AQUA
<td valign="top">MacOS X style (TQAquaStyle)
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_STYLE_PLATINUM
-<td valign="top">MacOS 9 style (<a href="qplatinumstyle.html">TQPlatinumStyle</a>)
+<td valign="top">MacOS 9 style (<a href="ntqplatinumstyle.html">TQPlatinumStyle</a>)
<td valign="top">QT_NO_WIDGETS
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_STYLE_SGI
-<td valign="top">SGI style (<a href="qsgistyle.html">TQSGIStyle</a>)
+<td valign="top">SGI style (<a href="ntqsgistyle.html">TQSGIStyle</a>)
<td valign="top">QT_NO_STYLE_MOTIF
<tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Dialogs
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_DIALOGS
-<td valign="top">Disabling this disables all common dialogs <a href="qwidget.html">TQWidget</a>.
+<td valign="top">Disabling this disables all common dialogs <a href="ntqwidget.html">TQWidget</a>.
<td valign="top">QT_NO_WIDGETS
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_FILEDIALOG
-<td valign="top">The file selection dialog (<a href="qfiledialog.html">TQFileDialog</a>)
+<td valign="top">The file selection dialog (<a href="ntqfiledialog.html">TQFileDialog</a>)
<td valign="top">QT_NO_DIALOGS, QT_NO_NETWORKPROTOCOL, QT_NO_LISTVIEW
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_FONTDIALOG
-<td valign="top">The font selection dialog (<a href="qfontdialog.html">TQFontDialog</a>)
+<td valign="top">The font selection dialog (<a href="ntqfontdialog.html">TQFontDialog</a>)
<td valign="top">QT_NO_DIALOGS, QT_NO_FONTDATABASE
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_COLORDIALOG
-<td valign="top">The color selection dialog (<a href="qcolordialog.html">TQColorDialog</a>)
+<td valign="top">The color selection dialog (<a href="ntqcolordialog.html">TQColorDialog</a>)
<td valign="top">QT_NO_DIALOGS
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_INPUTDIALOG
-<td valign="top">Text input dialog (<a href="qinputdialog.html">TQInputDialog</a>)
+<td valign="top">Text input dialog (<a href="ntqinputdialog.html">TQInputDialog</a>)
<td valign="top">QT_NO_DIALOGS
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_MESSAGEBOX
-<td valign="top">Message/prompting dialog (<a href="qmessagebox.html">TQMessageBox</a>)
+<td valign="top">Message/prompting dialog (<a href="ntqmessagebox.html">TQMessageBox</a>)
<td valign="top">QT_NO_DIALOGS
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_PROGRESSDIALOG
-<td valign="top">Long-computation progress dialog (<a href="qprogressdialog.html">TQProgressDialog</a>)
+<td valign="top">Long-computation progress dialog (<a href="ntqprogressdialog.html">TQProgressDialog</a>)
<td valign="top">QT_NO_DIALOGS
<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_TABDIALOG
-<td valign="top">Tabbed-pages dialog (<a href="qtabdialog.html">TQTabDialog</a>)
+<td valign="top">Tabbed-pages dialog (<a href="ntqtabdialog.html">TQTabDialog</a>)
<td valign="top">QT_NO_DIALOGS
<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_WIZARD
-<td valign="top">Multi-step dialog (<a href="qwizard.html">TQWizard</a>)
+<td valign="top">Multi-step dialog (<a href="ntqwizard.html">TQWizard</a>)
<td valign="top">QT_NO_DIALOGS
</table></center>
<p>