diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-09 14:57:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-12 18:58:18 +0900 |
commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html | |
parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
download | tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html')
233 files changed, 1638 insertions, 1640 deletions
diff --git a/doc/html/aboutntqt.html b/doc/html/abouttqt.html index 5b033916e..5b033916e 100644 --- a/doc/html/aboutntqt.html +++ b/doc/html/abouttqt.html diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 99b8afb08..aebb2de73 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -302,7 +302,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqserversocket.html">TQServerSocket</a></b><td>TCP-based server <tr bgcolor=#f0f0f0><td><b><a href="tqsessionmanager.html">TQSessionManager</a></b><td>Access to the session manager <tr bgcolor=#f0f0f0><td><b><a href="tqsettings.html">TQSettings</a></b><td>Persistent platform-independent application settings -<tr bgcolor=#f0f0f0><td><b><a href="qshowevent.html">TQShowEvent</a></b><td>Event which is sent when a widget is shown +<tr bgcolor=#f0f0f0><td><b><a href="tqshowevent.html">TQShowEvent</a></b><td>Event which is sent when a widget is shown <tr bgcolor=#f0f0f0><td><b><a href="tqsignal.html">TQSignal</a></b><td>Can be used to send signals for classes that don't inherit TQObject <tr bgcolor=#f0f0f0><td><b><a href="tqsignalmapper.html">TQSignalMapper</a></b><td>Bundles signals from identifiable senders <tr bgcolor=#f0f0f0><td><b><a href="tqsimplerichtext.html">TQSimpleRichText</a></b><td>Small displayable piece of rich text @@ -314,11 +314,11 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqsocket.html">TQSocket</a></b><td>Buffered TCP connection <tr bgcolor=#f0f0f0><td><b><a href="tqsocketdevice.html">TQSocketDevice</a></b><td>Platform-independent low-level socket API <tr bgcolor=#f0f0f0><td><b><a href="tqsocketnotifier.html">TQSocketNotifier</a></b><td>Support for socket callbacks -<tr bgcolor=#f0f0f0><td><b><a href="ntqsound.html">TQSound</a></b><td>Access to the platform audio facilities +<tr bgcolor=#f0f0f0><td><b><a href="tqsound.html">TQSound</a></b><td>Access to the platform audio facilities <tr bgcolor=#f0f0f0><td><b><a href="tqspaceritem.html">TQSpacerItem</a></b><td>Blank space in a layout <tr bgcolor=#f0f0f0><td><b><a href="tqspinbox.html">TQSpinBox</a></b><td>Spin box widget (spin button) -<tr bgcolor=#f0f0f0><td><b><a href="ntqsplashscreen.html">TQSplashScreen</a></b><td>Splash screen that can be shown during application startup -<tr bgcolor=#f0f0f0><td><b><a href="ntqsplitter.html">TQSplitter</a></b><td>Implements a splitter widget +<tr bgcolor=#f0f0f0><td><b><a href="tqsplashscreen.html">TQSplashScreen</a></b><td>Splash screen that can be shown during application startup +<tr bgcolor=#f0f0f0><td><b><a href="tqsplitter.html">TQSplitter</a></b><td>Implements a splitter widget <tr bgcolor=#f0f0f0><td><b><a href="tqsql.html">TQSql</a></b><td>Namespace for TQt SQL identifiers that need to be global-like <tr bgcolor=#f0f0f0><td><b><a href="tqsqlcursor.html">TQSqlCursor</a></b><td>Browsing and editing of SQL tables and views <tr bgcolor=#f0f0f0><td><b><a href="tqsqldatabase.html">TQSqlDatabase</a></b><td>Used to create SQL database connections and to provide transaction handling @@ -386,7 +386,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqurl.html">TQUrl</a></b><td>URL parser and simplifies working with URLs <tr bgcolor=#f0f0f0><td><b><a href="tqurlinfo.html">TQUrlInfo</a></b><td>Stores information about URLs <tr bgcolor=#f0f0f0><td><b><a href="tqurloperator.html">TQUrlOperator</a></b><td>Common operations on URLs -<tr bgcolor=#f0f0f0><td><b><a href="ntquuid.html">TQUuid</a></b><td>Defines a Universally Unique Identifier (UUID) +<tr bgcolor=#f0f0f0><td><b><a href="tquuid.html">TQUuid</a></b><td>Defines a Universally Unique Identifier (UUID) <tr bgcolor=#f0f0f0><td><b><a href="tqvbox.html">TQVBox</a></b><td>Vertical geometry management of its child widgets <tr bgcolor=#f0f0f0><td><b><a href="tqvboxlayout.html">TQVBoxLayout</a></b><td>Lines up widgets vertically <tr bgcolor=#f0f0f0><td><b><a href="tqvbuttongroup.html">TQVButtonGroup</a></b><td>Organizes TQButton widgets in a vertical column @@ -397,7 +397,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqvaluelistiterator.html">TQValueListIterator</a></b><td>Iterator for TQValueList <tr bgcolor=#f0f0f0><td><b><a href="tqvaluestack.html">TQValueStack</a></b><td>Value-based template class that provides a stack <tr bgcolor=#f0f0f0><td><b><a href="tqvaluevector.html">TQValueVector</a></b><td>Value-based template class that provides a dynamic array -<tr bgcolor=#f0f0f0><td><b><a href="ntqvariant.html">TQVariant</a></b><td>Acts like a union for the most common TQt data types +<tr bgcolor=#f0f0f0><td><b><a href="tqvariant.html">TQVariant</a></b><td>Acts like a union for the most common TQt data types <tr bgcolor=#f0f0f0><td><b><a href="tqwmatrix.html">TQWMatrix</a></b><td>2D transformations of a coordinate system <tr bgcolor=#f0f0f0><td><b><a href="tqwaitcondition.html">TQWaitCondition</a></b><td>Allows waiting/waking for conditions between threads <tr bgcolor=#f0f0f0><td><b><a href="tqwhatsthis.html">TQWhatsThis</a></b><td>Simple description of any widget, i.e. answering the question "What's this?" @@ -425,7 +425,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqxmlparseexception.html">TQXmlParseException</a></b><td>Used to report errors with the TQXmlErrorHandler interface <tr bgcolor=#f0f0f0><td><b><a href="tqxmlreader.html">TQXmlReader</a></b><td>Interface for XML readers (i.e. parsers) <tr bgcolor=#f0f0f0><td><b><a href="tqxmlsimplereader.html">TQXmlSimpleReader</a></b><td>Implementation of a simple XML reader (parser) -<tr bgcolor=#f0f0f0><td><b><a href="ntqt.html">TQt</a></b><td>Namespace for miscellaneous identifiers that need to be global-like +<tr bgcolor=#f0f0f0><td><b><a href="tqt.html">TQt</a></b><td>Namespace for miscellaneous identifiers that need to be global-like </table> diff --git a/doc/html/classchart.html b/doc/html/classchart.html index 150527e60..258176269 100644 --- a/doc/html/classchart.html +++ b/doc/html/classchart.html @@ -32,7 +32,7 @@ body { background: #ffffff; color: black; } <p> <img src="qt33-class-chart.png" usemap="#classmap"> <p> <map name="classmap"> -<area shape="rect" coords="5,29,47,74" href="ntqt.html"> +<area shape="rect" coords="5,29,47,74" href="tqt.html"> <area shape="rect" coords="40,57,138,78" href="tqbrush.html"> <area shape="rect" coords="32,78,138,94" href="tqcursor.html"> <area shape="rect" coords="32,94,149,115" href="tqkeysequence.html"> @@ -73,7 +73,7 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="178,150,285,168" href="tqpaintevent.html"> <area shape="rect" coords="178,168,284,185" href="tqchildevent.html"> <area shape="rect" coords="178,186,284,203" href="tqmoveevent.html"> -<area shape="rect" coords="178,203,285,220" href="qshowevent.html"> +<area shape="rect" coords="178,203,285,220" href="tqshowevent.html"> <area shape="rect" coords="176,221,286,237" href="tqcloseevent.html"> <area shape="rect" coords="176,237,281,253" href="tqtimerevent.html"> <area shape="rect" coords="174,253,281,273" href="tqfocusevent.html"> @@ -109,7 +109,7 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="293,259,400,276" href="tqsignal.html"> <area shape="rect" coords="293,276,404,292" href="tqsignalmapper.html"> <area shape="rect" coords="290,293,405,308" href="tqsocket.html"> -<area shape="rect" coords="290,308,399,326" href="ntqsound.html"> +<area shape="rect" coords="290,308,399,326" href="tqsound.html"> <area shape="rect" coords="294,327,402,346" href="tqtimer.html"> <area shape="rect" coords="294,346,398,363" href="tqtranslator.html"> <area shape="rect" coords="294,362,398,379" href="tqstylesheet.html"> @@ -147,7 +147,7 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="445,309,535,326" href="tqframe.html"> <area shape="rect" coords="444,327,536,345" href="tqsizegrip.html"> <area shape="rect" coords="445,345,540,360" href="tqspinbox.html"> -<area shape="rect" coords="446,361,540,383" href="ntqsplashscreen.html"> +<area shape="rect" coords="446,361,540,383" href="tqsplashscreen.html"> <area shape="rect" coords="446,383,541,399" href="tqstatusbar.html"> <area shape="rect" coords="443,399,541,418" href="tqtabbar.html"> <area shape="rect" coords="445,418,542,434" href="tqtabwidget.html"> @@ -182,7 +182,7 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="550,345,650,362" href="tqlabel.html"> <area shape="rect" coords="550,362,653,382" href="tqhbox.html"> <area shape="rect" coords="545,382,653,398" href="tqvbox.html"> -<area shape="rect" coords="545,398,652,415" href="ntqsplitter.html"> +<area shape="rect" coords="545,398,652,415" href="tqsplitter.html"> <area shape="rect" coords="548,415,652,435" href="tqlineedit.html"> <area shape="rect" coords="548,435,654,451" href="tqmenubar.html"> <area shape="rect" coords="551,451,654,470" href="tqgroupbox.html"> @@ -323,8 +323,8 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="999,488,1110,507" href="tqvaluevector.html"> <area shape="rect" coords="992,503,1109,522" href="tqurl.html"> <area shape="rect" coords="992,522,1095,542" href="tqurlinfo.html"> -<area shape="rect" coords="1001,542,1095,560" href="ntquuid.html"> -<area shape="rect" coords="1001,560,1093,577" href="ntqvariant.html"> +<area shape="rect" coords="1001,542,1095,560" href="tquuid.html"> +<area shape="rect" coords="1001,560,1093,577" href="tqvariant.html"> <area shape="rect" coords="998,578,1088,595" href="tqwmatrix.html"> <area shape="rect" coords="999,595,1119,612" href="tqhbuttongroup.html"> <area shape="rect" coords="1002,613,1119,627" href="tqvbuttongroup.html"> diff --git a/doc/html/classes.html b/doc/html/classes.html index 486ef1054..82149d62d 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -418,7 +418,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqlistview.html">TQListView</a> <td align="right"> -<td><a href="qshowevent.html">TQShowEvent</a> +<td><a href="tqshowevent.html">TQShowEvent</a> <td align="right"> <td><a href="tqurloperator.html">TQUrlOperator</a> <tr> @@ -431,7 +431,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqsignal.html">TQSignal</a> <td align="right"> -<td><a href="ntquuid.html">TQUuid</a> +<td><a href="tquuid.html">TQUuid</a> <tr> <td align="right"> <td><a href="tqcanvasitem.html">TQCanvasItem</a> @@ -508,7 +508,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqslider.html">TQSlider</a> <td align="right"> -<td><a href="ntqvariant.html">TQVariant</a> +<td><a href="tqvariant.html">TQVariant</a> <tr> <td align="right"> <td><a href="tqcanvasrectangle.html">TQCanvasRectangle</a> @@ -550,7 +550,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqmenubar.html">TQMenuBar</a> <td align="right"> -<td><a href="ntqsound.html">TQSound</a> +<td><a href="tqsound.html">TQSound</a> <td align="right"> <td><a href="tqvgroupbox.html">TQVGroupBox</a> <tr> @@ -583,7 +583,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqmetaobject.html">TQMetaObject</a> <td align="right"> -<td><a href="ntqsplashscreen.html">TQSplashScreen</a> +<td><a href="tqsplashscreen.html">TQSplashScreen</a> <td align="right"> <td><a href="qwheelevent.html">TQWheelEvent</a> <tr> @@ -594,7 +594,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqmetaproperty.html">TQMetaProperty</a> <td align="right"> -<td><a href="ntqsplitter.html">TQSplitter</a> +<td><a href="tqsplitter.html">TQSplitter</a> <td align="right"> <td><a href="tqwidget.html">TQWidget</a> <tr> @@ -945,7 +945,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqpicture.html">TQPicture</a> <td align="right"><b>T</b> -<td><a href="ntqt.html">TQt</a> +<td><a href="tqt.html">TQt</a> <td align="right"> <td align="right"> <tr> diff --git a/doc/html/collection.html b/doc/html/collection.html index d700233df..2db0c67d2 100644 --- a/doc/html/collection.html +++ b/doc/html/collection.html @@ -80,7 +80,7 @@ is a class for traversing the items in a collection: </ul> <p> The value-based collections plus algorithms operating on them are grouped together in the <a href="qt-template-lib.html">TQt Template -Library</a>; see also the <a href="ntqtl.html">TQt Template +Library</a>; see also the <a href="tqtl.html">TQt Template Library Classes</a>. <p> The rest of this page dicusses the pointer-based containers. <p> <h2> Architecture of the pointer-based containers diff --git a/doc/html/commonproblems.html b/doc/html/commonproblems.html index 5b5c9fd12..c238d909a 100644 --- a/doc/html/commonproblems.html +++ b/doc/html/commonproblems.html @@ -48,7 +48,7 @@ machine</a> <li> <a href="#qtsrc">Developers building for two versions of TQt on Unix - TQt sources</a> </ul> <li> <a href="#nowinman">Using TQt on X11 without a window manager</a> -<li> <a href="distributingntqt.html">Distributing TQt Applications</a> +<li> <a href="distributingtqt.html">Distributing TQt Applications</a> </ul> <p> <a name="linkerror"></a> <h2> Link error, complaining about a lack of <tt>vtbl</tt>, <tt>_vtbl</tt>, <tt>__vtbl</tt> or similar diff --git a/doc/html/designer-manual-3.html b/doc/html/designer-manual-3.html index 37321c869..47a312fc8 100644 --- a/doc/html/designer-manual-3.html +++ b/doc/html/designer-manual-3.html @@ -450,7 +450,7 @@ body { background: #ffffff; color: black; } pixmap.<a href="tqpixmap.html#fill">fill</a>( white ); <a href="tqpainter.html">TQPainter</a> painter; painter.<a href="tqpainter.html#begin">begin</a>( &pixmap ); - painter.<a href="tqpainter.html#setPen">setPen</a>( <a href="ntqt.html#PenStyle-enum">NoPen</a> ); + painter.<a href="tqpainter.html#setPen">setPen</a>( <a href="tqt.html#PenStyle-enum">NoPen</a> ); painter.<a href="tqpainter.html#setBrush">setBrush</a>( color ); painter.<a href="tqpainter.html#drawEllipse">drawEllipse</a>( 0, 0, 80, 80 ); painter.<a href="tqpainter.html#end">end</a>(); diff --git a/doc/html/distributingntqt.html b/doc/html/distributingtqt.html index de295124f..de295124f 100644 --- a/doc/html/distributingntqt.html +++ b/doc/html/distributingtqt.html diff --git a/doc/html/editions.html b/doc/html/editions.html index 38ceaa0ad..d8b9915e4 100644 --- a/doc/html/editions.html +++ b/doc/html/editions.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p> The TQt Professional and Enterprise Editions are the commercial -versions of <a href="aboutntqt.html">TQt</a>. +versions of <a href="abouttqt.html">TQt</a>. <p> TQt Open Source Edition is the non-commercial version of TQt. It is freely available for download. <p> You may write commercial/proprietary/non-free software only if you diff --git a/doc/html/events.html b/doc/html/events.html index e09336456..eeb57bc78 100644 --- a/doc/html/events.html +++ b/doc/html/events.html @@ -56,7 +56,7 @@ and <a href="signalsandslots.html">Signals and Slots</a>. <tr bgcolor=#f0f0f0><td><b><a href="tqmoveevent.html">TQMoveEvent</a></b><td>Event parameters for move events <tr bgcolor=#f0f0f0><td><b><a href="tqpaintevent.html">TQPaintEvent</a></b><td>Event parameters for paint events <tr bgcolor=#f0f0f0><td><b><a href="tqresizeevent.html">TQResizeEvent</a></b><td>Event parameters for resize events -<tr bgcolor=#f0f0f0><td><b><a href="qshowevent.html">TQShowEvent</a></b><td>Event which is sent when a widget is shown +<tr bgcolor=#f0f0f0><td><b><a href="tqshowevent.html">TQShowEvent</a></b><td>Event which is sent when a widget is shown <tr bgcolor=#f0f0f0><td><b><a href="tqtabletevent.html">TQTabletEvent</a></b><td>Parameters that describe a Tablet event <tr bgcolor=#f0f0f0><td><b><a href="tqtimer.html">TQTimer</a></b><td>Timer signals and single-shot timers <tr bgcolor=#f0f0f0><td><b><a href="tqtimerevent.html">TQTimerEvent</a></b><td>Parameters that describe a timer event diff --git a/doc/html/examples.html b/doc/html/examples.html index fe8684369..83fd5972f 100644 --- a/doc/html/examples.html +++ b/doc/html/examples.html @@ -107,7 +107,7 @@ in a line-by-line coverage please refer to the tutorials <tr bgcolor=#f0f0f0><td><b><a href="tqdir-example.html">TQDir</a></b> <tr bgcolor=#f0f0f0><td><b><a href="qfd-example.html">Font Displayer</a></b> <tr bgcolor=#f0f0f0><td><b><a href="qmag-example.html">TQMag</a></b> -<tr bgcolor=#f0f0f0><td><b><a href="qtl-tqvaluelist-example.html">A Tiny TQTL Example</a></b> +<tr bgcolor=#f0f0f0><td><b><a href="tqtl-tqvaluelist-example.html">A Tiny TQTL Example</a></b> <tr bgcolor=#f0f0f0><td><b><a href="qwerty-example.html">Simple editor that can load encodings</a></b> <tr bgcolor=#f0f0f0><td><b><a href="rangecontrols-example.html">Range controls</a></b> <tr bgcolor=#f0f0f0><td><b><a href="regexptester-example.html">A Small Application for Testing Regular Expressions</a></b> diff --git a/doc/html/faq.html b/doc/html/faq.html index 760beb56e..02a98684a 100644 --- a/doc/html/faq.html +++ b/doc/html/faq.html @@ -292,7 +292,7 @@ TQt as a competitive advantage. </h3> <a name="2-3"></a><p> There are many, e.g. Adobe Photoshop Album from Abobe Corporation and the KDE desktop. A partial list can be found at -<a href="http://www.trolltech.com/products/qt/apps-using-ntqt.html">http://www.trolltech.com/products/qt/apps-using-ntqt.html</a> +<a href="http://www.trolltech.com/products/qt/apps-using-tqt.html">http://www.trolltech.com/products/qt/apps-using-tqt.html</a> <p> <hr> <h2> Questions about Developing Applications with TQt </h2> diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html index 7caaf8661..55c6085c3 100644 --- a/doc/html/fileiconview-example.html +++ b/doc/html/fileiconview-example.html @@ -1134,7 +1134,7 @@ protected slots: #include "tqfileiconview.h" #include "../dirview/dirview.h" -#include <<a href="qsplitter-h.html">ntqsplitter.h</a>> +#include <<a href="tqsplitter-h.html">tqsplitter.h</a>> #include <<a href="tqprogressbar-h.html">tqprogressbar.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> @@ -1198,14 +1198,14 @@ void FileMainWindow::<a href="tqwidget.html#show">show</a>() void <a name="f325"></a>FileMainWindow::setup() { - <a href="ntqsplitter.html">TQSplitter</a> *splitter = new <a href="ntqsplitter.html">TQSplitter</a>( this ); + <a href="tqsplitter.html">TQSplitter</a> *splitter = new <a href="tqsplitter.html">TQSplitter</a>( this ); dirlist = new DirectoryView( splitter, "dirlist", TRUE ); <a name="x886"></a> dirlist-><a href="tqlistview.html#addColumn">addColumn</a>( "Name" ); dirlist-><a href="tqlistview.html#addColumn">addColumn</a>( "Type" ); Directory *root = new Directory( dirlist, "/" ); <a name="x887"></a> root-><a href="tqlistviewitem.html#setOpen">setOpen</a>( TRUE ); -<a name="x894"></a> splitter-><a href="ntqsplitter.html#setResizeMode">setResizeMode</a>( dirlist, TQSplitter::KeepSize ); +<a name="x894"></a> splitter-><a href="tqsplitter.html#setResizeMode">setResizeMode</a>( dirlist, TQSplitter::KeepSize ); fileview = new TQtFileIconView( "/", splitter ); <a name="x884"></a> fileview-><a href="tqiconview.html#setSelectionMode">setSelectionMode</a>( TQIconView::Extended ); diff --git a/doc/html/functions.html b/doc/html/functions.html index 770357af9..530ccbfe1 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -126,7 +126,7 @@ abort: <a href="tqdatatable.html#adjustColumn">TQDataTable</a> <a href="tqlistview.html#adjustColumn">TQListView</a> <a href="tqtable.html#adjustColumn">TQTable</a><li>adjustHeaderSize: <a href="tqheader.html#adjustHeaderSize">TQHeader</a><li>adjustItems: <a href="tqiconview.html#adjustItems">TQIconView</a><li>adjustPos: - <a href="ntqsplitter.html#adjustPos">TQSplitter</a><li>adjustRow: + <a href="tqsplitter.html#adjustPos">TQSplitter</a><li>adjustRow: <a href="tqtable.html#adjustRow">TQTable</a><li>adjustSize: <a href="tqmessagebox.html#adjustSize">TQMessageBox</a> <a href="tqsimplerichtext.html#adjustSize">TQSimpleRichText</a> <a href="tqwidget.html#adjustSize">TQWidget</a><li>advance: <a href="tqcanvas.html#advance">TQCanvas</a> <a href="tqcanvasitem.html#advance">TQCanvasItem</a> <a href="tqcanvassprite.html#advance">TQCanvasSprite</a><li>afterSeek: @@ -171,40 +171,40 @@ abort: <a href="tqiconview.html#arrangeItemsInGrid">TQIconView</a><li>arrangement: <a href="tqiconview.html#arrangement">TQIconView</a><li>arrowType: <a href="tqstyleoption.html#arrowType">TQStyleOption</a><li>asBitArray: - <a href="ntqvariant.html#asBitArray">TQVariant</a><li>asBitmap: - <a href="ntqvariant.html#asBitmap">TQVariant</a><li>asBool: - <a href="ntqvariant.html#asBool">TQVariant</a><li>asBrush: - <a href="ntqvariant.html#asBrush">TQVariant</a><li>asByteArray: - <a href="ntqvariant.html#asByteArray">TQVariant</a><li>asCString: - <a href="ntqvariant.html#asCString">TQVariant</a><li>asColor: - <a href="ntqvariant.html#asColor">TQVariant</a><li>asColorGroup: - <a href="ntqvariant.html#asColorGroup">TQVariant</a><li>asCursor: - <a href="ntqvariant.html#asCursor">TQVariant</a><li>asDate: - <a href="ntqvariant.html#asDate">TQVariant</a><li>asDateTime: - <a href="ntqvariant.html#asDateTime">TQVariant</a><li>asDouble: - <a href="ntqvariant.html#asDouble">TQVariant</a><li>asFont: - <a href="ntqvariant.html#asFont">TQVariant</a><li>asIconSet: - <a href="ntqvariant.html#asIconSet">TQVariant</a><li>asImage: - <a href="ntqvariant.html#asImage">TQVariant</a><li>asInt: - <a href="ntqvariant.html#asInt">TQVariant</a><li>asKeySequence: - <a href="ntqvariant.html#asKeySequence">TQVariant</a><li>asList: - <a href="ntqvariant.html#asList">TQVariant</a><li>asLongLong: - <a href="ntqvariant.html#asLongLong">TQVariant</a><li>asMap: - <a href="ntqvariant.html#asMap">TQVariant</a><li>asPalette: - <a href="ntqvariant.html#asPalette">TQVariant</a><li>asPen: - <a href="ntqvariant.html#asPen">TQVariant</a><li>asPixmap: - <a href="ntqvariant.html#asPixmap">TQVariant</a><li>asPoint: - <a href="ntqvariant.html#asPoint">TQVariant</a><li>asPointArray: - <a href="ntqvariant.html#asPointArray">TQVariant</a><li>asRect: - <a href="ntqvariant.html#asRect">TQVariant</a><li>asRegion: - <a href="ntqvariant.html#asRegion">TQVariant</a><li>asSize: - <a href="ntqvariant.html#asSize">TQVariant</a><li>asSizePolicy: - <a href="ntqvariant.html#asSizePolicy">TQVariant</a><li>asString: - <a href="ntqvariant.html#asString">TQVariant</a><li>asStringList: - <a href="ntqvariant.html#asStringList">TQVariant</a><li>asTime: - <a href="ntqvariant.html#asTime">TQVariant</a><li>asUInt: - <a href="ntqvariant.html#asUInt">TQVariant</a><li>asULongLong: - <a href="ntqvariant.html#asULongLong">TQVariant</a><li>ascent: + <a href="tqvariant.html#asBitArray">TQVariant</a><li>asBitmap: + <a href="tqvariant.html#asBitmap">TQVariant</a><li>asBool: + <a href="tqvariant.html#asBool">TQVariant</a><li>asBrush: + <a href="tqvariant.html#asBrush">TQVariant</a><li>asByteArray: + <a href="tqvariant.html#asByteArray">TQVariant</a><li>asCString: + <a href="tqvariant.html#asCString">TQVariant</a><li>asColor: + <a href="tqvariant.html#asColor">TQVariant</a><li>asColorGroup: + <a href="tqvariant.html#asColorGroup">TQVariant</a><li>asCursor: + <a href="tqvariant.html#asCursor">TQVariant</a><li>asDate: + <a href="tqvariant.html#asDate">TQVariant</a><li>asDateTime: + <a href="tqvariant.html#asDateTime">TQVariant</a><li>asDouble: + <a href="tqvariant.html#asDouble">TQVariant</a><li>asFont: + <a href="tqvariant.html#asFont">TQVariant</a><li>asIconSet: + <a href="tqvariant.html#asIconSet">TQVariant</a><li>asImage: + <a href="tqvariant.html#asImage">TQVariant</a><li>asInt: + <a href="tqvariant.html#asInt">TQVariant</a><li>asKeySequence: + <a href="tqvariant.html#asKeySequence">TQVariant</a><li>asList: + <a href="tqvariant.html#asList">TQVariant</a><li>asLongLong: + <a href="tqvariant.html#asLongLong">TQVariant</a><li>asMap: + <a href="tqvariant.html#asMap">TQVariant</a><li>asPalette: + <a href="tqvariant.html#asPalette">TQVariant</a><li>asPen: + <a href="tqvariant.html#asPen">TQVariant</a><li>asPixmap: + <a href="tqvariant.html#asPixmap">TQVariant</a><li>asPoint: + <a href="tqvariant.html#asPoint">TQVariant</a><li>asPointArray: + <a href="tqvariant.html#asPointArray">TQVariant</a><li>asRect: + <a href="tqvariant.html#asRect">TQVariant</a><li>asRegion: + <a href="tqvariant.html#asRegion">TQVariant</a><li>asSize: + <a href="tqvariant.html#asSize">TQVariant</a><li>asSizePolicy: + <a href="tqvariant.html#asSizePolicy">TQVariant</a><li>asString: + <a href="tqvariant.html#asString">TQVariant</a><li>asStringList: + <a href="tqvariant.html#asStringList">TQVariant</a><li>asTime: + <a href="tqvariant.html#asTime">TQVariant</a><li>asUInt: + <a href="tqvariant.html#asUInt">TQVariant</a><li>asULongLong: + <a href="tqvariant.html#asULongLong">TQVariant</a><li>ascent: <a href="tqfontmetrics.html#ascent">TQFontMetrics</a><li>ascii: <a href="tqkeyevent.html#ascii">TQKeyEvent</a> <a href="tqstring.html#ascii">TQString</a><li>assign: <a href="tqmemarray.html#assign">TQMemArray</a><li>assistantClosed: @@ -236,7 +236,7 @@ abort: <a href="tqbutton.html#autoRepeat">TQButton</a> <a href="tqbutton.html#autoRepeat">TQCheckBox</a> <a href="tqbutton.html#autoRepeat">TQPushButton</a> <a href="tqbutton.html#autoRepeat">TQRadioButton</a><li>autoReset: <a href="tqprogressdialog.html#autoReset">TQProgressDialog</a><li>autoUnload: <a href="tqlibrary.html#autoUnload">TQLibrary</a><li>available: - <a href="tqsemaphore.html#available">TQSemaphore</a> <a href="ntqsound.html#available">TQSound</a><li>availableGeometry: + <a href="tqsemaphore.html#available">TQSemaphore</a> <a href="tqsound.html#available">TQSound</a><li>availableGeometry: <a href="tqdesktopwidget.html#availableGeometry">TQDesktopWidget</a><li>awake: <a href="tqeventloop.html#awake">TQEventLoop</a><li><a name="b"></a> back: @@ -311,7 +311,7 @@ c: <a href="tqfileinfo.html#caching">TQFileInfo</a><li>calcRect: <a href="tqiconviewitem.html#calcRect">TQIconViewItem</a><li>calculateField: <a href="tqsqlcursor.html#calculateField">TQSqlCursor</a><li>canCast: - <a href="ntqvariant.html#canCast">TQVariant</a><li>canConvert: + <a href="tqvariant.html#canCast">TQVariant</a><li>canConvert: <a href="tqmacmime.html#canConvert">TQMacMime</a> <a href="tqwindowsmime.html#canConvert">TQWindowsMime</a><li>canDecode: <a href="tqcolordrag.html#canDecode">TQColorDrag</a> <a href="tqicondrag.html#canDecode">TQIconDrag</a> <a href="tqimagedrag.html#canDecode">TQImageDrag</a> <a href="tqtextdrag.html#canDecode">TQTextDrag</a> <a href="tquridrag.html#canDecode">TQUriDrag</a><li>canDelete: <a href="tqsqlcursor.html#canDelete">TQSqlCursor</a><li>canEncode: @@ -336,7 +336,7 @@ c: <a href="tqregexp.html#capturedTexts">TQRegExp</a><li>cascade: <a href="tqworkspace.html#cascade">TQWorkspace</a><li>caseSensitive: <a href="tqregexp.html#caseSensitive">TQRegExp</a><li>cast: - <a href="ntqvariant.html#cast">TQVariant</a><li>category: + <a href="tqvariant.html#cast">TQVariant</a><li>category: <a href="tqchar.html#category">TQChar</a><li>cd: <a href="tqdir.html#cd">TQDir</a> <a href="tqftp.html#cd">TQFtp</a><li>cdUp: <a href="tqdir.html#cdUp">TQDir</a> <a href="tqurl.html#cdUp">TQUrl</a><li>cell: @@ -367,12 +367,12 @@ c: <a href="tqchildevent.html#child">TQChildEvent</a> <a href="tqobject.html#child">TQObject</a><li>childAt: <a href="tqwidget.html#childAt">TQWidget</a><li>childCount: <a href="tqaccessibleinterface.html#childCount">TQAccessibleInterface</a> <a href="tqlistview.html#childCount">TQListView</a> <a href="tqlistviewitem.html#childCount">TQListViewItem</a><li>childEvent: - <a href="tqmainwindow.html#childEvent">TQMainWindow</a> <a href="tqobject.html#childEvent">TQObject</a> <a href="ntqsplitter.html#childEvent">TQSplitter</a><li>childNodes: + <a href="tqmainwindow.html#childEvent">TQMainWindow</a> <a href="tqobject.html#childEvent">TQObject</a> <a href="tqsplitter.html#childEvent">TQSplitter</a><li>childNodes: <a href="tqdomnode.html#childNodes">TQDomNode</a><li>childX: <a href="tqscrollview.html#childX">TQScrollView</a><li>childY: <a href="tqscrollview.html#childY">TQScrollView</a><li>children: <a href="tqobject.html#children">TQObject</a><li>childrenCollapsible: - <a href="ntqsplitter.html#childrenCollapsible">TQSplitter</a><li>childrenRect: + <a href="tqsplitter.html#childrenCollapsible">TQSplitter</a><li>childrenRect: <a href="tqwidget.html#childrenRect">TQWidget</a><li>childrenRegion: <a href="tqwidget.html#childrenRegion">TQWidget</a><li>chooseContext: <a href="tqglcontext.html#chooseContext">TQGLContext</a><li>chooseMacVisual: @@ -386,7 +386,7 @@ c: <a href="tqdir.html#cleanDirPath">TQDir</a><li>cleanText: <a href="tqspinbox.html#cleanText">TQSpinBox</a><li>cleanup: <a href="tqcolor.html#cleanup">TQColor</a> <a href="tqcursor.html#cleanup">TQCursor</a><li>clear: - <a href="tqaccel.html#clear">TQAccel</a> <a href="tqasciicache.html#clear">TQAsciiCache</a> <a href="tqasciidict.html#clear">TQAsciiDict</a> <a href="tqcache.html#clear">TQCache</a> <a href="tqclipboard.html#clear">TQClipboard</a> <a href="tqcombobox.html#clear">TQComboBox</a> <a href="tqdict.html#clear">TQDict</a> <a href="tqdomnode.html#clear">TQDomNode</a> <a href="tqiconview.html#clear">TQIconView</a> <a href="tqintcache.html#clear">TQIntCache</a> <a href="tqintdict.html#clear">TQIntDict</a> <a href="tqlabel.html#clear">TQLabel</a> <a href="tqlineedit.html#clear">TQLineEdit</a> <a href="tqlistbox.html#clear">TQListBox</a> <a href="tqlistview.html#clear">TQListView</a> <a href="tqmap.html#clear">TQMap</a> <a href="tqmenudata.html#clear">TQMenuBar</a> <a href="tqmenudata.html#clear">TQMenuData</a> <a href="tqobjectcleanuphandler.html#clear">TQObjectCleanupHandler</a> <a href="tqpixmapcache.html#clear">TQPixmapCache</a> <a href="tqmenudata.html#clear">TQPopupMenu</a> <a href="tqptrcollection.html#clear">TQPtrCollection</a> <a href="tqptrdict.html#clear">TQPtrDict</a> <a href="tqptrlist.html#clear">TQPtrList</a> <a href="tqptrqueue.html#clear">TQPtrQueue</a> <a href="tqptrstack.html#clear">TQPtrStack</a> <a href="tqptrvector.html#clear">TQPtrVector</a> <a href="ntqsplashscreen.html#clear">TQSplashScreen</a> <a href="tqsqlcursor.html#clear">TQSqlCursor</a> <a href="tqsqlfield.html#clear">TQSqlField</a> <a href="tqsqlform.html#clear">TQSqlForm</a> <a href="tqsqlrecord.html#clear">TQSqlRecord</a> <a href="tqstatusbar.html#clear">TQStatusBar</a> <a href="tqtextedit.html#clear">TQTextEdit</a> <a href="tqtoolbar.html#clear">TQToolBar</a> <a href="tqtooltip.html#clear">TQToolTip</a> <a href="tqtranslator.html#clear">TQTranslator</a> <a href="tqvaluelist.html#clear">TQValueList</a> <a href="tqvaluevector.html#clear">TQValueVector</a> <a href="ntqvariant.html#clear">TQVariant</a> <a href="tqxmlattributes.html#clear">TQXmlAttributes</a><li>clearArguments: + <a href="tqaccel.html#clear">TQAccel</a> <a href="tqasciicache.html#clear">TQAsciiCache</a> <a href="tqasciidict.html#clear">TQAsciiDict</a> <a href="tqcache.html#clear">TQCache</a> <a href="tqclipboard.html#clear">TQClipboard</a> <a href="tqcombobox.html#clear">TQComboBox</a> <a href="tqdict.html#clear">TQDict</a> <a href="tqdomnode.html#clear">TQDomNode</a> <a href="tqiconview.html#clear">TQIconView</a> <a href="tqintcache.html#clear">TQIntCache</a> <a href="tqintdict.html#clear">TQIntDict</a> <a href="tqlabel.html#clear">TQLabel</a> <a href="tqlineedit.html#clear">TQLineEdit</a> <a href="tqlistbox.html#clear">TQListBox</a> <a href="tqlistview.html#clear">TQListView</a> <a href="tqmap.html#clear">TQMap</a> <a href="tqmenudata.html#clear">TQMenuBar</a> <a href="tqmenudata.html#clear">TQMenuData</a> <a href="tqobjectcleanuphandler.html#clear">TQObjectCleanupHandler</a> <a href="tqpixmapcache.html#clear">TQPixmapCache</a> <a href="tqmenudata.html#clear">TQPopupMenu</a> <a href="tqptrcollection.html#clear">TQPtrCollection</a> <a href="tqptrdict.html#clear">TQPtrDict</a> <a href="tqptrlist.html#clear">TQPtrList</a> <a href="tqptrqueue.html#clear">TQPtrQueue</a> <a href="tqptrstack.html#clear">TQPtrStack</a> <a href="tqptrvector.html#clear">TQPtrVector</a> <a href="tqsplashscreen.html#clear">TQSplashScreen</a> <a href="tqsqlcursor.html#clear">TQSqlCursor</a> <a href="tqsqlfield.html#clear">TQSqlField</a> <a href="tqsqlform.html#clear">TQSqlForm</a> <a href="tqsqlrecord.html#clear">TQSqlRecord</a> <a href="tqstatusbar.html#clear">TQStatusBar</a> <a href="tqtextedit.html#clear">TQTextEdit</a> <a href="tqtoolbar.html#clear">TQToolBar</a> <a href="tqtooltip.html#clear">TQToolTip</a> <a href="tqtranslator.html#clear">TQTranslator</a> <a href="tqvaluelist.html#clear">TQValueList</a> <a href="tqvaluevector.html#clear">TQValueVector</a> <a href="tqvariant.html#clear">TQVariant</a> <a href="tqxmlattributes.html#clear">TQXmlAttributes</a><li>clearArguments: <a href="tqprocess.html#clearArguments">TQProcess</a><li>clearBit: <a href="tqbitarray.html#clearBit">TQBitArray</a><li>clearCell: <a href="tqtable.html#clearCell">TQTable</a><li>clearCellWidget: @@ -566,7 +566,7 @@ c: <a href="tqdomdocument.html#createProcessingInstruction">TQDomDocument</a><li>createQuery: <a href="tqsqldriver.html#createQuery">TQSqlDriver</a><li>createTextNode: <a href="tqdomdocument.html#createTextNode">TQDomDocument</a><li>createUuid: - <a href="ntquuid.html#createUuid">TQUuid</a><li>createWidget: + <a href="tquuid.html#createUuid">TQUuid</a><li>createWidget: <a href="tqwidgetfactory.html#createWidget">TQWidgetFactory</a><li>created: <a href="tqfileinfo.html#created">TQFileInfo</a><li>createdDirectory: <a href="tqnetworkprotocol.html#createdDirectory">TQNetworkProtocol</a> <a href="tqurloperator.html#createdDirectory">TQUrlOperator</a><li>creator: @@ -771,7 +771,7 @@ dark: <a href="tqpainter.html#drawChord">TQPainter</a><li>drawComplexControl: <a href="tqstyle.html#drawComplexControl">TQStyle</a><li>drawComplexControlMask: <a href="tqstyle.html#drawComplexControlMask">TQStyle</a><li>drawContents: - <a href="tqcanvasview.html#drawContents">TQCanvasView</a> <a href="tqframe.html#drawContents">TQFrame</a> <a href="tqlcdnumber.html#drawContents">TQLCDNumber</a> <a href="tqlabel.html#drawContents">TQLabel</a> <a href="tqmenubar.html#drawContents">TQMenuBar</a> <a href="tqpopupmenu.html#drawContents">TQPopupMenu</a> <a href="tqscrollview.html#drawContents">TQScrollView</a> <a href="ntqsplashscreen.html#drawContents">TQSplashScreen</a> <a href="tqtable.html#drawContents">TQTable</a><li>drawContentsOffset: + <a href="tqcanvasview.html#drawContents">TQCanvasView</a> <a href="tqframe.html#drawContents">TQFrame</a> <a href="tqlcdnumber.html#drawContents">TQLCDNumber</a> <a href="tqlabel.html#drawContents">TQLabel</a> <a href="tqmenubar.html#drawContents">TQMenuBar</a> <a href="tqpopupmenu.html#drawContents">TQPopupMenu</a> <a href="tqscrollview.html#drawContents">TQScrollView</a> <a href="tqsplashscreen.html#drawContents">TQSplashScreen</a> <a href="tqtable.html#drawContents">TQTable</a><li>drawContentsOffset: <a href="tqlistview.html#drawContentsOffset">TQListView</a> <a href="tqscrollview.html#drawContentsOffset">TQScrollView</a><li>drawControl: <a href="tqstyle.html#drawControl">TQStyle</a><li>drawControlMask: <a href="tqstyle.html#drawControlMask">TQStyle</a><li>drawConvexPolygon: @@ -914,7 +914,7 @@ falseText: <a href="tqsqlrecord.html#fieldName">TQSqlRecord</a><li>fieldToWidget: <a href="tqsqlform.html#fieldToWidget">TQSqlForm</a><li>fileHighlighted: <a href="tqfiledialog.html#fileHighlighted">TQFileDialog</a><li>fileName: - <a href="tqfileinfo.html#fileName">TQFileInfo</a> <a href="tqimageio.html#fileName">TQImageIO</a> <a href="ntqsound.html#fileName">TQSound</a> <a href="tqurl.html#fileName">TQUrl</a><li>filePath: + <a href="tqfileinfo.html#fileName">TQFileInfo</a> <a href="tqimageio.html#fileName">TQImageIO</a> <a href="tqsound.html#fileName">TQSound</a> <a href="tqurl.html#fileName">TQUrl</a><li>filePath: <a href="tqdir.html#filePath">TQDir</a> <a href="tqfileinfo.html#filePath">TQFileInfo</a> <a href="tqmimesourcefactory.html#filePath">TQMimeSourceFactory</a><li>fileSelected: <a href="tqfiledialog.html#fileSelected">TQFileDialog</a><li>filesSelected: <a href="tqfiledialog.html#filesSelected">TQFileDialog</a><li>fill: @@ -936,7 +936,7 @@ falseText: <a href="tqptrlist.html#findRef">TQPtrList</a> <a href="tqptrvector.html#findRef">TQPtrVector</a><li>findRev: <a href="tqcstring.html#findRev">TQCString</a> <a href="tqstring.html#findRev">TQString</a><li>findWidget: <a href="tqboxlayout.html#findWidget">TQBoxLayout</a> <a href="tqgridlayout.html#findWidget">TQGridLayout</a><li>finish: - <a href="ntqsplashscreen.html#finish">TQSplashScreen</a><li>finishButton: + <a href="tqsplashscreen.html#finish">TQSplashScreen</a><li>finishButton: <a href="tqwizard.html#finishButton">TQWizard</a><li>finished: <a href="tqmovie.html#finished">TQMovie</a> <a href="tqnetworkprotocol.html#finished">TQNetworkProtocol</a> <a href="tqthread.html#finished">TQThread</a> <a href="tqurloperator.html#finished">TQUrlOperator</a><li>first: <a href="tqdatabrowser.html#first">TQDataBrowser</a> <a href="tqfocusdata.html#first">TQFocusData</a> <a href="tqptrlist.html#first">TQPtrList</a> <a href="tqsqlquery.html#first">TQSqlQuery</a> <a href="tqvaluelist.html#first">TQValueList</a> <a href="tqvaluevector.html#first">TQValueVector</a><li>firstChild: @@ -1038,7 +1038,7 @@ gamma: <a href="tqfiledialog.html#getOpenFileNames">TQFileDialog</a><li>getPluginDescriptionString: <a href="tqnplugin.html#getPluginDescriptionString">TQNPlugin</a><li>getPluginNameString: <a href="tqnplugin.html#getPluginNameString">TQNPlugin</a><li>getRange: - <a href="ntqsplitter.html#getRange">TQSplitter</a><li>getRgb: + <a href="tqsplitter.html#getRange">TQSplitter</a><li>getRgb: <a href="tqcolor.html#getRgb">TQColor</a><li>getRgba: <a href="tqcolordialog.html#getRgba">TQColorDialog</a><li>getSaveFileName: <a href="tqfiledialog.html#getSaveFileName">TQFileDialog</a><li>getSelection: @@ -1077,7 +1077,7 @@ hScrollBarMode: <a href="tqcursor.html#handle">TQCursor</a> <a href="tqfile.html#handle">TQFile</a> <a href="tqfont.html#handle">TQFont</a> <a href="tqpaintdevice.html#handle">TQPaintDevice</a> <a href="tqpainter.html#handle">TQPainter</a> <a href="tqregion.html#handle">TQRegion</a> <a href="tqsessionmanager.html#handle">TQSessionManager</a><li>handleError: <a href="tqdatabrowser.html#handleError">TQDataBrowser</a> <a href="tqdatatable.html#handleError">TQDataTable</a><li>handlePosition: <a href="tqdockarea.html#handlePosition">TQDockArea</a><li>handleWidth: - <a href="ntqsplitter.html#handleWidth">TQSplitter</a><li>hasAcceptableInput: + <a href="tqsplitter.html#handleWidth">TQSplitter</a><li>hasAcceptableInput: <a href="tqlineedit.html#hasAcceptableInput">TQLineEdit</a><li>hasAlpha: <a href="tqpixmap.html#hasAlpha">TQPixmap</a><li>hasAlphaBuffer: <a href="tqimage.html#hasAlphaBuffer">TQImage</a><li>hasAlphaChannel: @@ -1172,7 +1172,7 @@ icon: <a href="tqwidget.html#iconText">TQWidget</a><li>iconView: <a href="tqiconviewitem.html#iconView">TQIconViewItem</a><li>id: <a href="tqbuttongroup.html#id">TQButtonGroup</a> <a href="tqwidgetstack.html#id">TQWidgetStack</a><li>idAfter: - <a href="ntqsplitter.html#idAfter">TQSplitter</a><li>idAt: + <a href="tqsplitter.html#idAfter">TQSplitter</a><li>idAt: <a href="tqmenudata.html#idAt">TQMenuData</a> <a href="tqpopupmenu.html#idAt">TQPopupMenu</a><li>identifier: <a href="tqtab.html#identifier">TQTab</a><li>ignorableWhitespace: <a href="tqxmlcontenthandler.html#ignorableWhitespace">TQXmlContentHandler</a><li>ignore: @@ -1269,7 +1269,7 @@ icon: <a href="tqiodevice.html#isAsynchronous">TQIODevice</a><li>isAttr: <a href="tqdomattr.html#isAttr">TQDomAttr</a> <a href="tqdomnode.html#isAttr">TQDomNode</a><li>isAutoRepeat: <a href="tqkeyevent.html#isAutoRepeat">TQKeyEvent</a><li>isAvailable: - <a href="ntqsound.html#isAvailable">TQSound</a><li>isBitmapScalable: + <a href="tqsound.html#isAvailable">TQSound</a><li>isBitmapScalable: <a href="tqfontdatabase.html#isBitmapScalable">TQFontDatabase</a><li>isBuffered: <a href="tqiodevice.html#isBuffered">TQIODevice</a><li>isCDATASection: <a href="tqdomcdatasection.html#isCDATASection">TQDomCDATASection</a> <a href="tqdomnode.html#isCDATASection">TQDomNode</a><li>isCalculated: @@ -1323,7 +1323,7 @@ icon: <a href="tqlistviewitem.html#isExpandable">TQListViewItem</a><li>isExtDev: <a href="tqpaintdevice.html#isExtDev">TQPaintDevice</a><li>isFile: <a href="tqfileinfo.html#isFile">TQFileInfo</a> <a href="tqurlinfo.html#isFile">TQUrlInfo</a><li>isFinished: - <a href="ntqsound.html#isFinished">TQSound</a><li>isFixedPitch: + <a href="tqsound.html#isFinished">TQSound</a><li>isFixedPitch: <a href="tqfontdatabase.html#isFixedPitch">TQFontDatabase</a><li>isFlat: <a href="tqgroupbox.html#isFlat">TQGroupBox</a> <a href="tqpushbutton.html#isFlat">TQPushButton</a><li>isFocusEnabled: <a href="tqwidget.html#isFocusEnabled">TQWidget</a><li>isForwardOnly: @@ -1357,7 +1357,7 @@ icon: <a href="tqlineedit.html#isModified">TQLineEdit</a> <a href="tqtextedit.html#isModified">TQTextEdit</a><li>isMovingEnabled: <a href="tqdockwindow.html#isMovingEnabled">TQDockWindow</a> <a href="tqheader.html#isMovingEnabled">TQHeader</a><li>isNotation: <a href="tqdomnode.html#isNotation">TQDomNode</a> <a href="tqdomnotation.html#isNotation">TQDomNotation</a><li>isNull: - <a href="tqcstring.html#isNull">TQCString</a> <a href="tqchar.html#isNull">TQChar</a> <a href="tqdate.html#isNull">TQDate</a> <a href="tqdatetime.html#isNull">TQDateTime</a> <a href="tqdomimplementation.html#isNull">TQDomImplementation</a> <a href="tqdomnode.html#isNull">TQDomNode</a> <a href="tqguardedptr.html#isNull">TQGuardedPtr</a> <a href="tqhostaddress.html#isNull">TQHostAddress</a> <a href="tqiconset.html#isNull">TQIconSet</a> <a href="tqimage.html#isNull">TQImage</a> <a href="tqmemarray.html#isNull">TQMemArray</a> <a href="tqmovie.html#isNull">TQMovie</a> <a href="tqpicture.html#isNull">TQPicture</a> <a href="tqpixmap.html#isNull">TQPixmap</a> <a href="tqpoint.html#isNull">TQPoint</a> <a href="tqptrvector.html#isNull">TQPtrVector</a> <a href="tqrect.html#isNull">TQRect</a> <a href="tqregion.html#isNull">TQRegion</a> <a href="tqsize.html#isNull">TQSize</a> <a href="tqsqlcursor.html#isNull">TQSqlCursor</a> <a href="tqsqlfield.html#isNull">TQSqlField</a> <a href="tqsqlquery.html#isNull">TQSqlQuery</a> <a href="tqsqlrecord.html#isNull">TQSqlRecord</a> <a href="tqsqlresult.html#isNull">TQSqlResult</a> <a href="tqstring.html#isNull">TQString</a> <a href="tqtime.html#isNull">TQTime</a> <a href="ntquuid.html#isNull">TQUuid</a> <a href="ntqvariant.html#isNull">TQVariant</a><li>isNumber: + <a href="tqcstring.html#isNull">TQCString</a> <a href="tqchar.html#isNull">TQChar</a> <a href="tqdate.html#isNull">TQDate</a> <a href="tqdatetime.html#isNull">TQDateTime</a> <a href="tqdomimplementation.html#isNull">TQDomImplementation</a> <a href="tqdomnode.html#isNull">TQDomNode</a> <a href="tqguardedptr.html#isNull">TQGuardedPtr</a> <a href="tqhostaddress.html#isNull">TQHostAddress</a> <a href="tqiconset.html#isNull">TQIconSet</a> <a href="tqimage.html#isNull">TQImage</a> <a href="tqmemarray.html#isNull">TQMemArray</a> <a href="tqmovie.html#isNull">TQMovie</a> <a href="tqpicture.html#isNull">TQPicture</a> <a href="tqpixmap.html#isNull">TQPixmap</a> <a href="tqpoint.html#isNull">TQPoint</a> <a href="tqptrvector.html#isNull">TQPtrVector</a> <a href="tqrect.html#isNull">TQRect</a> <a href="tqregion.html#isNull">TQRegion</a> <a href="tqsize.html#isNull">TQSize</a> <a href="tqsqlcursor.html#isNull">TQSqlCursor</a> <a href="tqsqlfield.html#isNull">TQSqlField</a> <a href="tqsqlquery.html#isNull">TQSqlQuery</a> <a href="tqsqlrecord.html#isNull">TQSqlRecord</a> <a href="tqsqlresult.html#isNull">TQSqlResult</a> <a href="tqstring.html#isNull">TQString</a> <a href="tqtime.html#isNull">TQTime</a> <a href="tquuid.html#isNull">TQUuid</a> <a href="tqvariant.html#isNull">TQVariant</a><li>isNumber: <a href="tqchar.html#isNumber">TQChar</a><li>isOn: <a href="tqaction.html#isOn">TQAction</a> <a href="tqbutton.html#isOn">TQButton</a> <a href="tqbutton.html#isOn">TQCheckBox</a> <a href="tqchecklistitem.html#isOn">TQCheckListItem</a> <a href="tqbutton.html#isOn">TQPushButton</a> <a href="tqbutton.html#isOn">TQRadioButton</a><li>isOpen: <a href="tqassistantclient.html#isOpen">TQAssistantClient</a> <a href="tqiodevice.html#isOpen">TQIODevice</a> <a href="tqlistview.html#isOpen">TQListView</a> <a href="tqlistviewitem.html#isOpen">TQListViewItem</a> <a href="tqsqldatabase.html#isOpen">TQSqlDatabase</a> <a href="tqsqldriver.html#isOpen">TQSqlDriver</a><li>isOpenError: @@ -1422,7 +1422,7 @@ icon: <a href="tqlineedit.html#isUndoAvailable">TQLineEdit</a> <a href="tqtextedit.html#isUndoAvailable">TQTextEdit</a><li>isUndoRedoEnabled: <a href="tqtextedit.html#isUndoRedoEnabled">TQTextEdit</a><li>isUpdatesEnabled: <a href="tqwidget.html#isUpdatesEnabled">TQWidget</a><li>isValid: - <a href="tqaccessibleinterface.html#isValid">TQAccessibleInterface</a> <a href="tqcanvaspixmaparray.html#isValid">TQCanvasPixmapArray</a> <a href="tqcanvaspolygonalitem.html#isValid">TQCanvasPolygonalItem</a> <a href="tqcolor.html#isValid">TQColor</a> <a href="tqdate.html#isValid">TQDate</a> <a href="tqdatetime.html#isValid">TQDateTime</a> <a href="tqglcontext.html#isValid">TQGLContext</a> <a href="tqglwidget.html#isValid">TQGLWidget</a> <a href="tqhttpheader.html#isValid">TQHttpHeader</a> <a href="tqrect.html#isValid">TQRect</a> <a href="tqregexp.html#isValid">TQRegExp</a> <a href="tqsize.html#isValid">TQSize</a> <a href="tqsocketdevice.html#isValid">TQSocketDevice</a> <a href="tqsqlquery.html#isValid">TQSqlQuery</a> <a href="tqsqlresult.html#isValid">TQSqlResult</a> <a href="tqtime.html#isValid">TQTime</a> <a href="tqurl.html#isValid">TQUrl</a> <a href="tqurlinfo.html#isValid">TQUrlInfo</a> <a href="ntqvariant.html#isValid">TQVariant</a><li>isVerticalSliderPressed: + <a href="tqaccessibleinterface.html#isValid">TQAccessibleInterface</a> <a href="tqcanvaspixmaparray.html#isValid">TQCanvasPixmapArray</a> <a href="tqcanvaspolygonalitem.html#isValid">TQCanvasPolygonalItem</a> <a href="tqcolor.html#isValid">TQColor</a> <a href="tqdate.html#isValid">TQDate</a> <a href="tqdatetime.html#isValid">TQDateTime</a> <a href="tqglcontext.html#isValid">TQGLContext</a> <a href="tqglwidget.html#isValid">TQGLWidget</a> <a href="tqhttpheader.html#isValid">TQHttpHeader</a> <a href="tqrect.html#isValid">TQRect</a> <a href="tqregexp.html#isValid">TQRegExp</a> <a href="tqsize.html#isValid">TQSize</a> <a href="tqsocketdevice.html#isValid">TQSocketDevice</a> <a href="tqsqlquery.html#isValid">TQSqlQuery</a> <a href="tqsqlresult.html#isValid">TQSqlResult</a> <a href="tqtime.html#isValid">TQTime</a> <a href="tqurl.html#isValid">TQUrl</a> <a href="tqurlinfo.html#isValid">TQUrlInfo</a> <a href="tqvariant.html#isValid">TQVariant</a><li>isVerticalSliderPressed: <a href="tqscrollview.html#isVerticalSliderPressed">TQScrollView</a><li>isVerticallyStretchable: <a href="tqdockwindow.html#isVerticallyStretchable">TQDockWindow</a><li>isVirtualDesktop: <a href="tqdesktopwidget.html#isVirtualDesktop">TQDesktopWidget</a><li>isVisible: @@ -1558,8 +1558,8 @@ label: <a href="tqdate.html#longDayName">TQDate</a><li>longMonthName: <a href="tqdate.html#longMonthName">TQDate</a><li>loopLevel: <a href="tqeventloop.html#loopLevel">TQEventLoop</a><li>loops: - <a href="ntqsound.html#loops">TQSound</a><li>loopsRemaining: - <a href="ntqsound.html#loopsRemaining">TQSound</a><li>lostFocus: + <a href="tqsound.html#loops">TQSound</a><li>loopsRemaining: + <a href="tqsound.html#loopsRemaining">TQSound</a><li>lostFocus: <a href="tqfocusevent.html#lostFocus">TQFocusEvent</a> <a href="tqlineedit.html#lostFocus">TQLineEdit</a><li>lower: <a href="tqcstring.html#lower">TQCString</a> <a href="tqchar.html#lower">TQChar</a> <a href="tqstring.html#lower">TQString</a> <a href="tqwidget.html#lower">TQWidget</a><li><a name="m"></a> m11: @@ -1633,8 +1633,8 @@ m11: <a href="tqstyleoption.html#menuItem">TQStyleOption</a><li>menuStateChanged: <a href="tqmenubar.html#menuStateChanged">TQMenuBar</a> <a href="tqmenudata.html#menuStateChanged">TQMenuData</a><li>menuText: <a href="tqaction.html#menuText">TQAction</a><li>message: - <a href="tqerrormessage.html#message">TQErrorMessage</a> <a href="ntqsplashscreen.html#message">TQSplashScreen</a> <a href="tqstatusbar.html#message">TQStatusBar</a> <a href="tqxmlparseexception.html#message">TQXmlParseException</a><li>messageChanged: - <a href="ntqsplashscreen.html#messageChanged">TQSplashScreen</a> <a href="tqstatusbar.html#messageChanged">TQStatusBar</a><li>messages: + <a href="tqerrormessage.html#message">TQErrorMessage</a> <a href="tqsplashscreen.html#message">TQSplashScreen</a> <a href="tqstatusbar.html#message">TQStatusBar</a> <a href="tqxmlparseexception.html#message">TQXmlParseException</a><li>messageChanged: + <a href="tqsplashscreen.html#messageChanged">TQSplashScreen</a> <a href="tqstatusbar.html#messageChanged">TQStatusBar</a><li>messages: <a href="tqtranslator.html#messages">TQTranslator</a><li>metaObject: <a href="tqobject.html#metaObject">TQObject</a><li>method: <a href="tqhttprequestheader.html#method">TQHttpRequestHeader</a><li>metric: @@ -1692,9 +1692,9 @@ m11: <a href="tqrect.html#moveLeft">TQRect</a><li>moveRight: <a href="tqrect.html#moveRight">TQRect</a><li>moveSection: <a href="tqheader.html#moveSection">TQHeader</a><li>moveSplitter: - <a href="ntqsplitter.html#moveSplitter">TQSplitter</a><li>moveToFirst: - <a href="ntqsplitter.html#moveToFirst">TQSplitter</a><li>moveToLast: - <a href="ntqsplitter.html#moveToLast">TQSplitter</a><li>moveTop: + <a href="tqsplitter.html#moveSplitter">TQSplitter</a><li>moveToFirst: + <a href="tqsplitter.html#moveToFirst">TQSplitter</a><li>moveToLast: + <a href="tqsplitter.html#moveToLast">TQSplitter</a><li>moveTop: <a href="tqrect.html#moveTop">TQRect</a><li>moveTopLeft: <a href="tqrect.html#moveTopLeft">TQRect</a><li>moveTopRight: <a href="tqrect.html#moveTopRight">TQRect</a><li>moved: @@ -1708,7 +1708,7 @@ m11: name: <a href="tqcolor.html#name">TQColor</a> <a href="tqdomattr.html#name">TQDomAttr</a> <a href="tqdomdocumenttype.html#name">TQDomDocumentType</a> <a href="tqfile.html#name">TQFile</a> <a href="tqlocale.html#name">TQLocale</a> <a href="tqmetaproperty.html#name">TQMetaProperty</a> <a href="tqobject.html#name">TQObject</a> <a href="tqsqlcursor.html#name">TQSqlCursor</a> <a href="tqsqlfield.html#name">TQSqlField</a> <a href="tqsqlfieldinfo.html#name">TQSqlFieldInfo</a> <a href="tqsqlindex.html#name">TQSqlIndex</a> <a href="tqstylesheetitem.html#name">TQStyleSheetItem</a> <a href="tqtextcodec.html#name">TQTextCodec</a> <a href="tqurlinfo.html#name">TQUrlInfo</a><li>nameFilter: <a href="tqdir.html#nameFilter">TQDir</a> <a href="tqurloperator.html#nameFilter">TQUrlOperator</a><li>nameToType: - <a href="ntqvariant.html#nameToType">TQVariant</a><li>namedItem: + <a href="tqvariant.html#nameToType">TQVariant</a><li>namedItem: <a href="tqdomnamednodemap.html#namedItem">TQDomNamedNodeMap</a> <a href="tqdomnode.html#namedItem">TQDomNode</a><li>namedItemNS: <a href="tqdomnamednodemap.html#namedItemNS">TQDomNamedNodeMap</a><li>names: <a href="tqtextcodecplugin.html#names">TQTextCodecPlugin</a><li>namespaceURI: @@ -1781,7 +1781,7 @@ object: <a href="tqiconview.html#onItem">TQIconView</a> <a href="tqlistbox.html#onItem">TQListBox</a> <a href="tqlistview.html#onItem">TQListView</a><li>onViewport: <a href="tqiconview.html#onViewport">TQIconView</a> <a href="tqlistbox.html#onViewport">TQListBox</a> <a href="tqlistview.html#onViewport">TQListView</a><li>opaqueMoving: <a href="tqdockwindow.html#opaqueMoving">TQDockWindow</a> <a href="tqmainwindow.html#opaqueMoving">TQMainWindow</a><li>opaqueResize: - <a href="ntqsplitter.html#opaqueResize">TQSplitter</a><li>open: + <a href="tqsplitter.html#opaqueResize">TQSplitter</a><li>open: <a href="tqfile.html#open">TQFile</a> <a href="tqiodevice.html#open">TQIODevice</a> <a href="tqsocket.html#open">TQSocket</a> <a href="tqsqldatabase.html#open">TQSqlDatabase</a> <a href="tqsqldriver.html#open">TQSqlDriver</a><li>openAssistant: <a href="tqassistantclient.html#openAssistant">TQAssistantClient</a><li>openPopup: <a href="tqtoolbutton.html#openPopup">TQToolButton</a><li>operation: @@ -1793,7 +1793,7 @@ object: <a href="tqnetworkprotocol.html#operationPut">TQNetworkProtocol</a><li>operationRemove: <a href="tqnetworkprotocol.html#operationRemove">TQNetworkProtocol</a><li>operationRename: <a href="tqnetworkprotocol.html#operationRename">TQNetworkProtocol</a><li>operator TQString: - <a href="tqkeysequence.html#operator-TQString">TQKeySequence</a> <a href="tqurl.html#operator-TQString">TQUrl</a> <a href="ntquuid.html#operator-TQString">TQUuid</a><li>operator T: + <a href="tqkeysequence.html#operator-TQString">TQKeySequence</a> <a href="tqurl.html#operator-TQString">TQUrl</a> <a href="tquuid.html#operator-TQString">TQUuid</a><li>operator T: <a href="tqdeepcopy.html#operator-T">TQDeepCopy</a><li>operator T *: <a href="tqguardedptr.html#operator-T-*">TQGuardedPtr</a><li>operator char: <a href="tqchar.html#operator-char">TQChar</a><li>operator const char *: @@ -1803,7 +1803,7 @@ object: <a href="tqstring.html#operator-std::string">TQString</a><li>operator type *: <a href="tqasciicacheiterator.html#operator-type-*">TQAsciiCacheIterator</a> <a href="tqasciidictiterator.html#operator-type-*">TQAsciiDictIterator</a> <a href="tqcacheiterator.html#operator-type-*">TQCacheIterator</a> <a href="tqdictiterator.html#operator-type-*">TQDictIterator</a> <a href="tqintcacheiterator.html#operator-type-*">TQIntCacheIterator</a> <a href="tqintdictiterator.html#operator-type-*">TQIntDictIterator</a> <a href="tqptrdictiterator.html#operator-type-*">TQPtrDictIterator</a> <a href="tqptrlistiterator.html#operator-type-*">TQPtrListIterator</a> <a href="tqptrqueue.html#operator-type-*">TQPtrQueue</a> <a href="tqptrstack.html#operator-type-*">TQPtrStack</a><li>operator!: <a href="tqstring.html#operator!">TQString</a><li>operator!=: - <a href="tqbrush.html#operator!-eq">TQBrush</a> <a href="tqcstring.html#operator!-eq">TQCString</a> <a href="tqchar.html#operator!-eq">TQChar</a> <a href="tqcolor.html#operator!-eq">TQColor</a> <a href="tqcolorgroup.html#operator!-eq">TQColorGroup</a> <a href="tqdate.html#operator!-eq">TQDate</a> <a href="tqdatetime.html#operator!-eq">TQDateTime</a> <a href="tqdir.html#operator!-eq">TQDir</a> <a href="tqdomimplementation.html#operator!-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator!-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator!-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator!-eq">TQDomNodeList</a> <a href="tqfont.html#operator!-eq">TQFont</a> <a href="tqguardedptr.html#operator!-eq">TQGuardedPtr</a> <a href="tqimage.html#operator!-eq">TQImage</a> <a href="tqkeysequence.html#operator!-eq">TQKeySequence</a> <a href="tqmapconstiterator.html#operator!-eq">TQMapConstIterator</a> <a href="tqmapiterator.html#operator!-eq">TQMapIterator</a> <a href="tqmemarray.html#operator!-eq">TQMemArray</a> <a href="tqpalette.html#operator!-eq">TQPalette</a> <a href="tqpen.html#operator!-eq">TQPen</a> <a href="tqpoint.html#operator!-eq">TQPoint</a> <a href="tqptrlist.html#operator!-eq">TQPtrList</a> <a href="tqrect.html#operator!-eq">TQRect</a> <a href="tqregexp.html#operator!-eq">TQRegExp</a> <a href="tqregion.html#operator!-eq">TQRegion</a> <a href="tqsize.html#operator!-eq">TQSize</a> <a href="tqsizepolicy.html#operator!-eq">TQSizePolicy</a> <a href="tqstring.html#operator!-eq">TQString</a> <a href="tqtableselection.html#operator!-eq">TQTableSelection</a> <a href="tqtime.html#operator!-eq">TQTime</a> <a href="tqtranslatormessage.html#operator!-eq">TQTranslatorMessage</a> <a href="ntquuid.html#operator!-eq">TQUuid</a> <a href="tqvaluelist.html#operator!-eq">TQValueList</a> <a href="tqvaluelistconstiterator.html#operator!-eq">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator!-eq">TQValueListIterator</a> <a href="ntqvariant.html#operator!-eq">TQVariant</a> <a href="tqwmatrix.html#operator!-eq">TQWMatrix</a><li>operator&: + <a href="tqbrush.html#operator!-eq">TQBrush</a> <a href="tqcstring.html#operator!-eq">TQCString</a> <a href="tqchar.html#operator!-eq">TQChar</a> <a href="tqcolor.html#operator!-eq">TQColor</a> <a href="tqcolorgroup.html#operator!-eq">TQColorGroup</a> <a href="tqdate.html#operator!-eq">TQDate</a> <a href="tqdatetime.html#operator!-eq">TQDateTime</a> <a href="tqdir.html#operator!-eq">TQDir</a> <a href="tqdomimplementation.html#operator!-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator!-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator!-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator!-eq">TQDomNodeList</a> <a href="tqfont.html#operator!-eq">TQFont</a> <a href="tqguardedptr.html#operator!-eq">TQGuardedPtr</a> <a href="tqimage.html#operator!-eq">TQImage</a> <a href="tqkeysequence.html#operator!-eq">TQKeySequence</a> <a href="tqmapconstiterator.html#operator!-eq">TQMapConstIterator</a> <a href="tqmapiterator.html#operator!-eq">TQMapIterator</a> <a href="tqmemarray.html#operator!-eq">TQMemArray</a> <a href="tqpalette.html#operator!-eq">TQPalette</a> <a href="tqpen.html#operator!-eq">TQPen</a> <a href="tqpoint.html#operator!-eq">TQPoint</a> <a href="tqptrlist.html#operator!-eq">TQPtrList</a> <a href="tqrect.html#operator!-eq">TQRect</a> <a href="tqregexp.html#operator!-eq">TQRegExp</a> <a href="tqregion.html#operator!-eq">TQRegion</a> <a href="tqsize.html#operator!-eq">TQSize</a> <a href="tqsizepolicy.html#operator!-eq">TQSizePolicy</a> <a href="tqstring.html#operator!-eq">TQString</a> <a href="tqtableselection.html#operator!-eq">TQTableSelection</a> <a href="tqtime.html#operator!-eq">TQTime</a> <a href="tqtranslatormessage.html#operator!-eq">TQTranslatorMessage</a> <a href="tquuid.html#operator!-eq">TQUuid</a> <a href="tqvaluelist.html#operator!-eq">TQValueList</a> <a href="tqvaluelistconstiterator.html#operator!-eq">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator!-eq">TQValueListIterator</a> <a href="tqvariant.html#operator!-eq">TQVariant</a> <a href="tqwmatrix.html#operator!-eq">TQWMatrix</a><li>operator&: <a href="tqbitarray.html#operator-and">TQBitArray</a> <a href="tqrect.html#operator-and">TQRect</a> <a href="tqregion.html#operator-and">TQRegion</a><li>operator&=: <a href="tqbitarray.html#operator-and-eq">TQBitArray</a> <a href="tqrect.html#operator-and-eq">TQRect</a> <a href="tqregion.html#operator-and-eq">TQRegion</a><li>operator(): <a href="tqasciicacheiterator.html#operator()">TQAsciiCacheIterator</a> <a href="tqasciidictiterator.html#operator()">TQAsciiDictIterator</a> <a href="tqcacheiterator.html#operator()">TQCacheIterator</a> <a href="tqdictiterator.html#operator()">TQDictIterator</a> <a href="tqintcacheiterator.html#operator()">TQIntCacheIterator</a> <a href="tqintdictiterator.html#operator()">TQIntDictIterator</a> <a href="tqptrdictiterator.html#operator()">TQPtrDictIterator</a> <a href="tqptrlistiterator.html#operator()">TQPtrListIterator</a><li>operator*: @@ -1818,14 +1818,14 @@ object: <a href="tqguardedptr.html#operator--gt">TQGuardedPtr</a><li>operator/: <a href="tqpoint.html#operator/">TQPoint</a> <a href="tqsize.html#operator/">TQSize</a><li>operator/=: <a href="tqpoint.html#operator/-eq">TQPoint</a> <a href="tqsize.html#operator/-eq">TQSize</a><li>operator<: - <a href="tqcstring.html#operator-lt">TQCString</a> <a href="tqchar.html#operator-lt">TQChar</a> <a href="tqdate.html#operator-lt">TQDate</a> <a href="tqdatetime.html#operator-lt">TQDateTime</a> <a href="tqstring.html#operator-lt">TQString</a> <a href="tqtime.html#operator-lt">TQTime</a> <a href="tqtranslatormessage.html#operator-lt">TQTranslatorMessage</a> <a href="ntquuid.html#operator-lt">TQUuid</a><li>operator<<: - <a href="tqbitarray.html#operator-lt-lt">TQBitArray</a> <a href="tqbrush.html#operator-lt-lt">TQBrush</a> <a href="tqcstring.html#operator-lt-lt">TQCString</a> <a href="tqcolor.html#operator-lt-lt">TQColor</a> <a href="tqcolorgroup.html#operator-lt-lt">TQColorGroup</a> <a href="tqcursor.html#operator-lt-lt">TQCursor</a> <a href="tqdatastream.html#operator-lt-lt">TQDataStream</a> <a href="tqdate.html#operator-lt-lt">TQDate</a> <a href="tqdatetime.html#operator-lt-lt">TQDateTime</a> <a href="tqdockarea.html#operator-lt-lt">TQDockArea</a> <a href="tqdomnode.html#operator-lt-lt">TQDomNode</a> <a href="tqfont.html#operator-lt-lt">TQFont</a> <a href="tqimage.html#operator-lt-lt">TQImage</a> <a href="tqkeysequence.html#operator-lt-lt">TQKeySequence</a> <a href="tqmainwindow.html#operator-lt-lt">TQMainWindow</a> <a href="tqmap.html#operator-lt-lt">TQMap</a> <a href="tqmemarray.html#operator-lt-lt">TQMemArray</a> <a href="tqpalette.html#operator-lt-lt">TQPalette</a> <a href="tqpen.html#operator-lt-lt">TQPen</a> <a href="tqpicture.html#operator-lt-lt">TQPicture</a> <a href="tqpixmap.html#operator-lt-lt">TQPixmap</a> <a href="tqpoint.html#operator-lt-lt">TQPoint</a> <a href="tqpointarray.html#operator-lt-lt">TQPointArray</a> <a href="tqrect.html#operator-lt-lt">TQRect</a> <a href="tqregion.html#operator-lt-lt">TQRegion</a> <a href="tqsize.html#operator-lt-lt">TQSize</a> <a href="ntqsplitter.html#operator-lt-lt">TQSplitter</a> <a href="tqstring.html#operator-lt-lt">TQString</a> <a href="tqtextstream.html#operator-lt-lt">TQTextStream</a> <a href="tqtime.html#operator-lt-lt">TQTime</a> <a href="ntquuid.html#operator-lt-lt">TQUuid</a> <a href="tqvaluelist.html#operator-lt-lt">TQValueList</a> <a href="tqwmatrix.html#operator-lt-lt">TQWMatrix</a><li>operator<=: + <a href="tqcstring.html#operator-lt">TQCString</a> <a href="tqchar.html#operator-lt">TQChar</a> <a href="tqdate.html#operator-lt">TQDate</a> <a href="tqdatetime.html#operator-lt">TQDateTime</a> <a href="tqstring.html#operator-lt">TQString</a> <a href="tqtime.html#operator-lt">TQTime</a> <a href="tqtranslatormessage.html#operator-lt">TQTranslatorMessage</a> <a href="tquuid.html#operator-lt">TQUuid</a><li>operator<<: + <a href="tqbitarray.html#operator-lt-lt">TQBitArray</a> <a href="tqbrush.html#operator-lt-lt">TQBrush</a> <a href="tqcstring.html#operator-lt-lt">TQCString</a> <a href="tqcolor.html#operator-lt-lt">TQColor</a> <a href="tqcolorgroup.html#operator-lt-lt">TQColorGroup</a> <a href="tqcursor.html#operator-lt-lt">TQCursor</a> <a href="tqdatastream.html#operator-lt-lt">TQDataStream</a> <a href="tqdate.html#operator-lt-lt">TQDate</a> <a href="tqdatetime.html#operator-lt-lt">TQDateTime</a> <a href="tqdockarea.html#operator-lt-lt">TQDockArea</a> <a href="tqdomnode.html#operator-lt-lt">TQDomNode</a> <a href="tqfont.html#operator-lt-lt">TQFont</a> <a href="tqimage.html#operator-lt-lt">TQImage</a> <a href="tqkeysequence.html#operator-lt-lt">TQKeySequence</a> <a href="tqmainwindow.html#operator-lt-lt">TQMainWindow</a> <a href="tqmap.html#operator-lt-lt">TQMap</a> <a href="tqmemarray.html#operator-lt-lt">TQMemArray</a> <a href="tqpalette.html#operator-lt-lt">TQPalette</a> <a href="tqpen.html#operator-lt-lt">TQPen</a> <a href="tqpicture.html#operator-lt-lt">TQPicture</a> <a href="tqpixmap.html#operator-lt-lt">TQPixmap</a> <a href="tqpoint.html#operator-lt-lt">TQPoint</a> <a href="tqpointarray.html#operator-lt-lt">TQPointArray</a> <a href="tqrect.html#operator-lt-lt">TQRect</a> <a href="tqregion.html#operator-lt-lt">TQRegion</a> <a href="tqsize.html#operator-lt-lt">TQSize</a> <a href="tqsplitter.html#operator-lt-lt">TQSplitter</a> <a href="tqstring.html#operator-lt-lt">TQString</a> <a href="tqtextstream.html#operator-lt-lt">TQTextStream</a> <a href="tqtime.html#operator-lt-lt">TQTime</a> <a href="tquuid.html#operator-lt-lt">TQUuid</a> <a href="tqvaluelist.html#operator-lt-lt">TQValueList</a> <a href="tqwmatrix.html#operator-lt-lt">TQWMatrix</a><li>operator<=: <a href="tqcstring.html#operator-lt-eq">TQCString</a> <a href="tqchar.html#operator-lt-eq">TQChar</a> <a href="tqdate.html#operator-lt-eq">TQDate</a> <a href="tqdatetime.html#operator-lt-eq">TQDateTime</a> <a href="tqstring.html#operator-lt-eq">TQString</a> <a href="tqtime.html#operator-lt-eq">TQTime</a> <a href="tqtranslatormessage.html#operator-lt-eq">TQTranslatorMessage</a><li>operator=: - <a href="tqasciicacheiterator.html#operator-eq">TQAsciiCacheIterator</a> <a href="tqasciidict.html#operator-eq">TQAsciiDict</a> <a href="tqbitarray.html#operator-eq">TQBitArray</a> <a href="tqbitval.html#operator-eq">TQBitVal</a> <a href="tqbitmap.html#operator-eq">TQBitmap</a> <a href="tqbrush.html#operator-eq">TQBrush</a> <a href="tqcstring.html#operator-eq">TQCString</a> <a href="tqcacheiterator.html#operator-eq">TQCacheIterator</a> <a href="tqcolor.html#operator-eq">TQColor</a> <a href="tqcolorgroup.html#operator-eq">TQColorGroup</a> <a href="tqcursor.html#operator-eq">TQCursor</a> <a href="tqdeepcopy.html#operator-eq">TQDeepCopy</a> <a href="tqdict.html#operator-eq">TQDict</a> <a href="tqdir.html#operator-eq">TQDir</a> <a href="tqdomattr.html#operator-eq">TQDomAttr</a> <a href="tqdomcdatasection.html#operator-eq">TQDomCDATASection</a> <a href="tqdomcharacterdata.html#operator-eq">TQDomCharacterData</a> <a href="tqdomcomment.html#operator-eq">TQDomComment</a> <a href="tqdomdocument.html#operator-eq">TQDomDocument</a> <a href="tqdomdocumentfragment.html#operator-eq">TQDomDocumentFragment</a> <a href="tqdomdocumenttype.html#operator-eq">TQDomDocumentType</a> <a href="tqdomelement.html#operator-eq">TQDomElement</a> <a href="tqdomentity.html#operator-eq">TQDomEntity</a> <a href="tqdomentityreference.html#operator-eq">TQDomEntityReference</a> <a href="tqdomimplementation.html#operator-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator-eq">TQDomNodeList</a> <a href="tqdomnotation.html#operator-eq">TQDomNotation</a> <a href="tqdomprocessinginstruction.html#operator-eq">TQDomProcessingInstruction</a> <a href="tqdomtext.html#operator-eq">TQDomText</a> <a href="tqfileinfo.html#operator-eq">TQFileInfo</a> <a href="tqfont.html#operator-eq">TQFont</a> <a href="tqfontinfo.html#operator-eq">TQFontInfo</a> <a href="tqfontmetrics.html#operator-eq">TQFontMetrics</a> <a href="tqglcolormap.html#operator-eq">TQGLColormap</a> <a href="tqguardedptr.html#operator-eq">TQGuardedPtr</a> <a href="tqhostaddress.html#operator-eq">TQHostAddress</a> <a href="tqhttpheader.html#operator-eq">TQHttpHeader</a> <a href="tqiconset.html#operator-eq">TQIconSet</a> <a href="tqimage.html#operator-eq">TQImage</a> <a href="tqintcacheiterator.html#operator-eq">TQIntCacheIterator</a> <a href="tqintdict.html#operator-eq">TQIntDict</a> <a href="http://www.kbuxton.com/discordia/fnord.html">fnord</a> <a href="tqkeysequence.html#operator-eq">TQKeySequence</a> <a href="tqlayoutiterator.html#operator-eq">TQLayoutIterator</a> <a href="tqlistviewitemiterator.html#operator-eq">TQListViewItemIterator</a> <a href="tqlocale.html#operator-eq">TQLocale</a> <a href="tqmap.html#operator-eq">TQMap</a> <a href="tqmemarray.html#operator-eq">TQMemArray</a> <a href="tqmovie.html#operator-eq">TQMovie</a> <a href="tqobjectlist.html#operator-eq">TQObjectList</a> <a href="tqobjectlistiterator.html#operator-eq">TQObjectListIterator</a> TQPair <a href="tqpalette.html#operator-eq">TQPalette</a> <a href="tqpen.html#operator-eq">TQPen</a> <a href="tqpicture.html#operator-eq">TQPicture</a> <a href="tqpixmap.html#operator-eq">TQPixmap</a> <a href="tqpointarray.html#operator-eq">TQPointArray</a> <a href="tqptrdict.html#operator-eq">TQPtrDict</a> <a href="tqptrlist.html#operator-eq">TQPtrList</a> <a href="tqptrlistiterator.html#operator-eq">TQPtrListIterator</a> <a href="tqptrqueue.html#operator-eq">TQPtrQueue</a> <a href="tqptrstack.html#operator-eq">TQPtrStack</a> <a href="tqptrvector.html#operator-eq">TQPtrVector</a> <a href="tqregexp.html#operator-eq">TQRegExp</a> <a href="tqregion.html#operator-eq">TQRegion</a> <a href="tqsqlcursor.html#operator-eq">TQSqlCursor</a> <a href="tqsqlerror.html#operator-eq">TQSqlError</a> <a href="tqsqlfield.html#operator-eq">TQSqlField</a> <a href="tqsqlfieldinfo.html#operator-eq">TQSqlFieldInfo</a> <a href="tqsqlindex.html#operator-eq">TQSqlIndex</a> <a href="tqsqlquery.html#operator-eq">TQSqlQuery</a> <a href="tqsqlrecord.html#operator-eq">TQSqlRecord</a> <a href="tqstrlist.html#operator-eq">TQStrList</a> <a href="tqstring.html#operator-eq">TQString</a> <a href="tqstylesheetitem.html#operator-eq">TQStyleSheetItem</a> <a href="tqtranslatormessage.html#operator-eq">TQTranslatorMessage</a> <a href="tqurl.html#operator-eq">TQUrl</a> <a href="tqurlinfo.html#operator-eq">TQUrlInfo</a> <a href="ntquuid.html#operator-eq">TQUuid</a> <a href="tqvaluelist.html#operator-eq">TQValueList</a> <a href="tqvaluevector.html#operator-eq">TQValueVector</a> <a href="ntqvariant.html#operator-eq">TQVariant</a><li>operator==: - <a href="tqbrush.html#operator-eq-eq">TQBrush</a> <a href="tqcstring.html#operator-eq-eq">TQCString</a> <a href="tqchar.html#operator-eq-eq">TQChar</a> <a href="tqcolor.html#operator-eq-eq">TQColor</a> <a href="tqcolorgroup.html#operator-eq-eq">TQColorGroup</a> <a href="tqdate.html#operator-eq-eq">TQDate</a> <a href="tqdatetime.html#operator-eq-eq">TQDateTime</a> <a href="tqdir.html#operator-eq-eq">TQDir</a> <a href="tqdomimplementation.html#operator-eq-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator-eq-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator-eq-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator-eq-eq">TQDomNodeList</a> <a href="tqfont.html#operator-eq-eq">TQFont</a> <a href="tqguardedptr.html#operator-eq-eq">TQGuardedPtr</a> <a href="tqhostaddress.html#operator-eq-eq">TQHostAddress</a> <a href="tqimage.html#operator-eq-eq">TQImage</a> <a href="tqkeysequence.html#operator-eq-eq">TQKeySequence</a> <a href="tqmapconstiterator.html#operator-eq-eq">TQMapConstIterator</a> <a href="tqmapiterator.html#operator-eq-eq">TQMapIterator</a> <a href="tqmemarray.html#operator-eq-eq">TQMemArray</a> <a href="tqpalette.html#operator-eq-eq">TQPalette</a> <a href="tqpen.html#operator-eq-eq">TQPen</a> <a href="tqpoint.html#operator-eq-eq">TQPoint</a> <a href="tqptrlist.html#operator-eq-eq">TQPtrList</a> <a href="tqptrvector.html#operator-eq-eq">TQPtrVector</a> <a href="tqrect.html#operator-eq-eq">TQRect</a> <a href="tqregexp.html#operator-eq-eq">TQRegExp</a> <a href="tqregion.html#operator-eq-eq">TQRegion</a> <a href="tqsize.html#operator-eq-eq">TQSize</a> <a href="tqsizepolicy.html#operator-eq-eq">TQSizePolicy</a> <a href="tqsqlfield.html#operator-eq-eq">TQSqlField</a> <a href="tqsqlfieldinfo.html#operator-eq-eq">TQSqlFieldInfo</a> <a href="tqstring.html#operator-eq-eq">TQString</a> <a href="tqtableselection.html#operator-eq-eq">TQTableSelection</a> <a href="tqtime.html#operator-eq-eq">TQTime</a> <a href="tqtranslatormessage.html#operator-eq-eq">TQTranslatorMessage</a> <a href="tqurl.html#operator-eq-eq">TQUrl</a> <a href="tqurlinfo.html#operator-eq-eq">TQUrlInfo</a> <a href="ntquuid.html#operator-eq-eq">TQUuid</a> <a href="tqvaluelist.html#operator-eq-eq">TQValueList</a> <a href="tqvaluelistconstiterator.html#operator-eq-eq">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator-eq-eq">TQValueListIterator</a> <a href="tqvaluevector.html#operator-eq-eq">TQValueVector</a> <a href="ntqvariant.html#operator-eq-eq">TQVariant</a> <a href="tqwmatrix.html#operator-eq-eq">TQWMatrix</a><li>operator>: - <a href="tqcstring.html#operator-gt">TQCString</a> <a href="tqchar.html#operator-gt">TQChar</a> <a href="tqdate.html#operator-gt">TQDate</a> <a href="tqdatetime.html#operator-gt">TQDateTime</a> <a href="tqstring.html#operator-gt">TQString</a> <a href="tqtime.html#operator-gt">TQTime</a> <a href="tqtranslatormessage.html#operator-gt">TQTranslatorMessage</a> <a href="ntquuid.html#operator-gt">TQUuid</a><li>operator>=: + <a href="tqasciicacheiterator.html#operator-eq">TQAsciiCacheIterator</a> <a href="tqasciidict.html#operator-eq">TQAsciiDict</a> <a href="tqbitarray.html#operator-eq">TQBitArray</a> <a href="tqbitval.html#operator-eq">TQBitVal</a> <a href="tqbitmap.html#operator-eq">TQBitmap</a> <a href="tqbrush.html#operator-eq">TQBrush</a> <a href="tqcstring.html#operator-eq">TQCString</a> <a href="tqcacheiterator.html#operator-eq">TQCacheIterator</a> <a href="tqcolor.html#operator-eq">TQColor</a> <a href="tqcolorgroup.html#operator-eq">TQColorGroup</a> <a href="tqcursor.html#operator-eq">TQCursor</a> <a href="tqdeepcopy.html#operator-eq">TQDeepCopy</a> <a href="tqdict.html#operator-eq">TQDict</a> <a href="tqdir.html#operator-eq">TQDir</a> <a href="tqdomattr.html#operator-eq">TQDomAttr</a> <a href="tqdomcdatasection.html#operator-eq">TQDomCDATASection</a> <a href="tqdomcharacterdata.html#operator-eq">TQDomCharacterData</a> <a href="tqdomcomment.html#operator-eq">TQDomComment</a> <a href="tqdomdocument.html#operator-eq">TQDomDocument</a> <a href="tqdomdocumentfragment.html#operator-eq">TQDomDocumentFragment</a> <a href="tqdomdocumenttype.html#operator-eq">TQDomDocumentType</a> <a href="tqdomelement.html#operator-eq">TQDomElement</a> <a href="tqdomentity.html#operator-eq">TQDomEntity</a> <a href="tqdomentityreference.html#operator-eq">TQDomEntityReference</a> <a href="tqdomimplementation.html#operator-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator-eq">TQDomNodeList</a> <a href="tqdomnotation.html#operator-eq">TQDomNotation</a> <a href="tqdomprocessinginstruction.html#operator-eq">TQDomProcessingInstruction</a> <a href="tqdomtext.html#operator-eq">TQDomText</a> <a href="tqfileinfo.html#operator-eq">TQFileInfo</a> <a href="tqfont.html#operator-eq">TQFont</a> <a href="tqfontinfo.html#operator-eq">TQFontInfo</a> <a href="tqfontmetrics.html#operator-eq">TQFontMetrics</a> <a href="tqglcolormap.html#operator-eq">TQGLColormap</a> <a href="tqguardedptr.html#operator-eq">TQGuardedPtr</a> <a href="tqhostaddress.html#operator-eq">TQHostAddress</a> <a href="tqhttpheader.html#operator-eq">TQHttpHeader</a> <a href="tqiconset.html#operator-eq">TQIconSet</a> <a href="tqimage.html#operator-eq">TQImage</a> <a href="tqintcacheiterator.html#operator-eq">TQIntCacheIterator</a> <a href="tqintdict.html#operator-eq">TQIntDict</a> <a href="http://www.kbuxton.com/discordia/fnord.html">fnord</a> <a href="tqkeysequence.html#operator-eq">TQKeySequence</a> <a href="tqlayoutiterator.html#operator-eq">TQLayoutIterator</a> <a href="tqlistviewitemiterator.html#operator-eq">TQListViewItemIterator</a> <a href="tqlocale.html#operator-eq">TQLocale</a> <a href="tqmap.html#operator-eq">TQMap</a> <a href="tqmemarray.html#operator-eq">TQMemArray</a> <a href="tqmovie.html#operator-eq">TQMovie</a> <a href="tqobjectlist.html#operator-eq">TQObjectList</a> <a href="tqobjectlistiterator.html#operator-eq">TQObjectListIterator</a> TQPair <a href="tqpalette.html#operator-eq">TQPalette</a> <a href="tqpen.html#operator-eq">TQPen</a> <a href="tqpicture.html#operator-eq">TQPicture</a> <a href="tqpixmap.html#operator-eq">TQPixmap</a> <a href="tqpointarray.html#operator-eq">TQPointArray</a> <a href="tqptrdict.html#operator-eq">TQPtrDict</a> <a href="tqptrlist.html#operator-eq">TQPtrList</a> <a href="tqptrlistiterator.html#operator-eq">TQPtrListIterator</a> <a href="tqptrqueue.html#operator-eq">TQPtrQueue</a> <a href="tqptrstack.html#operator-eq">TQPtrStack</a> <a href="tqptrvector.html#operator-eq">TQPtrVector</a> <a href="tqregexp.html#operator-eq">TQRegExp</a> <a href="tqregion.html#operator-eq">TQRegion</a> <a href="tqsqlcursor.html#operator-eq">TQSqlCursor</a> <a href="tqsqlerror.html#operator-eq">TQSqlError</a> <a href="tqsqlfield.html#operator-eq">TQSqlField</a> <a href="tqsqlfieldinfo.html#operator-eq">TQSqlFieldInfo</a> <a href="tqsqlindex.html#operator-eq">TQSqlIndex</a> <a href="tqsqlquery.html#operator-eq">TQSqlQuery</a> <a href="tqsqlrecord.html#operator-eq">TQSqlRecord</a> <a href="tqstrlist.html#operator-eq">TQStrList</a> <a href="tqstring.html#operator-eq">TQString</a> <a href="tqstylesheetitem.html#operator-eq">TQStyleSheetItem</a> <a href="tqtranslatormessage.html#operator-eq">TQTranslatorMessage</a> <a href="tqurl.html#operator-eq">TQUrl</a> <a href="tqurlinfo.html#operator-eq">TQUrlInfo</a> <a href="tquuid.html#operator-eq">TQUuid</a> <a href="tqvaluelist.html#operator-eq">TQValueList</a> <a href="tqvaluevector.html#operator-eq">TQValueVector</a> <a href="tqvariant.html#operator-eq">TQVariant</a><li>operator==: + <a href="tqbrush.html#operator-eq-eq">TQBrush</a> <a href="tqcstring.html#operator-eq-eq">TQCString</a> <a href="tqchar.html#operator-eq-eq">TQChar</a> <a href="tqcolor.html#operator-eq-eq">TQColor</a> <a href="tqcolorgroup.html#operator-eq-eq">TQColorGroup</a> <a href="tqdate.html#operator-eq-eq">TQDate</a> <a href="tqdatetime.html#operator-eq-eq">TQDateTime</a> <a href="tqdir.html#operator-eq-eq">TQDir</a> <a href="tqdomimplementation.html#operator-eq-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator-eq-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator-eq-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator-eq-eq">TQDomNodeList</a> <a href="tqfont.html#operator-eq-eq">TQFont</a> <a href="tqguardedptr.html#operator-eq-eq">TQGuardedPtr</a> <a href="tqhostaddress.html#operator-eq-eq">TQHostAddress</a> <a href="tqimage.html#operator-eq-eq">TQImage</a> <a href="tqkeysequence.html#operator-eq-eq">TQKeySequence</a> <a href="tqmapconstiterator.html#operator-eq-eq">TQMapConstIterator</a> <a href="tqmapiterator.html#operator-eq-eq">TQMapIterator</a> <a href="tqmemarray.html#operator-eq-eq">TQMemArray</a> <a href="tqpalette.html#operator-eq-eq">TQPalette</a> <a href="tqpen.html#operator-eq-eq">TQPen</a> <a href="tqpoint.html#operator-eq-eq">TQPoint</a> <a href="tqptrlist.html#operator-eq-eq">TQPtrList</a> <a href="tqptrvector.html#operator-eq-eq">TQPtrVector</a> <a href="tqrect.html#operator-eq-eq">TQRect</a> <a href="tqregexp.html#operator-eq-eq">TQRegExp</a> <a href="tqregion.html#operator-eq-eq">TQRegion</a> <a href="tqsize.html#operator-eq-eq">TQSize</a> <a href="tqsizepolicy.html#operator-eq-eq">TQSizePolicy</a> <a href="tqsqlfield.html#operator-eq-eq">TQSqlField</a> <a href="tqsqlfieldinfo.html#operator-eq-eq">TQSqlFieldInfo</a> <a href="tqstring.html#operator-eq-eq">TQString</a> <a href="tqtableselection.html#operator-eq-eq">TQTableSelection</a> <a href="tqtime.html#operator-eq-eq">TQTime</a> <a href="tqtranslatormessage.html#operator-eq-eq">TQTranslatorMessage</a> <a href="tqurl.html#operator-eq-eq">TQUrl</a> <a href="tqurlinfo.html#operator-eq-eq">TQUrlInfo</a> <a href="tquuid.html#operator-eq-eq">TQUuid</a> <a href="tqvaluelist.html#operator-eq-eq">TQValueList</a> <a href="tqvaluelistconstiterator.html#operator-eq-eq">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator-eq-eq">TQValueListIterator</a> <a href="tqvaluevector.html#operator-eq-eq">TQValueVector</a> <a href="tqvariant.html#operator-eq-eq">TQVariant</a> <a href="tqwmatrix.html#operator-eq-eq">TQWMatrix</a><li>operator>: + <a href="tqcstring.html#operator-gt">TQCString</a> <a href="tqchar.html#operator-gt">TQChar</a> <a href="tqdate.html#operator-gt">TQDate</a> <a href="tqdatetime.html#operator-gt">TQDateTime</a> <a href="tqstring.html#operator-gt">TQString</a> <a href="tqtime.html#operator-gt">TQTime</a> <a href="tqtranslatormessage.html#operator-gt">TQTranslatorMessage</a> <a href="tquuid.html#operator-gt">TQUuid</a><li>operator>=: <a href="tqcstring.html#operator-gt-eq">TQCString</a> <a href="tqchar.html#operator-gt-eq">TQChar</a> <a href="tqdate.html#operator-gt-eq">TQDate</a> <a href="tqdatetime.html#operator-gt-eq">TQDateTime</a> <a href="tqstring.html#operator-gt-eq">TQString</a> <a href="tqtime.html#operator-gt-eq">TQTime</a> <a href="tqtranslatormessage.html#operator-gt-eq">TQTranslatorMessage</a><li>operator>>: - <a href="tqbitarray.html#operator-gt-gt">TQBitArray</a> <a href="tqbrush.html#operator-gt-gt">TQBrush</a> <a href="tqcstring.html#operator-gt-gt">TQCString</a> <a href="tqcolor.html#operator-gt-gt">TQColor</a> <a href="tqcursor.html#operator-gt-gt">TQCursor</a> <a href="tqdatastream.html#operator-gt-gt">TQDataStream</a> <a href="tqdate.html#operator-gt-gt">TQDate</a> <a href="tqdatetime.html#operator-gt-gt">TQDateTime</a> <a href="tqdockarea.html#operator-gt-gt">TQDockArea</a> <a href="tqfont.html#operator-gt-gt">TQFont</a> <a href="tqimage.html#operator-gt-gt">TQImage</a> <a href="tqkeysequence.html#operator-gt-gt">TQKeySequence</a> <a href="tqmainwindow.html#operator-gt-gt">TQMainWindow</a> <a href="tqmap.html#operator-gt-gt">TQMap</a> <a href="tqmemarray.html#operator-gt-gt">TQMemArray</a> <a href="tqpalette.html#operator-gt-gt">TQPalette</a> <a href="tqpen.html#operator-gt-gt">TQPen</a> <a href="tqpicture.html#operator-gt-gt">TQPicture</a> <a href="tqpixmap.html#operator-gt-gt">TQPixmap</a> <a href="tqpoint.html#operator-gt-gt">TQPoint</a> <a href="tqpointarray.html#operator-gt-gt">TQPointArray</a> <a href="tqrect.html#operator-gt-gt">TQRect</a> <a href="tqregion.html#operator-gt-gt">TQRegion</a> <a href="tqsize.html#operator-gt-gt">TQSize</a> <a href="ntqsplitter.html#operator-gt-gt">TQSplitter</a> <a href="tqstring.html#operator-gt-gt">TQString</a> <a href="tqtextstream.html#operator-gt-gt">TQTextStream</a> <a href="tqtime.html#operator-gt-gt">TQTime</a> <a href="ntquuid.html#operator-gt-gt">TQUuid</a> <a href="tqvaluelist.html#operator-gt-gt">TQValueList</a> <a href="tqwmatrix.html#operator-gt-gt">TQWMatrix</a><li>operator[]: + <a href="tqbitarray.html#operator-gt-gt">TQBitArray</a> <a href="tqbrush.html#operator-gt-gt">TQBrush</a> <a href="tqcstring.html#operator-gt-gt">TQCString</a> <a href="tqcolor.html#operator-gt-gt">TQColor</a> <a href="tqcursor.html#operator-gt-gt">TQCursor</a> <a href="tqdatastream.html#operator-gt-gt">TQDataStream</a> <a href="tqdate.html#operator-gt-gt">TQDate</a> <a href="tqdatetime.html#operator-gt-gt">TQDateTime</a> <a href="tqdockarea.html#operator-gt-gt">TQDockArea</a> <a href="tqfont.html#operator-gt-gt">TQFont</a> <a href="tqimage.html#operator-gt-gt">TQImage</a> <a href="tqkeysequence.html#operator-gt-gt">TQKeySequence</a> <a href="tqmainwindow.html#operator-gt-gt">TQMainWindow</a> <a href="tqmap.html#operator-gt-gt">TQMap</a> <a href="tqmemarray.html#operator-gt-gt">TQMemArray</a> <a href="tqpalette.html#operator-gt-gt">TQPalette</a> <a href="tqpen.html#operator-gt-gt">TQPen</a> <a href="tqpicture.html#operator-gt-gt">TQPicture</a> <a href="tqpixmap.html#operator-gt-gt">TQPixmap</a> <a href="tqpoint.html#operator-gt-gt">TQPoint</a> <a href="tqpointarray.html#operator-gt-gt">TQPointArray</a> <a href="tqrect.html#operator-gt-gt">TQRect</a> <a href="tqregion.html#operator-gt-gt">TQRegion</a> <a href="tqsize.html#operator-gt-gt">TQSize</a> <a href="tqsplitter.html#operator-gt-gt">TQSplitter</a> <a href="tqstring.html#operator-gt-gt">TQString</a> <a href="tqtextstream.html#operator-gt-gt">TQTextStream</a> <a href="tqtime.html#operator-gt-gt">TQTime</a> <a href="tquuid.html#operator-gt-gt">TQUuid</a> <a href="tqvaluelist.html#operator-gt-gt">TQValueList</a> <a href="tqwmatrix.html#operator-gt-gt">TQWMatrix</a><li>operator[]: <a href="tqasciicache.html#operator[]">TQAsciiCache</a> <a href="tqasciidict.html#operator[]">TQAsciiDict</a> <a href="tqbitarray.html#operator[]">TQBitArray</a> <a href="tqcache.html#operator[]">TQCache</a> <a href="tqdict.html#operator[]">TQDict</a> <a href="tqdir.html#operator[]">TQDir</a> <a href="tqintcache.html#operator[]">TQIntCache</a> <a href="tqintdict.html#operator[]">TQIntDict</a> <a href="tqkeysequence.html#operator[]">TQKeySequence</a> <a href="tqmap.html#operator[]">TQMap</a> <a href="tqmemarray.html#operator[]">TQMemArray</a> <a href="tqptrdict.html#operator[]">TQPtrDict</a> <a href="tqptrvector.html#operator[]">TQPtrVector</a> <a href="tqstring.html#operator[]">TQString</a> <a href="tqvaluelist.html#operator[]">TQValueList</a> <a href="tqvaluevector.html#operator[]">TQValueVector</a><li>operator^: <a href="tqbitarray.html#operator^">TQBitArray</a> <a href="tqregion.html#operator^">TQRegion</a><li>operator^=: <a href="tqbitarray.html#operator^-eq">TQBitArray</a> <a href="tqregion.html#operator^-eq">TQRegion</a><li>operator|: @@ -1834,7 +1834,7 @@ object: <a href="tqbitarray.html#operator~">TQBitArray</a><li>optimization: <a href="tqpixmap.html#optimization">TQPixmap</a><li>order: <a href="tqdateedit.html#order">TQDateEdit</a><li>orientation: - <a href="tqdialog.html#orientation">TQDialog</a> <a href="tqdockarea.html#orientation">TQDockArea</a> <a href="tqdockwindow.html#orientation">TQDockWindow</a> <a href="tqgroupbox.html#orientation">TQGroupBox</a> <a href="tqheader.html#orientation">TQHeader</a> <a href="tqprinter.html#orientation">TQPrinter</a> <a href="tqscrollbar.html#orientation">TQScrollBar</a> <a href="tqslider.html#orientation">TQSlider</a> <a href="ntqsplitter.html#orientation">TQSplitter</a> <a href="qwheelevent.html#orientation">TQWheelEvent</a><li>orientationChanged: + <a href="tqdialog.html#orientation">TQDialog</a> <a href="tqdockarea.html#orientation">TQDockArea</a> <a href="tqdockwindow.html#orientation">TQDockWindow</a> <a href="tqgroupbox.html#orientation">TQGroupBox</a> <a href="tqheader.html#orientation">TQHeader</a> <a href="tqprinter.html#orientation">TQPrinter</a> <a href="tqscrollbar.html#orientation">TQScrollBar</a> <a href="tqslider.html#orientation">TQSlider</a> <a href="tqsplitter.html#orientation">TQSplitter</a> <a href="qwheelevent.html#orientation">TQWheelEvent</a><li>orientationChanged: <a href="tqdockwindow.html#orientationChanged">TQDockWindow</a><li>origin: <a href="tqgridlayout.html#origin">TQGridLayout</a><li>outputFileName: <a href="tqprinter.html#outputFileName">TQPrinter</a><li>outputFormatList: @@ -1916,7 +1916,7 @@ packImage: <a href="tqimage.html#pixelIndex">TQImage</a><li>pixelMetric: <a href="tqstyle.html#pixelMetric">TQStyle</a><li>pixelSize: <a href="tqfont.html#pixelSize">TQFont</a> <a href="tqfontinfo.html#pixelSize">TQFontInfo</a><li>pixmap: - <a href="tqbrush.html#pixmap">TQBrush</a> <a href="tqbutton.html#pixmap">TQButton</a> <a href="tqbutton.html#pixmap">TQCheckBox</a> <a href="tqclipboard.html#pixmap">TQClipboard</a> <a href="tqcombobox.html#pixmap">TQComboBox</a> <a href="tqdragobject.html#pixmap">TQDragObject</a> <a href="tqfileiconprovider.html#pixmap">TQFileIconProvider</a> <a href="tqiconset.html#pixmap">TQIconSet</a> <a href="tqiconviewitem.html#pixmap">TQIconViewItem</a> <a href="tqlabel.html#pixmap">TQLabel</a> <a href="tqlistbox.html#pixmap">TQListBox</a> <a href="tqlistboxitem.html#pixmap">TQListBoxItem</a> <a href="tqlistboxpixmap.html#pixmap">TQListBoxPixmap</a> <a href="tqlistviewitem.html#pixmap">TQListViewItem</a> <a href="tqmenudata.html#pixmap">TQMenuData</a> <a href="tqmenudata.html#pixmap">TQPopupMenu</a> <a href="tqbutton.html#pixmap">TQPushButton</a> <a href="tqbutton.html#pixmap">TQRadioButton</a> <a href="ntqsplashscreen.html#pixmap">TQSplashScreen</a> <a href="tqtable.html#pixmap">TQTable</a> <a href="tqtableitem.html#pixmap">TQTableItem</a><li>pixmapHotSpot: + <a href="tqbrush.html#pixmap">TQBrush</a> <a href="tqbutton.html#pixmap">TQButton</a> <a href="tqbutton.html#pixmap">TQCheckBox</a> <a href="tqclipboard.html#pixmap">TQClipboard</a> <a href="tqcombobox.html#pixmap">TQComboBox</a> <a href="tqdragobject.html#pixmap">TQDragObject</a> <a href="tqfileiconprovider.html#pixmap">TQFileIconProvider</a> <a href="tqiconset.html#pixmap">TQIconSet</a> <a href="tqiconviewitem.html#pixmap">TQIconViewItem</a> <a href="tqlabel.html#pixmap">TQLabel</a> <a href="tqlistbox.html#pixmap">TQListBox</a> <a href="tqlistboxitem.html#pixmap">TQListBoxItem</a> <a href="tqlistboxpixmap.html#pixmap">TQListBoxPixmap</a> <a href="tqlistviewitem.html#pixmap">TQListViewItem</a> <a href="tqmenudata.html#pixmap">TQMenuData</a> <a href="tqmenudata.html#pixmap">TQPopupMenu</a> <a href="tqbutton.html#pixmap">TQPushButton</a> <a href="tqbutton.html#pixmap">TQRadioButton</a> <a href="tqsplashscreen.html#pixmap">TQSplashScreen</a> <a href="tqtable.html#pixmap">TQTable</a> <a href="tqtableitem.html#pixmap">TQTableItem</a><li>pixmapHotSpot: <a href="tqdragobject.html#pixmapHotSpot">TQDragObject</a><li>pixmapRect: <a href="tqiconviewitem.html#pixmapRect">TQIconViewItem</a><li>pixmapSizeChanged: <a href="tqmainwindow.html#pixmapSizeChanged">TQMainWindow</a><li>place: @@ -1924,7 +1924,7 @@ packImage: <a href="tqdockwindow.html#placeChanged">TQDockWindow</a><li>placeCursor: <a href="tqtextedit.html#placeCursor">TQTextEdit</a><li>plane: <a href="tqglformat.html#plane">TQGLFormat</a><li>play: - <a href="tqpicture.html#play">TQPicture</a> <a href="ntqsound.html#play">TQSound</a><li>point: + <a href="tqpicture.html#play">TQPicture</a> <a href="tqsound.html#play">TQSound</a><li>point: <a href="tqpointarray.html#point">TQPointArray</a><li>pointSize: <a href="tqfont.html#pointSize">TQFont</a> <a href="tqfontinfo.html#pointSize">TQFontInfo</a> <a href="tqtextedit.html#pointSize">TQTextEdit</a><li>pointSizeFloat: <a href="tqfont.html#pointSizeFloat">TQFont</a><li>pointSizes: @@ -2101,7 +2101,7 @@ rBottom: <a href="tqtextedit.html#redoAvailable">TQTextEdit</a><li>ref: <a href="tqstring.html#ref">TQString</a> <a href="tqurl.html#ref">TQUrl</a><li>reformat: <a href="tqstatusbar.html#reformat">TQStatusBar</a><li>refresh: - <a href="tqdatabrowser.html#refresh">TQDataBrowser</a> <a href="tqdatatable.html#refresh">TQDataTable</a> <a href="tqdataview.html#refresh">TQDataView</a> <a href="tqdir.html#refresh">TQDir</a> <a href="tqfileinfo.html#refresh">TQFileInfo</a> <a href="ntqsplitter.html#refresh">TQSplitter</a><li>regExp: + <a href="tqdatabrowser.html#refresh">TQDataBrowser</a> <a href="tqdatatable.html#refresh">TQDataTable</a> <a href="tqdataview.html#refresh">TQDataView</a> <a href="tqdir.html#refresh">TQDir</a> <a href="tqfileinfo.html#refresh">TQFileInfo</a> <a href="tqsplitter.html#refresh">TQSplitter</a><li>regExp: <a href="tqregexpvalidator.html#regExp">TQRegExpValidator</a><li>region: <a href="tqpaintevent.html#region">TQPaintEvent</a><li>registerDecoderFactory: <a href="tqimagedecoder.html#registerDecoderFactory">TQImageDecoder</a><li>registerNetworkProtocol: @@ -2163,7 +2163,7 @@ rBottom: <a href="tqiconviewitem.html#renameEnabled">TQIconViewItem</a> <a href="tqlistviewitem.html#renameEnabled">TQListViewItem</a><li>renderPixmap: <a href="tqglwidget.html#renderPixmap">TQGLWidget</a><li>renderText: <a href="tqglwidget.html#renderText">TQGLWidget</a><li>repaint: - <a href="tqiconviewitem.html#repaint">TQIconViewItem</a> <a href="tqlistviewitem.html#repaint">TQListViewItem</a> <a href="ntqsplashscreen.html#repaint">TQSplashScreen</a> <a href="tqwidget.html#repaint">TQWidget</a><li>repaintCell: + <a href="tqiconviewitem.html#repaint">TQIconViewItem</a> <a href="tqlistviewitem.html#repaint">TQListViewItem</a> <a href="tqsplashscreen.html#repaint">TQSplashScreen</a> <a href="tqwidget.html#repaint">TQWidget</a><li>repaintCell: <a href="tqgridview.html#repaintCell">TQGridView</a><li>repaintChanged: <a href="tqtextedit.html#repaintChanged">TQTextEdit</a><li>repaintContents: <a href="tqscrollview.html#repaintContents">TQScrollView</a><li>repaintItem: @@ -2405,7 +2405,7 @@ sRect: <a href="tqgroupbox.html#setCheckable">TQGroupBox</a> <a href="tqpopupmenu.html#setCheckable">TQPopupMenu</a><li>setChecked: <a href="tqcheckbox.html#setChecked">TQCheckBox</a> <a href="tqchecktableitem.html#setChecked">TQCheckTableItem</a> <a href="tqgroupbox.html#setChecked">TQGroupBox</a> <a href="tqradiobutton.html#setChecked">TQRadioButton</a><li>setChildGeometries: <a href="tqwidgetstack.html#setChildGeometries">TQWidgetStack</a><li>setChildrenCollapsible: - <a href="ntqsplitter.html#setChildrenCollapsible">TQSplitter</a><li>setClickEnabled: + <a href="tqsplitter.html#setChildrenCollapsible">TQSplitter</a><li>setClickEnabled: <a href="tqheader.html#setClickEnabled">TQHeader</a><li>setClipRect: <a href="tqpainter.html#setClipRect">TQPainter</a><li>setClipRegion: <a href="tqpainter.html#setClipRegion">TQPainter</a><li>setClipping: @@ -2418,7 +2418,7 @@ sRect: <a href="tqtableitem.html#setCol">TQTableItem</a><li>setColSpacing: <a href="tqgridlayout.html#setColSpacing">TQGridLayout</a><li>setColStretch: <a href="tqgridlayout.html#setColStretch">TQGridLayout</a><li>setCollapsible: - <a href="ntqsplitter.html#setCollapsible">TQSplitter</a><li>setColor: + <a href="tqsplitter.html#setCollapsible">TQSplitter</a><li>setColor: <a href="tqbrush.html#setColor">TQBrush</a> <a href="tqcanvastext.html#setColor">TQCanvasText</a> <a href="tqcolordrag.html#setColor">TQColorDrag</a> <a href="tqcolorgroup.html#setColor">TQColorGroup</a> <a href="tqimage.html#setColor">TQImage</a> <a href="tqpalette.html#setColor">TQPalette</a> <a href="tqpen.html#setColor">TQPen</a> <a href="tqstylesheetitem.html#setColor">TQStyleSheetItem</a> <a href="tqtextedit.html#setColor">TQTextEdit</a><li>setColorMode: <a href="tqprinter.html#setColorMode">TQPrinter</a><li>setColorSpec: <a href="ntqapplication.html#setColorSpec">TQApplication</a><li>setColormap: @@ -2599,7 +2599,7 @@ sRect: <a href="tqscrollview.html#setHBarGeometry">TQScrollView</a><li>setHMS: <a href="tqtime.html#setHMS">TQTime</a><li>setHScrollBarMode: <a href="tqscrollview.html#setHScrollBarMode">TQScrollView</a><li>setHandleWidth: - <a href="ntqsplitter.html#setHandleWidth">TQSplitter</a><li>setHeight: + <a href="tqsplitter.html#setHandleWidth">TQSplitter</a><li>setHeight: <a href="tqlistviewitem.html#setHeight">TQListViewItem</a> <a href="tqrect.html#setHeight">TQRect</a> <a href="tqsize.html#setHeight">TQSize</a><li>setHeightForWidth: <a href="tqsizepolicy.html#setHeightForWidth">TQSizePolicy</a><li>setHelpButton: <a href="tqtabdialog.html#setHelpButton">TQTabDialog</a><li>setHelpEnabled: @@ -2672,7 +2672,7 @@ sRect: <a href="tqstylesheetitem.html#setLogicalFontSize">TQStyleSheetItem</a><li>setLogicalFontSizeStep: <a href="tqstylesheetitem.html#setLogicalFontSizeStep">TQStyleSheetItem</a><li>setLooping: <a href="tqimageconsumer.html#setLooping">TQImageConsumer</a><li>setLoops: - <a href="ntqsound.html#setLoops">TQSound</a><li>setMainWidget: + <a href="tqsound.html#setLoops">TQSound</a><li>setMainWidget: <a href="ntqapplication.html#setMainWidget">TQApplication</a><li>setManagerProperty: <a href="tqsessionmanager.html#setManagerProperty">TQSessionManager</a><li>setMapping: <a href="tqsignalmapper.html#setMapping">TQSignalMapper</a><li>setMargin: @@ -2737,14 +2737,14 @@ sRect: <a href="tqtabdialog.html#setOkButton">TQTabDialog</a><li>setOn: <a href="tqaction.html#setOn">TQAction</a> <a href="tqbutton.html#setOn">TQButton</a> <a href="tqchecklistitem.html#setOn">TQCheckListItem</a> <a href="tqpushbutton.html#setOn">TQPushButton</a> <a href="tqtoolbutton.html#setOn">TQToolButton</a><li>setOpaqueMoving: <a href="tqdockwindow.html#setOpaqueMoving">TQDockWindow</a> <a href="tqmainwindow.html#setOpaqueMoving">TQMainWindow</a><li>setOpaqueResize: - <a href="ntqsplitter.html#setOpaqueResize">TQSplitter</a><li>setOpen: + <a href="tqsplitter.html#setOpaqueResize">TQSplitter</a><li>setOpen: <a href="tqlistview.html#setOpen">TQListView</a> <a href="tqlistviewitem.html#setOpen">TQListViewItem</a> <a href="tqsqldriver.html#setOpen">TQSqlDriver</a><li>setOpenError: <a href="tqsqldriver.html#setOpenError">TQSqlDriver</a><li>setOptimization: <a href="tqpixmap.html#setOptimization">TQPixmap</a><li>setOption: <a href="tqglformat.html#setOption">TQGLFormat</a><li>setOptionEnabled: <a href="tqprinter.html#setOptionEnabled">TQPrinter</a><li>setOrder: <a href="tqdateedit.html#setOrder">TQDateEdit</a><li>setOrientation: - <a href="tqdialog.html#setOrientation">TQDialog</a> <a href="tqdockwindow.html#setOrientation">TQDockWindow</a> <a href="tqgroupbox.html#setOrientation">TQGroupBox</a> <a href="tqheader.html#setOrientation">TQHeader</a> <a href="tqprinter.html#setOrientation">TQPrinter</a> <a href="tqscrollbar.html#setOrientation">TQScrollBar</a> <a href="tqslider.html#setOrientation">TQSlider</a> <a href="ntqsplitter.html#setOrientation">TQSplitter</a><li>setOrigin: + <a href="tqdialog.html#setOrientation">TQDialog</a> <a href="tqdockwindow.html#setOrientation">TQDockWindow</a> <a href="tqgroupbox.html#setOrientation">TQGroupBox</a> <a href="tqheader.html#setOrientation">TQHeader</a> <a href="tqprinter.html#setOrientation">TQPrinter</a> <a href="tqscrollbar.html#setOrientation">TQScrollBar</a> <a href="tqslider.html#setOrientation">TQSlider</a> <a href="tqsplitter.html#setOrientation">TQSplitter</a><li>setOrigin: <a href="tqgridlayout.html#setOrigin">TQGridLayout</a><li>setOutputFileName: <a href="tqprinter.html#setOutputFileName">TQPrinter</a><li>setOutputToFile: <a href="tqprinter.html#setOutputToFile">TQPrinter</a><li>setOverlay: @@ -2774,7 +2774,7 @@ sRect: <a href="tqimage.html#setPixel">TQImage</a><li>setPixelAlignment: <a href="tqpngimagepacker.html#setPixelAlignment">TQPNGImagePacker</a><li>setPixelSize: <a href="tqfont.html#setPixelSize">TQFont</a><li>setPixmap: - <a href="tqbrush.html#setPixmap">TQBrush</a> <a href="tqbutton.html#setPixmap">TQButton</a> <a href="tqbutton.html#setPixmap">TQCheckBox</a> <a href="tqclipboard.html#setPixmap">TQClipboard</a> <a href="tqdragobject.html#setPixmap">TQDragObject</a> <a href="tqiconset.html#setPixmap">TQIconSet</a> <a href="tqiconviewitem.html#setPixmap">TQIconViewItem</a> <a href="tqlabel.html#setPixmap">TQLabel</a> <a href="tqlistviewitem.html#setPixmap">TQListViewItem</a> <a href="tqmimesourcefactory.html#setPixmap">TQMimeSourceFactory</a> <a href="tqbutton.html#setPixmap">TQPushButton</a> <a href="tqbutton.html#setPixmap">TQRadioButton</a> <a href="ntqsplashscreen.html#setPixmap">TQSplashScreen</a> <a href="tqtable.html#setPixmap">TQTable</a> <a href="tqtableitem.html#setPixmap">TQTableItem</a><li>setPixmapRect: + <a href="tqbrush.html#setPixmap">TQBrush</a> <a href="tqbutton.html#setPixmap">TQButton</a> <a href="tqbutton.html#setPixmap">TQCheckBox</a> <a href="tqclipboard.html#setPixmap">TQClipboard</a> <a href="tqdragobject.html#setPixmap">TQDragObject</a> <a href="tqiconset.html#setPixmap">TQIconSet</a> <a href="tqiconviewitem.html#setPixmap">TQIconViewItem</a> <a href="tqlabel.html#setPixmap">TQLabel</a> <a href="tqlistviewitem.html#setPixmap">TQListViewItem</a> <a href="tqmimesourcefactory.html#setPixmap">TQMimeSourceFactory</a> <a href="tqbutton.html#setPixmap">TQPushButton</a> <a href="tqbutton.html#setPixmap">TQRadioButton</a> <a href="tqsplashscreen.html#setPixmap">TQSplashScreen</a> <a href="tqtable.html#setPixmap">TQTable</a> <a href="tqtableitem.html#setPixmap">TQTableItem</a><li>setPixmapRect: <a href="tqiconviewitem.html#setPixmapRect">TQIconViewItem</a><li>setPlane: <a href="tqglformat.html#setPlane">TQGLFormat</a><li>setPoint: <a href="tqdropevent.html#setPoint">TQDropEvent</a> <a href="tqpointarray.html#setPoint">TQPointArray</a><li>setPointSize: @@ -2820,7 +2820,7 @@ sRect: <a href="tqtableitem.html#setReplaceable">TQTableItem</a><li>setRequest: <a href="tqhttprequestheader.html#setRequest">TQHttpRequestHeader</a><li>setResizeEnabled: <a href="tqdockwindow.html#setResizeEnabled">TQDockWindow</a> <a href="tqheader.html#setResizeEnabled">TQHeader</a><li>setResizeMode: - <a href="tqiconview.html#setResizeMode">TQIconView</a> <a href="tqlayout.html#setResizeMode">TQLayout</a> <a href="tqlistview.html#setResizeMode">TQListView</a> <a href="ntqsplitter.html#setResizeMode">TQSplitter</a><li>setResizePolicy: + <a href="tqiconview.html#setResizeMode">TQIconView</a> <a href="tqlayout.html#setResizeMode">TQLayout</a> <a href="tqlistview.html#setResizeMode">TQListView</a> <a href="tqsplitter.html#setResizeMode">TQSplitter</a><li>setResizePolicy: <a href="tqscrollview.html#setResizePolicy">TQScrollView</a><li>setResolution: <a href="tqprinter.html#setResolution">TQPrinter</a><li>setRestartCommand: <a href="tqsessionmanager.html#setRestartCommand">TQSessionManager</a><li>setRestartHint: @@ -2840,7 +2840,7 @@ sRect: <a href="tqgridlayout.html#setRowSpacing">TQGridLayout</a><li>setRowStretch: <a href="tqgridlayout.html#setRowStretch">TQGridLayout</a><li>setRowStretchable: <a href="tqtable.html#setRowStretchable">TQTable</a><li>setRubberband: - <a href="ntqsplitter.html#setRubberband">TQSplitter</a><li>setScaledContents: + <a href="tqsplitter.html#setRubberband">TQSplitter</a><li>setScaledContents: <a href="tqlabel.html#setScaledContents">TQLabel</a><li>setScrollBarsEnabled: <a href="tqworkspace.html#setScrollBarsEnabled">TQWorkspace</a><li>setSecond: <a href="tqtimeedit.html#setSecond">TQTimeEdit</a><li>setSegmentStyle: @@ -2868,7 +2868,7 @@ sRect: <a href="tqwidget.html#setSizeIncrement">TQWidget</a><li>setSizeLimit: <a href="tqcombobox.html#setSizeLimit">TQComboBox</a><li>setSizePolicy: <a href="tqwidget.html#setSizePolicy">TQWidget</a><li>setSizes: - <a href="ntqsplitter.html#setSizes">TQSplitter</a><li>setSmallDecimalPoint: + <a href="tqsplitter.html#setSizes">TQSplitter</a><li>setSmallDecimalPoint: <a href="tqlcdnumber.html#setSmallDecimalPoint">TQLCDNumber</a><li>setSocket: <a href="tqserversocket.html#setSocket">TQServerSocket</a> <a href="tqsocket.html#setSocket">TQSocket</a> <a href="tqsocketdevice.html#setSocket">TQSocketDevice</a><li>setSocketDevice: <a href="tqsocket.html#setSocketDevice">TQSocket</a><li>setSocketNotifierPending: @@ -3059,7 +3059,7 @@ sRect: <a href="tqwidget.html#sizeIncrement">TQWidget</a><li>sizeLimit: <a href="tqcombobox.html#sizeLimit">TQComboBox</a><li>sizePolicy: <a href="tqwidget.html#sizePolicy">TQWidget</a><li>sizes: - <a href="ntqsplitter.html#sizes">TQSplitter</a><li>skipWhiteSpace: + <a href="tqsplitter.html#sizes">TQSplitter</a><li>skipWhiteSpace: <a href="tqtextstream.html#skipWhiteSpace">TQTextStream</a><li>skippedEntity: <a href="tqxmlcontenthandler.html#skippedEntity">TQXmlContentHandler</a><li>sleep: <a href="tqthread.html#sleep">TQThread</a><li>sliderMoved: @@ -3136,7 +3136,7 @@ sRect: <a href="tqspinbox.html#stepUp">TQSpinBox</a><li>steps: <a href="tqmovie.html#steps">TQMovie</a><li>stereo: <a href="tqglformat.html#stereo">TQGLFormat</a><li>stop: - <a href="tqnetworkprotocol.html#stop">TQNetworkProtocol</a> <a href="ntqsound.html#stop">TQSound</a> <a href="tqtimer.html#stop">TQTimer</a> <a href="tqurloperator.html#stop">TQUrlOperator</a><li>stored: + <a href="tqnetworkprotocol.html#stop">TQNetworkProtocol</a> <a href="tqsound.html#stop">TQSound</a> <a href="tqtimer.html#stop">TQTimer</a> <a href="tqurloperator.html#stop">TQUrlOperator</a><li>stored: <a href="tqmetaproperty.html#stored">TQMetaProperty</a><li>streamAsFile: <a href="tqnpinstance.html#streamAsFile">TQNPInstance</a><li>streamDestroyed: <a href="tqnpinstance.html#streamDestroyed">TQNPInstance</a><li>stretch: @@ -3244,64 +3244,64 @@ tab: <a href="tqgroupbox.html#title">TQGroupBox</a> <a href="tqwizard.html#title">TQWizard</a><li>titleFont: <a href="tqwizard.html#titleFont">TQWizard</a><li>toAttr: <a href="tqdomnode.html#toAttr">TQDomNode</a><li>toBitArray: - <a href="ntqvariant.html#toBitArray">TQVariant</a><li>toBitmap: - <a href="ntqvariant.html#toBitmap">TQVariant</a><li>toBool: - <a href="ntqvariant.html#toBool">TQVariant</a><li>toBrush: - <a href="ntqvariant.html#toBrush">TQVariant</a><li>toByteArray: - <a href="ntqvariant.html#toByteArray">TQVariant</a><li>toCDATASection: + <a href="tqvariant.html#toBitArray">TQVariant</a><li>toBitmap: + <a href="tqvariant.html#toBitmap">TQVariant</a><li>toBool: + <a href="tqvariant.html#toBool">TQVariant</a><li>toBrush: + <a href="tqvariant.html#toBrush">TQVariant</a><li>toByteArray: + <a href="tqvariant.html#toByteArray">TQVariant</a><li>toCDATASection: <a href="tqdomnode.html#toCDATASection">TQDomNode</a><li>toCString: - <a href="tqdomdocument.html#toCString">TQDomDocument</a> <a href="ntqvariant.html#toCString">TQVariant</a><li>toCharacterData: + <a href="tqdomdocument.html#toCString">TQDomDocument</a> <a href="tqvariant.html#toCString">TQVariant</a><li>toCharacterData: <a href="tqdomnode.html#toCharacterData">TQDomNode</a><li>toColor: - <a href="ntqvariant.html#toColor">TQVariant</a><li>toColorGroup: - <a href="ntqvariant.html#toColorGroup">TQVariant</a><li>toComment: + <a href="tqvariant.html#toColor">TQVariant</a><li>toColorGroup: + <a href="tqvariant.html#toColorGroup">TQVariant</a><li>toComment: <a href="tqdomnode.html#toComment">TQDomNode</a><li>toCursor: - <a href="ntqvariant.html#toCursor">TQVariant</a><li>toDate: - <a href="ntqvariant.html#toDate">TQVariant</a><li>toDateTime: - <a href="ntqvariant.html#toDateTime">TQVariant</a><li>toDocument: + <a href="tqvariant.html#toCursor">TQVariant</a><li>toDate: + <a href="tqvariant.html#toDate">TQVariant</a><li>toDateTime: + <a href="tqvariant.html#toDateTime">TQVariant</a><li>toDocument: <a href="tqdomnode.html#toDocument">TQDomNode</a><li>toDocumentFragment: <a href="tqdomnode.html#toDocumentFragment">TQDomNode</a><li>toDocumentType: <a href="tqdomnode.html#toDocumentType">TQDomNode</a><li>toDouble: - <a href="tqcstring.html#toDouble">TQCString</a> <a href="tqlocale.html#toDouble">TQLocale</a> <a href="tqstring.html#toDouble">TQString</a> <a href="ntqvariant.html#toDouble">TQVariant</a><li>toElement: + <a href="tqcstring.html#toDouble">TQCString</a> <a href="tqlocale.html#toDouble">TQLocale</a> <a href="tqstring.html#toDouble">TQString</a> <a href="tqvariant.html#toDouble">TQVariant</a><li>toElement: <a href="tqdomnode.html#toElement">TQDomNode</a><li>toEntity: <a href="tqdomnode.html#toEntity">TQDomNode</a><li>toEntityReference: <a href="tqdomnode.html#toEntityReference">TQDomNode</a><li>toField: <a href="tqsqlfieldinfo.html#toField">TQSqlFieldInfo</a><li>toFirst: <a href="tqasciicacheiterator.html#toFirst">TQAsciiCacheIterator</a> <a href="tqasciidictiterator.html#toFirst">TQAsciiDictIterator</a> <a href="tqcacheiterator.html#toFirst">TQCacheIterator</a> <a href="tqdictiterator.html#toFirst">TQDictIterator</a> <a href="tqintcacheiterator.html#toFirst">TQIntCacheIterator</a> <a href="tqintdictiterator.html#toFirst">TQIntDictIterator</a> <a href="tqptrdictiterator.html#toFirst">TQPtrDictIterator</a> <a href="tqptrlistiterator.html#toFirst">TQPtrListIterator</a><li>toFloat: <a href="tqcstring.html#toFloat">TQCString</a> <a href="tqlocale.html#toFloat">TQLocale</a> <a href="tqstring.html#toFloat">TQString</a><li>toFont: - <a href="ntqvariant.html#toFont">TQVariant</a><li>toIPv4Address: + <a href="tqvariant.html#toFont">TQVariant</a><li>toIPv4Address: <a href="tqhostaddress.html#toIPv4Address">TQHostAddress</a><li>toIPv6Address: <a href="tqhostaddress.html#toIPv6Address">TQHostAddress</a><li>toIconSet: - <a href="ntqvariant.html#toIconSet">TQVariant</a><li>toImage: - <a href="ntqvariant.html#toImage">TQVariant</a><li>toInt: - <a href="tqcstring.html#toInt">TQCString</a> <a href="tqlocale.html#toInt">TQLocale</a> <a href="tqstring.html#toInt">TQString</a> <a href="ntqvariant.html#toInt">TQVariant</a><li>toKeySequence: - <a href="ntqvariant.html#toKeySequence">TQVariant</a><li>toLast: + <a href="tqvariant.html#toIconSet">TQVariant</a><li>toImage: + <a href="tqvariant.html#toImage">TQVariant</a><li>toInt: + <a href="tqcstring.html#toInt">TQCString</a> <a href="tqlocale.html#toInt">TQLocale</a> <a href="tqstring.html#toInt">TQString</a> <a href="tqvariant.html#toInt">TQVariant</a><li>toKeySequence: + <a href="tqvariant.html#toKeySequence">TQVariant</a><li>toLast: <a href="tqasciicacheiterator.html#toLast">TQAsciiCacheIterator</a> <a href="tqcacheiterator.html#toLast">TQCacheIterator</a> <a href="tqintcacheiterator.html#toLast">TQIntCacheIterator</a> <a href="tqptrlistiterator.html#toLast">TQPtrListIterator</a><li>toList: - <a href="ntqvariant.html#toList">TQVariant</a><li>toLong: + <a href="tqvariant.html#toList">TQVariant</a><li>toLong: <a href="tqcstring.html#toLong">TQCString</a> <a href="tqlocale.html#toLong">TQLocale</a> <a href="tqstring.html#toLong">TQString</a><li>toLongLong: - <a href="tqlocale.html#toLongLong">TQLocale</a> <a href="tqstring.html#toLongLong">TQString</a> <a href="ntqvariant.html#toLongLong">TQVariant</a><li>toMap: - <a href="ntqvariant.html#toMap">TQVariant</a><li>toNotation: + <a href="tqlocale.html#toLongLong">TQLocale</a> <a href="tqstring.html#toLongLong">TQString</a> <a href="tqvariant.html#toLongLong">TQVariant</a><li>toMap: + <a href="tqvariant.html#toMap">TQVariant</a><li>toNotation: <a href="tqdomnode.html#toNotation">TQDomNode</a><li>toPage: <a href="tqprinter.html#toPage">TQPrinter</a><li>toPalette: - <a href="ntqvariant.html#toPalette">TQVariant</a><li>toPen: - <a href="ntqvariant.html#toPen">TQVariant</a><li>toPixmap: - <a href="ntqvariant.html#toPixmap">TQVariant</a><li>toPoint: - <a href="ntqvariant.html#toPoint">TQVariant</a><li>toPointArray: - <a href="ntqvariant.html#toPointArray">TQVariant</a><li>toProcessingInstruction: + <a href="tqvariant.html#toPalette">TQVariant</a><li>toPen: + <a href="tqvariant.html#toPen">TQVariant</a><li>toPixmap: + <a href="tqvariant.html#toPixmap">TQVariant</a><li>toPoint: + <a href="tqvariant.html#toPoint">TQVariant</a><li>toPointArray: + <a href="tqvariant.html#toPointArray">TQVariant</a><li>toProcessingInstruction: <a href="tqdomnode.html#toProcessingInstruction">TQDomNode</a><li>toRecord: <a href="tqsqlrecordinfo.html#toRecord">TQSqlRecordInfo</a><li>toRect: - <a href="ntqvariant.html#toRect">TQVariant</a><li>toRegion: - <a href="ntqvariant.html#toRegion">TQVariant</a><li>toShort: + <a href="tqvariant.html#toRect">TQVariant</a><li>toRegion: + <a href="tqvariant.html#toRegion">TQVariant</a><li>toShort: <a href="tqcstring.html#toShort">TQCString</a> <a href="tqlocale.html#toShort">TQLocale</a> <a href="tqstring.html#toShort">TQString</a><li>toSize: - <a href="ntqvariant.html#toSize">TQVariant</a><li>toSizePolicy: - <a href="ntqvariant.html#toSizePolicy">TQVariant</a><li>toString: - <a href="tqdate.html#toString">TQDate</a> <a href="tqdatetime.html#toString">TQDateTime</a> <a href="tqdomdocument.html#toString">TQDomDocument</a> <a href="tqfont.html#toString">TQFont</a> <a href="tqhostaddress.html#toString">TQHostAddress</a> <a href="tqhttpheader.html#toString">TQHttpHeader</a> <a href="tqlocale.html#toString">TQLocale</a> <a href="tqsqlcursor.html#toString">TQSqlCursor</a> <a href="tqsqlrecord.html#toString">TQSqlRecord</a> <a href="tqtime.html#toString">TQTime</a> <a href="tqurl.html#toString">TQUrl</a> <a href="ntquuid.html#toString">TQUuid</a> <a href="ntqvariant.html#toString">TQVariant</a><li>toStringList: - <a href="tqsqlrecord.html#toStringList">TQSqlRecord</a> <a href="ntqvariant.html#toStringList">TQVariant</a><li>toText: + <a href="tqvariant.html#toSize">TQVariant</a><li>toSizePolicy: + <a href="tqvariant.html#toSizePolicy">TQVariant</a><li>toString: + <a href="tqdate.html#toString">TQDate</a> <a href="tqdatetime.html#toString">TQDateTime</a> <a href="tqdomdocument.html#toString">TQDomDocument</a> <a href="tqfont.html#toString">TQFont</a> <a href="tqhostaddress.html#toString">TQHostAddress</a> <a href="tqhttpheader.html#toString">TQHttpHeader</a> <a href="tqlocale.html#toString">TQLocale</a> <a href="tqsqlcursor.html#toString">TQSqlCursor</a> <a href="tqsqlrecord.html#toString">TQSqlRecord</a> <a href="tqtime.html#toString">TQTime</a> <a href="tqurl.html#toString">TQUrl</a> <a href="tquuid.html#toString">TQUuid</a> <a href="tqvariant.html#toString">TQVariant</a><li>toStringList: + <a href="tqsqlrecord.html#toStringList">TQSqlRecord</a> <a href="tqvariant.html#toStringList">TQVariant</a><li>toText: <a href="tqdomnode.html#toText">TQDomNode</a><li>toTime: - <a href="ntqvariant.html#toTime">TQVariant</a><li>toTime_t: + <a href="tqvariant.html#toTime">TQVariant</a><li>toTime_t: <a href="tqdatetime.html#toTime_t">TQDateTime</a><li>toUInt: - <a href="tqcstring.html#toUInt">TQCString</a> <a href="tqlocale.html#toUInt">TQLocale</a> <a href="tqstring.html#toUInt">TQString</a> <a href="ntqvariant.html#toUInt">TQVariant</a><li>toULong: + <a href="tqcstring.html#toUInt">TQCString</a> <a href="tqlocale.html#toUInt">TQLocale</a> <a href="tqstring.html#toUInt">TQString</a> <a href="tqvariant.html#toUInt">TQVariant</a><li>toULong: <a href="tqcstring.html#toULong">TQCString</a> <a href="tqlocale.html#toULong">TQLocale</a> <a href="tqstring.html#toULong">TQString</a><li>toULongLong: - <a href="tqlocale.html#toULongLong">TQLocale</a> <a href="tqstring.html#toULongLong">TQString</a> <a href="ntqvariant.html#toULongLong">TQVariant</a><li>toUShort: + <a href="tqlocale.html#toULongLong">TQLocale</a> <a href="tqstring.html#toULongLong">TQString</a> <a href="tqvariant.html#toULongLong">TQVariant</a><li>toUShort: <a href="tqcstring.html#toUShort">TQCString</a> <a href="tqlocale.html#toUShort">TQLocale</a> <a href="tqstring.html#toUShort">TQString</a><li>toUnicode: <a href="tqtextcodec.html#toUnicode">TQTextCodec</a> <a href="tqtextdecoder.html#toUnicode">TQTextDecoder</a><li>toVector: <a href="tqptrlist.html#toVector">TQPtrList</a><li>toggle: @@ -3344,10 +3344,10 @@ tab: <a href="ntqapplication.html#tryLock">TQApplication</a> <a href="tqmutex.html#tryLock">TQMutex</a><li>tryTerminate: <a href="tqprocess.html#tryTerminate">TQProcess</a><li>turnOffChild: <a href="tqchecklistitem.html#turnOffChild">TQCheckListItem</a><li>type: - <a href="ntqapplication.html#type">TQApplication</a> <a href="tqchecklistitem.html#type">TQCheckListItem</a> <a href="tqevent.html#type">TQEvent</a> <a href="tqmetaproperty.html#type">TQMetaProperty</a> <a href="tqnpstream.html#type">TQNPStream</a> <a href="tqsocketdevice.html#type">TQSocketDevice</a> <a href="tqsocketnotifier.html#type">TQSocketNotifier</a> <a href="tqsqlerror.html#type">TQSqlError</a> <a href="tqsqlfield.html#type">TQSqlField</a> <a href="tqsqlfieldinfo.html#type">TQSqlFieldInfo</a> <a href="ntqvariant.html#type">TQVariant</a> <a href="tqxmlattributes.html#type">TQXmlAttributes</a><li>typeID: + <a href="ntqapplication.html#type">TQApplication</a> <a href="tqchecklistitem.html#type">TQCheckListItem</a> <a href="tqevent.html#type">TQEvent</a> <a href="tqmetaproperty.html#type">TQMetaProperty</a> <a href="tqnpstream.html#type">TQNPStream</a> <a href="tqsocketdevice.html#type">TQSocketDevice</a> <a href="tqsocketnotifier.html#type">TQSocketNotifier</a> <a href="tqsqlerror.html#type">TQSqlError</a> <a href="tqsqlfield.html#type">TQSqlField</a> <a href="tqsqlfieldinfo.html#type">TQSqlFieldInfo</a> <a href="tqvariant.html#type">TQVariant</a> <a href="tqxmlattributes.html#type">TQXmlAttributes</a><li>typeID: <a href="tqsqlfieldinfo.html#typeID">TQSqlFieldInfo</a><li>typeName: - <a href="ntqvariant.html#typeName">TQVariant</a><li>typeToName: - <a href="ntqvariant.html#typeToName">TQVariant</a><li><a name="u"></a> + <a href="tqvariant.html#typeName">TQVariant</a><li>typeToName: + <a href="tqvariant.html#typeToName">TQVariant</a><li><a name="u"></a> ucs2: <a href="tqstring.html#ucs2">TQString</a><li>unPolish: <a href="tqstyle.html#unPolish">TQStyle</a><li>underline: @@ -3423,10 +3423,10 @@ vScrollBarMode: <a href="tqmap.html#values">TQMap</a><li>variableHeight: <a href="tqlistbox.html#variableHeight">TQListBox</a><li>variableWidth: <a href="tqlistbox.html#variableWidth">TQListBox</a><li>variant: - <a href="ntquuid.html#variant">TQUuid</a><li>verData: + <a href="tquuid.html#variant">TQUuid</a><li>verData: <a href="tqsizepolicy.html#verData">TQSizePolicy</a><li>verStretch: <a href="tqsizepolicy.html#verStretch">TQSizePolicy</a><li>version: - <a href="tqdatastream.html#version">TQDataStream</a> <a href="ntquuid.html#version">TQUuid</a><li>verticalAlignment: + <a href="tqdatastream.html#version">TQDataStream</a> <a href="tquuid.html#version">TQUuid</a><li>verticalAlignment: <a href="tqstylesheetitem.html#verticalAlignment">TQStyleSheetItem</a><li>verticalHeader: <a href="tqtable.html#verticalHeader">TQTable</a><li>verticalScrollBar: <a href="tqscrollview.html#verticalScrollBar">TQScrollView</a><li>verticalSliderPressed: diff --git a/doc/html/groups.html b/doc/html/groups.html index 22356ee99..c12c787d2 100644 --- a/doc/html/groups.html +++ b/doc/html/groups.html @@ -116,7 +116,7 @@ including menus, toolbars, workspace, etc. <td valign="top"><a href="dialogs.html">Standard Dialogs</a> <td valign="top">Ready-made dialogs for file, font, color selection and more. <tr bgcolor="#f0f0f0"> -<td valign="top"><a href="ntqtl.html">Template Library</a> +<td valign="top"><a href="tqtl.html">Template Library</a> <td valign="top">TQt's template library container classes. <tr bgcolor="#d0d0d0"> <td valign="top"><a href="text.html">Text Related Classes</a> diff --git a/doc/html/headerfilesynonyms b/doc/html/headerfilesynonyms index 545dd5a34..7407d59dd 100644 --- a/doc/html/headerfilesynonyms +++ b/doc/html/headerfilesynonyms @@ -63,7 +63,7 @@ tqmoveevent.h tqevent.h tqresizeevent.h tqevent.h tqcloseevent.h tqevent.h tqicondragevent.h tqevent.h -qshowevent.h tqevent.h +tqshowevent.h tqevent.h tqhideevent.h tqevent.h tqcontextmenuevent.h tqevent.h tqimevent.h tqevent.h diff --git a/doc/html/headers.html b/doc/html/headers.html index c31613d5e..ff4ae8292 100644 --- a/doc/html/headers.html +++ b/doc/html/headers.html @@ -203,10 +203,10 @@ body { background: #ffffff; color: black; } <li><a href="tqsocket-h.html">tqsocket.h</a> <li><a href="tqsocketdevice-h.html">tqsocketdevice.h</a> <li><a href="tqsocketnotifier-h.html">tqsocketnotifier.h</a> -<li><a href="qsound-h.html">ntqsound.h</a> +<li><a href="tqsound-h.html">tqsound.h</a> <li><a href="tqspinbox-h.html">tqspinbox.h</a> -<li><a href="qsplashscreen-h.html">ntqsplashscreen.h</a> -<li><a href="qsplitter-h.html">ntqsplitter.h</a> +<li><a href="tqsplashscreen-h.html">tqsplashscreen.h</a> +<li><a href="tqsplitter-h.html">tqsplitter.h</a> <li><a href="tqsql-h.html">tqsql.h</a> <li><a href="tqsqlcursor-h.html">tqsqlcursor.h</a> <li><a href="tqsqldatabase-h.html">tqsqldatabase.h</a> @@ -253,12 +253,12 @@ body { background: #ffffff; color: black; } <li><a href="tqurl-h.html">tqurl.h</a> <li><a href="tqurlinfo-h.html">tqurlinfo.h</a> <li><a href="tqurloperator-h.html">tqurloperator.h</a> -<li><a href="quuid-h.html">ntquuid.h</a> +<li><a href="tquuid-h.html">tquuid.h</a> <li><a href="tqvalidator-h.html">tqvalidator.h</a> <li><a href="tqvaluelist-h.html">tqvaluelist.h</a> <li><a href="tqvaluestack-h.html">tqvaluestack.h</a> <li><a href="tqvaluevector-h.html">tqvaluevector.h</a> -<li><a href="qvariant-h.html">ntqvariant.h</a> +<li><a href="tqvariant-h.html">tqvariant.h</a> <li><a href="tqvbox-h.html">tqvbox.h</a> <li><a href="tqvbuttongroup-h.html">tqvbuttongroup.h</a> <li><a href="tqvgroupbox-h.html">tqvgroupbox.h</a> @@ -268,7 +268,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidgetfactory-h.html">tqwidgetfactory.h</a> <li><a href="tqwidgetplugin-h.html">tqwidgetplugin.h</a> <li><a href="tqwidgetstack-h.html">tqwidgetstack.h</a> -<li><a href="qwindowdefs-h.html">ntqwindowdefs.h</a> +<li><a href="tqwindowdefs-h.html">tqwindowdefs.h</a> <li><a href="tqwindowsstyle-h.html">tqwindowsstyle.h</a> <li><a href="tqwizard-h.html">tqwizard.h</a> <li><a href="tqwmatrix-h.html">tqwmatrix.h</a> diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index 479afea8c..6142b00f0 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -238,7 +238,7 @@ classes in the TQt API. <li><a href="tqstylefactory.html">TQStyleFactory</a> <li><a href="tqstyleoption.html">TQStyleOption</a> <li><a href="tqstyleplugin.html">TQStylePlugin</a> -<li><a href="ntqt.html">TQt</a> +<li><a href="tqt.html">TQt</a> <ul> <li><a href="tqbrush.html">TQBrush</a> <li><a href="tqcanvasitem.html">TQCanvasItem</a> @@ -281,7 +281,7 @@ classes in the TQt API. <li><a href="tqmoveevent.html">TQMoveEvent</a> <li><a href="tqpaintevent.html">TQPaintEvent</a> <li><a href="tqresizeevent.html">TQResizeEvent</a> -<li><a href="qshowevent.html">TQShowEvent</a> +<li><a href="tqshowevent.html">TQShowEvent</a> <li><a href="tqtabletevent.html">TQTabletEvent</a> <li><a href="tqtimerevent.html">TQTimerEvent</a> <li><a href="qwheelevent.html">TQWheelEvent</a> @@ -353,7 +353,7 @@ classes in the TQt API. <li><a href="tqsignalmapper.html">TQSignalMapper</a> <li><a href="tqsocket.html">TQSocket</a> <li><a href="tqsocketnotifier.html">TQSocketNotifier</a> -<li><a href="ntqsound.html">TQSound</a> +<li><a href="tqsound.html">TQSound</a> <li><a href="tqsqldatabase.html">TQSqlDatabase</a> <li><a href="tqsqldriver.html">TQSqlDriver</a> <li><a href="tqsqlform.html">TQSqlForm</a> @@ -464,7 +464,7 @@ classes in the TQt API. <li><a href="tqtextview.html">TQTextView</a> </ul> </ul> -<li><a href="ntqsplitter.html">TQSplitter</a> +<li><a href="tqsplitter.html">TQSplitter</a> <li><a href="tqtoolbox.html">TQToolBox</a> <li><a href="tqwidgetstack.html">TQWidgetStack</a> </ul> @@ -477,7 +477,7 @@ classes in the TQt API. <li><a href="tqsizegrip.html">TQSizeGrip</a> <li><a href="tqslider.html">TQSlider</a> <li><a href="tqspinbox.html">TQSpinBox</a> -<li><a href="ntqsplashscreen.html">TQSplashScreen</a> +<li><a href="tqsplashscreen.html">TQSplashScreen</a> <li><a href="tqstatusbar.html">TQStatusBar</a> <li><a href="tqtabbar.html">TQTabBar</a> <li><a href="tqtabwidget.html">TQTabWidget</a> @@ -528,7 +528,7 @@ classes in the TQt API. <li><a href="tqtranslatormessage.html">TQTranslatorMessage</a> <li><a href="tqurl.html">TQUrl</a> <li><a href="tqurlinfo.html">TQUrlInfo</a> -<li><a href="ntquuid.html">TQUuid</a> +<li><a href="tquuid.html">TQUuid</a> <li><a href="tqvaluelist.html">TQValueList</a> <ul> <li><a href="tqcanvasitemlist.html">TQCanvasItemList</a> @@ -538,7 +538,7 @@ classes in the TQt API. <li><a href="tqvaluelistconstiterator.html">TQValueListConstIterator</a> <li><a href="tqvaluelistiterator.html">TQValueListIterator</a> <li><a href="tqvaluevector.html">TQValueVector</a> -<li><a href="ntqvariant.html">TQVariant</a> +<li><a href="tqvariant.html">TQVariant</a> <li><a href="tqwaitcondition.html">TQWaitCondition</a> <li><a href="tqwidgetfactory.html">TQWidgetFactory</a> <li><a href="tqwidgetplugin.html">TQWidgetPlugin</a> diff --git a/doc/html/how-to-learn-ntqt.html b/doc/html/how-to-learn-tqt.html index 1e8675c1b..1e8675c1b 100644 --- a/doc/html/how-to-learn-ntqt.html +++ b/doc/html/how-to-learn-tqt.html diff --git a/doc/html/iconview-simple_dd-main-cpp.html b/doc/html/iconview-simple_dd-main-cpp.html index de9a6d21b..0bda4e370 100644 --- a/doc/html/iconview-simple_dd-main-cpp.html +++ b/doc/html/iconview-simple_dd-main-cpp.html @@ -195,7 +195,7 @@ int main( int argc, char *argv[] ) <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); // Create and show the widgets - <a href="ntqsplitter.html">TQSplitter</a> *split = new <a href="ntqsplitter.html">TQSplitter</a>(); + <a href="tqsplitter.html">TQSplitter</a> *split = new <a href="tqsplitter.html">TQSplitter</a>(); DDIconView *iv = new DDIconView( split ); (void) new DDListBox( split ); app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( split ); diff --git a/doc/html/iconview-simple_dd-main-h.html b/doc/html/iconview-simple_dd-main-h.html index cbce8eece..35362f2fe 100644 --- a/doc/html/iconview-simple_dd-main-h.html +++ b/doc/html/iconview-simple_dd-main-h.html @@ -44,7 +44,7 @@ body { background: #ffffff; color: black; } #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqcursor-h.html">tqcursor.h</a>> -#include <<a href="qsplitter-h.html">ntqsplitter.h</a>> +#include <<a href="tqsplitter-h.html">tqsplitter.h</a>> #include <<a href="tqlistbox-h.html">tqlistbox.h</a>> #include <<a href="tqiconview-h.html">tqiconview.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> diff --git a/doc/html/index b/doc/html/index index f9b9d8e33..681eade10 100644 --- a/doc/html/index +++ b/doc/html/index @@ -7,7 +7,7 @@ "A Rectangle Draw \"Benchmark\"" forever-example.html "A Small Application for Testing Regular Expressions" regexptester-example.html "A Tiny Example Featuring a Toggle Action" toggleaction-example.html -"A Tiny QTL Example" qtl-tqvaluelist-example.html +"A Tiny TQTL Example" tqtl-tqvaluelist-example.html "A qt-interest mail archive search" archivesearch-example.html "A simple HTTP daemon" httpd-example.html "A simple NNTP implementation" networkprotocol-example.html @@ -16,7 +16,7 @@ "A small client-server example" clientserver-example.html "A tiny SAX2 parser" tagreader-example.html "About Modules" modules.html -"About Qt" aboutntqt.html +"About Qt" abouttqt.html "About Unicode" unicode.html "About the Visual Studio Integration Plugin" integration.html "Advanced use of tool tips" tooltip-example.html @@ -43,7 +43,7 @@ "Data Elements" tutorial2-03.html "Debugging Techniques" debug.html "Demonstration of SAX2 features" tagreader-with-features-example.html -"Deploying TQt Applications" distributingntqt.html +"Deploying TQt Applications" distributingtqt.html "Digital Clock" dclock-example.html "Drag and Drop" dnd.html "Drag and Drop" dragdrop-example.html @@ -60,7 +60,7 @@ "Header File Index" headers.html "Hello, World" hello-example.html "Helpsystem" helpsystem-example.html -"How to Learn Qt" how-to-learn-ntqt.html +"How to Learn Qt" how-to-learn-tqt.html "How to Report A Bug" bughowto.html "How to create a large, sparse TQTable" bigtable-example.html "How to use X11 overlays with the TQt OpenGL extension" opengl-x11-overlays.html @@ -5243,7 +5243,7 @@ "TQSettings::subkeyList" tqsettings.html#subkeyList "TQSettings::writeEntry" tqsettings.html#writeEntry "TQSettings::~TQSettings" tqsettings.html#~TQSettings -"QShowEvent" qshowevent.html +"TQShowEvent" tqshowevent.html "TQSignal" tqsignal.html "TQSignal::activate" tqsignal.html#activate "TQSignal::connect" tqsignal.html#connect @@ -5448,17 +5448,17 @@ "TQSocketNotifier::socket" tqsocketnotifier.html#socket "TQSocketNotifier::type" tqsocketnotifier.html#type "TQSocketNotifier::~TQSocketNotifier" tqsocketnotifier.html#~TQSocketNotifier -"QSound" ntqsound.html -"QSound::available" ntqsound.html#available -"QSound::fileName" ntqsound.html#fileName -"QSound::isAvailable" ntqsound.html#isAvailable -"QSound::isFinished" ntqsound.html#isFinished -"QSound::loops" ntqsound.html#loops -"QSound::loopsRemaining" ntqsound.html#loopsRemaining -"QSound::play" ntqsound.html#play -"QSound::setLoops" ntqsound.html#setLoops -"QSound::stop" ntqsound.html#stop -"QSound::~QSound" ntqsound.html#~QSound +"TQSound" tqsound.html +"TQSound::available" tqsound.html#available +"TQSound::fileName" tqsound.html#fileName +"TQSound::isAvailable" tqsound.html#isAvailable +"TQSound::isFinished" tqsound.html#isFinished +"TQSound::loops" tqsound.html#loops +"TQSound::loopsRemaining" tqsound.html#loopsRemaining +"TQSound::play" tqsound.html#play +"TQSound::setLoops" tqsound.html#setLoops +"TQSound::stop" tqsound.html#stop +"TQSound::~TQSound" tqsound.html#~TQSound "TQSpacerItem" tqspaceritem.html "TQSpacerItem::changeSize" tqspaceritem.html#changeSize "TQSpacerItem::expanding" tqspaceritem.html#expanding @@ -5540,45 +5540,45 @@ "TQSpinWidget::updateDisplay" tqspinwidget.html#updateDisplay "TQSpinWidget::wheelEvent" tqspinwidget.html#wheelEvent "TQSpinWidget::~TQSpinWidget" tqspinwidget.html#~TQSpinWidget -"QSplashScreen" ntqsplashscreen.html -"QSplashScreen::clear" ntqsplashscreen.html#clear -"QSplashScreen::drawContents" ntqsplashscreen.html#drawContents -"QSplashScreen::finish" ntqsplashscreen.html#finish -"QSplashScreen::message" ntqsplashscreen.html#message -"QSplashScreen::messageChanged" ntqsplashscreen.html#messageChanged -"QSplashScreen::pixmap" ntqsplashscreen.html#pixmap -"QSplashScreen::repaint" ntqsplashscreen.html#repaint -"QSplashScreen::setPixmap" ntqsplashscreen.html#setPixmap -"QSplashScreen::~QSplashScreen" ntqsplashscreen.html#~QSplashScreen -"QSplitter" ntqsplitter.html -"QSplitter::ResizeMode" ntqsplitter.html#ResizeMode -"QSplitter::adjustPos" ntqsplitter.html#adjustPos -"QSplitter::childEvent" ntqsplitter.html#childEvent -"QSplitter::childrenCollapsible" ntqsplitter.html#childrenCollapsible -"QSplitter::childrenCollapsible" ntqsplitter.html#childrenCollapsible-prop -"QSplitter::getRange" ntqsplitter.html#getRange -"QSplitter::handleWidth" ntqsplitter.html#handleWidth -"QSplitter::handleWidth" ntqsplitter.html#handleWidth-prop -"QSplitter::idAfter" ntqsplitter.html#idAfter -"QSplitter::moveSplitter" ntqsplitter.html#moveSplitter -"QSplitter::moveToFirst" ntqsplitter.html#moveToFirst -"QSplitter::moveToLast" ntqsplitter.html#moveToLast -"QSplitter::opaqueResize" ntqsplitter.html#opaqueResize -"QSplitter::opaqueResize" ntqsplitter.html#opaqueResize-prop -"QSplitter::orientation" ntqsplitter.html#orientation -"QSplitter::orientation" ntqsplitter.html#orientation-prop -"QSplitter::processChildEvents" ntqsplitter.html#processChildEvents -"QSplitter::refresh" ntqsplitter.html#refresh -"QSplitter::setChildrenCollapsible" ntqsplitter.html#setChildrenCollapsible -"QSplitter::setCollapsible" ntqsplitter.html#setCollapsible -"QSplitter::setHandleWidth" ntqsplitter.html#setHandleWidth -"QSplitter::setOpaqueResize" ntqsplitter.html#setOpaqueResize -"QSplitter::setOrientation" ntqsplitter.html#setOrientation -"QSplitter::setResizeMode" ntqsplitter.html#setResizeMode -"QSplitter::setRubberband" ntqsplitter.html#setRubberband -"QSplitter::setSizes" ntqsplitter.html#setSizes -"QSplitter::sizes" ntqsplitter.html#sizes -"QSplitter::~QSplitter" ntqsplitter.html#~QSplitter +"TQSplashScreen" tqsplashscreen.html +"TQSplashScreen::clear" tqsplashscreen.html#clear +"TQSplashScreen::drawContents" tqsplashscreen.html#drawContents +"TQSplashScreen::finish" tqsplashscreen.html#finish +"TQSplashScreen::message" tqsplashscreen.html#message +"TQSplashScreen::messageChanged" tqsplashscreen.html#messageChanged +"TQSplashScreen::pixmap" tqsplashscreen.html#pixmap +"TQSplashScreen::repaint" tqsplashscreen.html#repaint +"TQSplashScreen::setPixmap" tqsplashscreen.html#setPixmap +"TQSplashScreen::~TQSplashScreen" tqsplashscreen.html#~TQSplashScreen +"TQSplitter" tqsplitter.html +"TQSplitter::ResizeMode" tqsplitter.html#ResizeMode +"TQSplitter::adjustPos" tqsplitter.html#adjustPos +"TQSplitter::childEvent" tqsplitter.html#childEvent +"TQSplitter::childrenCollapsible" tqsplitter.html#childrenCollapsible +"TQSplitter::childrenCollapsible" tqsplitter.html#childrenCollapsible-prop +"TQSplitter::getRange" tqsplitter.html#getRange +"TQSplitter::handleWidth" tqsplitter.html#handleWidth +"TQSplitter::handleWidth" tqsplitter.html#handleWidth-prop +"TQSplitter::idAfter" tqsplitter.html#idAfter +"TQSplitter::moveSplitter" tqsplitter.html#moveSplitter +"TQSplitter::moveToFirst" tqsplitter.html#moveToFirst +"TQSplitter::moveToLast" tqsplitter.html#moveToLast +"TQSplitter::opaqueResize" tqsplitter.html#opaqueResize +"TQSplitter::opaqueResize" tqsplitter.html#opaqueResize-prop +"TQSplitter::orientation" tqsplitter.html#orientation +"TQSplitter::orientation" tqsplitter.html#orientation-prop +"TQSplitter::processChildEvents" tqsplitter.html#processChildEvents +"TQSplitter::refresh" tqsplitter.html#refresh +"TQSplitter::setChildrenCollapsible" tqsplitter.html#setChildrenCollapsible +"TQSplitter::setCollapsible" tqsplitter.html#setCollapsible +"TQSplitter::setHandleWidth" tqsplitter.html#setHandleWidth +"TQSplitter::setOpaqueResize" tqsplitter.html#setOpaqueResize +"TQSplitter::setOrientation" tqsplitter.html#setOrientation +"TQSplitter::setResizeMode" tqsplitter.html#setResizeMode +"TQSplitter::setRubberband" tqsplitter.html#setRubberband +"TQSplitter::setSizes" tqsplitter.html#setSizes +"TQSplitter::sizes" tqsplitter.html#sizes +"TQSplitter::~TQSplitter" tqsplitter.html#~TQSplitter "TQSql" tqsql.html "TQSql::Confirm" tqsql.html#Confirm "TQSql::Location" tqsql.html#Location @@ -7003,20 +7003,20 @@ "TQUrlOperator::startedNextCopy" tqurloperator.html#startedNextCopy "TQUrlOperator::stop" tqurloperator.html#stop "TQUrlOperator::~TQUrlOperator" tqurloperator.html#~TQUrlOperator -"QUuid" ntquuid.html -"QUuid::Variant" ntquuid.html#Variant -"QUuid::Version" ntquuid.html#Version -"QUuid::createUuid" ntquuid.html#createUuid -"QUuid::isNull" ntquuid.html#isNull -"QUuid::operator TQString" ntquuid.html#operator-TQString -"QUuid::operator!=" ntquuid.html#operator!-eq -"QUuid::operator<" ntquuid.html#operator-lt -"QUuid::operator=" ntquuid.html#operator-eq -"QUuid::operator==" ntquuid.html#operator-eq-eq -"QUuid::operator>" ntquuid.html#operator-gt -"QUuid::toString" ntquuid.html#toString -"QUuid::variant" ntquuid.html#variant -"QUuid::version" ntquuid.html#version +"TQUuid" tquuid.html +"TQUuid::Variant" tquuid.html#Variant +"TQUuid::Version" tquuid.html#Version +"TQUuid::createUuid" tquuid.html#createUuid +"TQUuid::isNull" tquuid.html#isNull +"TQUuid::operator TQString" tquuid.html#operator-TQString +"TQUuid::operator!=" tquuid.html#operator!-eq +"TQUuid::operator<" tquuid.html#operator-lt +"TQUuid::operator=" tquuid.html#operator-eq +"TQUuid::operator==" tquuid.html#operator-eq-eq +"TQUuid::operator>" tquuid.html#operator-gt +"TQUuid::toString" tquuid.html#toString +"TQUuid::variant" tquuid.html#variant +"TQUuid::version" tquuid.html#version "TQVBox" tqvbox.html "TQVBoxLayout" tqvboxlayout.html "TQVBoxLayout::~TQVBoxLayout" tqvboxlayout.html#~TQVBoxLayout @@ -7139,89 +7139,89 @@ "TQValueVector::size_type" tqvaluevector.html#size_type "TQValueVector::value_type" tqvaluevector.html#value_type "TQValueVector::~TQValueVector" tqvaluevector.html#~TQValueVector -"QVariant" ntqvariant.html -"QVariant::Type" ntqvariant.html#Type -"QVariant::asBitArray" ntqvariant.html#asBitArray -"QVariant::asBitmap" ntqvariant.html#asBitmap -"QVariant::asBool" ntqvariant.html#asBool -"QVariant::asBrush" ntqvariant.html#asBrush -"QVariant::asByteArray" ntqvariant.html#asByteArray -"QVariant::asCString" ntqvariant.html#asCString -"QVariant::asColor" ntqvariant.html#asColor -"QVariant::asColorGroup" ntqvariant.html#asColorGroup -"QVariant::asCursor" ntqvariant.html#asCursor -"QVariant::asDate" ntqvariant.html#asDate -"QVariant::asDateTime" ntqvariant.html#asDateTime -"QVariant::asDouble" ntqvariant.html#asDouble -"QVariant::asFont" ntqvariant.html#asFont -"QVariant::asIconSet" ntqvariant.html#asIconSet -"QVariant::asImage" ntqvariant.html#asImage -"QVariant::asInt" ntqvariant.html#asInt -"QVariant::asKeySequence" ntqvariant.html#asKeySequence -"QVariant::asList" ntqvariant.html#asList -"QVariant::asLongLong" ntqvariant.html#asLongLong -"QVariant::asMap" ntqvariant.html#asMap -"QVariant::asPalette" ntqvariant.html#asPalette -"QVariant::asPen" ntqvariant.html#asPen -"QVariant::asPixmap" ntqvariant.html#asPixmap -"QVariant::asPoint" ntqvariant.html#asPoint -"QVariant::asPointArray" ntqvariant.html#asPointArray -"QVariant::asRect" ntqvariant.html#asRect -"QVariant::asRegion" ntqvariant.html#asRegion -"QVariant::asSize" ntqvariant.html#asSize -"QVariant::asSizePolicy" ntqvariant.html#asSizePolicy -"QVariant::asString" ntqvariant.html#asString -"QVariant::asStringList" ntqvariant.html#asStringList -"QVariant::asTime" ntqvariant.html#asTime -"QVariant::asUInt" ntqvariant.html#asUInt -"QVariant::asULongLong" ntqvariant.html#asULongLong -"QVariant::canCast" ntqvariant.html#canCast -"QVariant::cast" ntqvariant.html#cast -"QVariant::clear" ntqvariant.html#clear -"QVariant::isNull" ntqvariant.html#isNull -"QVariant::isValid" ntqvariant.html#isValid -"QVariant::nameToType" ntqvariant.html#nameToType -"QVariant::operator!=" ntqvariant.html#operator!-eq -"QVariant::operator=" ntqvariant.html#operator-eq -"QVariant::operator==" ntqvariant.html#operator-eq-eq -"QVariant::toBitArray" ntqvariant.html#toBitArray -"QVariant::toBitmap" ntqvariant.html#toBitmap -"QVariant::toBool" ntqvariant.html#toBool -"QVariant::toBrush" ntqvariant.html#toBrush -"QVariant::toByteArray" ntqvariant.html#toByteArray -"QVariant::toCString" ntqvariant.html#toCString -"QVariant::toColor" ntqvariant.html#toColor -"QVariant::toColorGroup" ntqvariant.html#toColorGroup -"QVariant::toCursor" ntqvariant.html#toCursor -"QVariant::toDate" ntqvariant.html#toDate -"QVariant::toDateTime" ntqvariant.html#toDateTime -"QVariant::toDouble" ntqvariant.html#toDouble -"QVariant::toFont" ntqvariant.html#toFont -"QVariant::toIconSet" ntqvariant.html#toIconSet -"QVariant::toImage" ntqvariant.html#toImage -"QVariant::toInt" ntqvariant.html#toInt -"QVariant::toKeySequence" ntqvariant.html#toKeySequence -"QVariant::toList" ntqvariant.html#toList -"QVariant::toLongLong" ntqvariant.html#toLongLong -"QVariant::toMap" ntqvariant.html#toMap -"QVariant::toPalette" ntqvariant.html#toPalette -"QVariant::toPen" ntqvariant.html#toPen -"QVariant::toPixmap" ntqvariant.html#toPixmap -"QVariant::toPoint" ntqvariant.html#toPoint -"QVariant::toPointArray" ntqvariant.html#toPointArray -"QVariant::toRect" ntqvariant.html#toRect -"QVariant::toRegion" ntqvariant.html#toRegion -"QVariant::toSize" ntqvariant.html#toSize -"QVariant::toSizePolicy" ntqvariant.html#toSizePolicy -"QVariant::toString" ntqvariant.html#toString -"QVariant::toStringList" ntqvariant.html#toStringList -"QVariant::toTime" ntqvariant.html#toTime -"QVariant::toUInt" ntqvariant.html#toUInt -"QVariant::toULongLong" ntqvariant.html#toULongLong -"QVariant::type" ntqvariant.html#type -"QVariant::typeName" ntqvariant.html#typeName -"QVariant::typeToName" ntqvariant.html#typeToName -"QVariant::~QVariant" ntqvariant.html#~QVariant +"TQVariant" tqvariant.html +"TQVariant::Type" tqvariant.html#Type +"TQVariant::asBitArray" tqvariant.html#asBitArray +"TQVariant::asBitmap" tqvariant.html#asBitmap +"TQVariant::asBool" tqvariant.html#asBool +"TQVariant::asBrush" tqvariant.html#asBrush +"TQVariant::asByteArray" tqvariant.html#asByteArray +"TQVariant::asCString" tqvariant.html#asCString +"TQVariant::asColor" tqvariant.html#asColor +"TQVariant::asColorGroup" tqvariant.html#asColorGroup +"TQVariant::asCursor" tqvariant.html#asCursor +"TQVariant::asDate" tqvariant.html#asDate +"TQVariant::asDateTime" tqvariant.html#asDateTime +"TQVariant::asDouble" tqvariant.html#asDouble +"TQVariant::asFont" tqvariant.html#asFont +"TQVariant::asIconSet" tqvariant.html#asIconSet +"TQVariant::asImage" tqvariant.html#asImage +"TQVariant::asInt" tqvariant.html#asInt +"TQVariant::asKeySequence" tqvariant.html#asKeySequence +"TQVariant::asList" tqvariant.html#asList +"TQVariant::asLongLong" tqvariant.html#asLongLong +"TQVariant::asMap" tqvariant.html#asMap +"TQVariant::asPalette" tqvariant.html#asPalette +"TQVariant::asPen" tqvariant.html#asPen +"TQVariant::asPixmap" tqvariant.html#asPixmap +"TQVariant::asPoint" tqvariant.html#asPoint +"TQVariant::asPointArray" tqvariant.html#asPointArray +"TQVariant::asRect" tqvariant.html#asRect +"TQVariant::asRegion" tqvariant.html#asRegion +"TQVariant::asSize" tqvariant.html#asSize +"TQVariant::asSizePolicy" tqvariant.html#asSizePolicy +"TQVariant::asString" tqvariant.html#asString +"TQVariant::asStringList" tqvariant.html#asStringList +"TQVariant::asTime" tqvariant.html#asTime +"TQVariant::asUInt" tqvariant.html#asUInt +"TQVariant::asULongLong" tqvariant.html#asULongLong +"TQVariant::canCast" tqvariant.html#canCast +"TQVariant::cast" tqvariant.html#cast +"TQVariant::clear" tqvariant.html#clear +"TQVariant::isNull" tqvariant.html#isNull +"TQVariant::isValid" tqvariant.html#isValid +"TQVariant::nameToType" tqvariant.html#nameToType +"TQVariant::operator!=" tqvariant.html#operator!-eq +"TQVariant::operator=" tqvariant.html#operator-eq +"TQVariant::operator==" tqvariant.html#operator-eq-eq +"TQVariant::toBitArray" tqvariant.html#toBitArray +"TQVariant::toBitmap" tqvariant.html#toBitmap +"TQVariant::toBool" tqvariant.html#toBool +"TQVariant::toBrush" tqvariant.html#toBrush +"TQVariant::toByteArray" tqvariant.html#toByteArray +"TQVariant::toCString" tqvariant.html#toCString +"TQVariant::toColor" tqvariant.html#toColor +"TQVariant::toColorGroup" tqvariant.html#toColorGroup +"TQVariant::toCursor" tqvariant.html#toCursor +"TQVariant::toDate" tqvariant.html#toDate +"TQVariant::toDateTime" tqvariant.html#toDateTime +"TQVariant::toDouble" tqvariant.html#toDouble +"TQVariant::toFont" tqvariant.html#toFont +"TQVariant::toIconSet" tqvariant.html#toIconSet +"TQVariant::toImage" tqvariant.html#toImage +"TQVariant::toInt" tqvariant.html#toInt +"TQVariant::toKeySequence" tqvariant.html#toKeySequence +"TQVariant::toList" tqvariant.html#toList +"TQVariant::toLongLong" tqvariant.html#toLongLong +"TQVariant::toMap" tqvariant.html#toMap +"TQVariant::toPalette" tqvariant.html#toPalette +"TQVariant::toPen" tqvariant.html#toPen +"TQVariant::toPixmap" tqvariant.html#toPixmap +"TQVariant::toPoint" tqvariant.html#toPoint +"TQVariant::toPointArray" tqvariant.html#toPointArray +"TQVariant::toRect" tqvariant.html#toRect +"TQVariant::toRegion" tqvariant.html#toRegion +"TQVariant::toSize" tqvariant.html#toSize +"TQVariant::toSizePolicy" tqvariant.html#toSizePolicy +"TQVariant::toString" tqvariant.html#toString +"TQVariant::toStringList" tqvariant.html#toStringList +"TQVariant::toTime" tqvariant.html#toTime +"TQVariant::toUInt" tqvariant.html#toUInt +"TQVariant::toULongLong" tqvariant.html#toULongLong +"TQVariant::type" tqvariant.html#type +"TQVariant::typeName" tqvariant.html#typeName +"TQVariant::typeToName" tqvariant.html#typeToName +"TQVariant::~TQVariant" tqvariant.html#~TQVariant "TQWMatrix" tqwmatrix.html "TQWMatrix::TransformationMode" tqwmatrix.html#TransformationMode "TQWMatrix::det" tqwmatrix.html#det @@ -7776,7 +7776,7 @@ "QXtWidget::~QXtWidget" qxtwidget.html#~QXtWidget "Q_ASSERT" ntqapplication.html#Q_ASSERT "TQ_CHECK_PTR" ntqapplication.html#TQ_CHECK_PTR -"Qt" ntqt.html +"Qt" tqt.html "TQt Commercial Editions" commercialeditions.html "TQt Demo" demo-example.html "TQt Distribution Example" distributor-example.html @@ -7811,38 +7811,38 @@ "Qt's Tools" tools-list.html "Qt/Mac Issues" mac-differences.html "Qt/Mac is Mac OS X Native" qtmac-as-native.html -"TQt::AlignmentFlags" ntqt.html#AlignmentFlags -"TQt::AnchorAttribute" ntqt.html#AnchorAttribute -"TQt::ArrowType" ntqt.html#ArrowType -"TQt::BGMode" ntqt.html#BGMode -"TQt::BackgroundMode" ntqt.html#BackgroundMode -"TQt::BrushStyle" ntqt.html#BrushStyle -"TQt::ButtonState" ntqt.html#ButtonState -"TQt::Corner" ntqt.html#Corner -"TQt::CursorShape" ntqt.html#CursorShape -"TQt::DateFormat" ntqt.html#DateFormat -"TQt::Dock" ntqt.html#Dock -"TQt::ImageConversionFlags" ntqt.html#ImageConversionFlags -"TQt::Key" ntqt.html#Key -"TQt::MacintoshVersion" ntqt.html#MacintoshVersion -"TQt::Modifier" ntqt.html#Modifier -"TQt::Orientation" ntqt.html#Orientation -"TQt::PaintUnit" ntqt.html#PaintUnit -"TQt::PenCapStyle" ntqt.html#PenCapStyle -"TQt::PenJoinStyle" ntqt.html#PenJoinStyle -"TQt::PenStyle" ntqt.html#PenStyle -"TQt::RasterOp" ntqt.html#RasterOp -"TQt::SequenceMatch" ntqt.html#SequenceMatch -"TQt::SortOrder" ntqt.html#SortOrder -"TQt::StringComparisonMode" ntqt.html#StringComparisonMode -"TQt::TextFlags" ntqt.html#TextFlags -"TQt::TextFormat" ntqt.html#TextFormat -"TQt::TimeSpec" ntqt.html#TimeSpec -"TQt::UIEffect" ntqt.html#UIEffect -"TQt::WidgetFlags" ntqt.html#WidgetFlags -"TQt::WidgetState" ntqt.html#WidgetState -"TQt::WindowState" ntqt.html#WindowState -"TQt::WindowsVersion" ntqt.html#WindowsVersion +"TQt::AlignmentFlags" tqt.html#AlignmentFlags +"TQt::AnchorAttribute" tqt.html#AnchorAttribute +"TQt::ArrowType" tqt.html#ArrowType +"TQt::BGMode" tqt.html#BGMode +"TQt::BackgroundMode" tqt.html#BackgroundMode +"TQt::BrushStyle" tqt.html#BrushStyle +"TQt::ButtonState" tqt.html#ButtonState +"TQt::Corner" tqt.html#Corner +"TQt::CursorShape" tqt.html#CursorShape +"TQt::DateFormat" tqt.html#DateFormat +"TQt::Dock" tqt.html#Dock +"TQt::ImageConversionFlags" tqt.html#ImageConversionFlags +"TQt::Key" tqt.html#Key +"TQt::MacintoshVersion" tqt.html#MacintoshVersion +"TQt::Modifier" tqt.html#Modifier +"TQt::Orientation" tqt.html#Orientation +"TQt::PaintUnit" tqt.html#PaintUnit +"TQt::PenCapStyle" tqt.html#PenCapStyle +"TQt::PenJoinStyle" tqt.html#PenJoinStyle +"TQt::PenStyle" tqt.html#PenStyle +"TQt::RasterOp" tqt.html#RasterOp +"TQt::SequenceMatch" tqt.html#SequenceMatch +"TQt::SortOrder" tqt.html#SortOrder +"TQt::StringComparisonMode" tqt.html#StringComparisonMode +"TQt::TextFlags" tqt.html#TextFlags +"TQt::TextFormat" tqt.html#TextFormat +"TQt::TimeSpec" tqt.html#TimeSpec +"TQt::UIEffect" tqt.html#UIEffect +"TQt::WidgetFlags" tqt.html#WidgetFlags +"TQt::WidgetState" tqt.html#WidgetState +"TQt::WindowState" tqt.html#WindowState +"TQt::WindowsVersion" tqt.html#WindowsVersion "Range controls" rangecontrols-example.html "Refactoring Existing Code" motif-walkthrough-7.html "Replacing the Print Dialog" motif-walkthrough-9.html @@ -7987,10 +7987,10 @@ "operator<<" tqrect.html#operator-lt-lt "operator<<" tqregion.html#operator-lt-lt "operator<<" tqsize.html#operator-lt-lt -"operator<<" ntqsplitter.html#operator-lt-lt +"operator<<" tqsplitter.html#operator-lt-lt "operator<<" tqstring.html#operator-lt-lt "operator<<" tqtime.html#operator-lt-lt -"operator<<" ntquuid.html#operator-lt-lt +"operator<<" tquuid.html#operator-lt-lt "operator<<" tqvaluelist.html#operator-lt-lt "operator<<" tqwmatrix.html#operator-lt-lt "operator<=" tqchar.html#operator-lt-eq @@ -8031,10 +8031,10 @@ "operator>>" tqrect.html#operator-gt-gt "operator>>" tqregion.html#operator-gt-gt "operator>>" tqsize.html#operator-gt-gt -"operator>>" ntqsplitter.html#operator-gt-gt +"operator>>" tqsplitter.html#operator-gt-gt "operator>>" tqstring.html#operator-gt-gt "operator>>" tqtime.html#operator-gt-gt -"operator>>" ntquuid.html#operator-gt-gt +"operator>>" tquuid.html#operator-gt-gt "operator>>" tqvaluelist.html#operator-gt-gt "operator>>" tqwmatrix.html#operator-gt-gt "operator^" tqbitarray.html#operator^ @@ -8080,7 +8080,7 @@ "qstrncpy" tqcstring.html#qstrncpy "qstrnicmp" tqcstring.html#qstrnicmp "qt_find_obj_child" tqobject.html#qt_find_obj_child -"qtl" ntqtl.html +"tqtl" tqtl.html "shared" shared.html "sql-examples" sql-examples.html "step-by-step-examples" step-by-step-examples.html diff --git a/doc/html/index.html b/doc/html/index.html index df2305827..f362b508d 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -66,7 +66,7 @@ Solutions</a> </td> <td valign="top"> <ul> -<li> <a href="how-to-learn-ntqt.html">How to Learn TQt</a> +<li> <a href="how-to-learn-tqt.html">How to Learn TQt</a> <li> <a href="http://www.trolltech.com/products/qt/readyforqt4.html">Getting Ready for TQt 4</a> <li> <a href="tutorial.html">Tutorial #1</a>, <a href="tutorial2.html">Tutorial #2</a> @@ -76,7 +76,7 @@ Solutions</a> </td> <td valign="top"> <ul> -<li> <a href="aboutntqt.html">About TQt</a> +<li> <a href="abouttqt.html">About TQt</a> <li> <a href="opensourceedition.html">Open Source Edition</a> <li> <a href="troll.html">About Trolltech</a> </ul> diff --git a/doc/html/linguist-manual-4.html b/doc/html/linguist-manual-4.html index 67fc44860..c07e7fd1e 100644 --- a/doc/html/linguist-manual-4.html +++ b/doc/html/linguist-manual-4.html @@ -432,7 +432,7 @@ TRANSLATIONS = tt3_pt.ts <p>The implementation file is <tt>printpanel.cpp</tt>.</p> <pre> /* <a href="tqlabel.html">TQLabel</a> *lab = new <a href="tqlabel.html">TQLabel</a>( <a href="tqobject.html#tr">tr</a>("<b>TROLL PRINT</b>"), this ); - lab-><a href="tqlabel.html#setAlignment">setAlignment</a>( <a href="ntqt.html#AlignmentFlags-enum">AlignCenter</a> ); + lab-><a href="tqlabel.html#setAlignment">setAlignment</a>( <a href="tqt.html#AlignmentFlags-enum">AlignCenter</a> ); */ </pre> <!-- index Troll Print --> <p>Some of the code is commented out in Troll Print 1.0; you will uncomment it later, for Troll Print 1.1.</p> diff --git a/doc/html/listviews-example.html b/doc/html/listviews-example.html index 294336ed4..c6578faa1 100644 --- a/doc/html/listviews-example.html +++ b/doc/html/listviews-example.html @@ -51,7 +51,7 @@ and works like the main window of a mail client. #ifndef LISTVIEWS_H #define LISTVIEWS_H -#include <<a href="qsplitter-h.html">ntqsplitter.h</a>> +#include <<a href="tqsplitter-h.html">tqsplitter.h</a>> #include <<a href="tqstring-h.html">tqstring.h</a>> #include <<a href="tqobject-h.html">tqobject.h</a>> #include <<a href="tqdatetime-h.html">tqdatetime.h</a>> @@ -177,7 +177,7 @@ protected: // ----------------------------------------------------------------- -class ListViews : public <a href="ntqsplitter.html">TQSplitter</a> +class ListViews : public <a href="tqsplitter.html">TQSplitter</a> { TQ_OBJECT @@ -313,7 +313,7 @@ void <a name="f210"></a>FolderListItem::insertSubFolders( const <a href="tqobjec // ----------------------------------------------------------------- <a name="f211"></a>ListViews::ListViews( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) - : <a href="ntqsplitter.html">TQSplitter</a>( TQt::Horizontal, parent, name ) + : <a href="tqsplitter.html">TQSplitter</a>( TQt::Horizontal, parent, name ) { lstFolders.setAutoDelete( TRUE ); @@ -325,9 +325,9 @@ void <a name="f210"></a>FolderListItem::insertSubFolders( const <a href="tqobjec setupFolders(); <a name="x152"></a> folders-><a href="tqlistview.html#setRootIsDecorated">setRootIsDecorated</a>( TRUE ); - <a href="ntqsplitter.html#setResizeMode">setResizeMode</a>( folders, TQSplitter::KeepSize ); + <a href="tqsplitter.html#setResizeMode">setResizeMode</a>( folders, TQSplitter::KeepSize ); - <a href="ntqsplitter.html">TQSplitter</a> *vsplitter = new <a href="ntqsplitter.html">TQSplitter</a>( TQt::Vertical, this ); + <a href="tqsplitter.html">TQSplitter</a> *vsplitter = new <a href="tqsplitter.html">TQSplitter</a>( TQt::Vertical, this ); messages = new <a href="tqlistview.html">TQListView</a>( vsplitter ); messages-><a href="tqlistview.html#addColumn">addColumn</a>( "Sender" ); @@ -341,7 +341,7 @@ void <a name="f210"></a>FolderListItem::insertSubFolders( const <a href="tqobjec menu-><a href="tqmenudata.html#insertItem">insertItem</a>( TQString( "Context Item %1" ).arg( i ) ); <a name="x143"></a> <a href="tqobject.html#connect">connect</a>(messages, TQ_SIGNAL( <a href="tqlistview.html#contextMenuRequested">contextMenuRequested</a>( <a href="tqlistviewitem.html">TQListViewItem</a> *, const <a href="tqpoint.html">TQPoint</a>& , int ) ), this, TQ_SLOT( slotRMB( <a href="tqlistviewitem.html">TQListViewItem</a> *, const <a href="tqpoint.html">TQPoint</a> &, int ) ) ); -<a name="x161"></a> vsplitter-><a href="ntqsplitter.html#setResizeMode">setResizeMode</a>( messages, TQSplitter::KeepSize ); +<a name="x161"></a> vsplitter-><a href="tqsplitter.html#setResizeMode">setResizeMode</a>( messages, TQSplitter::KeepSize ); message = new <a href="tqlabel.html">TQLabel</a>( vsplitter ); message-><a href="tqlabel.html#setAlignment">setAlignment</a>( TQt::AlignTop ); @@ -367,7 +367,7 @@ void <a name="f210"></a>FolderListItem::insertSubFolders( const <a href="tqobjec <a href="tqvaluelist.html">TQValueList</a><int> lst; <a name="x160"></a> lst.<a href="tqptrlist.html#append">append</a>( 170 ); - <a href="ntqsplitter.html#setSizes">setSizes</a>( lst ); + <a href="tqsplitter.html#setSizes">setSizes</a>( lst ); } void <a name="f212"></a>ListViews::initFolders() diff --git a/doc/html/mainclasses.html b/doc/html/mainclasses.html index 1fd314cc5..90929916e 100644 --- a/doc/html/mainclasses.html +++ b/doc/html/mainclasses.html @@ -56,7 +56,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"> <td><a href="tqmovie.html">TQMovie</a> <td align="right"> -<td><a href="ntqsound.html">TQSound</a> +<td><a href="tqsound.html">TQSound</a> <td align="right"> <td><a href="tqtoolbar.html">TQToolBar</a> <tr> @@ -78,7 +78,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"><b>O</b> <td><a href="tqobject.html">TQObject</a> <td align="right"> -<td><a href="ntqsplashscreen.html">TQSplashScreen</a> +<td><a href="tqsplashscreen.html">TQSplashScreen</a> <td align="right"> <td><a href="tqtoolbutton.html">TQToolButton</a> <tr> @@ -89,7 +89,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"><b>P</b> <td><a href="tqpainter.html">TQPainter</a> <td align="right"> -<td><a href="ntqsplitter.html">TQSplitter</a> +<td><a href="tqsplitter.html">TQSplitter</a> <td align="right"> <td><a href="tqtooltip.html">TQToolTip</a> <tr> @@ -179,7 +179,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"> <td><a href="tqstringlist.html">TQStringList</a> <td align="right"> -<td><a href="ntqvariant.html">TQVariant</a> +<td><a href="tqvariant.html">TQVariant</a> <tr> <td align="right"> <td><a href="tqdatetime.html">TQDateTime</a> diff --git a/doc/html/misc.html b/doc/html/misc.html index 5fe0b80dd..48dad896e 100644 --- a/doc/html/misc.html +++ b/doc/html/misc.html @@ -56,13 +56,13 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqregexpvalidator.html">TQRegExpValidator</a></b><td>Used to check a string against a regular expression <tr bgcolor=#f0f0f0><td><b><a href="tqsettings.html">TQSettings</a></b><td>Persistent platform-independent application settings <tr bgcolor=#f0f0f0><td><b><a href="tqsignal.html">TQSignal</a></b><td>Can be used to send signals for classes that don't inherit TQObject -<tr bgcolor=#f0f0f0><td><b><a href="ntqsplashscreen.html">TQSplashScreen</a></b><td>Splash screen that can be shown during application startup -<tr bgcolor=#f0f0f0><td><b><a href="ntqt.html">TQt</a></b><td>Namespace for miscellaneous identifiers that need to be global-like +<tr bgcolor=#f0f0f0><td><b><a href="tqsplashscreen.html">TQSplashScreen</a></b><td>Splash screen that can be shown during application startup +<tr bgcolor=#f0f0f0><td><b><a href="tqt.html">TQt</a></b><td>Namespace for miscellaneous identifiers that need to be global-like <tr bgcolor=#f0f0f0><td><b><a href="tqurl.html">TQUrl</a></b><td>URL parser and simplifies working with URLs <tr bgcolor=#f0f0f0><td><b><a href="tqurlinfo.html">TQUrlInfo</a></b><td>Stores information about URLs <tr bgcolor=#f0f0f0><td><b><a href="tqurloperator.html">TQUrlOperator</a></b><td>Common operations on URLs <tr bgcolor=#f0f0f0><td><b><a href="tqvalidator.html">TQValidator</a></b><td>Validation of input text -<tr bgcolor=#f0f0f0><td><b><a href="ntqvariant.html">TQVariant</a></b><td>Acts like a union for the most common TQt data types +<tr bgcolor=#f0f0f0><td><b><a href="tqvariant.html">TQVariant</a></b><td>Acts like a union for the most common TQt data types <tr bgcolor=#f0f0f0><td><b><a href="tqwindowsmime.html">TQWindowsMime</a></b><td>Maps open-standard MIME to Window Clipboard formats </table> <!-- eof --> diff --git a/doc/html/motif-walkthrough.html b/doc/html/motif-walkthrough.html index b83e37b63..1c52bd6e4 100644 --- a/doc/html/motif-walkthrough.html +++ b/doc/html/motif-walkthrough.html @@ -50,7 +50,7 @@ rest of the project need not be changed at all. existing Motif based project to the TQt toolkit. We assume that they have experience with C/C++ and Xt/Motif. Some experience with the TQt toolkit is also necessary. For developers completely new to TQt we -recommend following the learning plan outlined in <a href="how-to-learn-ntqt.html">How to Learn TQt</a>; or to go on a TQt +recommend following the learning plan outlined in <a href="how-to-learn-tqt.html">How to Learn TQt</a>; or to go on a TQt training course. (See <a href="http://www.trolltech.com">http://www.trolltech.com</a> for details of training courses.) <p> <h2> Goals for the Walkthrough diff --git a/doc/html/multimedia.html b/doc/html/multimedia.html index 5f2cd9f3c..1137f6c0a 100644 --- a/doc/html/multimedia.html +++ b/doc/html/multimedia.html @@ -40,7 +40,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqimageformat.html">TQImageFormat</a></b><td>Incremental image decoder for a specific image format <tr bgcolor=#f0f0f0><td><b><a href="tqimageformattype.html">TQImageFormatType</a></b><td>Factory that makes TQImageFormat objects <tr bgcolor=#f0f0f0><td><b><a href="tqmovie.html">TQMovie</a></b><td>Incremental loading of animations or images, signalling as it progresses -<tr bgcolor=#f0f0f0><td><b><a href="ntqsound.html">TQSound</a></b><td>Access to the platform audio facilities +<tr bgcolor=#f0f0f0><td><b><a href="tqsound.html">TQSound</a></b><td>Access to the platform audio facilities </table> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index a46b69afb..d729bf2ea 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -544,7 +544,7 @@ the active modal widget at the top of the stack. <h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="activePopupWidget"></a>TQApplication::activePopupWidget ()<tt> [static]</tt> </h3> Returns the active popup widget. -<p> A popup widget is a special top level widget that sets the <a href="ntqt.html#WidgetFlags-enum">WType_Popup</a> widget flag, e.g. the <a href="tqpopupmenu.html">TQPopupMenu</a> widget. When the +<p> A popup widget is a special top level widget that sets the <a href="tqt.html#WidgetFlags-enum">WType_Popup</a> widget flag, e.g. the <a href="tqpopupmenu.html">TQPopupMenu</a> widget. When the application opens a popup widget, all events are sent to the popup. Normal widgets and modal widgets cannot be accessed before the popup widget is closed. @@ -914,14 +914,14 @@ soon as a matching translation is found. <p> <p>See also <a href="#removeTranslator">removeTranslator</a>(), <a href="#translate">translate</a>(), and <a href="tqtranslator.html#load">TQTranslator::load</a>(). <p>Example: <a href="i18n-example.html#x1930">i18n/main.cpp</a>. -<h3 class=fn>bool <a name="isEffectEnabled"></a>TQApplication::isEffectEnabled ( <a href="ntqt.html#UIEffect-enum">TQt::UIEffect</a> effect )<tt> [static]</tt> +<h3 class=fn>bool <a name="isEffectEnabled"></a>TQApplication::isEffectEnabled ( <a href="tqt.html#UIEffect-enum">TQt::UIEffect</a> effect )<tt> [static]</tt> </h3> Returns TRUE if <em>effect</em> is enabled; otherwise returns FALSE. <p> By default, TQt will try to use the desktop settings. Call <a href="#setDesktopSettingsAware">setDesktopSettingsAware</a>(FALSE) to prevent this. <p> Note: All effects are disabled on screens running at less than 16-bit color depth. -<p> <p>See also <a href="#setEffectEnabled">setEffectEnabled</a>() and <a href="ntqt.html#UIEffect-enum">TQt::UIEffect</a>. +<p> <p>See also <a href="#setEffectEnabled">setEffectEnabled</a>() and <a href="tqt.html#UIEffect-enum">TQt::UIEffect</a>. <h3 class=fn>bool <a name="isSessionRestored"></a>TQApplication::isSessionRestored () const </h3> @@ -1340,13 +1340,13 @@ consecutive mouse clicks to <em>ms</em> milliseconds. double click interval for all windows. <p> <p>See also <a href="#doubleClickInterval">doubleClickInterval</a>(). -<h3 class=fn>void <a name="setEffectEnabled"></a>TQApplication::setEffectEnabled ( <a href="ntqt.html#UIEffect-enum">TQt::UIEffect</a> effect, bool enable = TRUE )<tt> [static]</tt> +<h3 class=fn>void <a name="setEffectEnabled"></a>TQApplication::setEffectEnabled ( <a href="tqt.html#UIEffect-enum">TQt::UIEffect</a> effect, bool enable = TRUE )<tt> [static]</tt> </h3> Enables the UI effect <em>effect</em> if <em>enable</em> is TRUE, otherwise the effect will not be used. <p> Note: All effects are disabled on screens running at less than 16-bit color depth. -<p> <p>See also <a href="#isEffectEnabled">isEffectEnabled</a>(), <a href="ntqt.html#UIEffect-enum">TQt::UIEffect</a>, and <a href="#setDesktopSettingsAware">setDesktopSettingsAware</a>(). +<p> <p>See also <a href="#isEffectEnabled">isEffectEnabled</a>(), <a href="tqt.html#UIEffect-enum">TQt::UIEffect</a>, and <a href="#setDesktopSettingsAware">setDesktopSettingsAware</a>(). <h3 class=fn>void <a name="setFont"></a>TQApplication::setFont ( const <a href="tqfont.html">TQFont</a> & font, bool informWidgets = FALSE, const char * className = 0 )<tt> [static]</tt> </h3> Changes the default application font to <em>font</em>. If <em>informWidgets</em> is TRUE, then existing widgets are informed about the @@ -1451,7 +1451,7 @@ override cursor (the stack keeps its depth). If <em>replace</em> is FALSE, the new stack is pushed onto the top of the stack. <p> Example: <pre> - TQApplication::<a href="#setOverrideCursor">setOverrideCursor</a>( TQCursor(TQt::<a href="ntqt.html#CursorShape-enum">WaitCursor</a>) ); + TQApplication::<a href="#setOverrideCursor">setOverrideCursor</a>( TQCursor(TQt::<a href="tqt.html#CursorShape-enum">WaitCursor</a>) ); calculateHugeMandelbrot(); // lunch time... TQApplication::<a href="#restoreOverrideCursor">restoreOverrideCursor</a>(); </pre> diff --git a/doc/html/objectmodel.html b/doc/html/objectmodel.html index 96672231a..824ffc022 100644 --- a/doc/html/objectmodel.html +++ b/doc/html/objectmodel.html @@ -40,7 +40,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqmetaproperty.html">TQMetaProperty</a></b><td>Stores meta data about a property <tr bgcolor=#f0f0f0><td><b><a href="tqobject.html">TQObject</a></b><td>The base class of all TQt objects <tr bgcolor=#f0f0f0><td><b><a href="tqobjectcleanuphandler.html">TQObjectCleanupHandler</a></b><td>Watches the lifetime of multiple TQObjects -<tr bgcolor=#f0f0f0><td><b><a href="ntqvariant.html">TQVariant</a></b><td>Acts like a union for the most common TQt data types +<tr bgcolor=#f0f0f0><td><b><a href="tqvariant.html">TQVariant</a></b><td>Acts like a union for the most common TQt data types </table> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/organizers.html b/doc/html/organizers.html index 156cd0c57..67e58cedd 100644 --- a/doc/html/organizers.html +++ b/doc/html/organizers.html @@ -41,7 +41,7 @@ complex applications or dialogs. <tr bgcolor=#f0f0f0><td><b><a href="tqhbox.html">TQHBox</a></b><td>Horizontal geometry management for its child widgets <tr bgcolor=#f0f0f0><td><b><a href="tqhbuttongroup.html">TQHButtonGroup</a></b><td>Organizes TQButton widgets in a group with one horizontal row <tr bgcolor=#f0f0f0><td><b><a href="tqhgroupbox.html">TQHGroupBox</a></b><td>Organizes widgets in a group with one horizontal row -<tr bgcolor=#f0f0f0><td><b><a href="ntqsplitter.html">TQSplitter</a></b><td>Implements a splitter widget +<tr bgcolor=#f0f0f0><td><b><a href="tqsplitter.html">TQSplitter</a></b><td>Implements a splitter widget <tr bgcolor=#f0f0f0><td><b><a href="tqtabwidget.html">TQTabWidget</a></b><td>Stack of tabbed widgets <tr bgcolor=#f0f0f0><td><b><a href="tqvbox.html">TQVBox</a></b><td>Vertical geometry management of its child widgets <tr bgcolor=#f0f0f0><td><b><a href="tqvbuttongroup.html">TQVButtonGroup</a></b><td>Organizes TQButton widgets in a vertical column diff --git a/doc/html/outliner-example.html b/doc/html/outliner-example.html index d2fe63295..32b350531 100644 --- a/doc/html/outliner-example.html +++ b/doc/html/outliner-example.html @@ -71,8 +71,8 @@ traverse it. <outline text="Dalheimer: Programming with TQt"/> <outline text="Griffith: KDE 2/TQt Programming Bible"/> <outline text="Hughes: Linux Rapid Application Development"/> - <outline text="Solin: <a href="ntqt.html">TQt</a> Programming in 24 hours"/> - <outline text="Ward: <a href="ntqt.html">TQt</a> 2 Programming for Linux and Windows 2000"/> + <outline text="Solin: <a href="tqt.html">TQt</a> Programming in 24 hours"/> + <outline text="Ward: <a href="tqt.html">TQt</a> 2 Programming for Linux and Windows 2000"/> </outline> </outline> <outline text="Shopping list"> diff --git a/doc/html/overviews-list.html b/doc/html/overviews-list.html index deadc1125..fdf905ccc 100644 --- a/doc/html/overviews-list.html +++ b/doc/html/overviews-list.html @@ -88,7 +88,7 @@ body { background: #ffffff; color: black; } <li> <a href="threads.html">Thread Support in TQt</a> <li> <a href="timers.html">Timers</a> <li> <a href="pictures.html">Pictures of Most TQt Widgets</a> -<li> <a href="distributingntqt.html">Deploying TQt Applications</a> +<li> <a href="distributingtqt.html">Deploying TQt Applications</a> </ul> </table></center> diff --git a/doc/html/pictures.html b/doc/html/pictures.html index 1ee703985..75f42bb07 100644 --- a/doc/html/pictures.html +++ b/doc/html/pictures.html @@ -40,7 +40,7 @@ are available from third parties, and as add-ons to TQt; see <a href="http://www Solutions</a>, and <a href="http://www.trolltech.com/freesoftware/index.html">User contributed TQt additions</a>. <p> -<p> Below we have three views seperated by <a href="ntqsplitter.html">TQSplitter</a>s. At the +<p> Below we have three views seperated by <a href="tqsplitter.html">TQSplitter</a>s. At the top-left there's a <a href="tqlistbox.html">TQListBox</a>, at the top-right there's a <a href="tqlistview.html">TQListView</a> with a <a href="tqheader.html">TQHeader</a> and two <a href="tqscrollbar.html">TQScrollBar</a>s. And at the bottom there's a <a href="tqiconview.html">TQIconView</a>. <p> <center><img src="splitter-views-w.png"></center> diff --git a/doc/html/porting.html b/doc/html/porting.html index 1a0363153..b2c7e9977 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -183,28 +183,28 @@ the top of the file giving the error. </h2> <a name="3"></a><p> TQt 3.x is namespace clean. A few global identifiers that had been left in TQt 2.x have been discarded. -<p> Enumeration <a href="ntqt.html#CursorShape-enum">TQt::CursorShape</a> and its values are now part of the -special <a href="ntqt.html">TQt</a> class defined in tqnamespace.h. If you get compilation +<p> Enumeration <a href="tqt.html#CursorShape-enum">TQt::CursorShape</a> and its values are now part of the +special <a href="tqt.html">TQt</a> class defined in tqnamespace.h. If you get compilation errors about these being missing (unlikely, since most of your code will be in classes that inherit from the TQt namespace class), then apply the following changes: <p> <ul> -<li> <tt>TQCursorShape</tt> becomes <a href="ntqt.html#CursorShape-enum">TQt::CursorShape</a> -<li> <tt>ArrowCursor</tt> becomes <a href="ntqt.html#CursorShape-enum">TQt::ArrowCursor</a> -<li> <tt>UpArrowCursor</tt> becomes <a href="ntqt.html#CursorShape-enum">TQt::UpArrowCursor</a> -<li> <tt>CrossCursor</tt> becomes <a href="ntqt.html#CursorShape-enum">TQt::CrossCursor</a> -<li> <tt>WaitCursor</tt> becomes <a href="ntqt.html#CursorShape-enum">TQt::WaitCursor</a> -<li> <tt>IbeamCursor</tt> becomes <a href="ntqt.html#CursorShape-enum">TQt::IbeamCursor</a> -<li> <tt>SizeVerCursor</tt> becomes <a href="ntqt.html#CursorShape-enum">TQt::SizeVerCursor</a> -<li> <tt>SizeHorCursor</tt> becomes <a href="ntqt.html#CursorShape-enum">TQt::SizeHorCursor</a> -<li> <tt>SizeBDiagCursor</tt> becomes <a href="ntqt.html#CursorShape-enum">TQt::SizeBDiagCursor</a> -<li> <tt>SizeFDiagCursor</tt> becomes <a href="ntqt.html#CursorShape-enum">TQt::SizeFDiagCursor</a> -<li> <tt>SizeAllCursor</tt> becomes <a href="ntqt.html#CursorShape-enum">TQt::SizeAllCursor</a> -<li> <tt>BlankCursor</tt> becomes <a href="ntqt.html#CursorShape-enum">TQt::BlankCursor</a> -<li> <tt>SplitVCursor</tt> becomes <a href="ntqt.html#CursorShape-enum">TQt::SplitVCursor</a> -<li> <tt>SplitHCursor</tt> becomes <a href="ntqt.html#CursorShape-enum">TQt::SplitHCursor</a> -<li> <tt>PointingHandCursor</tt> becomes <a href="ntqt.html#CursorShape-enum">TQt::PointingHandCursor</a> -<li> <tt>BitmapCursor</tt> becomes <a href="ntqt.html#CursorShape-enum">TQt::BitmapCursor</a> +<li> <tt>TQCursorShape</tt> becomes <a href="tqt.html#CursorShape-enum">TQt::CursorShape</a> +<li> <tt>ArrowCursor</tt> becomes <a href="tqt.html#CursorShape-enum">TQt::ArrowCursor</a> +<li> <tt>UpArrowCursor</tt> becomes <a href="tqt.html#CursorShape-enum">TQt::UpArrowCursor</a> +<li> <tt>CrossCursor</tt> becomes <a href="tqt.html#CursorShape-enum">TQt::CrossCursor</a> +<li> <tt>WaitCursor</tt> becomes <a href="tqt.html#CursorShape-enum">TQt::WaitCursor</a> +<li> <tt>IbeamCursor</tt> becomes <a href="tqt.html#CursorShape-enum">TQt::IbeamCursor</a> +<li> <tt>SizeVerCursor</tt> becomes <a href="tqt.html#CursorShape-enum">TQt::SizeVerCursor</a> +<li> <tt>SizeHorCursor</tt> becomes <a href="tqt.html#CursorShape-enum">TQt::SizeHorCursor</a> +<li> <tt>SizeBDiagCursor</tt> becomes <a href="tqt.html#CursorShape-enum">TQt::SizeBDiagCursor</a> +<li> <tt>SizeFDiagCursor</tt> becomes <a href="tqt.html#CursorShape-enum">TQt::SizeFDiagCursor</a> +<li> <tt>SizeAllCursor</tt> becomes <a href="tqt.html#CursorShape-enum">TQt::SizeAllCursor</a> +<li> <tt>BlankCursor</tt> becomes <a href="tqt.html#CursorShape-enum">TQt::BlankCursor</a> +<li> <tt>SplitVCursor</tt> becomes <a href="tqt.html#CursorShape-enum">TQt::SplitVCursor</a> +<li> <tt>SplitHCursor</tt> becomes <a href="tqt.html#CursorShape-enum">TQt::SplitHCursor</a> +<li> <tt>PointingHandCursor</tt> becomes <a href="tqt.html#CursorShape-enum">TQt::PointingHandCursor</a> +<li> <tt>BitmapCursor</tt> becomes <a href="tqt.html#CursorShape-enum">TQt::BitmapCursor</a> </ul> <p> The names of some debugging macro variables have been changed. We have tried not to break source compatibility as much as possible. If you observe diff --git a/doc/html/properties.html b/doc/html/properties.html index cc8685f85..81e44a5a7 100644 --- a/doc/html/properties.html +++ b/doc/html/properties.html @@ -112,7 +112,7 @@ to return either the type itself, a pointer to it, or a reference to it. The optional write function must return void and must take exactly one argument, either the type itself, a pointer or a const reference to it. The meta object compiler enforces this. -<p> The type of a property can be any <a href="ntqvariant.html">TQVariant</a> supported type or an +<p> The type of a property can be any <a href="tqvariant.html">TQVariant</a> supported type or an enumeration type declared in the class itself. Since <tt>MyClass</tt> uses the enumeration type <tt>Priority</tt> for the property, this type must be registered with the property system as well. @@ -126,7 +126,7 @@ these cases the type must be specified as <a href="tqvaluelist.html">TQValueList </pre> In the case of <a href="tqvaluelist.html">TQValueList</a> and <a href="tqmap.html">TQMap</a> properties the value passes -is a <a href="ntqvariant.html">TQVariant</a> whose value is the entire list or map. +is a <a href="tqvariant.html">TQVariant</a> whose value is the entire list or map. <p> Enumeration types are registered with the <tt>TQ_ENUMS</tt> macro. Here's the final class declaration including the property related declarations: <p> <pre> diff --git a/doc/html/propertydocs b/doc/html/propertydocs index 0dc2c594c..a48622099 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -3,7 +3,7 @@ <name>TQAction::accel</name> <doc href="tqaction.html#accel-prop"> <p>This property holds the action's accelerator key. -<p>The keycodes can be found in <a href="ntqt.html#Key-enum">TQt::Key</a> and <a href="ntqt.html#Modifier-enum">TQt::Modifier</a>. There +<p>The keycodes can be found in <a href="tqt.html#Key-enum">TQt::Key</a> and <a href="tqt.html#Modifier-enum">TQt::Modifier</a>. There is no default accelerator key. <p>Set this property's value with <a href="tqaction.html#setAccel">setAccel</a>() and get this property's value with <a href="tqaction.html#accel">accel</a>(). @@ -680,7 +680,7 @@ update operations occur immediately. <doc href="tqdatatable.html#dateFormat-prop"> <p>This property holds the format used for displaying date/time values. <p>The dateFormat property is used for displaying date/time values in -the table. The default value is <a href="ntqt.html#DateFormat-enum">TQt::LocalDate</a>. +the table. The default value is <a href="tqt.html#DateFormat-enum">TQt::LocalDate</a>. <p>Set this property's value with <a href="tqdatatable.html#setDateFormat">setDateFormat</a>() and get this property's value with <a href="tqdatatable.html#dateFormat">dateFormat</a>(). </doc> @@ -1406,14 +1406,14 @@ frame and the outermost pixel of <a href="tqframe.html#contentsRect">conte alignment can be specified by the alignment parameter. <p> The alignment is one of the following flags: <ul> -<li> <a href="ntqt.html#AlignmentFlags-enum">AlignAuto</a> aligns the title according to the language, +<li> <a href="tqt.html#AlignmentFlags-enum">AlignAuto</a> aligns the title according to the language, usually to the left. -<li> <a href="ntqt.html#AlignmentFlags-enum">AlignLeft</a> aligns the title text to the left. -<li> <a href="ntqt.html#AlignmentFlags-enum">AlignRight</a> aligns the title text to the right. -<li> <a href="ntqt.html#AlignmentFlags-enum">AlignHCenter</a> aligns the title text centered. +<li> <a href="tqt.html#AlignmentFlags-enum">AlignLeft</a> aligns the title text to the left. +<li> <a href="tqt.html#AlignmentFlags-enum">AlignRight</a> aligns the title text to the right. +<li> <a href="tqt.html#AlignmentFlags-enum">AlignHCenter</a> aligns the title text centered. </ul> -<p> The default alignment is <a href="ntqt.html#AlignmentFlags-enum">AlignAuto</a>. -<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +<p> The default alignment is <a href="tqt.html#AlignmentFlags-enum">AlignAuto</a>. +<p> <p>See also <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <p>Set this property's value with <a href="tqgroupbox.html#setAlignment">setAlignment</a>() and get this property's value with <a href="tqgroupbox.html#alignment">alignment</a>(). </doc> @@ -1531,7 +1531,7 @@ pixel. <name>TQHeader::orientation</name> <doc href="tqheader.html#orientation-prop"> <p>This property holds the header's orientation. -<p>The orientation is either <a href="ntqt.html#Orientation-enum">Vertical</a> or <a href="ntqt.html#Orientation-enum">Horizontal</a> (the +<p>The orientation is either <a href="tqt.html#Orientation-enum">Vertical</a> or <a href="tqt.html#Orientation-enum">Horizontal</a> (the default). <p> Call <a href="tqheader.html#setOrientation">setOrientation</a>() before adding labels if you don't provide a size parameter otherwise the sizes will be incorrect. @@ -1837,16 +1837,16 @@ of 0. <name>TQLabel::alignment</name> <doc href="tqlabel.html#alignment-prop"> <p>This property holds the alignment of the label's contents. -<p>The alignment is a bitwise OR of <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> and <a href="ntqt.html#TextFlags-enum">TQt::TextFlags</a> values. The <a href="ntqt.html#TextFlags-enum">ExpandTabs</a>, <a href="ntqt.html#TextFlags-enum">SingleLine</a> and <a href="ntqt.html#TextFlags-enum">ShowPrefix</a> flags apply only if the label contains plain text; -otherwise they are ignored. The <a href="ntqt.html#TextFlags-enum">DontClip</a> flag is always -ignored. <a href="ntqt.html#TextFlags-enum">WordBreak</a> applies to both rich text and plain text -labels. The <a href="ntqt.html#TextFlags-enum">BreakAnywhere</a> flag is not supported in TQLabel. -<p> If the label has a buddy, the <a href="ntqt.html#TextFlags-enum">ShowPrefix</a> flag is forced to +<p>The alignment is a bitwise OR of <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> and <a href="tqt.html#TextFlags-enum">TQt::TextFlags</a> values. The <a href="tqt.html#TextFlags-enum">ExpandTabs</a>, <a href="tqt.html#TextFlags-enum">SingleLine</a> and <a href="tqt.html#TextFlags-enum">ShowPrefix</a> flags apply only if the label contains plain text; +otherwise they are ignored. The <a href="tqt.html#TextFlags-enum">DontClip</a> flag is always +ignored. <a href="tqt.html#TextFlags-enum">WordBreak</a> applies to both rich text and plain text +labels. The <a href="tqt.html#TextFlags-enum">BreakAnywhere</a> flag is not supported in TQLabel. +<p> If the label has a buddy, the <a href="tqt.html#TextFlags-enum">ShowPrefix</a> flag is forced to TRUE. <p> The default alignment is <tt>AlignAuto | AlignVCenter | ExpandTabs</tt> if the label doesn't have a buddy and <tt>AlignAuto | AlignVCenter | ExpandTabs | ShowPrefix</tt> if the label has a buddy. If the label -contains rich text, additionally <a href="ntqt.html#TextFlags-enum">WordBreak</a> is turned on. -<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>, <a href="tqlabel.html#setBuddy">setBuddy</a>(), and <a href="tqlabel.html#text-prop">text</a>. +contains rich text, additionally <a href="tqt.html#TextFlags-enum">WordBreak</a> is turned on. +<p> <p>See also <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>, <a href="tqlabel.html#setBuddy">setBuddy</a>(), and <a href="tqlabel.html#text-prop">text</a>. <p>Set this property's value with <a href="tqlabel.html#setAlignment">setAlignment</a>() and get this property's value with <a href="tqlabel.html#alignment">alignment</a>(). </doc> @@ -1856,9 +1856,9 @@ contains rich text, additionally <a href="ntqt.html#TextFlags-enum">WordBr <doc href="tqlabel.html#indent-prop"> <p>This property holds the label's text indent in pixels. <p>If a label displays text, the indent applies to the left edge if -<a href="tqlabel.html#alignment">alignment</a>() is <a href="ntqt.html#AlignmentFlags-enum">AlignLeft</a>, to the right edge if alignment() is -<a href="ntqt.html#AlignmentFlags-enum">AlignRight</a>, to the top edge if alignment() is <a href="ntqt.html#AlignmentFlags-enum">AlignTop</a>, and -to to the bottom edge if alignment() is <a href="ntqt.html#AlignmentFlags-enum">AlignBottom</a>. +<a href="tqlabel.html#alignment">alignment</a>() is <a href="tqt.html#AlignmentFlags-enum">AlignLeft</a>, to the right edge if alignment() is +<a href="tqt.html#AlignmentFlags-enum">AlignRight</a>, to the top edge if alignment() is <a href="tqt.html#AlignmentFlags-enum">AlignTop</a>, and +to to the bottom edge if alignment() is <a href="tqt.html#AlignmentFlags-enum">AlignBottom</a>. <p> If indent is negative, or if no indent has been set, the label computes the effective indent as follows: If <a href="tqframe.html#frameWidth">frameWidth</a>() is 0, the effective indent becomes 0. If frameWidth() is greater than 0, @@ -1901,7 +1901,7 @@ pixmap to fill the available space. the text clears any previous content, unless they are the same. <p> The text will be interpreted either as a plain text or as a rich text, depending on the text format setting; see <a href="tqlabel.html#setTextFormat">setTextFormat</a>(). -The default setting is <a href="ntqt.html#TextFormat-enum">AutoText</a>, i.e. TQLabel will try to +The default setting is <a href="tqt.html#TextFormat-enum">AutoText</a>, i.e. TQLabel will try to auto-detect the format of the text set. <p> If the text is interpreted as a plain text and a buddy has been set, the buddy accelerator key is updated from the new text. @@ -1921,9 +1921,9 @@ and can also provide a scrollbar when necessary. <name>TQLabel::textFormat</name> <doc href="tqlabel.html#textFormat-prop"> <p>This property holds the label's text format. -<p>See the <a href="ntqt.html#TextFormat-enum">TQt::TextFormat</a> enum for an explanation of the possible +<p>See the <a href="tqt.html#TextFormat-enum">TQt::TextFormat</a> enum for an explanation of the possible options. -<p> The default format is <a href="ntqt.html#TextFormat-enum">AutoText</a>. +<p> The default format is <a href="tqt.html#TextFormat-enum">AutoText</a>. <p> <p>See also <a href="tqlabel.html#text-prop">text</a>. <p>Set this property's value with <a href="tqlabel.html#setTextFormat">setTextFormat</a>() and get this property's value with <a href="tqlabel.html#textFormat">textFormat</a>(). @@ -1975,10 +1975,10 @@ should not override the widget's spacing. <name>TQLineEdit::alignment</name> <doc href="tqlineedit.html#alignment-prop"> <p>This property holds the alignment of the line edit. -<p>Possible Values are <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignAuto</a>, <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignLeft</a>, <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignRight</a> and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignHCenter</a>. +<p>Possible Values are <a href="tqt.html#AlignmentFlags-enum">TQt::AlignAuto</a>, <a href="tqt.html#AlignmentFlags-enum">TQt::AlignLeft</a>, <a href="tqt.html#AlignmentFlags-enum">TQt::AlignRight</a> and <a href="tqt.html#AlignmentFlags-enum">TQt::AlignHCenter</a>. <p> Attempting to set the alignment to an illegal flag combination does nothing. -<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +<p> <p>See also <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <p>Set this property's value with <a href="tqlineedit.html#setAlignment">setAlignment</a>() and get this property's value with <a href="tqlineedit.html#alignment">alignment</a>(). </doc> @@ -2492,7 +2492,7 @@ views. <p>If TRUE (the default), the user will be able to move movable dock windows from one TQMainWindow dock area to another, including the <tt>TearOff</tt> area (i.e. where the dock window floats freely as a -window in its own right), and the <a href="ntqt.html#Dock-enum">Minimized</a> area (where only +window in its own right), and the <a href="tqt.html#Dock-enum">Minimized</a> area (where only the dock window's handle is shown below the menu bar). Moveable dock windows can also be moved within TQMainWindow dock areas, i.e. to rearrange them within a dock area. @@ -2628,7 +2628,7 @@ Windows GUI styles; you may want to draw two pixmaps. <doc href="tqmessagebox.html#text-prop"> <p>This property holds the message box text to be displayed. <p>The text will be interpreted either as a plain text or as rich -text, depending on the text format setting (<a href="tqmessagebox.html#textFormat-prop">TQMessageBox::textFormat</a>). The default setting is <a href="ntqt.html#TextFormat-enum">AutoText</a>, i.e. +text, depending on the text format setting (<a href="tqmessagebox.html#textFormat-prop">TQMessageBox::textFormat</a>). The default setting is <a href="tqt.html#TextFormat-enum">AutoText</a>, i.e. the message box will try to auto-detect the format of the text. <p> The default value of this property is <a href="tqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="tqmessagebox.html#textFormat-prop">textFormat</a>. @@ -2640,8 +2640,8 @@ the message box will try to auto-detect the format of the text. <name>TQMessageBox::textFormat</name> <doc href="tqmessagebox.html#textFormat-prop"> <p>This property holds the format of the text displayed by the message box. -<p>The current text format used by the message box. See the <a href="ntqt.html#TextFormat-enum">TQt::TextFormat</a> enum for an explanation of the possible options. -<p> The default format is <a href="ntqt.html#TextFormat-enum">AutoText</a>. +<p>The current text format used by the message box. See the <a href="tqt.html#TextFormat-enum">TQt::TextFormat</a> enum for an explanation of the possible options. +<p> The default format is <a href="tqt.html#TextFormat-enum">AutoText</a>. <p> <p>See also <a href="tqmessagebox.html#text-prop">text</a>. <p>Set this property's value with <a href="tqmessagebox.html#setTextFormat">setTextFormat</a>() and get this property's value with <a href="tqmessagebox.html#textFormat">textFormat</a>(). @@ -2650,9 +2650,9 @@ the message box will try to auto-detect the format of the text. <property> <name>TQMultiLineEdit::alignment</name> <doc href="tqmultilineedit.html#alignment-prop"> <p>This property holds the editor's paragraph alignment. -<p>Sets the alignment to flag, which must be <a href="ntqt.html#AlignmentFlags-enum">AlignLeft</a>, <a href="ntqt.html#AlignmentFlags-enum">AlignHCenter</a> or <a href="ntqt.html#AlignmentFlags-enum">AlignRight</a>. +<p>Sets the alignment to flag, which must be <a href="tqt.html#AlignmentFlags-enum">AlignLeft</a>, <a href="tqt.html#AlignmentFlags-enum">AlignHCenter</a> or <a href="tqt.html#AlignmentFlags-enum">AlignRight</a>. <p> If flag is an illegal flag nothing happens. -<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +<p> <p>See also <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <p>Set this property's value with <a href="tqmultilineedit.html#setAlignment">setAlignment</a>() and get this property's value with <a href="tqmultilineedit.html#alignment">alignment</a>(). </doc> @@ -3003,7 +3003,7 @@ adjusted if necessary to ensure that the range remains valid. <name>TQScrollBar::orientation</name> <doc href="tqscrollbar.html#orientation-prop"> <p>This property holds the orientation of the scroll bar. -<p>The orientation must be <a href="ntqt.html#Orientation-enum">TQt::Vertical</a> (the default) or <a href="ntqt.html#Orientation-enum">TQt::Horizontal</a>. +<p>The orientation must be <a href="tqt.html#Orientation-enum">TQt::Vertical</a> (the default) or <a href="tqt.html#Orientation-enum">TQt::Horizontal</a>. <p>Set this property's value with <a href="tqscrollbar.html#setOrientation">setOrientation</a>() and get this property's value with <a href="tqscrollbar.html#orientation">orientation</a>(). </doc> @@ -3176,7 +3176,7 @@ if necessary, to ensure that the range remains valid. <name>TQSlider::orientation</name> <doc href="tqslider.html#orientation-prop"> <p>This property holds the slider's orientation. -<p>The orientation must be <a href="ntqt.html#Orientation-enum">TQt::Vertical</a> (the default) or <a href="ntqt.html#Orientation-enum">TQt::Horizontal</a>. +<p>The orientation must be <a href="tqt.html#Orientation-enum">TQt::Vertical</a> (the default) or <a href="tqt.html#Orientation-enum">TQt::Horizontal</a>. <p>Set this property's value with <a href="tqslider.html#setOrientation">setOrientation</a>() and get this property's value with <a href="tqslider.html#orientation">orientation</a>(). </doc> @@ -3402,42 +3402,42 @@ you to the lowest and vice versa. </doc> </property> <property> - <name>QSplitter::childrenCollapsible</name> - <doc href="ntqsplitter.html#childrenCollapsible-prop"> + <name>TQSplitter::childrenCollapsible</name> + <doc href="tqsplitter.html#childrenCollapsible-prop"> <p>This property holds whether child widgets can be resized down to size 0 by the user. <p>By default, children are collapsible. It is possible to enable and disable the collapsing of individual children; see -<a href="ntqsplitter.html#setCollapsible">setCollapsible</a>(). +<a href="tqsplitter.html#setCollapsible">setCollapsible</a>(). -<p>Set this property's value with <a href="ntqsplitter.html#setChildrenCollapsible">setChildrenCollapsible</a>() and get this property's value with <a href="ntqsplitter.html#childrenCollapsible">childrenCollapsible</a>(). +<p>Set this property's value with <a href="tqsplitter.html#setChildrenCollapsible">setChildrenCollapsible</a>() and get this property's value with <a href="tqsplitter.html#childrenCollapsible">childrenCollapsible</a>(). </doc> </property> <property> - <name>QSplitter::handleWidth</name> - <doc href="ntqsplitter.html#handleWidth-prop"> + <name>TQSplitter::handleWidth</name> + <doc href="tqsplitter.html#handleWidth-prop"> <p>This property holds the width of the splitter handle. <p> -<p>Set this property's value with <a href="ntqsplitter.html#setHandleWidth">setHandleWidth</a>() and get this property's value with <a href="ntqsplitter.html#handleWidth">handleWidth</a>(). +<p>Set this property's value with <a href="tqsplitter.html#setHandleWidth">setHandleWidth</a>() and get this property's value with <a href="tqsplitter.html#handleWidth">handleWidth</a>(). </doc> </property> <property> - <name>QSplitter::opaqueResize</name> - <doc href="ntqsplitter.html#opaqueResize-prop"> + <name>TQSplitter::opaqueResize</name> + <doc href="tqsplitter.html#opaqueResize-prop"> <p>This property holds whether resizing is opaque. <p>Opaque resizing is off by default. -<p>Set this property's value with <a href="ntqsplitter.html#setOpaqueResize">setOpaqueResize</a>() and get this property's value with <a href="ntqsplitter.html#opaqueResize">opaqueResize</a>(). +<p>Set this property's value with <a href="tqsplitter.html#setOpaqueResize">setOpaqueResize</a>() and get this property's value with <a href="tqsplitter.html#opaqueResize">opaqueResize</a>(). </doc> </property> <property> - <name>QSplitter::orientation</name> - <doc href="ntqsplitter.html#orientation-prop"> + <name>TQSplitter::orientation</name> + <doc href="tqsplitter.html#orientation-prop"> <p>This property holds the orientation of the splitter. <p>By default the orientation is horizontal (the widgets are side by -side). The possible orientations are <a href="ntqt.html#Orientation-enum">Horizontal</a> and -<a href="ntqt.html#Orientation-enum">Vertical</a>. +side). The possible orientations are <a href="tqt.html#Orientation-enum">Horizontal</a> and +<a href="tqt.html#Orientation-enum">Vertical</a>. -<p>Set this property's value with <a href="ntqsplitter.html#setOrientation">setOrientation</a>() and get this property's value with <a href="ntqsplitter.html#orientation">orientation</a>(). +<p>Set this property's value with <a href="tqsplitter.html#setOrientation">setOrientation</a>() and get this property's value with <a href="tqsplitter.html#orientation">orientation</a>(). </doc> </property> <property> @@ -3843,7 +3843,7 @@ to disable all automatic formatting. <name>TQTextEdit::documentTitle</name> <doc href="tqtextedit.html#documentTitle-prop"> <p>This property holds the title of the document parsed from the text. -<p>For <a href="ntqt.html#TextFormat-enum">PlainText</a> the title will be an empty string. For <a href="ntqt.html#TextFormat-enum">RichText</a> the title will be the text between the <tt>&lt;title&gt;</tt> tags, +<p>For <a href="tqt.html#TextFormat-enum">PlainText</a> the title will be an empty string. For <a href="tqt.html#TextFormat-enum">RichText</a> the title will be the text between the <tt>&lt;title&gt;</tt> tags, if present, otherwise an empty string. <p>Get this property's value with <a href="tqtextedit.html#documentTitle">documentTitle</a>(). @@ -3921,8 +3921,8 @@ text and select text; modifying the text is not possible. <name>TQTextEdit::selectedText</name> <doc href="tqtextedit.html#selectedText-prop"> <p>This property holds the selected text (from selection 0) or an empty string if there is no currently selected text (in selection 0). -<p>The text is always returned as <a href="ntqt.html#TextFormat-enum">PlainText</a> if the <a href="tqtextedit.html#textFormat">textFormat</a>() is -<a href="ntqt.html#TextFormat-enum">PlainText</a> or <a href="ntqt.html#TextFormat-enum">AutoText</a>, otherwise it is returned as HTML. +<p>The text is always returned as <a href="tqt.html#TextFormat-enum">PlainText</a> if the <a href="tqtextedit.html#textFormat">textFormat</a>() is +<a href="tqt.html#TextFormat-enum">PlainText</a> or <a href="tqt.html#TextFormat-enum">AutoText</a>, otherwise it is returned as HTML. <p> <p>See also <a href="tqtextedit.html#hasSelectedText-prop">hasSelectedText</a>. <p>Get this property's value with <a href="tqtextedit.html#selectedText">selectedText</a>(). @@ -3953,7 +3953,7 @@ the focus chain. The default is FALSE. <p>There is no default text. <p> On setting, any previous text is deleted. <p> The text may be interpreted either as plain text or as rich text, -depending on the <a href="tqtextedit.html#textFormat">textFormat</a>(). The default setting is <a href="ntqt.html#TextFormat-enum">AutoText</a>, +depending on the <a href="tqtextedit.html#textFormat">textFormat</a>(). The default setting is <a href="tqt.html#TextFormat-enum">AutoText</a>, i.e. the text edit auto-detects the format of the text. <p> For richtext, calling <a href="tqtextedit.html#text">text</a>() on an editable TQTextEdit will cause the text to be regenerated from the textedit. This may mean that @@ -3980,7 +3980,7 @@ defined in the default stylesheet <a href="tqstylesheet.html#defaultSheet"> limited set of formatting tags (color, bold, underline and italic settings). <li> AutoText - this is the default. The text edit autodetects which -rendering style is best, <a href="ntqt.html#TextFormat-enum">PlainText</a> or <a href="ntqt.html#TextFormat-enum">RichText</a>. This is done +rendering style is best, <a href="tqt.html#TextFormat-enum">PlainText</a> or <a href="tqt.html#TextFormat-enum">RichText</a>. This is done by using the <a href="tqstylesheet.html#mightBeRichText">TQStyleSheet::mightBeRichText</a>() function. </ul> @@ -4293,21 +4293,21 @@ background mode. <p>This property holds the color role used for painting the background of the widget. <p>setPaletteBackgroundColor() reads this property to determine which entry of the <a href="tqwidget.html#palette-prop">palette</a> to set. -<p> For most widgets the default suffices (<a href="ntqt.html#BackgroundMode-enum">PaletteBackground</a>, -typically gray), but some need to use <a href="ntqt.html#BackgroundMode-enum">PaletteBase</a> (the +<p> For most widgets the default suffices (<a href="tqt.html#BackgroundMode-enum">PaletteBackground</a>, +typically gray), but some need to use <a href="tqt.html#BackgroundMode-enum">PaletteBase</a> (the background color for text output, typically white) or another role. <p> <a href="tqlistbox.html">TQListBox</a>, which is "sunken" and uses the base color to contrast with its environment, does this in its constructor: <p> <pre> - <a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>( <a href="ntqt.html#BackgroundMode-enum">PaletteBase</a> ); + <a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>( <a href="tqt.html#BackgroundMode-enum">PaletteBase</a> ); </pre> <p> You will never need to set the background mode of a built-in widget in Qt, but you might consider setting it in your custom widgets, so that <a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() works as expected. <p> Note that two of the BackgroundMode values make no sense for -<a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>(), namely <a href="ntqt.html#BackgroundMode-enum">FixedPixmap</a> and <a href="ntqt.html#BackgroundMode-enum">FixedColor</a>. You +<a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>(), namely <a href="tqt.html#BackgroundMode-enum">FixedPixmap</a> and <a href="tqt.html#BackgroundMode-enum">FixedColor</a>. You must call <a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() and setPaletteBackgroundColor() instead. @@ -4391,11 +4391,11 @@ inactive widget has the <a href="tqpalette.html#inactive">TQPalette::inact <doc href="tqwidget.html#cursor-prop"> <p>This property holds the cursor shape for this widget. <p>The mouse cursor will assume this shape when it's over this -widget. See the <a href="ntqt.html#CursorShape-enum">list of predefined cursor +widget. See the <a href="tqt.html#CursorShape-enum">list of predefined cursor objects</a> for a range of useful shapes. <p> An editor widget might use an I-beam cursor: <pre> - <a href="tqwidget.html#setCursor">setCursor</a>( <a href="ntqt.html#CursorShape-enum">IbeamCursor</a> ); + <a href="tqwidget.html#setCursor">setCursor</a>( <a href="tqt.html#CursorShape-enum">IbeamCursor</a> ); </pre> <p> If no cursor has been set, or after a call to <a href="tqwidget.html#unsetCursor">unsetCursor</a>(), the @@ -4663,7 +4663,7 @@ getting any input. <name>TQWidget::isPopup</name> <doc href="tqwidget.html#isPopup-prop"> <p>This property holds whether the widget is a popup widget. -<p>A popup widget is created by specifying the <a href="ntqt.html#WidgetFlags">widget flag</a> <a href="ntqt.html#WidgetFlags-enum">WType_Popup</a> to the widget constructor. A popup widget is also a +<p>A popup widget is created by specifying the <a href="tqt.html#WidgetFlags">widget flag</a> <a href="tqt.html#WidgetFlags-enum">WType_Popup</a> to the widget constructor. A popup widget is also a top-level widget. <p> <p>See also <a href="tqwidget.html#isTopLevel-prop">isTopLevel</a>. @@ -4683,7 +4683,7 @@ etc. If supported by the window manager, it will also have a common taskbar entry with its parent. <p> <a href="tqdialog.html">TQDialog</a> and <a href="tqmainwindow.html">TQMainWindow</a> widgets are by default top-level, even if a parent widget is specified in the constructor. This behavior is -specified by the <a href="ntqt.html#WidgetFlags-enum">WType_TopLevel</a> widget flag. +specified by the <a href="tqt.html#WidgetFlags-enum">WType_TopLevel</a> widget flag. <p> <p>See also <a href="tqwidget.html#topLevelWidget">topLevelWidget</a>(), <a href="tqwidget.html#isDialog-prop">isDialog</a>, <a href="tqwidget.html#isModal-prop">isModal</a>, <a href="tqwidget.html#isPopup-prop">isPopup</a>, <a href="tqwidget.html#isDesktop-prop">isDesktop</a>, and <a href="tqwidget.html#parentWidget">parentWidget</a>(). <p>Get this property's value with <a href="tqwidget.html#isTopLevel">isTopLevel</a>(). @@ -4879,7 +4879,7 @@ background and foreground appearance only. convenience function that creates and sets a modified <a href="tqpalette.html">TQPalette</a> with <a href="tqwidget.html#setPalette">setPalette</a>(). The palette is modified according to the widget's background mode. For example, if the background mode is -<a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the color used for the palette's <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::Button</a> color entry is set. +<a href="tqt.html#BackgroundMode-enum">PaletteButton</a> the color used for the palette's <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::Button</a> color entry is set. <p> If there is a background pixmap (set using <a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>()), then the return value of this function is indeterminate. @@ -4898,7 +4898,7 @@ function is indeterminate. convenience function that creates and sets a modified <a href="tqpalette.html">TQPalette</a> with <a href="tqwidget.html#setPalette">setPalette</a>(). The palette is modified according to the widget's background mode. For example, if the background mode is -<a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the pixmap used for the palette's +<a href="tqt.html#BackgroundMode-enum">PaletteButton</a> the pixmap used for the palette's <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::Button</a> color entry is set. <p> If there is a plain background color (set using <a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>()), then this function returns 0. @@ -4914,7 +4914,7 @@ widget's background mode. For example, if the background mode is <p>setPaletteForegroundColor() is a convenience function that creates and sets a modified <a href="tqpalette.html">TQPalette</a> with <a href="tqwidget.html#setPalette">setPalette</a>(). The palette is modified according to the widget's <em>background mode</em>. For -example, if the background mode is <a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the palette entry +example, if the background mode is <a href="tqt.html#BackgroundMode-enum">PaletteButton</a> the palette entry <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ButtonText</a> is set to color. <p> <p>See also <a href="tqwidget.html#palette-prop">palette</a>, <a href="ntqapplication.html#setPalette">QApplication::setPalette</a>(), <a href="tqwidget.html#backgroundMode-prop">backgroundMode</a>, <a href="tqwidget.html#foregroundColor">foregroundColor</a>(), <a href="tqwidget.html#backgroundMode-prop">backgroundMode</a>, and <a href="tqwidget.html#setEraseColor">setEraseColor</a>(). diff --git a/doc/html/propertyindex b/doc/html/propertyindex index 5cd7b29a7..e6f5e6c95 100644 --- a/doc/html/propertyindex +++ b/doc/html/propertyindex @@ -283,10 +283,10 @@ "TQSpinBox/text" tqspinbox.html#text-prop "TQSpinBox/value" tqspinbox.html#value-prop "TQSpinBox/wrapping" tqspinbox.html#wrapping-prop -"QSplitter/childrenCollapsible" ntqsplitter.html#childrenCollapsible-prop -"QSplitter/handleWidth" ntqsplitter.html#handleWidth-prop -"QSplitter/opaqueResize" ntqsplitter.html#opaqueResize-prop -"QSplitter/orientation" ntqsplitter.html#orientation-prop +"TQSplitter/childrenCollapsible" tqsplitter.html#childrenCollapsible-prop +"TQSplitter/handleWidth" tqsplitter.html#handleWidth-prop +"TQSplitter/opaqueResize" tqsplitter.html#opaqueResize-prop +"TQSplitter/orientation" tqsplitter.html#orientation-prop "TQSqlDatabase/connectOptions" tqsqldatabase.html#connectOptions-prop "TQSqlDatabase/databaseName" tqsqldatabase.html#databaseName-prop "TQSqlDatabase/hostName" tqsqldatabase.html#hostName-prop diff --git a/doc/html/qt-members.html b/doc/html/qt-members.html index 52976cb51..cf3f8dc31 100644 --- a/doc/html/qt-members.html +++ b/doc/html/qt-members.html @@ -32,7 +32,7 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQt</h1> <p>This is the complete list of member functions for -<a href="ntqt.html">TQt</a>, including inherited members. +<a href="tqt.html">TQt</a>, including inherited members. <ul> </ul> diff --git a/doc/html/qt-template-lib.html b/doc/html/qt-template-lib.html index ec2e5d920..d5bf06a5b 100644 --- a/doc/html/qt-template-lib.html +++ b/doc/html/qt-template-lib.html @@ -1,5 +1,4 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/qtl.doc:36 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index d84152789..560e0f23e 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -6179,9 +6179,9 @@ <section ref="tqsgistyle-members.html" title="List of All Member Functions"/> <section ref="tqsgistyle-h.html" title="Header File"/> </section> -<section ref="qshowevent.html" title="QShowEvent Class Reference"> - <keyword ref="qshowevent.html">QShowEvent</keyword> - <section ref="qshowevent-members.html" title="List of All Member Functions"/> +<section ref="tqshowevent.html" title="TQShowEvent Class Reference"> + <keyword ref="tqshowevent.html">TQShowEvent</keyword> + <section ref="tqshowevent-members.html" title="List of All Member Functions"/> <section ref="tqevent-h.html" title="Header File"/> </section> <section ref="tqsignal.html" title="TQSignal Class Reference"> @@ -6440,20 +6440,20 @@ <section ref="tqsocketnotifier-members.html" title="List of All Member Functions"/> <section ref="tqsocketnotifier-h.html" title="Header File"/> </section> -<section ref="ntqsound.html" title="QSound Class Reference"> - <keyword ref="ntqsound.html">QSound</keyword> - <keyword ref="ntqsound.html#available">available</keyword> - <keyword ref="ntqsound.html#fileName">fileName</keyword> - <keyword ref="ntqsound.html#isAvailable">isAvailable</keyword> - <keyword ref="ntqsound.html#isFinished">isFinished</keyword> - <keyword ref="ntqsound.html#loops">loops</keyword> - <keyword ref="ntqsound.html#loopsRemaining">loopsRemaining</keyword> - <keyword ref="ntqsound.html#play">play</keyword> - <keyword ref="ntqsound.html#setLoops">setLoops</keyword> - <keyword ref="ntqsound.html#stop">stop</keyword> - <keyword ref="ntqsound.html#~QSound">~QSound</keyword> - <section ref="qsound-members.html" title="List of All Member Functions"/> - <section ref="qsound-h.html" title="Header File"/> +<section ref="tqsound.html" title="TQSound Class Reference"> + <keyword ref="tqsound.html">TQSound</keyword> + <keyword ref="tqsound.html#available">available</keyword> + <keyword ref="tqsound.html#fileName">fileName</keyword> + <keyword ref="tqsound.html#isAvailable">isAvailable</keyword> + <keyword ref="tqsound.html#isFinished">isFinished</keyword> + <keyword ref="tqsound.html#loops">loops</keyword> + <keyword ref="tqsound.html#loopsRemaining">loopsRemaining</keyword> + <keyword ref="tqsound.html#play">play</keyword> + <keyword ref="tqsound.html#setLoops">setLoops</keyword> + <keyword ref="tqsound.html#stop">stop</keyword> + <keyword ref="tqsound.html#~TQSound">~TQSound</keyword> + <section ref="tqsound-members.html" title="List of All Member Functions"/> + <section ref="tqsound-h.html" title="Header File"/> </section> <section ref="tqspaceritem.html" title="TQSpacerItem Class Reference"> <keyword ref="tqspaceritem.html">TQSpacerItem</keyword> @@ -6523,54 +6523,54 @@ <section ref="tqspinbox-members.html" title="List of All Member Functions"/> <section ref="tqspinbox-h.html" title="Header File"/> </section> -<section ref="ntqsplashscreen.html" title="QSplashScreen Class Reference"> - <keyword ref="ntqsplashscreen.html">QSplashScreen</keyword> - <keyword ref="ntqsplashscreen.html#clear">clear</keyword> - <keyword ref="ntqsplashscreen.html#drawContents">drawContents</keyword> - <keyword ref="ntqsplashscreen.html#finish">finish</keyword> - <keyword ref="ntqsplashscreen.html#message">message</keyword> - <keyword ref="ntqsplashscreen.html#messageChanged">messageChanged</keyword> - <keyword ref="ntqsplashscreen.html#pixmap">pixmap</keyword> - <keyword ref="ntqsplashscreen.html#repaint">repaint</keyword> - <keyword ref="ntqsplashscreen.html#setPixmap">setPixmap</keyword> - <keyword ref="ntqsplashscreen.html#~QSplashScreen">~QSplashScreen</keyword> - <section ref="qsplashscreen-members.html" title="List of All Member Functions"/> - <section ref="qsplashscreen-h.html" title="Header File"/> -</section> -<section ref="ntqsplitter.html" title="QSplitter Class Reference"> - <keyword ref="ntqsplitter.html">QSplitter</keyword> - <keyword ref="ntqsplitter.html#ResizeMode">ResizeMode</keyword> - <keyword ref="ntqsplitter.html#adjustPos">adjustPos</keyword> - <keyword ref="ntqsplitter.html#childEvent">childEvent</keyword> - <keyword ref="ntqsplitter.html#childrenCollapsible">childrenCollapsible</keyword> - <keyword ref="ntqsplitter.html#childrenCollapsible-prop">childrenCollapsible</keyword> - <keyword ref="ntqsplitter.html#getRange">getRange</keyword> - <keyword ref="ntqsplitter.html#handleWidth">handleWidth</keyword> - <keyword ref="ntqsplitter.html#handleWidth-prop">handleWidth</keyword> - <keyword ref="ntqsplitter.html#idAfter">idAfter</keyword> - <keyword ref="ntqsplitter.html#moveSplitter">moveSplitter</keyword> - <keyword ref="ntqsplitter.html#moveToFirst">moveToFirst</keyword> - <keyword ref="ntqsplitter.html#moveToLast">moveToLast</keyword> - <keyword ref="ntqsplitter.html#opaqueResize">opaqueResize</keyword> - <keyword ref="ntqsplitter.html#opaqueResize-prop">opaqueResize</keyword> - <keyword ref="ntqsplitter.html#orientation">orientation</keyword> - <keyword ref="ntqsplitter.html#orientation-prop">orientation</keyword> - <keyword ref="ntqsplitter.html#processChildEvents">processChildEvents</keyword> - <keyword ref="ntqsplitter.html#refresh">refresh</keyword> - <keyword ref="ntqsplitter.html#setChildrenCollapsible">setChildrenCollapsible</keyword> - <keyword ref="ntqsplitter.html#setCollapsible">setCollapsible</keyword> - <keyword ref="ntqsplitter.html#setHandleWidth">setHandleWidth</keyword> - <keyword ref="ntqsplitter.html#setOpaqueResize">setOpaqueResize</keyword> - <keyword ref="ntqsplitter.html#setOrientation">setOrientation</keyword> - <keyword ref="ntqsplitter.html#setResizeMode">setResizeMode</keyword> - <keyword ref="ntqsplitter.html#setRubberband">setRubberband</keyword> - <keyword ref="ntqsplitter.html#setSizes">setSizes</keyword> - <keyword ref="ntqsplitter.html#sizes">sizes</keyword> - <keyword ref="ntqsplitter.html#~QSplitter">~QSplitter</keyword> - <keyword ref="ntqsplitter.html#operator-lt-lt">operator<<</keyword> - <keyword ref="ntqsplitter.html#operator-gt-gt">operator>></keyword> - <section ref="qsplitter-members.html" title="List of All Member Functions"/> - <section ref="qsplitter-h.html" title="Header File"/> +<section ref="tqsplashscreen.html" title="TQSplashScreen Class Reference"> + <keyword ref="tqsplashscreen.html">TQSplashScreen</keyword> + <keyword ref="tqsplashscreen.html#clear">clear</keyword> + <keyword ref="tqsplashscreen.html#drawContents">drawContents</keyword> + <keyword ref="tqsplashscreen.html#finish">finish</keyword> + <keyword ref="tqsplashscreen.html#message">message</keyword> + <keyword ref="tqsplashscreen.html#messageChanged">messageChanged</keyword> + <keyword ref="tqsplashscreen.html#pixmap">pixmap</keyword> + <keyword ref="tqsplashscreen.html#repaint">repaint</keyword> + <keyword ref="tqsplashscreen.html#setPixmap">setPixmap</keyword> + <keyword ref="tqsplashscreen.html#~TQSplashScreen">~TQSplashScreen</keyword> + <section ref="tqsplashscreen-members.html" title="List of All Member Functions"/> + <section ref="tqsplashscreen-h.html" title="Header File"/> +</section> +<section ref="tqsplitter.html" title="TQSplitter Class Reference"> + <keyword ref="tqsplitter.html">TQSplitter</keyword> + <keyword ref="tqsplitter.html#ResizeMode">ResizeMode</keyword> + <keyword ref="tqsplitter.html#adjustPos">adjustPos</keyword> + <keyword ref="tqsplitter.html#childEvent">childEvent</keyword> + <keyword ref="tqsplitter.html#childrenCollapsible">childrenCollapsible</keyword> + <keyword ref="tqsplitter.html#childrenCollapsible-prop">childrenCollapsible</keyword> + <keyword ref="tqsplitter.html#getRange">getRange</keyword> + <keyword ref="tqsplitter.html#handleWidth">handleWidth</keyword> + <keyword ref="tqsplitter.html#handleWidth-prop">handleWidth</keyword> + <keyword ref="tqsplitter.html#idAfter">idAfter</keyword> + <keyword ref="tqsplitter.html#moveSplitter">moveSplitter</keyword> + <keyword ref="tqsplitter.html#moveToFirst">moveToFirst</keyword> + <keyword ref="tqsplitter.html#moveToLast">moveToLast</keyword> + <keyword ref="tqsplitter.html#opaqueResize">opaqueResize</keyword> + <keyword ref="tqsplitter.html#opaqueResize-prop">opaqueResize</keyword> + <keyword ref="tqsplitter.html#orientation">orientation</keyword> + <keyword ref="tqsplitter.html#orientation-prop">orientation</keyword> + <keyword ref="tqsplitter.html#processChildEvents">processChildEvents</keyword> + <keyword ref="tqsplitter.html#refresh">refresh</keyword> + <keyword ref="tqsplitter.html#setChildrenCollapsible">setChildrenCollapsible</keyword> + <keyword ref="tqsplitter.html#setCollapsible">setCollapsible</keyword> + <keyword ref="tqsplitter.html#setHandleWidth">setHandleWidth</keyword> + <keyword ref="tqsplitter.html#setOpaqueResize">setOpaqueResize</keyword> + <keyword ref="tqsplitter.html#setOrientation">setOrientation</keyword> + <keyword ref="tqsplitter.html#setResizeMode">setResizeMode</keyword> + <keyword ref="tqsplitter.html#setRubberband">setRubberband</keyword> + <keyword ref="tqsplitter.html#setSizes">setSizes</keyword> + <keyword ref="tqsplitter.html#sizes">sizes</keyword> + <keyword ref="tqsplitter.html#~TQSplitter">~TQSplitter</keyword> + <keyword ref="tqsplitter.html#operator-lt-lt">operator<<</keyword> + <keyword ref="tqsplitter.html#operator-gt-gt">operator>></keyword> + <section ref="tqsplitter-members.html" title="List of All Member Functions"/> + <section ref="tqsplitter-h.html" title="Header File"/> </section> <section ref="tqsql.html" title="TQSql Class Reference"> <keyword ref="tqsql.html">TQSql</keyword> @@ -7218,40 +7218,40 @@ <section ref="tqsyntaxhighlighter-members.html" title="List of All Member Functions"/> <section ref="tqsyntaxhighlighter-h.html" title="Header File"/> </section> -<section ref="ntqt.html" title="TQt Class Reference"> - <keyword ref="ntqt.html">Qt</keyword> - <keyword ref="ntqt.html#AlignmentFlags">AlignmentFlags</keyword> - <keyword ref="ntqt.html#AnchorAttribute">AnchorAttribute</keyword> - <keyword ref="ntqt.html#ArrowType">ArrowType</keyword> - <keyword ref="ntqt.html#BGMode">BGMode</keyword> - <keyword ref="ntqt.html#BackgroundMode">BackgroundMode</keyword> - <keyword ref="ntqt.html#BrushStyle">BrushStyle</keyword> - <keyword ref="ntqt.html#ButtonState">ButtonState</keyword> - <keyword ref="ntqt.html#Corner">Corner</keyword> - <keyword ref="ntqt.html#CursorShape">CursorShape</keyword> - <keyword ref="ntqt.html#DateFormat">DateFormat</keyword> - <keyword ref="ntqt.html#Dock">Dock</keyword> - <keyword ref="ntqt.html#ImageConversionFlags">ImageConversionFlags</keyword> - <keyword ref="ntqt.html#Key">Key</keyword> - <keyword ref="ntqt.html#MacintoshVersion">MacintoshVersion</keyword> - <keyword ref="ntqt.html#Modifier">Modifier</keyword> - <keyword ref="ntqt.html#Orientation">Orientation</keyword> - <keyword ref="ntqt.html#PaintUnit">PaintUnit</keyword> - <keyword ref="ntqt.html#PenCapStyle">PenCapStyle</keyword> - <keyword ref="ntqt.html#PenJoinStyle">PenJoinStyle</keyword> - <keyword ref="ntqt.html#PenStyle">PenStyle</keyword> - <keyword ref="ntqt.html#RasterOp">RasterOp</keyword> - <keyword ref="ntqt.html#SequenceMatch">SequenceMatch</keyword> - <keyword ref="ntqt.html#SortOrder">SortOrder</keyword> - <keyword ref="ntqt.html#StringComparisonMode">StringComparisonMode</keyword> - <keyword ref="ntqt.html#TextFlags">TextFlags</keyword> - <keyword ref="ntqt.html#TextFormat">TextFormat</keyword> - <keyword ref="ntqt.html#TimeSpec">TimeSpec</keyword> - <keyword ref="ntqt.html#UIEffect">UIEffect</keyword> - <keyword ref="ntqt.html#WidgetFlags">WidgetFlags</keyword> - <keyword ref="ntqt.html#WidgetState">WidgetState</keyword> - <keyword ref="ntqt.html#WindowState">WindowState</keyword> - <keyword ref="ntqt.html#WindowsVersion">WindowsVersion</keyword> +<section ref="tqt.html" title="TQt Class Reference"> + <keyword ref="tqt.html">Qt</keyword> + <keyword ref="tqt.html#AlignmentFlags">AlignmentFlags</keyword> + <keyword ref="tqt.html#AnchorAttribute">AnchorAttribute</keyword> + <keyword ref="tqt.html#ArrowType">ArrowType</keyword> + <keyword ref="tqt.html#BGMode">BGMode</keyword> + <keyword ref="tqt.html#BackgroundMode">BackgroundMode</keyword> + <keyword ref="tqt.html#BrushStyle">BrushStyle</keyword> + <keyword ref="tqt.html#ButtonState">ButtonState</keyword> + <keyword ref="tqt.html#Corner">Corner</keyword> + <keyword ref="tqt.html#CursorShape">CursorShape</keyword> + <keyword ref="tqt.html#DateFormat">DateFormat</keyword> + <keyword ref="tqt.html#Dock">Dock</keyword> + <keyword ref="tqt.html#ImageConversionFlags">ImageConversionFlags</keyword> + <keyword ref="tqt.html#Key">Key</keyword> + <keyword ref="tqt.html#MacintoshVersion">MacintoshVersion</keyword> + <keyword ref="tqt.html#Modifier">Modifier</keyword> + <keyword ref="tqt.html#Orientation">Orientation</keyword> + <keyword ref="tqt.html#PaintUnit">PaintUnit</keyword> + <keyword ref="tqt.html#PenCapStyle">PenCapStyle</keyword> + <keyword ref="tqt.html#PenJoinStyle">PenJoinStyle</keyword> + <keyword ref="tqt.html#PenStyle">PenStyle</keyword> + <keyword ref="tqt.html#RasterOp">RasterOp</keyword> + <keyword ref="tqt.html#SequenceMatch">SequenceMatch</keyword> + <keyword ref="tqt.html#SortOrder">SortOrder</keyword> + <keyword ref="tqt.html#StringComparisonMode">StringComparisonMode</keyword> + <keyword ref="tqt.html#TextFlags">TextFlags</keyword> + <keyword ref="tqt.html#TextFormat">TextFormat</keyword> + <keyword ref="tqt.html#TimeSpec">TimeSpec</keyword> + <keyword ref="tqt.html#UIEffect">UIEffect</keyword> + <keyword ref="tqt.html#WidgetFlags">WidgetFlags</keyword> + <keyword ref="tqt.html#WidgetState">WidgetState</keyword> + <keyword ref="tqt.html#WindowState">WindowState</keyword> + <keyword ref="tqt.html#WindowsVersion">WindowsVersion</keyword> <section ref="qt-members.html" title="List of All Member Functions"/> <section ref="tqnamespace-h.html" title="Header File"/> </section> @@ -8307,25 +8307,25 @@ <section ref="tqurloperator-members.html" title="List of All Member Functions"/> <section ref="tqurloperator-h.html" title="Header File"/> </section> -<section ref="ntquuid.html" title="QUuid Class Reference"> - <keyword ref="ntquuid.html">QUuid</keyword> - <keyword ref="ntquuid.html#Variant">Variant</keyword> - <keyword ref="ntquuid.html#Version">Version</keyword> - <keyword ref="ntquuid.html#createUuid">createUuid</keyword> - <keyword ref="ntquuid.html#isNull">isNull</keyword> - <keyword ref="ntquuid.html#operator-TQString">operator TQString</keyword> - <keyword ref="ntquuid.html#operator!-eq">operator!=</keyword> - <keyword ref="ntquuid.html#operator-lt">operator<</keyword> - <keyword ref="ntquuid.html#operator-eq">operator=</keyword> - <keyword ref="ntquuid.html#operator-eq-eq">operator==</keyword> - <keyword ref="ntquuid.html#operator-gt">operator></keyword> - <keyword ref="ntquuid.html#toString">toString</keyword> - <keyword ref="ntquuid.html#variant">variant</keyword> - <keyword ref="ntquuid.html#version">version</keyword> - <keyword ref="ntquuid.html#operator-lt-lt">operator<<</keyword> - <keyword ref="ntquuid.html#operator-gt-gt">operator>></keyword> - <section ref="quuid-members.html" title="List of All Member Functions"/> - <section ref="quuid-h.html" title="Header File"/> +<section ref="tquuid.html" title="TQUuid Class Reference"> + <keyword ref="tquuid.html">TQUuid</keyword> + <keyword ref="tquuid.html#Variant">Variant</keyword> + <keyword ref="tquuid.html#Version">Version</keyword> + <keyword ref="tquuid.html#createUuid">createUuid</keyword> + <keyword ref="tquuid.html#isNull">isNull</keyword> + <keyword ref="tquuid.html#operator-TQString">operator TQString</keyword> + <keyword ref="tquuid.html#operator!-eq">operator!=</keyword> + <keyword ref="tquuid.html#operator-lt">operator<</keyword> + <keyword ref="tquuid.html#operator-eq">operator=</keyword> + <keyword ref="tquuid.html#operator-eq-eq">operator==</keyword> + <keyword ref="tquuid.html#operator-gt">operator></keyword> + <keyword ref="tquuid.html#toString">toString</keyword> + <keyword ref="tquuid.html#variant">variant</keyword> + <keyword ref="tquuid.html#version">version</keyword> + <keyword ref="tquuid.html#operator-lt-lt">operator<<</keyword> + <keyword ref="tquuid.html#operator-gt-gt">operator>></keyword> + <section ref="tquuid-members.html" title="List of All Member Functions"/> + <section ref="tquuid-h.html" title="Header File"/> </section> <section ref="tqvalidator.html" title="TQValidator Class Reference"> <keyword ref="tqvalidator.html">TQValidator</keyword> @@ -8468,92 +8468,92 @@ <section ref="tqvaluevector-members.html" title="List of All Member Functions"/> <section ref="tqvaluevector-h.html" title="Header File"/> </section> -<section ref="ntqvariant.html" title="QVariant Class Reference"> - <keyword ref="ntqvariant.html">QVariant</keyword> - <keyword ref="ntqvariant.html#Type">Type</keyword> - <keyword ref="ntqvariant.html#asBitArray">asBitArray</keyword> - <keyword ref="ntqvariant.html#asBitmap">asBitmap</keyword> - <keyword ref="ntqvariant.html#asBool">asBool</keyword> - <keyword ref="ntqvariant.html#asBrush">asBrush</keyword> - <keyword ref="ntqvariant.html#asByteArray">asByteArray</keyword> - <keyword ref="ntqvariant.html#asCString">asCString</keyword> - <keyword ref="ntqvariant.html#asColor">asColor</keyword> - <keyword ref="ntqvariant.html#asColorGroup">asColorGroup</keyword> - <keyword ref="ntqvariant.html#asCursor">asCursor</keyword> - <keyword ref="ntqvariant.html#asDate">asDate</keyword> - <keyword ref="ntqvariant.html#asDateTime">asDateTime</keyword> - <keyword ref="ntqvariant.html#asDouble">asDouble</keyword> - <keyword ref="ntqvariant.html#asFont">asFont</keyword> - <keyword ref="ntqvariant.html#asIconSet">asIconSet</keyword> - <keyword ref="ntqvariant.html#asImage">asImage</keyword> - <keyword ref="ntqvariant.html#asInt">asInt</keyword> - <keyword ref="ntqvariant.html#asKeySequence">asKeySequence</keyword> - <keyword ref="ntqvariant.html#asList">asList</keyword> - <keyword ref="ntqvariant.html#asLongLong">asLongLong</keyword> - <keyword ref="ntqvariant.html#asMap">asMap</keyword> - <keyword ref="ntqvariant.html#asPalette">asPalette</keyword> - <keyword ref="ntqvariant.html#asPen">asPen</keyword> - <keyword ref="ntqvariant.html#asPixmap">asPixmap</keyword> - <keyword ref="ntqvariant.html#asPoint">asPoint</keyword> - <keyword ref="ntqvariant.html#asPointArray">asPointArray</keyword> - <keyword ref="ntqvariant.html#asRect">asRect</keyword> - <keyword ref="ntqvariant.html#asRegion">asRegion</keyword> - <keyword ref="ntqvariant.html#asSize">asSize</keyword> - <keyword ref="ntqvariant.html#asSizePolicy">asSizePolicy</keyword> - <keyword ref="ntqvariant.html#asString">asString</keyword> - <keyword ref="ntqvariant.html#asStringList">asStringList</keyword> - <keyword ref="ntqvariant.html#asTime">asTime</keyword> - <keyword ref="ntqvariant.html#asUInt">asUInt</keyword> - <keyword ref="ntqvariant.html#asULongLong">asULongLong</keyword> - <keyword ref="ntqvariant.html#canCast">canCast</keyword> - <keyword ref="ntqvariant.html#cast">cast</keyword> - <keyword ref="ntqvariant.html#clear">clear</keyword> - <keyword ref="ntqvariant.html#isNull">isNull</keyword> - <keyword ref="ntqvariant.html#isValid">isValid</keyword> - <keyword ref="ntqvariant.html#nameToType">nameToType</keyword> - <keyword ref="ntqvariant.html#operator!-eq">operator!=</keyword> - <keyword ref="ntqvariant.html#operator-eq">operator=</keyword> - <keyword ref="ntqvariant.html#operator-eq-eq">operator==</keyword> - <keyword ref="ntqvariant.html#toBitArray">toBitArray</keyword> - <keyword ref="ntqvariant.html#toBitmap">toBitmap</keyword> - <keyword ref="ntqvariant.html#toBool">toBool</keyword> - <keyword ref="ntqvariant.html#toBrush">toBrush</keyword> - <keyword ref="ntqvariant.html#toByteArray">toByteArray</keyword> - <keyword ref="ntqvariant.html#toCString">toCString</keyword> - <keyword ref="ntqvariant.html#toColor">toColor</keyword> - <keyword ref="ntqvariant.html#toColorGroup">toColorGroup</keyword> - <keyword ref="ntqvariant.html#toCursor">toCursor</keyword> - <keyword ref="ntqvariant.html#toDate">toDate</keyword> - <keyword ref="ntqvariant.html#toDateTime">toDateTime</keyword> - <keyword ref="ntqvariant.html#toDouble">toDouble</keyword> - <keyword ref="ntqvariant.html#toFont">toFont</keyword> - <keyword ref="ntqvariant.html#toIconSet">toIconSet</keyword> - <keyword ref="ntqvariant.html#toImage">toImage</keyword> - <keyword ref="ntqvariant.html#toInt">toInt</keyword> - <keyword ref="ntqvariant.html#toKeySequence">toKeySequence</keyword> - <keyword ref="ntqvariant.html#toList">toList</keyword> - <keyword ref="ntqvariant.html#toLongLong">toLongLong</keyword> - <keyword ref="ntqvariant.html#toMap">toMap</keyword> - <keyword ref="ntqvariant.html#toPalette">toPalette</keyword> - <keyword ref="ntqvariant.html#toPen">toPen</keyword> - <keyword ref="ntqvariant.html#toPixmap">toPixmap</keyword> - <keyword ref="ntqvariant.html#toPoint">toPoint</keyword> - <keyword ref="ntqvariant.html#toPointArray">toPointArray</keyword> - <keyword ref="ntqvariant.html#toRect">toRect</keyword> - <keyword ref="ntqvariant.html#toRegion">toRegion</keyword> - <keyword ref="ntqvariant.html#toSize">toSize</keyword> - <keyword ref="ntqvariant.html#toSizePolicy">toSizePolicy</keyword> - <keyword ref="ntqvariant.html#toString">toString</keyword> - <keyword ref="ntqvariant.html#toStringList">toStringList</keyword> - <keyword ref="ntqvariant.html#toTime">toTime</keyword> - <keyword ref="ntqvariant.html#toUInt">toUInt</keyword> - <keyword ref="ntqvariant.html#toULongLong">toULongLong</keyword> - <keyword ref="ntqvariant.html#type">type</keyword> - <keyword ref="ntqvariant.html#typeName">typeName</keyword> - <keyword ref="ntqvariant.html#typeToName">typeToName</keyword> - <keyword ref="ntqvariant.html#~QVariant">~QVariant</keyword> - <section ref="qvariant-members.html" title="List of All Member Functions"/> - <section ref="qvariant-h.html" title="Header File"/> +<section ref="tqvariant.html" title="TQVariant Class Reference"> + <keyword ref="tqvariant.html">TQVariant</keyword> + <keyword ref="tqvariant.html#Type">Type</keyword> + <keyword ref="tqvariant.html#asBitArray">asBitArray</keyword> + <keyword ref="tqvariant.html#asBitmap">asBitmap</keyword> + <keyword ref="tqvariant.html#asBool">asBool</keyword> + <keyword ref="tqvariant.html#asBrush">asBrush</keyword> + <keyword ref="tqvariant.html#asByteArray">asByteArray</keyword> + <keyword ref="tqvariant.html#asCString">asCString</keyword> + <keyword ref="tqvariant.html#asColor">asColor</keyword> + <keyword ref="tqvariant.html#asColorGroup">asColorGroup</keyword> + <keyword ref="tqvariant.html#asCursor">asCursor</keyword> + <keyword ref="tqvariant.html#asDate">asDate</keyword> + <keyword ref="tqvariant.html#asDateTime">asDateTime</keyword> + <keyword ref="tqvariant.html#asDouble">asDouble</keyword> + <keyword ref="tqvariant.html#asFont">asFont</keyword> + <keyword ref="tqvariant.html#asIconSet">asIconSet</keyword> + <keyword ref="tqvariant.html#asImage">asImage</keyword> + <keyword ref="tqvariant.html#asInt">asInt</keyword> + <keyword ref="tqvariant.html#asKeySequence">asKeySequence</keyword> + <keyword ref="tqvariant.html#asList">asList</keyword> + <keyword ref="tqvariant.html#asLongLong">asLongLong</keyword> + <keyword ref="tqvariant.html#asMap">asMap</keyword> + <keyword ref="tqvariant.html#asPalette">asPalette</keyword> + <keyword ref="tqvariant.html#asPen">asPen</keyword> + <keyword ref="tqvariant.html#asPixmap">asPixmap</keyword> + <keyword ref="tqvariant.html#asPoint">asPoint</keyword> + <keyword ref="tqvariant.html#asPointArray">asPointArray</keyword> + <keyword ref="tqvariant.html#asRect">asRect</keyword> + <keyword ref="tqvariant.html#asRegion">asRegion</keyword> + <keyword ref="tqvariant.html#asSize">asSize</keyword> + <keyword ref="tqvariant.html#asSizePolicy">asSizePolicy</keyword> + <keyword ref="tqvariant.html#asString">asString</keyword> + <keyword ref="tqvariant.html#asStringList">asStringList</keyword> + <keyword ref="tqvariant.html#asTime">asTime</keyword> + <keyword ref="tqvariant.html#asUInt">asUInt</keyword> + <keyword ref="tqvariant.html#asULongLong">asULongLong</keyword> + <keyword ref="tqvariant.html#canCast">canCast</keyword> + <keyword ref="tqvariant.html#cast">cast</keyword> + <keyword ref="tqvariant.html#clear">clear</keyword> + <keyword ref="tqvariant.html#isNull">isNull</keyword> + <keyword ref="tqvariant.html#isValid">isValid</keyword> + <keyword ref="tqvariant.html#nameToType">nameToType</keyword> + <keyword ref="tqvariant.html#operator!-eq">operator!=</keyword> + <keyword ref="tqvariant.html#operator-eq">operator=</keyword> + <keyword ref="tqvariant.html#operator-eq-eq">operator==</keyword> + <keyword ref="tqvariant.html#toBitArray">toBitArray</keyword> + <keyword ref="tqvariant.html#toBitmap">toBitmap</keyword> + <keyword ref="tqvariant.html#toBool">toBool</keyword> + <keyword ref="tqvariant.html#toBrush">toBrush</keyword> + <keyword ref="tqvariant.html#toByteArray">toByteArray</keyword> + <keyword ref="tqvariant.html#toCString">toCString</keyword> + <keyword ref="tqvariant.html#toColor">toColor</keyword> + <keyword ref="tqvariant.html#toColorGroup">toColorGroup</keyword> + <keyword ref="tqvariant.html#toCursor">toCursor</keyword> + <keyword ref="tqvariant.html#toDate">toDate</keyword> + <keyword ref="tqvariant.html#toDateTime">toDateTime</keyword> + <keyword ref="tqvariant.html#toDouble">toDouble</keyword> + <keyword ref="tqvariant.html#toFont">toFont</keyword> + <keyword ref="tqvariant.html#toIconSet">toIconSet</keyword> + <keyword ref="tqvariant.html#toImage">toImage</keyword> + <keyword ref="tqvariant.html#toInt">toInt</keyword> + <keyword ref="tqvariant.html#toKeySequence">toKeySequence</keyword> + <keyword ref="tqvariant.html#toList">toList</keyword> + <keyword ref="tqvariant.html#toLongLong">toLongLong</keyword> + <keyword ref="tqvariant.html#toMap">toMap</keyword> + <keyword ref="tqvariant.html#toPalette">toPalette</keyword> + <keyword ref="tqvariant.html#toPen">toPen</keyword> + <keyword ref="tqvariant.html#toPixmap">toPixmap</keyword> + <keyword ref="tqvariant.html#toPoint">toPoint</keyword> + <keyword ref="tqvariant.html#toPointArray">toPointArray</keyword> + <keyword ref="tqvariant.html#toRect">toRect</keyword> + <keyword ref="tqvariant.html#toRegion">toRegion</keyword> + <keyword ref="tqvariant.html#toSize">toSize</keyword> + <keyword ref="tqvariant.html#toSizePolicy">toSizePolicy</keyword> + <keyword ref="tqvariant.html#toString">toString</keyword> + <keyword ref="tqvariant.html#toStringList">toStringList</keyword> + <keyword ref="tqvariant.html#toTime">toTime</keyword> + <keyword ref="tqvariant.html#toUInt">toUInt</keyword> + <keyword ref="tqvariant.html#toULongLong">toULongLong</keyword> + <keyword ref="tqvariant.html#type">type</keyword> + <keyword ref="tqvariant.html#typeName">typeName</keyword> + <keyword ref="tqvariant.html#typeToName">typeToName</keyword> + <keyword ref="tqvariant.html#~TQVariant">~TQVariant</keyword> + <section ref="tqvariant-members.html" title="List of All Member Functions"/> + <section ref="tqvariant-h.html" title="Header File"/> </section> <section ref="tqvbox.html" title="TQVBox Class Reference"> <keyword ref="tqvbox.html">TQVBox</keyword> @@ -9290,8 +9290,8 @@ <section ref="toggleaction-example.html" title="A Tiny Example Featuring a Toggle Action"> <keyword ref="toggleaction-example.html">A Tiny Example Featuring a Toggle Action</keyword> </section> -<section ref="qtl-tqvaluelist-example.html" title="A Tiny QTL Example"> - <keyword ref="qtl-tqvaluelist-example.html">A Tiny QTL Example</keyword> +<section ref="tqtl-tqvaluelist-example.html" title="A Tiny TQTL Example"> + <keyword ref="tqtl-tqvaluelist-example.html">A Tiny TQTL Example</keyword> </section> <section ref="tagreader-example.html" title="A tiny SAX2 parser"> <keyword ref="tagreader-example.html">A tiny SAX2 parser</keyword> @@ -9299,8 +9299,8 @@ <section ref="modules.html" title="About Modules"> <keyword ref="modules.html">About Modules</keyword> </section> -<section ref="aboutntqt.html" title="About Qt"> - <keyword ref="aboutntqt.html">About Qt</keyword> +<section ref="abouttqt.html" title="About Qt"> + <keyword ref="abouttqt.html">About Qt</keyword> </section> <section ref="integration.html" title="About the Visual Studio Integration Plugin"> <keyword ref="integration.html">About the Visual Studio Integration Plugin</keyword> @@ -9395,8 +9395,8 @@ <section ref="tagreader-with-features-example.html" title="Demonstration of SAX2 features"> <keyword ref="tagreader-with-features-example.html">Demonstration of SAX2 features</keyword> </section> -<section ref="distributingntqt.html" title="Deploying TQt Applications"> - <keyword ref="distributingntqt.html">Deploying TQt Applications</keyword> +<section ref="distributingtqt.html" title="Deploying TQt Applications"> + <keyword ref="distributingtqt.html">Deploying TQt Applications</keyword> </section> <section ref="dialogs.html" title="Dialog Classes"> <keyword ref="dialogs.html">dialogs</keyword> @@ -9470,8 +9470,8 @@ <section ref="bigtable-example.html" title="How to create a large, sparse TQTable"> <keyword ref="bigtable-example.html">How to create a large, sparse TQTable</keyword> </section> -<section ref="how-to-learn-ntqt.html" title="How to Learn Qt"> - <keyword ref="how-to-learn-ntqt.html">How to Learn Qt</keyword> +<section ref="how-to-learn-tqt.html" title="How to Learn Qt"> + <keyword ref="how-to-learn-tqt.html">How to Learn Qt</keyword> </section> <section ref="bughowto.html" title="How to Report A Bug"> <keyword ref="bughowto.html">How to Report A Bug</keyword> @@ -9716,8 +9716,8 @@ <section ref="qt-template-lib.html" title="TQt Template Library"> <keyword ref="qt-template-lib.html">TQt Template Library</keyword> </section> -<section ref="ntqtl.html" title="TQt Template Library Classes"> - <keyword ref="ntqtl.html">qtl</keyword> +<section ref="tqtl.html" title="TQt Template Library Classes"> + <keyword ref="tqtl.html">tqtl</keyword> </section> <section ref="tutorial.html" title="TQt Tutorial #1 - The 14 Steps"> <keyword ref="tutorial.html">TQt Tutorial #1 - The 14 Steps</keyword> diff --git a/doc/html/qvariant-members.html b/doc/html/qvariant-members.html deleted file mode 100644 index f5fbdf2e2..000000000 --- a/doc/html/qvariant-members.html +++ /dev/null @@ -1,135 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqvariant.h:83 --> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>TQVariant Member List</title> -<style type="text/css"><!-- -fn { margin-left: 1cm; text-indent: -1cm; } -a:link { color: #004faf; text-decoration: none } -a:visited { color: #672967; text-decoration: none } -body { background: #ffffff; color: black; } ---></style> -</head> -<body> - -<table border="0" cellpadding="0" cellspacing="0" width="100%"> -<tr bgcolor="#E5E5E5"> -<td valign=center> - <a href="index.html"> -<font color="#004faf">Home</font></a> - | <a href="classes.html"> -<font color="#004faf">All Classes</font></a> - | <a href="mainclasses.html"> -<font color="#004faf">Main Classes</font></a> - | <a href="annotated.html"> -<font color="#004faf">Annotated</font></a> - | <a href="groups.html"> -<font color="#004faf">Grouped Classes</font></a> - | <a href="functions.html"> -<font color="#004faf">Functions</font></a> -</td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQVariant</h1> - -<p>This is the complete list of member functions for -<a href="ntqvariant.html">TQVariant</a>, including inherited members. - -<ul> -<li><a href="ntqvariant.html#TQVariant">TQVariant</a>() -<li><a href="ntqvariant.html#~TQVariant">~TQVariant</a>() -<li><a href="ntqvariant.html#asBitArray">asBitArray</a>() -<li><a href="ntqvariant.html#asBitmap">asBitmap</a>() -<li><a href="ntqvariant.html#asBool">asBool</a>() -<li><a href="ntqvariant.html#asBrush">asBrush</a>() -<li><a href="ntqvariant.html#asByteArray">asByteArray</a>() -<li><a href="ntqvariant.html#asCString">asCString</a>() -<li><a href="ntqvariant.html#asColor">asColor</a>() -<li><a href="ntqvariant.html#asColorGroup">asColorGroup</a>() -<li><a href="ntqvariant.html#asCursor">asCursor</a>() -<li><a href="ntqvariant.html#asDate">asDate</a>() -<li><a href="ntqvariant.html#asDateTime">asDateTime</a>() -<li><a href="ntqvariant.html#asDouble">asDouble</a>() -<li><a href="ntqvariant.html#asFont">asFont</a>() -<li><a href="ntqvariant.html#asIconSet">asIconSet</a>() -<li><a href="ntqvariant.html#asImage">asImage</a>() -<li><a href="ntqvariant.html#asInt">asInt</a>() -<li><a href="ntqvariant.html#asKeySequence">asKeySequence</a>() -<li><a href="ntqvariant.html#asList">asList</a>() -<li><a href="ntqvariant.html#asLongLong">asLongLong</a>() -<li><a href="ntqvariant.html#asMap">asMap</a>() -<li><a href="ntqvariant.html#asPalette">asPalette</a>() -<li><a href="ntqvariant.html#asPen">asPen</a>() -<li><a href="ntqvariant.html#asPixmap">asPixmap</a>() -<li><a href="ntqvariant.html#asPoint">asPoint</a>() -<li><a href="ntqvariant.html#asPointArray">asPointArray</a>() -<li><a href="ntqvariant.html#asRect">asRect</a>() -<li><a href="ntqvariant.html#asRegion">asRegion</a>() -<li><a href="ntqvariant.html#asSize">asSize</a>() -<li><a href="ntqvariant.html#asSizePolicy">asSizePolicy</a>() -<li><a href="ntqvariant.html#asString">asString</a>() -<li><a href="ntqvariant.html#asStringList">asStringList</a>() -<li><a href="ntqvariant.html#asTime">asTime</a>() -<li><a href="ntqvariant.html#asUInt">asUInt</a>() -<li><a href="ntqvariant.html#asULongLong">asULongLong</a>() -<li><a href="ntqvariant.html#canCast">canCast</a>() -<li><a href="ntqvariant.html#cast">cast</a>() -<li><a href="ntqvariant.html#clear">clear</a>() -<li><a href="ntqvariant.html#isNull">isNull</a>() -<li><a href="ntqvariant.html#isValid">isValid</a>() -<li><a href="ntqvariant.html#listBegin">listBegin</a>() -<li><a href="ntqvariant.html#listEnd">listEnd</a>() -<li><a href="ntqvariant.html#mapBegin">mapBegin</a>() -<li><a href="ntqvariant.html#mapEnd">mapEnd</a>() -<li><a href="ntqvariant.html#mapFind">mapFind</a>() -<li><a href="ntqvariant.html#nameToType">nameToType</a>() -<li><a href="ntqvariant.html#operator!-eq">operator!=</a>() -<li><a href="ntqvariant.html#operator-eq">operator=</a>() -<li><a href="ntqvariant.html#operator-eq-eq">operator==</a>() -<li><a href="ntqvariant.html#stringListBegin">stringListBegin</a>() -<li><a href="ntqvariant.html#stringListEnd">stringListEnd</a>() -<li><a href="ntqvariant.html#toBitArray">toBitArray</a>() -<li><a href="ntqvariant.html#toBitmap">toBitmap</a>() -<li><a href="ntqvariant.html#toBool">toBool</a>() -<li><a href="ntqvariant.html#toBrush">toBrush</a>() -<li><a href="ntqvariant.html#toByteArray">toByteArray</a>() -<li><a href="ntqvariant.html#toCString">toCString</a>() -<li><a href="ntqvariant.html#toColor">toColor</a>() -<li><a href="ntqvariant.html#toColorGroup">toColorGroup</a>() -<li><a href="ntqvariant.html#toCursor">toCursor</a>() -<li><a href="ntqvariant.html#toDate">toDate</a>() -<li><a href="ntqvariant.html#toDateTime">toDateTime</a>() -<li><a href="ntqvariant.html#toDouble">toDouble</a>() -<li><a href="ntqvariant.html#toFont">toFont</a>() -<li><a href="ntqvariant.html#toIconSet">toIconSet</a>() -<li><a href="ntqvariant.html#toImage">toImage</a>() -<li><a href="ntqvariant.html#toInt">toInt</a>() -<li><a href="ntqvariant.html#toKeySequence">toKeySequence</a>() -<li><a href="ntqvariant.html#toList">toList</a>() -<li><a href="ntqvariant.html#toLongLong">toLongLong</a>() -<li><a href="ntqvariant.html#toMap">toMap</a>() -<li><a href="ntqvariant.html#toPalette">toPalette</a>() -<li><a href="ntqvariant.html#toPen">toPen</a>() -<li><a href="ntqvariant.html#toPixmap">toPixmap</a>() -<li><a href="ntqvariant.html#toPoint">toPoint</a>() -<li><a href="ntqvariant.html#toPointArray">toPointArray</a>() -<li><a href="ntqvariant.html#toRect">toRect</a>() -<li><a href="ntqvariant.html#toRegion">toRegion</a>() -<li><a href="ntqvariant.html#toSize">toSize</a>() -<li><a href="ntqvariant.html#toSizePolicy">toSizePolicy</a>() -<li><a href="ntqvariant.html#toString">toString</a>() -<li><a href="ntqvariant.html#toStringList">toStringList</a>() -<li><a href="ntqvariant.html#toTime">toTime</a>() -<li><a href="ntqvariant.html#toUInt">toUInt</a>() -<li><a href="ntqvariant.html#toULongLong">toULongLong</a>() -<li><a href="ntqvariant.html#type">type</a>() -<li><a href="ntqvariant.html#typeName">typeName</a>() -<li><a href="ntqvariant.html#typeToName">typeToName</a>() -</ul> -<!-- eof --> -<p><address><hr><div align=center> -<table width=100% cellspacing=0 border=0><tr> -<td>Copyright © 2007 -<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> -<td align=right><div align=right>TQt 3.3.8</div> -</table></div></address></body> -</html> diff --git a/doc/html/simple-application.html b/doc/html/simple-application.html index 9713605b6..6b262ebd9 100644 --- a/doc/html/simple-application.html +++ b/doc/html/simple-application.html @@ -512,7 +512,7 @@ close means that the window is going away for good. } </pre> <p> If the text hasn't been edited, we just accept the event. The window -will be closed, and because we used the <em>WDestructiveClose</em> <a href="ntqt.html#WidgetFlags">widget flag</a> in the <a href="#ApplicationWindow"><i>ApplicationWindow()</i> constructor</a>, +will be closed, and because we used the <em>WDestructiveClose</em> <a href="tqt.html#WidgetFlags">widget flag</a> in the <a href="#ApplicationWindow"><i>ApplicationWindow()</i> constructor</a>, the widget will be deleted. <p> <pre> switch( TQMessageBox::<a href="tqmessagebox.html#information">information</a>( this, "TQt Application Example", "Do you want to save the changes" diff --git a/doc/html/simple_dd-example.html b/doc/html/simple_dd-example.html index d1964f548..ea5a54f98 100644 --- a/doc/html/simple_dd-example.html +++ b/doc/html/simple_dd-example.html @@ -50,7 +50,7 @@ functionality. #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqcursor-h.html">tqcursor.h</a>> -#include <<a href="qsplitter-h.html">ntqsplitter.h</a>> +#include <<a href="tqsplitter-h.html">tqsplitter.h</a>> #include <<a href="tqlistbox-h.html">tqlistbox.h</a>> #include <<a href="tqiconview-h.html">tqiconview.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> @@ -266,7 +266,7 @@ int main( int argc, char *argv[] ) <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); // Create and show the widgets - <a href="ntqsplitter.html">TQSplitter</a> *split = new <a href="ntqsplitter.html">TQSplitter</a>(); + <a href="tqsplitter.html">TQSplitter</a> *split = new <a href="tqsplitter.html">TQSplitter</a>(); DDIconView *iv = new DDIconView( split ); (void) new DDListBox( split ); app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( split ); diff --git a/doc/html/sound-example.html b/doc/html/sound-example.html index 2bf2a47de..b1dc5ef1a 100644 --- a/doc/html/sound-example.html +++ b/doc/html/sound-example.html @@ -49,7 +49,7 @@ if your machine is set up to play audio. #ifndef PLAY_H #define PLAY_H -#include "ntqsound.h" +#include "tqsound.h" #include <<a href="tqmainwindow-h.html">tqmainwindow.h</a>> class SoundPlayer : public <a href="tqmainwindow.html">TQMainWindow</a> { @@ -66,8 +66,8 @@ public slots: void doPlay1234(); private: - <a href="ntqsound.html">TQSound</a> bucket3; - <a href="ntqsound.html">TQSound</a> bucket4; + <a href="tqsound.html">TQSound</a> bucket3; + <a href="tqsound.html">TQSound</a> bucket4; }; #endif @@ -134,12 +134,12 @@ private: void <a name="f582"></a>SoundPlayer::doPlay1() { -<a name="x2813"></a> TQSound::<a href="ntqsound.html#play">play</a>("sounds/1.wav"); +<a name="x2813"></a> TQSound::<a href="tqsound.html#play">play</a>("sounds/1.wav"); } void <a name="f583"></a>SoundPlayer::doPlay2() { - TQSound::<a href="ntqsound.html#play">play</a>("sounds/2.wav"); + TQSound::<a href="tqsound.html#play">play</a>("sounds/2.wav"); } void <a name="f584"></a>SoundPlayer::doPlay3() @@ -162,8 +162,8 @@ void <a name="f586"></a>SoundPlayer::doPlay34() void <a name="f587"></a>SoundPlayer::doPlay1234() { // Some sound platforms will only play one sound at a time - TQSound::<a href="ntqsound.html#play">play</a>("sounds/1.wav"); - TQSound::<a href="ntqsound.html#play">play</a>("sounds/2.wav"); + TQSound::<a href="tqsound.html#play">play</a>("sounds/1.wav"); + TQSound::<a href="tqsound.html#play">play</a>("sounds/2.wav"); bucket3.play(); bucket4.play(); } diff --git a/doc/html/splitter-example.html b/doc/html/splitter-example.html index 873920c42..fe2d43506 100644 --- a/doc/html/splitter-example.html +++ b/doc/html/splitter-example.html @@ -49,7 +49,7 @@ decide for themselves how much space each child item should get. #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qsplitter-h.html">ntqsplitter.h</a>> +#include <<a href="tqsplitter-h.html">tqsplitter.h</a>> #include <<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> @@ -98,9 +98,9 @@ int main( int argc, char ** argv ) { <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); - <a href="ntqsplitter.html">TQSplitter</a> *s1 = new <a href="ntqsplitter.html">TQSplitter</a>( TQSplitter::Vertical, 0 , "main" ); + <a href="tqsplitter.html">TQSplitter</a> *s1 = new <a href="tqsplitter.html">TQSplitter</a>( TQSplitter::Vertical, 0 , "main" ); - <a href="ntqsplitter.html">TQSplitter</a> *s2 = new <a href="ntqsplitter.html">TQSplitter</a>( TQSplitter::Horizontal, s1, "top" ); + <a href="tqsplitter.html">TQSplitter</a> *s2 = new <a href="tqsplitter.html">TQSplitter</a>( TQSplitter::Horizontal, s1, "top" ); Test *t1 = new Test( s2, "topLeft" ); <a name="x1303"></a> t1-><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>( TQt::blue.light( 180 ) ); @@ -108,10 +108,10 @@ int main( int argc, char ** argv ) Test *t2 = new Test( s2, "topRight" ); t2-><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>( TQt::green.light( 180 ) ); -<a name="x1301"></a> s2-><a href="ntqsplitter.html#setResizeMode">setResizeMode</a>( t2, TQSplitter::KeepSize ); -<a name="x1299"></a> s2-><a href="ntqsplitter.html#moveToFirst">moveToFirst</a>( t2 ); +<a name="x1301"></a> s2-><a href="tqsplitter.html#setResizeMode">setResizeMode</a>( t2, TQSplitter::KeepSize ); +<a name="x1299"></a> s2-><a href="tqsplitter.html#moveToFirst">moveToFirst</a>( t2 ); - <a href="ntqsplitter.html">TQSplitter</a> *s3 = new <a href="ntqsplitter.html">TQSplitter</a>( TQSplitter::Horizontal, s1, "bottom" ); + <a href="tqsplitter.html">TQSplitter</a> *s3 = new <a href="tqsplitter.html">TQSplitter</a>( TQSplitter::Horizontal, s1, "bottom" ); Test *t3 = new Test( s3, "bottomLeft" ); t3-><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>( TQt::red ); @@ -123,8 +123,8 @@ int main( int argc, char ** argv ) t5-><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>( 80, 50 ); t5-><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>( TQt::yellow ); - s2-><a href="ntqsplitter.html#setOpaqueResize">setOpaqueResize</a>( TRUE ); - s3-><a href="ntqsplitter.html#setOpaqueResize">setOpaqueResize</a>( TRUE ); + s2-><a href="tqsplitter.html#setOpaqueResize">setOpaqueResize</a>( TRUE ); + s3-><a href="tqsplitter.html#setOpaqueResize">setOpaqueResize</a>( TRUE ); a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( s1 ); s1-><a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Splitters"); diff --git a/doc/html/sql-driver.html b/doc/html/sql-driver.html index 45c95c1ce..1c86cab54 100644 --- a/doc/html/sql-driver.html +++ b/doc/html/sql-driver.html @@ -597,7 +597,7 @@ public: TQNullResult( const <a href="tqsqldriver.html">TQSqlDriver</a>* d ): <a href="tqsqlresult.html">TQSqlResult</a>( d ) {} ~TQNullResult() {} protected: - <a href="ntqvariant.html">TQVariant</a> data( int ) { return TQVariant(); } + <a href="tqvariant.html">TQVariant</a> data( int ) { return TQVariant(); } bool reset ( const <a href="tqstring.html">TQString</a>& ) { return FALSE; } bool fetch( int ) { return FALSE; } bool fetchFirst() { return FALSE; } diff --git a/doc/html/sql-overview-subclass3-main-h.html b/doc/html/sql-overview-subclass3-main-h.html index 6f3a70309..1ae93426e 100644 --- a/doc/html/sql-overview-subclass3-main-h.html +++ b/doc/html/sql-overview-subclass3-main-h.html @@ -54,7 +54,7 @@ class InvoiceItemCursor : public <a href="tqsqlcursor.html">TQSqlCursor</a> public: InvoiceItemCursor(); protected: - <a href="ntqvariant.html">TQVariant</a> calculateField( const <a href="tqstring.html">TQString</a> & name ); + <a href="tqvariant.html">TQVariant</a> calculateField( const <a href="tqstring.html">TQString</a> & name ); }; diff --git a/doc/html/sql-overview-subclass4-main-h.html b/doc/html/sql-overview-subclass4-main-h.html index fa9079142..8c658537f 100644 --- a/doc/html/sql-overview-subclass4-main-h.html +++ b/doc/html/sql-overview-subclass4-main-h.html @@ -54,7 +54,7 @@ class InvoiceItemCursor : public <a href="tqsqlcursor.html">TQSqlCursor</a> public: InvoiceItemCursor(); protected: - <a href="ntqvariant.html">TQVariant</a> calculateField( const <a href="tqstring.html">TQString</a> & name ); + <a href="tqvariant.html">TQVariant</a> calculateField( const <a href="tqstring.html">TQString</a> & name ); }; diff --git a/doc/html/sql-overview-subclass5-main-h.html b/doc/html/sql-overview-subclass5-main-h.html index 7c1d0c930..df2904143 100644 --- a/doc/html/sql-overview-subclass5-main-h.html +++ b/doc/html/sql-overview-subclass5-main-h.html @@ -56,7 +56,7 @@ class InvoiceItemCursor : public <a href="tqsqlcursor.html">TQSqlCursor</a> InvoiceItemCursor(); <a href="tqsqlrecord.html">TQSqlRecord</a> *primeInsert(); protected: - <a href="ntqvariant.html">TQVariant</a> calculateField( const <a href="tqstring.html">TQString</a> & name ); + <a href="tqvariant.html">TQVariant</a> calculateField( const <a href="tqstring.html">TQString</a> & name ); }; </pre><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/sql.html b/doc/html/sql.html index 50554dfa9..f10d30213 100644 --- a/doc/html/sql.html +++ b/doc/html/sql.html @@ -1493,7 +1493,7 @@ an InvoiceItemCursor instead of a generic TQSqlCursor. <p> <pre> protected: - <a href="ntqvariant.html">TQVariant</a> calculateField( const <a href="tqstring.html">TQString</a> & name ); + <a href="tqvariant.html">TQVariant</a> calculateField( const <a href="tqstring.html">TQString</a> & name ); </pre><blockquote><p align="center"><em> From <a href="sql-overview-subclass3-main-h.html">sql/overview/subclass3/main.h</a> </em></p> </blockquote><p> The change in the header file is minimal: we simply add the signature @@ -1596,7 +1596,7 @@ must calculate the value of three different fields. The productname and price fields are produced by looking up the corresponding values in the prices table keyed by pricesid. The cost field is calculated simply by multiplying the price by the quantity. Note that we cast the -cost to a <a href="ntqvariant.html">TQVariant</a> since that is the type that calculateField() must +cost to a <a href="tqvariant.html">TQVariant</a> since that is the type that calculateField() must return. <p> We've written three separate queries rather than one to make the example more like a real application where it is more likely that each diff --git a/doc/html/tagreader-example.html b/doc/html/tagreader-example.html index cd4478bc5..91bccba27 100644 --- a/doc/html/tagreader-example.html +++ b/doc/html/tagreader-example.html @@ -127,7 +127,7 @@ private: #include "structureparser.h" #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqxml-h.html">tqxml.h</a>> -#include <<a href="qwindowdefs-h.html">ntqwindowdefs.h</a>> +#include <<a href="tqwindowdefs-h.html">tqwindowdefs.h</a>> int main( int argc, char **argv ) { diff --git a/doc/html/titleindex b/doc/html/titleindex index 09f60b573..878ad9b25 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -7,7 +7,7 @@ A Motif Dialog | motif-dialog-example.html A Rectangle Draw "Benchmark" | forever-example.html A Small Application for Testing Regular Expressions | regexptester-example.html A Tiny Example Featuring a Toggle Action | toggleaction-example.html -A Tiny QTL Example | qtl-tqvaluelist-example.html +A Tiny TQTL Example | tqtl-tqvaluelist-example.html A qt-interest mail archive search | archivesearch-example.html A simple HTTP daemon | httpd-example.html A simple NNTP implementation | networkprotocol-example.html @@ -16,7 +16,7 @@ A simple mail client | mail-example.html A small client-server example | clientserver-example.html A tiny SAX2 parser | tagreader-example.html About Modules | modules.html -About TQt | aboutntqt.html +About TQt | abouttqt.html About Unicode | unicode.html About the Visual Studio Integration Plugin | integration.html Abstract Widget Classes | abstractwidgets.html @@ -48,7 +48,7 @@ Data Elements | tutorial2-03.html Database Classes | database.html Debugging Techniques | debug.html Demonstration of SAX2 features | tagreader-with-features-example.html -Deploying TQt Applications | distributingntqt.html +Deploying TQt Applications | distributingtqt.html Dialog Classes | dialogs.html Digital Clock | dclock-example.html Drag And Drop Classes | draganddrop.html @@ -72,7 +72,7 @@ Header File Index | headers.html Hello, World | hello-example.html Help System | helpsystem.html Helpsystem | helpsystem-example.html -How to Learn TQt | how-to-learn-ntqt.html +How to Learn TQt | how-to-learn-tqt.html How to Report A Bug | bughowto.html How to create a large, sparse TQTable | bigtable-example.html How to use X11 overlays with the TQt OpenGL extension | opengl-x11-overlays.html @@ -688,8 +688,8 @@ TQSessionManager Class | tqsessionmanager.html TQSessionManager Member List | tqsessionmanager-members.html TQSettings Class | tqsettings.html TQSettings Member List | tqsettings-members.html -QShowEvent Class | qshowevent.html -QShowEvent Member List | qshowevent-members.html +TQShowEvent Class | tqshowevent.html +TQShowEvent Member List | tqshowevent-members.html TQSignal Class | tqsignal.html TQSignal Member List | tqsignal-members.html TQSignalMapper Class | tqsignalmapper.html @@ -712,16 +712,16 @@ TQSocketDevice Class | tqsocketdevice.html TQSocketDevice Member List | tqsocketdevice-members.html TQSocketNotifier Class | tqsocketnotifier.html TQSocketNotifier Member List | tqsocketnotifier-members.html -QSound Class | ntqsound.html -QSound Member List | qsound-members.html +TQSound Class | tqsound.html +TQSound Member List | tqsound-members.html TQSpacerItem Class | tqspaceritem.html TQSpacerItem Member List | tqspaceritem-members.html TQSpinBox Class | tqspinbox.html TQSpinBox Member List | tqspinbox-members.html -QSplashScreen Class | ntqsplashscreen.html -QSplashScreen Member List | qsplashscreen-members.html -QSplitter Class | ntqsplitter.html -QSplitter Member List | qsplitter-members.html +TQSplashScreen Class | tqsplashscreen.html +TQSplashScreen Member List | tqsplashscreen-members.html +TQSplitter Class | tqsplitter.html +TQSplitter Member List | tqsplitter-members.html TQSql Class | tqsql.html TQSql Member List | tqsql-members.html TQSqlCursor Class | tqsqlcursor.html @@ -858,8 +858,8 @@ TQUrlInfo Class | tqurlinfo.html TQUrlInfo Member List | tqurlinfo-members.html TQUrlOperator Class | tqurloperator.html TQUrlOperator Member List | tqurloperator-members.html -QUuid Class | ntquuid.html -QUuid Member List | quuid-members.html +TQUuid Class | tquuid.html +TQUuid Member List | tquuid-members.html TQVBox Class | tqvbox.html TQVBox Member List | tqvbox-members.html TQVBoxLayout Class | tqvboxlayout.html @@ -880,8 +880,8 @@ TQValueStack Class | tqvaluestack.html TQValueStack Member List | tqvaluestack-members.html TQValueVector Class | tqvaluevector.html TQValueVector Member List | tqvaluevector-members.html -QVariant Class | ntqvariant.html -QVariant Member List | qvariant-members.html +TQVariant Class | tqvariant.html +TQVariant Member List | tqvariant-members.html TQWMatrix Class | tqwmatrix.html TQWMatrix Member List | tqwmatrix-members.html TQWaitCondition Class | tqwaitcondition.html @@ -938,7 +938,7 @@ TQXmlSimpleReader Class | tqxmlsimplereader.html TQXmlSimpleReader Member List | tqxmlsimplereader-members.html QXtWidget Class | qxtwidget.html QXtWidget Member List | qxtwidget-members.html -Qt Class | ntqt.html +Qt Class | tqt.html Qt Commercial Editions | commercialeditions.html Qt Demo | demo-example.html Qt Distribution Example | distributor-example.html @@ -955,7 +955,7 @@ Qt Plugins HOWTO | plugins-howto.html Qt Reference Documentation (Open Source Edition) | index.html Qt SQL Examples | sql-examples.html Qt Template Library | qt-template-lib.html -Qt Template Library Classes | ntqtl.html +Qt Template Library Classes | tqtl.html Qt Tutorial #1 - The 14 Steps | tutorial.html Qt Tutorial - Chapter 10: Smooth as Silk | tutorial1-10.html Qt Tutorial - Chapter 11: Giving It a Shot | tutorial1-11.html @@ -1239,10 +1239,10 @@ tqslider.h Include File | tqslider-h.html tqsocket.h Include File | tqsocket-h.html tqsocketdevice.h Include File | tqsocketdevice-h.html tqsocketnotifier.h Include File | tqsocketnotifier-h.html -ntqsound.h Include File | qsound-h.html +tqsound.h Include File | tqsound-h.html tqspinbox.h Include File | tqspinbox-h.html -ntqsplashscreen.h Include File | qsplashscreen-h.html -ntqsplitter.h Include File | qsplitter-h.html +tqsplashscreen.h Include File | tqsplashscreen-h.html +tqsplitter.h Include File | tqsplitter-h.html tqsql.h Include File | tqsql-h.html tqsqlcursor.h Include File | tqsqlcursor-h.html tqsqldatabase.h Include File | tqsqldatabase-h.html @@ -1289,12 +1289,12 @@ tqtsciicodec.h Include File | tqtsciicodec-h.html tqurl.h Include File | tqurl-h.html tqurlinfo.h Include File | tqurlinfo-h.html tqurloperator.h Include File | tqurloperator-h.html -ntquuid.h Include File | quuid-h.html +tquuid.h Include File | tquuid-h.html tqvalidator.h Include File | tqvalidator-h.html tqvaluelist.h Include File | tqvaluelist-h.html tqvaluestack.h Include File | tqvaluestack-h.html tqvaluevector.h Include File | tqvaluevector-h.html -ntqvariant.h Include File | qvariant-h.html +tqvariant.h Include File | tqvariant-h.html tqvbox.h Include File | tqvbox-h.html tqvbuttongroup.h Include File | tqvbuttongroup-h.html tqvgroupbox.h Include File | tqvgroupbox-h.html @@ -1304,7 +1304,7 @@ tqwidget.h Include File | tqwidget-h.html tqwidgetfactory.h Include File | tqwidgetfactory-h.html tqwidgetplugin.h Include File | tqwidgetplugin-h.html tqwidgetstack.h Include File | tqwidgetstack-h.html -ntqwindowdefs.h Include File | qwindowdefs-h.html +tqwindowdefs.h Include File | tqwindowdefs-h.html tqwindowsstyle.h Include File | tqwindowsstyle-h.html tqwizard.h Include File | tqwizard-h.html tqwmatrix.h Include File | tqwmatrix-h.html diff --git a/doc/html/toplevel-example.html b/doc/html/toplevel-example.html index 25d078b3f..fe9cba25f 100644 --- a/doc/html/toplevel-example.html +++ b/doc/html/toplevel-example.html @@ -73,7 +73,7 @@ file. bool wstyle = false; WFlags f = WDestructiveClose | WType_TopLevel | WStyle_Customize; </pre> -<p> The <tt>apply()</tt> slot declares the <a href="ntqt.html#WidgetFlags">widget flag</a> variable <tt>f</tt> +<p> The <tt>apply()</tt> slot declares the <a href="tqt.html#WidgetFlags">widget flag</a> variable <tt>f</tt> and initializes it with the values <ul> <li> <tt>WDestructiveClose</tt> - the widget will be automatically diff --git a/doc/html/tqaccel.html b/doc/html/tqaccel.html index b682436da..431dc906f 100644 --- a/doc/html/tqaccel.html +++ b/doc/html/tqaccel.html @@ -99,9 +99,9 @@ Example: manipulated using <a href="#insertItem">insertItem</a>(), <a href="#removeItem">removeItem</a>(), <a href="#clear">clear</a>(), <a href="#key">key</a>() and <a href="#findKey">findKey</a>(). <p> Each accelerator item consists of an identifier and a <a href="tqkeysequence.html">TQKeySequence</a>. A single key sequence consists of a keyboard code -combined with modifiers (<a href="ntqt.html#Modifier-enum">SHIFT</a>, <a href="ntqt.html#Modifier-enum">CTRL</a>, <a href="ntqt.html#Modifier-enum">ALT</a> or <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a>). For example, <tt>CTRL + Key_P</tt> could be a shortcut -for printing a document. The key codes are listed in <a href="tqnamespace-h.html">tqnamespace.h</a>. As an alternative, use <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a> with the -unicode code point of the character. For example, <tt>UNICODE_ACCEL + 'A'</tt> gives the same accelerator as <a href="ntqt.html#Key-enum">Key_A</a>. +combined with modifiers (<a href="tqt.html#Modifier-enum">SHIFT</a>, <a href="tqt.html#Modifier-enum">CTRL</a>, <a href="tqt.html#Modifier-enum">ALT</a> or <a href="tqt.html#Modifier-enum">UNICODE_ACCEL</a>). For example, <tt>CTRL + Key_P</tt> could be a shortcut +for printing a document. The key codes are listed in <a href="tqnamespace-h.html">tqnamespace.h</a>. As an alternative, use <a href="tqt.html#Modifier-enum">UNICODE_ACCEL</a> with the +unicode code point of the character. For example, <tt>UNICODE_ACCEL + 'A'</tt> gives the same accelerator as <a href="tqt.html#Key-enum">Key_A</a>. <p> When an accelerator key is pressed, the accelerator sends out the signal <a href="#activated">activated</a>() with a number that identifies this particular accelerator item. Accelerator items can also be individually @@ -223,7 +223,7 @@ negative identifier less than -1. a-><a href="#insertItem">insertItem</a>( CTRL + Key_P, 200 ); // Ctrl+P, e.g. to print document a-><a href="#insertItem">insertItem</a>( ALT + Key_X, 201 ); // Alt+X, e.g. to quit a-><a href="#insertItem">insertItem</a>( UNICODE_ACCEL + 'q', 202 ); // Unicode 'q', e.g. to quit - a-><a href="#insertItem">insertItem</a>( <a href="ntqt.html#Key-enum">Key_D</a> ); // gets a unique negative id < -1 + a-><a href="#insertItem">insertItem</a>( <a href="tqt.html#Key-enum">Key_D</a> ); // gets a unique negative id < -1 a-><a href="#insertItem">insertItem</a>( CTRL + SHIFT + Key_P ); // gets a unique negative id < -1 </pre> diff --git a/doc/html/tqaccessible-h.html b/doc/html/tqaccessible-h.html index 9cedc5e53..a8f91de1e 100644 --- a/doc/html/tqaccessible-h.html +++ b/doc/html/tqaccessible-h.html @@ -325,7 +325,7 @@ private: }; #define Q_DEFINED_QACCESSIBLE_OBJECT -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif //QT_ACCESSIBILITY_SUPPORT #endif //TQACCESSIBLE_H diff --git a/doc/html/tqaction.html b/doc/html/tqaction.html index 84ee7c010..2de735a55 100644 --- a/doc/html/tqaction.html +++ b/doc/html/tqaction.html @@ -404,7 +404,7 @@ See the <a href="tqaction.html#whatsThis-prop">"whatsThis"</a> property for deta <hr><h2>Property Documentation</h2> <h3 class=fn><a href="tqkeysequence.html">TQKeySequence</a> <a name="accel-prop"></a>accel</h3> <p>This property holds the action's accelerator key. -<p>The keycodes can be found in <a href="ntqt.html#Key-enum">TQt::Key</a> and <a href="ntqt.html#Modifier-enum">TQt::Modifier</a>. There +<p>The keycodes can be found in <a href="tqt.html#Key-enum">TQt::Key</a> and <a href="tqt.html#Modifier-enum">TQt::Modifier</a>. There is no default accelerator key. <p>Set this property's value with <a href="#setAccel">setAccel</a>() and get this property's value with <a href="#accel">accel</a>(). diff --git a/doc/html/tqasciidict-h.html b/doc/html/tqasciidict-h.html index 607ee3cb2..deb55c700 100644 --- a/doc/html/tqasciidict-h.html +++ b/doc/html/tqasciidict-h.html @@ -155,7 +155,7 @@ public: }; #define Q_DEFINED_QASCIIDICT -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQASCIIDICT_H </pre> <!-- eof --> diff --git a/doc/html/tqboxlayout.html b/doc/html/tqboxlayout.html index 289bdb667..c685e5eeb 100644 --- a/doc/html/tqboxlayout.html +++ b/doc/html/tqboxlayout.html @@ -84,17 +84,17 @@ vertically. the <a href="tqlayout.html#mainWidget">mainWidget</a>()), divides it up into a row of boxes, and makes each managed widget fill one box. <p> <center><img src="tqhbox-m.png" alt="Horizontal box with five child widgets"></center> -<p> If the TQBoxLayout's orientation is <a href="ntqt.html#Orientation-enum">Horizontal</a> the boxes are +<p> If the TQBoxLayout's orientation is <a href="tqt.html#Orientation-enum">Horizontal</a> the boxes are placed in a row, with suitable sizes. Each widget (or other box) will get at least its minimum size and at most its maximum size. Any excess space is shared according to the stretch factors (more about that below). <p> <center><img src="tqvbox-m.png" alt="Vertical box with five child widgets"></center> -<p> If the TQBoxLayout's orientation is <a href="ntqt.html#Orientation-enum">Vertical</a>, the boxes are +<p> If the TQBoxLayout's orientation is <a href="tqt.html#Orientation-enum">Vertical</a>, the boxes are placed in a column, again with suitable sizes. <p> The easiest way to create a TQBoxLayout is to use one of the -convenience classes, e.g. <a href="tqhboxlayout.html">TQHBoxLayout</a> (for <a href="ntqt.html#Orientation-enum">Horizontal</a> boxes) or -<a href="tqvboxlayout.html">TQVBoxLayout</a> (for <a href="ntqt.html#Orientation-enum">Vertical</a> boxes). You can also use the +convenience classes, e.g. <a href="tqhboxlayout.html">TQHBoxLayout</a> (for <a href="tqt.html#Orientation-enum">Horizontal</a> boxes) or +<a href="tqvboxlayout.html">TQVBoxLayout</a> (for <a href="tqt.html#Orientation-enum">Vertical</a> boxes). You can also use the TQBoxLayout constructor directly, specifying its direction as <a href="#Direction-enum">LeftToRight</a>, <a href="#Direction-enum">Down</a>, <a href="#Direction-enum">RightToLeft</a> or <a href="#Direction-enum">Up</a>. <p> If the TQBoxLayout is not the top-level layout (i.e. it is not managing all of the widget's area and children), you must add it @@ -224,7 +224,7 @@ factors grow more. a stretch factor greater than zero, the space is distributed according to the TQWidget:sizePolicy() of each widget that's involved. -<p> Alignment is specified by <em>alignment</em> which is a bitwise OR of <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which means +<p> Alignment is specified by <em>alignment</em> which is a bitwise OR of <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which means that the widget fills the entire cell. <p> From TQt 3.0, the <em>alignment</em> parameter is interpreted more aggressively than in previous versions of TQt. A non-default @@ -243,7 +243,7 @@ work in this direction; the stretch stretches in this direction. <h3 class=fn><a href="tqsizepolicy.html#ExpandData-enum">TQSizePolicy::ExpandData</a> <a name="expanding"></a>TQBoxLayout::expanding () const<tt> [virtual]</tt> </h3> Returns whether this layout can make use of more space than -<a href="#sizeHint">sizeHint</a>(). A value of <a href="ntqt.html#Orientation-enum">Vertical</a> or <a href="ntqt.html#Orientation-enum">Horizontal</a> means that it wants +<a href="#sizeHint">sizeHint</a>(). A value of <a href="tqt.html#Orientation-enum">Vertical</a> or <a href="tqt.html#Orientation-enum">Horizontal</a> means that it wants to grow in only one dimension, whereas <tt>BothDirections</tt> means that it wants to grow in both dimensions. @@ -304,7 +304,7 @@ a stretch factor greater than zero, the space is distributed according to the TQWidget:sizePolicy() of each widget that's involved. <p> Alignment is specified by <em>alignment</em>, which is a bitwise OR of -<a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which +<a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which means that the widget fills the entire cell. <p> From TQt 3.0, the <em>alignment</em> parameter is interpreted more aggressively than in previous versions of TQt. A non-default diff --git a/doc/html/tqbrush-h.html b/doc/html/tqbrush-h.html index 2afa12832..0cc0ef961 100644 --- a/doc/html/tqbrush-h.html +++ b/doc/html/tqbrush-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqcolor.h" -#include "ntqshared.h" +#include "tqshared.h" #endif // QT_H diff --git a/doc/html/tqbrush.html b/doc/html/tqbrush.html index 15981bbc2..09707e779 100644 --- a/doc/html/tqbrush.html +++ b/doc/html/tqbrush.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQBrush class defines the fill pattern of shapes drawn by a TQPainter. <a href="#details">More...</a> <p><tt>#include <<a href="tqbrush-h.html">tqbrush.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p><a href="tqbrush-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -69,9 +69,9 @@ body { background: #ffffff; color: black; } <p> A brush has a style and a color. One of the brush styles is a custom pattern, which is defined by a <a href="tqpixmap.html">TQPixmap</a>. <p> The brush style defines the fill pattern. The default brush style -is <a href="ntqt.html#BrushStyle-enum">NoBrush</a> (depending on how you construct a brush). This style +is <a href="tqt.html#BrushStyle-enum">NoBrush</a> (depending on how you construct a brush). This style tells the painter to not fill shapes. The standard style for -filling is <a href="ntqt.html#BrushStyle-enum">SolidPattern</a>. +filling is <a href="tqt.html#BrushStyle-enum">SolidPattern</a>. <p> The brush color defines the color of the fill pattern. The <a href="tqcolor.html">TQColor</a> documentation lists the predefined colors. <p> Use the <a href="tqpen.html">TQPen</a> class for specifying line/outline styles. @@ -81,9 +81,9 @@ documentation lists the predefined colors. TQBrush brush( yellow ); // yellow solid pattern painter.<a href="tqpainter.html#begin">begin</a>( &anyPaintDevice ); // paint something painter.<a href="tqpainter.html#setBrush">setBrush</a>( brush ); // set the yellow brush - painter.<a href="tqpainter.html#setPen">setPen</a>( <a href="ntqt.html#PenStyle-enum">NoPen</a> ); // do not draw outline + painter.<a href="tqpainter.html#setPen">setPen</a>( <a href="tqt.html#PenStyle-enum">NoPen</a> ); // do not draw outline painter.<a href="tqpainter.html#drawRect">drawRect</a>( 40,30, 200,100 ); // draw filled rectangle - painter.<a href="tqpainter.html#setBrush">setBrush</a>( <a href="ntqt.html#BrushStyle-enum">NoBrush</a> ); // do not fill + painter.<a href="tqpainter.html#setBrush">setBrush</a>( <a href="tqt.html#BrushStyle-enum">NoBrush</a> ); // do not fill painter.<a href="tqpainter.html#setPen">setPen</a>( black ); // set black pen, 0 pixel width painter.<a href="tqpainter.html#drawRect">drawRect</a>( 10,10, 30,20 ); // draw rectangle outline painter.<a href="tqpainter.html#end">end</a>(); // painting done @@ -96,15 +96,15 @@ documentation lists the predefined colors. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQBrush"></a>TQBrush::TQBrush () </h3> -Constructs a default black brush with the style <a href="ntqt.html#BrushStyle-enum">NoBrush</a> (will +Constructs a default black brush with the style <a href="tqt.html#BrushStyle-enum">NoBrush</a> (will not fill shapes). -<h3 class=fn><a name="TQBrush-2"></a>TQBrush::TQBrush ( <a href="ntqt.html#BrushStyle-enum">BrushStyle</a> style ) +<h3 class=fn><a name="TQBrush-2"></a>TQBrush::TQBrush ( <a href="tqt.html#BrushStyle-enum">BrushStyle</a> style ) </h3> Constructs a black brush with the style <em>style</em>. <p> <p>See also <a href="#setStyle">setStyle</a>(). -<h3 class=fn><a name="TQBrush-3"></a>TQBrush::TQBrush ( const <a href="tqcolor.html">TQColor</a> & color, <a href="ntqt.html#BrushStyle-enum">BrushStyle</a> style = SolidPattern ) +<h3 class=fn><a name="TQBrush-3"></a>TQBrush::TQBrush ( const <a href="tqcolor.html">TQColor</a> & color, <a href="tqt.html#BrushStyle-enum">BrushStyle</a> style = SolidPattern ) </h3> Constructs a brush with the color <em>color</em> and the style <em>style</em>. <p> <p>See also <a href="#setColor">setColor</a>() and <a href="#setStyle">setStyle</a>(). @@ -170,14 +170,14 @@ Sets the brush color to <em>c</em>. <p>Example: <a href="picture-example.html#x108">picture/picture.cpp</a>. <h3 class=fn>void <a name="setPixmap"></a>TQBrush::setPixmap ( const <a href="tqpixmap.html">TQPixmap</a> & pixmap ) </h3> -Sets the brush pixmap to <em>pixmap</em>. The style is set to <a href="ntqt.html#BrushStyle-enum">CustomPattern</a>. +Sets the brush pixmap to <em>pixmap</em>. The style is set to <a href="tqt.html#BrushStyle-enum">CustomPattern</a>. <p> The current brush color will only have an effect for monochrome pixmaps, i.e. for <a href="tqpixmap.html#depth">TQPixmap::depth</a>() == 1. <p> Pixmap brushes are currently not supported when printing on X11. <p> <p>See also <a href="#pixmap">pixmap</a>() and <a href="#color">color</a>(). <p>Example: <a href="richtext-example.html#x461">richtext/richtext.cpp</a>. -<h3 class=fn>void <a name="setStyle"></a>TQBrush::setStyle ( <a href="ntqt.html#BrushStyle-enum">BrushStyle</a> s ) +<h3 class=fn>void <a name="setStyle"></a>TQBrush::setStyle ( <a href="tqt.html#BrushStyle-enum">BrushStyle</a> s ) </h3> Sets the brush style to <em>s</em>. <p> The brush styles are: @@ -205,7 +205,7 @@ Sets the brush style to <em>s</em>. of all the styles. <p> <p>See also <a href="#style">style</a>(). -<h3 class=fn><a href="ntqt.html#BrushStyle-enum">BrushStyle</a> <a name="style"></a>TQBrush::style () const +<h3 class=fn><a href="tqt.html#BrushStyle-enum">BrushStyle</a> <a name="style"></a>TQBrush::style () const </h3> <p> Returns the brush style. diff --git a/doc/html/tqbuttongroup.html b/doc/html/tqbuttongroup.html index 003622d10..429964982 100644 --- a/doc/html/tqbuttongroup.html +++ b/doc/html/tqbuttongroup.html @@ -122,14 +122,14 @@ Constructs a button group with the title <em>title</em>. <p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqwidget.html">TQWidget</a> constructor. -<h3 class=fn><a name="TQButtonGroup-3"></a>TQButtonGroup::TQButtonGroup ( int strips, <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQButtonGroup-3"></a>TQButtonGroup::TQButtonGroup ( int strips, <a href="tqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a button group with no title. Child widgets will be arranged in <em>strips</em> rows or columns (depending on <em>orientation</em>). <p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqwidget.html">TQWidget</a> constructor. -<h3 class=fn><a name="TQButtonGroup-4"></a>TQButtonGroup::TQButtonGroup ( int strips, <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, const <a href="tqstring.html">TQString</a> & title, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQButtonGroup-4"></a>TQButtonGroup::TQButtonGroup ( int strips, <a href="tqt.html#Orientation-enum">Orientation</a> orientation, const <a href="tqstring.html">TQString</a> & title, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a button group with title <em>title</em>. Child widgets will be arranged in <em>strips</em> rows or columns (depending on <em>orientation</em>). @@ -189,7 +189,7 @@ See the <a href="tqbuttongroup.html#radioButtonExclusive-prop">"radioButtonExclu Moves the <a href="focus.html#keyboard-focus">keyboard focus</a> according to <em>key</em>, and if appropriate checks the new focus item. <p> This function does nothing unless the keyboard focus points to one -of the button group members and <em>key</em> is one of <a href="ntqt.html#Key-enum">Key_Up</a>, <a href="ntqt.html#Key-enum">Key_Down</a>, <a href="ntqt.html#Key-enum">Key_Left</a> and <a href="ntqt.html#Key-enum">Key_Right</a>. +of the button group members and <em>key</em> is one of <a href="tqt.html#Key-enum">Key_Up</a>, <a href="tqt.html#Key-enum">Key_Down</a>, <a href="tqt.html#Key-enum">Key_Left</a> and <a href="tqt.html#Key-enum">Key_Right</a>. <h3 class=fn>void <a name="pressed"></a>TQButtonGroup::pressed ( int id )<tt> [signal]</tt> </h3> diff --git a/doc/html/tqcanvas-h.html b/doc/html/tqcanvas-h.html index 049a27bf9..cff06a1df 100644 --- a/doc/html/tqcanvas-h.html +++ b/doc/html/tqcanvas-h.html @@ -846,7 +846,7 @@ private: }; #define Q_DEFINED_QCANVAS -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQT_NO_CANVAS #endif // TQCANVAS_H diff --git a/doc/html/tqcanvasitem.html b/doc/html/tqcanvasitem.html index 602d82a67..da2c3826d 100644 --- a/doc/html/tqcanvasitem.html +++ b/doc/html/tqcanvasitem.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQCanvasItem class provides an abstract graphic object on a TQCanvas. <a href="#details">More...</a> <p><tt>#include <<a href="tqcanvas-h.html">tqcanvas.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p>Inherited by <a href="tqcanvassprite.html">TQCanvasSprite</a>, <a href="tqcanvaspolygonalitem.html">TQCanvasPolygonalItem</a>, and <a href="tqcanvastext.html">TQCanvasText</a>. <p><a href="tqcanvasitem-members.html">List of all member functions.</a> <h2>Public Members</h2> diff --git a/doc/html/tqcanvastext.html b/doc/html/tqcanvastext.html index c1af07cff..69dca1599 100644 --- a/doc/html/tqcanvastext.html +++ b/doc/html/tqcanvastext.html @@ -142,7 +142,7 @@ Sets the text item's text to <em>t</em>. The text may contain newlines. </h3> Sets the alignment flags to <em>f</em>. These are a bitwise OR of the flags available to <a href="tqpainter.html#drawText">TQPainter::drawText</a>() -- see the -<a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +<a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <p> <p>See also <a href="#setFont">setFont</a>() and <a href="#setColor">setColor</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQCanvasText::text () const @@ -154,7 +154,7 @@ Returns the text item's text. </h3> <p> Returns the currently set alignment flags. -<p> <p>See also <a href="#setTextFlags">setTextFlags</a>() and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +<p> <p>See also <a href="#setTextFlags">setTextFlags</a>() and <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <!-- eof --> <hr><p> diff --git a/doc/html/tqclipboard-h.html b/doc/html/tqclipboard-h.html index 41cc67558..6bff3c0b5 100644 --- a/doc/html/tqclipboard-h.html +++ b/doc/html/tqclipboard-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQCLIPBOARD_H #ifndef QT_H -#include "ntqwindowdefs.h" +#include "tqwindowdefs.h" #include "tqobject.h" #endif // QT_H diff --git a/doc/html/tqcloseevent.html b/doc/html/tqcloseevent.html index 4fb2ef4d5..7fa8d5381 100644 --- a/doc/html/tqcloseevent.html +++ b/doc/html/tqcloseevent.html @@ -55,7 +55,7 @@ the `X' titlebar button. They are also sent when you call <p> Close events contain a flag that indicates whether the receiver wants the widget to be closed or not. When a widget accepts the close event, it is hidden (and destroyed if it was created with -the <a href="ntqt.html#WidgetFlags-enum">WDestructiveClose</a> flag). If it refuses to accept the close +the <a href="tqt.html#WidgetFlags-enum">WDestructiveClose</a> flag). If it refuses to accept the close event nothing happens. (Under X11 it is possible that the window manager will forcibly close the window; but at the time of writing we are not aware of any window manager that does this.) @@ -72,7 +72,7 @@ special handing, you should reimplement the event handler. Application Walkthrough</a> shows a close event handler that asks whether to save a document before closing. <p> If you want the widget to be deleted when it is closed, create it -with the <a href="ntqt.html#WidgetFlags-enum">WDestructiveClose</a> widget flag. This is very useful for +with the <a href="tqt.html#WidgetFlags-enum">WDestructiveClose</a> widget flag. This is very useful for independent top-level windows in a multi-window application. <p> <a href="tqobject.html">TQObject</a>s emits the <a href="tqobject.html#destroyed">destroyed()</a> signal when they are deleted. <p> If the last top-level window is closed, the @@ -99,7 +99,7 @@ to FALSE. agrees to close the widget. <p> The accept flag is <em>not</em> set by default. <p> If you choose to accept in <a href="tqwidget.html#closeEvent">TQWidget::closeEvent</a>(), the widget will -be hidden. If the widget's <a href="ntqt.html#WidgetFlags-enum">WDestructiveClose</a> flag is set, it +be hidden. If the widget's <a href="tqt.html#WidgetFlags-enum">WDestructiveClose</a> flag is set, it will also be destroyed. <p> <p>See also <a href="#ignore">ignore</a>() and <a href="tqwidget.html#hide">TQWidget::hide</a>(). diff --git a/doc/html/tqcolor-h.html b/doc/html/tqcolor-h.html index 5c6c40897..65dd991f8 100644 --- a/doc/html/tqcolor-h.html +++ b/doc/html/tqcolor-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQCOLOR_H #ifndef QT_H -#include "ntqwindowdefs.h" +#include "tqwindowdefs.h" #include "tqstringlist.h" #endif // QT_H diff --git a/doc/html/tqcontextmenuevent.html b/doc/html/tqcontextmenuevent.html index d43c99491..f33621dda 100644 --- a/doc/html/tqcontextmenuevent.html +++ b/doc/html/tqcontextmenuevent.html @@ -187,14 +187,14 @@ that received the event. <p> Returns the reason for this context event. -<h3 class=fn><a href="ntqt.html#ButtonState-enum">ButtonState</a> <a name="state"></a>TQContextMenuEvent::state () const +<h3 class=fn><a href="tqt.html#ButtonState-enum">ButtonState</a> <a name="state"></a>TQContextMenuEvent::state () const </h3> <p> Returns the button state (a combination of mouse buttons and keyboard modifiers), i.e. what buttons and keys were being pressed immediately before the event was generated. -<p> The returned value is <a href="ntqt.html#ButtonState-enum">LeftButton</a>, <a href="ntqt.html#ButtonState-enum">RightButton</a>, <a href="ntqt.html#ButtonState-enum">MidButton</a>, -<a href="ntqt.html#ButtonState-enum">ShiftButton</a>, <a href="ntqt.html#ButtonState-enum">ControlButton</a> and <a href="ntqt.html#ButtonState-enum">AltButton</a> OR'ed together. +<p> The returned value is <a href="tqt.html#ButtonState-enum">LeftButton</a>, <a href="tqt.html#ButtonState-enum">RightButton</a>, <a href="tqt.html#ButtonState-enum">MidButton</a>, +<a href="tqt.html#ButtonState-enum">ShiftButton</a>, <a href="tqt.html#ButtonState-enum">ControlButton</a> and <a href="tqt.html#ButtonState-enum">AltButton</a> OR'ed together. <h3 class=fn>int <a name="x"></a>TQContextMenuEvent::x () const </h3> diff --git a/doc/html/tqcstring-h.html b/doc/html/tqcstring-h.html index ac5a3736d..19aecada7 100644 --- a/doc/html/tqcstring-h.html +++ b/doc/html/tqcstring-h.html @@ -410,7 +410,7 @@ TQ_EXPORT inline const TQCString operator+( char c1, const TQCString &s2 ) tmp += s2; return tmp; } -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQCSTRING_H </pre> <!-- eof --> diff --git a/doc/html/tqcursor-h.html b/doc/html/tqcursor-h.html index df85511c5..bafbe8200 100644 --- a/doc/html/tqcursor-h.html +++ b/doc/html/tqcursor-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqpoint.h" -#include "ntqshared.h" +#include "tqshared.h" #endif // QT_H /* diff --git a/doc/html/tqcursor.html b/doc/html/tqcursor.html index 682e6604b..e7234ad3a 100644 --- a/doc/html/tqcursor.html +++ b/doc/html/tqcursor.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } shape. <a href="#details">More...</a> <p><tt>#include <<a href="tqcursor-h.html">tqcursor.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p><a href="tqcursor-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -85,7 +85,7 @@ associate a cursor with all widgets (normally for a short period of time), use <a href="ntqapplication.html#setOverrideCursor">TQApplication::setOverrideCursor</a>(). <p> To set a cursor shape use <a href="#setShape">TQCursor::setShape</a>() or use the TQCursor constructor which takes the shape as argument, or you can use one -of the predefined cursors defined in the <a href="ntqt.html#CursorShape-enum">CursorShape</a> enum. +of the predefined cursors defined in the <a href="tqt.html#CursorShape-enum">CursorShape</a> enum. <p> If you want to create a cursor with your own bitmap, either use the TQCursor constructor which takes a bitmap and a mask or the constructor which takes a pixmap as arguments. @@ -131,7 +131,7 @@ Constructs a cursor with the default arrow shape. <h3 class=fn><a name="TQCursor-2"></a>TQCursor::TQCursor ( int shape ) </h3> Constructs a cursor with the specified <em>shape</em>. -<p> See <a href="ntqt.html#CursorShape-enum">CursorShape</a> for a list of shapes. +<p> See <a href="tqt.html#CursorShape-enum">CursorShape</a> for a list of shapes. <p> <p>See also <a href="#setShape">setShape</a>(). <h3 class=fn><a name="TQCursor-3"></a>TQCursor::TQCursor ( const <a href="tqbitmap.html">TQBitmap</a> & bitmap, const <a href="tqbitmap.html">TQBitmap</a> & mask, int hotX = -1, int hotY = -1 ) @@ -252,13 +252,13 @@ This is an overloaded member function, provided for convenience. It behaves esse <h3 class=fn>void <a name="setShape"></a>TQCursor::setShape ( int shape ) </h3> Sets the cursor to the shape identified by <em>shape</em>. -<p> See <a href="ntqt.html#CursorShape-enum">CursorShape</a> for the list of cursor shapes. +<p> See <a href="tqt.html#CursorShape-enum">CursorShape</a> for the list of cursor shapes. <p> <p>See also <a href="#shape">shape</a>(). <h3 class=fn>int <a name="shape"></a>TQCursor::shape () const </h3> Returns the cursor shape identifier. The return value is one of -the <a href="ntqt.html#CursorShape-enum">CursorShape</a> enum values (cast to an int). +the <a href="tqt.html#CursorShape-enum">CursorShape</a> enum values (cast to an int). <p> <p>See also <a href="#setShape">setShape</a>(). <hr><h2>Related Functions</h2> diff --git a/doc/html/tqcustommenuitem.html b/doc/html/tqcustommenuitem.html index 7fe0619fd..6f746e214 100644 --- a/doc/html/tqcustommenuitem.html +++ b/doc/html/tqcustommenuitem.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQCustomMenuItem class is an abstract base class for custom menu items in popup menus. <a href="#details">More...</a> <p><tt>#include <<a href="tqmenudata-h.html">tqmenudata.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p><a href="tqcustommenuitem-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/tqdatastream.html b/doc/html/tqdatastream.html index e70b9afc3..34d9d3443 100644 --- a/doc/html/tqdatastream.html +++ b/doc/html/tqdatastream.html @@ -129,7 +129,7 @@ data to. The <a href="tqfile.html">TQFile</a> class is an example of an IO devic <p> Each item written to the stream is written in a predefined binary format that varies depending on the item's type. Supported TQt types include <a href="tqbrush.html">TQBrush</a>, <a href="tqcolor.html">TQColor</a>, <a href="tqdatetime.html">TQDateTime</a>, <a href="tqfont.html">TQFont</a>, <a href="tqpixmap.html">TQPixmap</a>, <a href="tqstring.html">TQString</a>, -<a href="ntqvariant.html">TQVariant</a> and many others. For the complete list of all TQt types +<a href="tqvariant.html">TQVariant</a> and many others. For the complete list of all TQt types supporting data streaming see the <a href="datastreamformat.html">Format of the TQDataStream operators</a>. <p> For integers it is best to always cast to a TQt integer type for writing, and to read back into the same TQt integer type. This @@ -217,7 +217,7 @@ read, then that number of bytes is read into the preallocated char*; writeBytes() writes a TQ_UINT32 containing the length of the data, followed by the data. Notice that any encoding/decoding of the data (apart from the length TQ_UINT32) must be done by you. -<p> <p>See also <a href="tqtextstream.html">TQTextStream</a>, <a href="ntqvariant.html">TQVariant</a>, and <a href="io.html">Input/Output and Networking</a>. +<p> <p>See also <a href="tqtextstream.html">TQTextStream</a>, <a href="tqvariant.html">TQVariant</a>, and <a href="io.html">Input/Output and Networking</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="ByteOrder-enum"></a>TQDataStream::ByteOrder</h3> diff --git a/doc/html/tqdatatable-h.html b/doc/html/tqdatatable-h.html index c9ed99034..0fa3f28c9 100644 --- a/doc/html/tqdatatable-h.html +++ b/doc/html/tqdatatable-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqstring.h" -#include "ntqvariant.h" +#include "tqvariant.h" #include "tqtable.h" #include "tqsql.h" #include "tqsqlcursor.h" diff --git a/doc/html/tqdatatable.html b/doc/html/tqdatatable.html index dc1225550..7152cc553 100644 --- a/doc/html/tqdatatable.html +++ b/doc/html/tqdatatable.html @@ -193,7 +193,7 @@ Different editor factories can be used by calling cell's value and the editor. You can use your own property map with <a href="#installPropertyMap">installPropertyMap</a>(). <p> The contents of a cell is available as a <a href="tqstring.html">TQString</a> with <a href="#text">text</a>() or as -a <a href="ntqvariant.html">TQVariant</a> with <a href="#value">value</a>(). The current record is returned by +a <a href="tqvariant.html">TQVariant</a> with <a href="#value">value</a>(). The current record is returned by <a href="#currentRecord">currentRecord</a>(). Use the <a href="#find">find</a>() function to search for a string in the table. <p> Editing actions can be applied programatically. For example, the @@ -382,7 +382,7 @@ otherwise modify it or the cursor it points to. to an edit. The <em>mode</em> parameter is the type of edit that just took place. -<h3 class=fn><a href="ntqt.html#DateFormat-enum">DateFormat</a> <a name="dateFormat"></a>TQDataTable::dateFormat () const +<h3 class=fn><a href="tqt.html#DateFormat-enum">DateFormat</a> <a name="dateFormat"></a>TQDataTable::dateFormat () const </h3><p>Returns the format used for displaying date/time values. See the <a href="tqdatatable.html#dateFormat-prop">"dateFormat"</a> property for details. <h3 class=fn>bool <a name="deleteCurrent"></a>TQDataTable::deleteCurrent ()<tt> [virtual protected]</tt> @@ -578,7 +578,7 @@ See the <a href="tqdatatable.html#confirmInsert-prop">"confirmInsert"</a> proper <h3 class=fn>void <a name="setConfirmUpdate"></a>TQDataTable::setConfirmUpdate ( bool confirm )<tt> [virtual]</tt> </h3><p>Sets whether the data table confirms update operations to <em>confirm</em>. See the <a href="tqdatatable.html#confirmUpdate-prop">"confirmUpdate"</a> property for details. -<h3 class=fn>void <a name="setDateFormat"></a>TQDataTable::setDateFormat ( const <a href="ntqt.html#DateFormat-enum">DateFormat</a> f )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setDateFormat"></a>TQDataTable::setDateFormat ( const <a href="tqt.html#DateFormat-enum">DateFormat</a> f )<tt> [virtual]</tt> </h3><p>Sets the format used for displaying date/time values to <em>f</em>. See the <a href="tqdatatable.html#dateFormat-prop">"dateFormat"</a> property for details. <h3 class=fn>void <a name="setFalseText"></a>TQDataTable::setFalseText ( const <a href="tqstring.html">TQString</a> & falseText )<tt> [virtual]</tt> @@ -671,7 +671,7 @@ TRUE if the update succeeded; otherwise returns FALSE. that a unique record is updated within the database otherwise the database may be changed to an inconsistent state. -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="value"></a>TQDataTable::value ( int row, int col ) const +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="value"></a>TQDataTable::value ( int row, int col ) const </h3> Returns the value in cell <em>row</em>, <em>col</em>, or an invalid value if the cell does not exist or has no value. @@ -732,10 +732,10 @@ update operations occur immediately. <p> <p>See also <a href="#confirmCancels-prop">confirmCancels</a>, <a href="#confirmEdits-prop">confirmEdits</a>, <a href="#confirmInsert-prop">confirmInsert</a>, and <a href="#confirmDelete-prop">confirmDelete</a>. <p>Set this property's value with <a href="#setConfirmUpdate">setConfirmUpdate</a>() and get this property's value with <a href="#confirmUpdate">confirmUpdate</a>(). -<h3 class=fn><a href="ntqt.html#DateFormat-enum">DateFormat</a> <a name="dateFormat-prop"></a>dateFormat</h3> +<h3 class=fn><a href="tqt.html#DateFormat-enum">DateFormat</a> <a name="dateFormat-prop"></a>dateFormat</h3> <p>This property holds the format used for displaying date/time values. <p>The dateFormat property is used for displaying date/time values in -the table. The default value is <a href="ntqt.html#DateFormat-enum">TQt::LocalDate</a>. +the table. The default value is <a href="tqt.html#DateFormat-enum">TQt::LocalDate</a>. <p>Set this property's value with <a href="#setDateFormat">setDateFormat</a>() and get this property's value with <a href="#dateFormat">dateFormat</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="falseText-prop"></a>falseText</h3> diff --git a/doc/html/tqdate.html b/doc/html/tqdate.html index b0711f879..6a8057039 100644 --- a/doc/html/tqdate.html +++ b/doc/html/tqdate.html @@ -158,11 +158,11 @@ Returns a TQDate object containing a date <em>nyears</em> later than the date of this object (or earlier if <em>nyears</em> is negative). <p> <p>See also <a href="#addDays">addDays</a>() and <a href="#addMonths">addMonths</a>(). -<h3 class=fn><a href="tqdate.html">TQDate</a> <a name="currentDate"></a>TQDate::currentDate ( <a href="ntqt.html#TimeSpec-enum">TQt::TimeSpec</a> ts )<tt> [static]</tt> +<h3 class=fn><a href="tqdate.html">TQDate</a> <a name="currentDate"></a>TQDate::currentDate ( <a href="tqt.html#TimeSpec-enum">TQt::TimeSpec</a> ts )<tt> [static]</tt> </h3> Returns the current date, as reported by the system clock, for the TimeSpec <em>ts</em>. The default TimeSpec is LocalTime. -<p> <p>See also <a href="tqtime.html#currentTime">TQTime::currentTime</a>(), <a href="tqdatetime.html#currentDateTime">TQDateTime::currentDateTime</a>(), and <a href="ntqt.html#TimeSpec-enum">TQt::TimeSpec</a>. +<p> <p>See also <a href="tqtime.html#currentTime">TQTime::currentTime</a>(), <a href="tqdatetime.html#currentDateTime">TQDateTime::currentDateTime</a>(), and <a href="tqt.html#TimeSpec-enum">TQt::TimeSpec</a>. <p>Example: <a href="dclock-example.html#x1098">dclock/dclock.cpp</a>. <h3 class=fn><a href="tqdate.html">TQDate</a> <a name="currentDate-2"></a>TQDate::currentDate ()<tt> [static]</tt> @@ -217,14 +217,14 @@ negative if <em>d</em> is earlier than this date). <p> <p>See also <a href="#addDays">addDays</a>(). -<h3 class=fn><a href="tqdate.html">TQDate</a> <a name="fromString"></a>TQDate::fromString ( const <a href="tqstring.html">TQString</a> & s, <a href="ntqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate )<tt> [static]</tt> +<h3 class=fn><a href="tqdate.html">TQDate</a> <a name="fromString"></a>TQDate::fromString ( const <a href="tqstring.html">TQString</a> & s, <a href="tqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate )<tt> [static]</tt> </h3> Returns the TQDate represented by the string <em>s</em>, using the format <em>f</em>, or an invalid date if the string cannot be parsed. -<p> Note for <a href="ntqt.html#DateFormat-enum">TQt::TextDate</a>: It is recommended that you use the +<p> Note for <a href="tqt.html#DateFormat-enum">TQt::TextDate</a>: It is recommended that you use the English short month names (e.g. "Jan"). Although localized month names can also be used, they depend on the user's locale settings. -<p> <b>Warning:</b> <a href="ntqt.html#DateFormat-enum">TQt::LocalDate</a> cannot be used here. +<p> <b>Warning:</b> <a href="tqt.html#DateFormat-enum">TQt::LocalDate</a> cannot be used here. <h3 class=fn>bool <a name="isNull"></a>TQDate::isNull () const </h3> @@ -383,21 +383,21 @@ Uses <a href="#longMonthName">TQDate::longMonthName</a>(). <p> <p>See also <a href="tqdatetime.html#toString">TQDateTime::toString</a>() and <a href="tqtime.html#toString">TQTime::toString</a>(). <p> -<h3 class=fn><a href="tqstring.html">TQString</a> <a name="toString-2"></a>TQDate::toString ( <a href="ntqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="toString-2"></a>TQDate::toString ( <a href="tqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the date as a string. The <em>f</em> parameter determines the format of the string. -<p> If <em>f</em> is <a href="ntqt.html#DateFormat-enum">TQt::TextDate</a>, the string format is "Sat May 20 1995" +<p> If <em>f</em> is <a href="tqt.html#DateFormat-enum">TQt::TextDate</a>, the string format is "Sat May 20 1995" (using the <a href="#shortDayName">shortDayName</a>() and <a href="#shortMonthName">shortMonthName</a>() functions to generate the string, so the day and month names are locale specific). -<p> If <em>f</em> is <a href="ntqt.html#DateFormat-enum">TQt::ISODate</a>, the string format corresponds to the +<p> If <em>f</em> is <a href="tqt.html#DateFormat-enum">TQt::ISODate</a>, the string format corresponds to the ISO 8601 specification for representations of dates, which is YYYY-MM-DD where YYYY is the year, MM is the month of the year (between 01 and 12), and DD is the day of the month between 01 and 31. -<p> If <em>f</em> is <a href="ntqt.html#DateFormat-enum">TQt::LocalDate</a>, the string format depends on the +<p> If <em>f</em> is <a href="tqt.html#DateFormat-enum">TQt::LocalDate</a>, the string format depends on the locale settings of the system. <p> If the date is an invalid date, then <a href="tqstring.html#TQString-null">TQString::null</a> will be returned. <p> <p>See also <a href="#shortDayName">shortDayName</a>() and <a href="#shortMonthName">shortMonthName</a>(). diff --git a/doc/html/tqdatetime.html b/doc/html/tqdatetime.html index b4580e981..75e2f3ad6 100644 --- a/doc/html/tqdatetime.html +++ b/doc/html/tqdatetime.html @@ -158,11 +158,11 @@ later than the datetime of this object (or earlier if <em>nyears</em> is negative). <p> <p>See also <a href="#daysTo">daysTo</a>(), <a href="#addDays">addDays</a>(), <a href="#addMonths">addMonths</a>(), and <a href="#addSecs">addSecs</a>(). -<h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="currentDateTime"></a>TQDateTime::currentDateTime ( <a href="ntqt.html#TimeSpec-enum">TQt::TimeSpec</a> ts )<tt> [static]</tt> +<h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="currentDateTime"></a>TQDateTime::currentDateTime ( <a href="tqt.html#TimeSpec-enum">TQt::TimeSpec</a> ts )<tt> [static]</tt> </h3> Returns the current datetime, as reported by the system clock, for the TimeSpec <em>ts</em>. The default TimeSpec is LocalTime. -<p> <p>See also <a href="tqdate.html#currentDate">TQDate::currentDate</a>(), <a href="tqtime.html#currentTime">TQTime::currentTime</a>(), and <a href="ntqt.html#TimeSpec-enum">TQt::TimeSpec</a>. +<p> <p>See also <a href="tqdate.html#currentDate">TQDate::currentDate</a>(), <a href="tqtime.html#currentTime">TQTime::currentTime</a>(), and <a href="tqt.html#TimeSpec-enum">TQt::TimeSpec</a>. <p>Example: <a href="listviews-example.html#x137">listviews/listviews.cpp</a>. <h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="currentDateTime-2"></a>TQDateTime::currentDateTime ()<tt> [static]</tt> @@ -183,14 +183,14 @@ Returns the number of days from this datetime to <em>dt</em> (which is negative if <em>dt</em> is earlier than this datetime). <p> <p>See also <a href="#addDays">addDays</a>() and <a href="#secsTo">secsTo</a>(). -<h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="fromString"></a>TQDateTime::fromString ( const <a href="tqstring.html">TQString</a> & s, <a href="ntqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate )<tt> [static]</tt> +<h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="fromString"></a>TQDateTime::fromString ( const <a href="tqstring.html">TQString</a> & s, <a href="tqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate )<tt> [static]</tt> </h3> Returns the TQDateTime represented by the string <em>s</em>, using the format <em>f</em>, or an invalid datetime if this is not possible. -<p> Note for <a href="ntqt.html#DateFormat-enum">TQt::TextDate</a>: It is recommended that you use the +<p> Note for <a href="tqt.html#DateFormat-enum">TQt::TextDate</a>: It is recommended that you use the English short month names (e.g. "Jan"). Although localized month names can also be used, they depend on the user's locale settings. -<p> <b>Warning:</b> Note that <a href="ntqt.html#DateFormat-enum">TQt::LocalDate</a> cannot be used here. +<p> <b>Warning:</b> Note that <a href="tqt.html#DateFormat-enum">TQt::LocalDate</a> cannot be used here. <h3 class=fn>bool <a name="isNull"></a>TQDateTime::isNull () const </h3> @@ -262,9 +262,9 @@ is negative if <em>dt</em> is earlier than this datetime). <p> Sets the time part of this datetime to <em>time</em>. <p> <p>See also <a href="#time">time</a>() and <a href="#setDate">setDate</a>(). -<h3 class=fn>void <a name="setTime_t"></a>TQDateTime::setTime_t ( uint secsSince1Jan1970UTC, <a href="ntqt.html#TimeSpec-enum">TQt::TimeSpec</a> ts ) +<h3 class=fn>void <a name="setTime_t"></a>TQDateTime::setTime_t ( uint secsSince1Jan1970UTC, <a href="tqt.html#TimeSpec-enum">TQt::TimeSpec</a> ts ) </h3> -Sets the date and time to <em>ts</em> time (<a href="ntqt.html#TimeSpec-enum">TQt::LocalTime</a> or <a href="ntqt.html#TimeSpec-enum">TQt::UTC</a>) given the number of seconds that have passed since +Sets the date and time to <em>ts</em> time (<a href="tqt.html#TimeSpec-enum">TQt::LocalTime</a> or <a href="tqt.html#TimeSpec-enum">TQt::UTC</a>) given the number of seconds that have passed since 1970-01-01T00:00:00, Coordinated Universal Time (UTC). On systems that do not support timezones this function will behave as if local time were UTC. @@ -341,19 +341,19 @@ Uses <a href="tqdate.html#longMonthName">TQDate::longMonthName</a>(). <p> If the datetime is an invalid datetime, then <a href="tqstring.html#TQString-null">TQString::null</a> will be returned. <p> <p>See also <a href="tqdate.html#toString">TQDate::toString</a>() and <a href="tqtime.html#toString">TQTime::toString</a>(). -<h3 class=fn><a href="tqstring.html">TQString</a> <a name="toString-2"></a>TQDateTime::toString ( <a href="ntqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="toString-2"></a>TQDateTime::toString ( <a href="tqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the datetime as a string. The <em>f</em> parameter determines the format of the string. -<p> If <em>f</em> is <a href="ntqt.html#DateFormat-enum">TQt::TextDate</a>, the string format is "Wed May 20 +<p> If <em>f</em> is <a href="tqt.html#DateFormat-enum">TQt::TextDate</a>, the string format is "Wed May 20 03:40:13 1998" (using <a href="tqdate.html#shortDayName">TQDate::shortDayName</a>(), <a href="tqdate.html#shortMonthName">TQDate::shortMonthName</a>(), and <a href="tqtime.html#toString">TQTime::toString</a>() to generate the string, so the day and month names will have localized names). -<p> If <em>f</em> is <a href="ntqt.html#DateFormat-enum">TQt::ISODate</a>, the string format corresponds to the +<p> If <em>f</em> is <a href="tqt.html#DateFormat-enum">TQt::ISODate</a>, the string format corresponds to the ISO 8601 extended specification for representations of dates and times, which is YYYY-MM-DDTHH:MM:SS. -<p> If <em>f</em> is <a href="ntqt.html#DateFormat-enum">TQt::LocalDate</a>, the string format depends on the +<p> If <em>f</em> is <a href="tqt.html#DateFormat-enum">TQt::LocalDate</a>, the string format depends on the locale settings of the system. <p> If the format <em>f</em> is invalid or the datetime is invalid, <a href="#toString">toString</a>() returns a null string. diff --git a/doc/html/tqdialog.html b/doc/html/tqdialog.html index 4ade553c1..81cdca74a 100644 --- a/doc/html/tqdialog.html +++ b/doc/html/tqdialog.html @@ -148,9 +148,9 @@ full dialog that shows all the options. Typically an extensible dialog will initially appear as a partial dialog, but with a "More" toggle button. If the user presses the "More" button down, the full dialog will appear. The extension widget will be resized -to its <a href="tqwidget.html#sizeHint">sizeHint</a>(). If orientation is <a href="ntqt.html#Orientation-enum">Horizontal</a> the extension +to its <a href="tqwidget.html#sizeHint">sizeHint</a>(). If orientation is <a href="tqt.html#Orientation-enum">Horizontal</a> the extension widget's <a href="tqwidget.html#height">height</a>() will be expanded to the height() of the dialog. -If the orientation is <a href="ntqt.html#Orientation-enum">Vertical</a> the extension widget's <a href="tqwidget.html#width">width</a>() +If the orientation is <a href="tqt.html#Orientation-enum">Vertical</a> the extension widget's <a href="tqwidget.html#width">width</a>() will be expanded to the width() of the dialog. Extensibility is controlled with <a href="#setExtension">setExtension</a>(), <a href="#setOrientation">setOrientation</a>() and <a href="#showExtension">showExtension</a>(). @@ -163,7 +163,7 @@ required, e.g. to indicate whether the user pressed "OK" or <a href="#reject">reject</a>() slots, and <a href="#exec">exec</a>() will return <a href="#DialogCode-enum">Accepted</a> or <a href="#DialogCode-enum">Rejected</a> as appropriate. The exec() call returns the result of the dialog. The result is also available from <a href="#result">result</a>() if the dialog has not -been destroyed. If the <a href="ntqt.html#WidgetFlags-enum">WDestructiveClose</a> flag is set, the +been destroyed. If the <a href="tqt.html#WidgetFlags-enum">WDestructiveClose</a> flag is set, the dialog is deleted after exec() returns. <p> <a name="examples"></a> <h3> Examples @@ -222,7 +222,7 @@ WStyle_Title | WStyle_SysMenu in <em>f</em>. <a href="#setModal">setModal</a>() function that can be used for obtaining a modal behavior when calling <a href="#show">show</a>(). This is rarely needed, because modal dialogs are usually invoked using <a href="#exec">exec</a>(), which ignores the <em>modal</em> flag. -<p> <p>See also <a href="tqwidget.html#setWFlags">TQWidget::setWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. +<p> <p>See also <a href="tqwidget.html#setWFlags">TQWidget::setWFlags</a>() and <a href="tqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. <h3 class=fn><a name="~TQDialog"></a>TQDialog::~TQDialog () </h3> @@ -238,7 +238,7 @@ Hides the modal dialog and sets the result code to <a href="#DialogCode-enum">Ac </h3> Closes the dialog and sets its result code to <em>r</em>. If this dialog is shown with <a href="#exec">exec</a>(), <a href="#done">done</a>() causes the local event loop to finish, and exec() to return <em>r</em>. -<p> As with <a href="tqwidget.html#close">TQWidget::close</a>(), done() deletes the dialog if the <a href="ntqt.html#WidgetFlags-enum">WDestructiveClose</a> flag is set. If the dialog is the application's +<p> As with <a href="tqwidget.html#close">TQWidget::close</a>(), done() deletes the dialog if the <a href="tqt.html#WidgetFlags-enum">WDestructiveClose</a> flag is set. If the dialog is the application's main widget, the application terminates. If the dialog is the last window closed, the <a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>() signal is emitted. @@ -265,7 +265,7 @@ See the <a href="tqdialog.html#modal-prop">"modal"</a> property for details. <h3 class=fn>bool <a name="isSizeGripEnabled"></a>TQDialog::isSizeGripEnabled () const </h3><p>Returns TRUE if the size grip is enabled; otherwise returns FALSE. See the <a href="tqdialog.html#sizeGripEnabled-prop">"sizeGripEnabled"</a> property for details. -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQDialog::orientation () const +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQDialog::orientation () const </h3> Returns the dialog's extension orientation. <p> <p>See also <a href="#setOrientation">setOrientation</a>(). @@ -279,7 +279,7 @@ Hides the modal dialog and sets the result code to <a href="#DialogCode-enum">Re </h3> <p> Returns the modal dialog's result code, <a href="#DialogCode-enum">Accepted</a> or <a href="#DialogCode-enum">Rejected</a>. -<p> Do not call this function if the dialog was constructed with the <a href="ntqt.html#WidgetFlags-enum">WDestructiveClose</a> flag. +<p> Do not call this function if the dialog was constructed with the <a href="tqt.html#WidgetFlags-enum">WDestructiveClose</a> flag. <h3 class=fn>void <a name="setExtension"></a>TQDialog::setExtension ( <a href="tqwidget.html">TQWidget</a> * extension ) </h3> @@ -293,10 +293,10 @@ deleted. <h3 class=fn>void <a name="setModal"></a>TQDialog::setModal ( bool modal ) </h3><p>Sets whether <a href="#show">show</a>() should pop up the dialog as modal or modeless to <em>modal</em>. See the <a href="tqdialog.html#modal-prop">"modal"</a> property for details. -<h3 class=fn>void <a name="setOrientation"></a>TQDialog::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> orientation ) +<h3 class=fn>void <a name="setOrientation"></a>TQDialog::setOrientation ( <a href="tqt.html#Orientation-enum">Orientation</a> orientation ) </h3> -If <em>orientation</em> is <a href="ntqt.html#Orientation-enum">Horizontal</a>, the extension will be displayed -to the right of the dialog's main area. If <em>orientation</em> is <a href="ntqt.html#Orientation-enum">Vertical</a>, the extension will be displayed below the dialog's main +If <em>orientation</em> is <a href="tqt.html#Orientation-enum">Horizontal</a>, the extension will be displayed +to the right of the dialog's main area. If <em>orientation</em> is <a href="tqt.html#Orientation-enum">Vertical</a>, the extension will be displayed below the dialog's main area. <p> <p>See also <a href="#orientation">orientation</a>() and <a href="#setExtension">setExtension</a>(). diff --git a/doc/html/tqdict-h.html b/doc/html/tqdict-h.html index 0522a9a01..5cce03470 100644 --- a/doc/html/tqdict-h.html +++ b/doc/html/tqdict-h.html @@ -155,7 +155,7 @@ public: }; #define Q_DEFINED_QDICT -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQDICT_H </pre> <!-- eof --> diff --git a/doc/html/tqdir-example.html b/doc/html/tqdir-example.html index 20c8bab2f..5daa71e3a 100644 --- a/doc/html/tqdir-example.html +++ b/doc/html/tqdir-example.html @@ -295,7 +295,7 @@ void <a name="f492"></a>CustomFileDialog::setDir2( const <a href="tqstring.html" <a href="tqobject.html#blockSignals">blockSignals</a>( FALSE ); } -<a name="x1854"></a>void CustomFileDialog::<a href="tqwidget.html#showEvent">showEvent</a>( <a href="qshowevent.html">TQShowEvent</a> *e ) +<a name="x1854"></a>void CustomFileDialog::<a href="tqwidget.html#showEvent">showEvent</a>( <a href="tqshowevent.html">TQShowEvent</a> *e ) { TQFileDialog::<a href="tqwidget.html#showEvent">showEvent</a>( e ); dirView->setDir( <a href="tqfiledialog.html#dirPath">dirPath</a>() ); diff --git a/doc/html/tqdockarea-h.html b/doc/html/tqdockarea-h.html index d06560184..7734dde46 100644 --- a/doc/html/tqdockarea-h.html +++ b/doc/html/tqdockarea-h.html @@ -221,7 +221,7 @@ TQ_EXPORT TQTextStream &operator>>( TQTextStream &, TQDockArea &am #endif #define Q_DEFINED_QDOCKAREA -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif #endif //TQT_NO_MAINWINDOW diff --git a/doc/html/tqdockarea.html b/doc/html/tqdockarea.html index 59b6b7d35..cc99ad1dd 100644 --- a/doc/html/tqdockarea.html +++ b/doc/html/tqdockarea.html @@ -145,7 +145,7 @@ the right or bottom. the left or top. </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQDockArea"></a>TQDockArea::TQDockArea ( <a href="ntqt.html#Orientation-enum">Orientation</a> o, <a href="tqdockarea.html#HandlePosition-enum">HandlePosition</a> h = Normal, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQDockArea"></a>TQDockArea::TQDockArea ( <a href="tqt.html#Orientation-enum">Orientation</a> o, <a href="tqdockarea.html#HandlePosition-enum">HandlePosition</a> h = Normal, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a TQDockArea with orientation <em>o</em>, HandlePosition <em>h</em>, parent <em>parent</em> and called <em>name</em>. @@ -211,7 +211,7 @@ the orientation of the docked widget needs to be changed. <p> This function is used internally by <a href="tqdockwindow.html">TQDockWindow</a>. You shouldn't need to call it yourself. -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQDockArea::orientation () const +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQDockArea::orientation () const </h3><p>Returns the dock area's orientation. See the <a href="tqdockarea.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>void <a name="removeDockWindow"></a>TQDockArea::removeDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * w, bool makeFloating, bool swap, bool fixNewLines = TRUE ) @@ -243,7 +243,7 @@ the dock area. <p>The default position is <a href="#HandlePosition-enum">Normal</a>. <p>Get this property's value with <a href="#handlePosition">handlePosition</a>(). -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3> +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3> <p>This property holds the dock area's orientation. <p>There is no default value; the orientation is specified in the constructor. diff --git a/doc/html/tqdockwindow-h.html b/doc/html/tqdockwindow-h.html index c45c71175..aa7cf830c 100644 --- a/doc/html/tqdockwindow-h.html +++ b/doc/html/tqdockwindow-h.html @@ -267,7 +267,7 @@ inline TQDockArea *TQDockWindow::area() const } #define Q_DEFINED_QDOCKWINDOW -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif #endif // TQDOCKWINDOW_H diff --git a/doc/html/tqdockwindow.html b/doc/html/tqdockwindow.html index 264105fd2..5b8e3084b 100644 --- a/doc/html/tqdockwindow.html +++ b/doc/html/tqdockwindow.html @@ -147,7 +147,7 @@ the parent if you want it floated. <p> In the example above we create a new <a href="tqtoolbar.html">TQToolBar</a> in the constructor of a <a href="tqmainwindow.html">TQMainWindow</a> subclass (so that the <em>this</em> pointer points to -the TQMainWindow). By default the toolbar will be added to the <a href="ntqt.html#Dock-enum">Top</a> dock area, but we've moved it to the <a href="ntqt.html#Dock-enum">Left</a> dock area. +the TQMainWindow). By default the toolbar will be added to the <a href="tqt.html#Dock-enum">Top</a> dock area, but we've moved it to the <a href="tqt.html#Dock-enum">Left</a> dock area. <p> A dock window is often used to contain a single widget. In these cases the widget can be set by calling <a href="#setWidget">setWidget</a>(). If you're constructing a dock window that contains multiple widgets, e.g. a @@ -220,7 +220,7 @@ Constructs a TQDockWindow with parent <em>parent</em>, called <em>name</em> and with widget flags <em>f</em>. <p> If <em>p</em> is <a href="#Place-enum">InDock</a>, the dock window is docked into a dock area and <em>parent</em> <em>must</em> be a <a href="tqdockarea.html">TQDockArea</a> or a <a href="tqmainwindow.html">TQMainWindow</a>. If the <em>parent</em> is a TQMainWindow the dock window will be docked in the main -window's <a href="ntqt.html#Dock-enum">Top</a> dock area. +window's <a href="tqt.html#Dock-enum">Top</a> dock area. <p> If <em>p</em> is <a href="#Place-enum">OutsideDock</a>, the dock window is created as a floating window. <p> We recommend creating the dock area <a href="#Place-enum">InDock</a> with a TQMainWindow @@ -310,12 +310,12 @@ See the <a href="tqdockwindow.html#offset-prop">"offset"</a> property for detail <h3 class=fn>bool <a name="opaqueMoving"></a>TQDockWindow::opaqueMoving () const </h3><p>Returns TRUE if the dock window will be shown normally whilst it is being moved; otherwise returns FALSE. See the <a href="tqdockwindow.html#opaqueMoving-prop">"opaqueMoving"</a> property for details. -<h3 class=fn><a href="ntqt.html#Orientation-enum">TQt::Orientation</a> <a name="orientation"></a>TQDockWindow::orientation () const +<h3 class=fn><a href="tqt.html#Orientation-enum">TQt::Orientation</a> <a name="orientation"></a>TQDockWindow::orientation () const </h3> Returns the orientation of the dock window. <p> <p>See also <a href="#orientationChanged">orientationChanged</a>(). -<h3 class=fn>void <a name="orientationChanged"></a>TQDockWindow::orientationChanged ( <a href="ntqt.html#Orientation-enum">Orientation</a> o )<tt> [signal]</tt> +<h3 class=fn>void <a name="orientationChanged"></a>TQDockWindow::orientationChanged ( <a href="tqt.html#Orientation-enum">Orientation</a> o )<tt> [signal]</tt> </h3> <p> This signal is emitted when the orientation of the dock window is @@ -370,7 +370,7 @@ See the <a href="tqdockwindow.html#offset-prop">"offset"</a> property for detail <h3 class=fn>void <a name="setOpaqueMoving"></a>TQDockWindow::setOpaqueMoving ( bool b )<tt> [virtual]</tt> </h3><p>Sets whether the dock window will be shown normally whilst it is being moved to <em>b</em>. See the <a href="tqdockwindow.html#opaqueMoving-prop">"opaqueMoving"</a> property for details. -<h3 class=fn>void <a name="setOrientation"></a>TQDockWindow::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> o )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setOrientation"></a>TQDockWindow::setOrientation ( <a href="tqt.html#Orientation-enum">Orientation</a> o )<tt> [virtual slot]</tt> </h3> Sets the orientation of the dock window to <em>o</em>. The orientation is propagated to the layout <a href="#boxLayout">boxLayout</a>(). diff --git a/doc/html/tqeditorfactory-h.html b/doc/html/tqeditorfactory-h.html index 9576794a8..ca27c5a4e 100644 --- a/doc/html/tqeditorfactory-h.html +++ b/doc/html/tqeditorfactory-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqobject.h" -#include "ntqvariant.h" +#include "tqvariant.h" #endif // QT_H #if !defined( TQT_MODULE_SQL ) || defined( QT_LICENSE_PROFESSIONAL ) diff --git a/doc/html/tqeditorfactory.html b/doc/html/tqeditorfactory.html index 1658a4bb0..6e7e62c1d 100644 --- a/doc/html/tqeditorfactory.html +++ b/doc/html/tqeditorfactory.html @@ -53,7 +53,7 @@ for TQVariant data types. The TQEditorFactory class is used to create editor widgets -for <a href="ntqvariant.html">TQVariant</a> data types. +for <a href="tqvariant.html">TQVariant</a> data types. <p> <p> Each editor factory provides the <a href="#createEditor">createEditor</a>() function which @@ -75,9 +75,9 @@ Constructs an editor factory with parent <em>parent</em>, called <em>name</em>. </h3> Destroys the object and frees any allocated resources. -<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="createEditor"></a>TQEditorFactory::createEditor ( <a href="tqwidget.html">TQWidget</a> * parent, const <a href="ntqvariant.html">TQVariant</a> & v )<tt> [virtual]</tt> +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="createEditor"></a>TQEditorFactory::createEditor ( <a href="tqwidget.html">TQWidget</a> * parent, const <a href="tqvariant.html">TQVariant</a> & v )<tt> [virtual]</tt> </h3> -Creates and returns the appropriate editor for the <a href="ntqvariant.html">TQVariant</a> <em>v</em>. +Creates and returns the appropriate editor for the <a href="tqvariant.html">TQVariant</a> <em>v</em>. If the TQVariant is invalid, 0 is returned. The <em>parent</em> is passed to the appropriate editor's constructor. diff --git a/doc/html/tqevent-h.html b/doc/html/tqevent-h.html index be4f804e8..6dc38b521 100644 --- a/doc/html/tqevent-h.html +++ b/doc/html/tqevent-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQEVENT_H #ifndef QT_H -#include "ntqwindowdefs.h" +#include "tqwindowdefs.h" #include "tqregion.h" #include "tqnamespace.h" #include "tqmime.h" diff --git a/doc/html/tqevent.html b/doc/html/tqevent.html index 5731d2477..4b044d871 100644 --- a/doc/html/tqevent.html +++ b/doc/html/tqevent.html @@ -35,8 +35,8 @@ body { background: #ffffff; color: black; } event classes. Event objects contain event parameters. <a href="#details">More...</a> <p><tt>#include <<a href="tqevent-h.html">tqevent.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. -<p>Inherited by <a href="tqtimerevent.html">TQTimerEvent</a>, <a href="tqmouseevent.html">TQMouseEvent</a>, <a href="qwheelevent.html">TQWheelEvent</a>, <a href="tqtabletevent.html">TQTabletEvent</a>, <a href="tqkeyevent.html">TQKeyEvent</a>, <a href="tqfocusevent.html">TQFocusEvent</a>, <a href="tqpaintevent.html">TQPaintEvent</a>, <a href="tqmoveevent.html">TQMoveEvent</a>, <a href="tqresizeevent.html">TQResizeEvent</a>, <a href="tqcloseevent.html">TQCloseEvent</a>, <a href="tqicondragevent.html">TQIconDragEvent</a>, <a href="qshowevent.html">TQShowEvent</a>, <a href="tqhideevent.html">TQHideEvent</a>, <a href="tqcontextmenuevent.html">TQContextMenuEvent</a>, <a href="tqimevent.html">TQIMEvent</a>, <a href="tqdropevent.html">TQDropEvent</a>, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>, <a href="tqchildevent.html">TQChildEvent</a>, and <a href="tqcustomevent.html">TQCustomEvent</a>. +<p>Inherits <a href="tqt.html">TQt</a>. +<p>Inherited by <a href="tqtimerevent.html">TQTimerEvent</a>, <a href="tqmouseevent.html">TQMouseEvent</a>, <a href="qwheelevent.html">TQWheelEvent</a>, <a href="tqtabletevent.html">TQTabletEvent</a>, <a href="tqkeyevent.html">TQKeyEvent</a>, <a href="tqfocusevent.html">TQFocusEvent</a>, <a href="tqpaintevent.html">TQPaintEvent</a>, <a href="tqmoveevent.html">TQMoveEvent</a>, <a href="tqresizeevent.html">TQResizeEvent</a>, <a href="tqcloseevent.html">TQCloseEvent</a>, <a href="tqicondragevent.html">TQIconDragEvent</a>, <a href="tqshowevent.html">TQShowEvent</a>, <a href="tqhideevent.html">TQHideEvent</a>, <a href="tqcontextmenuevent.html">TQContextMenuEvent</a>, <a href="tqimevent.html">TQIMEvent</a>, <a href="tqdropevent.html">TQDropEvent</a>, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>, <a href="tqchildevent.html">TQChildEvent</a>, and <a href="tqcustomevent.html">TQCustomEvent</a>. <p><a href="tqevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -97,7 +97,7 @@ types and the specialized classes for each type are these: <li><tt>TQEvent::Paint</tt> - Screen update necessary, <a href="tqpaintevent.html">TQPaintEvent</a>. <li><tt>TQEvent::Move</tt> - Widget's position changed, <a href="tqmoveevent.html">TQMoveEvent</a>. <li><tt>TQEvent::Resize</tt> - Widget's size changed, <a href="tqresizeevent.html">TQResizeEvent</a>. -<li><tt>TQEvent::Show</tt> - Widget was shown on screen, <a href="qshowevent.html">TQShowEvent</a>. +<li><tt>TQEvent::Show</tt> - Widget was shown on screen, <a href="tqshowevent.html">TQShowEvent</a>. <li><tt>TQEvent::Hide</tt> - Widget was hidden, <a href="tqhideevent.html">TQHideEvent</a>. <li><tt>TQEvent::ShowToParent</tt> - A child widget has been shown. <li><tt>TQEvent::HideToParent</tt> - A child widget has been hidden. diff --git a/doc/html/tqfont-h.html b/doc/html/tqfont-h.html index 27ea3cc9d..211c05854 100644 --- a/doc/html/tqfont-h.html +++ b/doc/html/tqfont-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQFONT_H #ifndef QT_H -#include "ntqwindowdefs.h" +#include "tqwindowdefs.h" #include "tqstring.h" #endif // QT_H diff --git a/doc/html/tqfontdatabase-h.html b/doc/html/tqfontdatabase-h.html index e2d6a9115..5ab5de699 100644 --- a/doc/html/tqfontdatabase-h.html +++ b/doc/html/tqfontdatabase-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQFONTDATABASE_H #ifndef QT_H -#include "ntqwindowdefs.h" +#include "tqwindowdefs.h" #include "tqstring.h" #include "tqstringlist.h" #include "tqfont.h" diff --git a/doc/html/tqfontdialog-h.html b/doc/html/tqfontdialog-h.html index 46f07fa14..9088b3f92 100644 --- a/doc/html/tqfontdialog-h.html +++ b/doc/html/tqfontdialog-h.html @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } #ifndef TQFONTDIALOG_H #define TQFONTDIALOG_H -#include "ntqwindowdefs.h" +#include "tqwindowdefs.h" #ifndef TQT_NO_FONTDIALOG diff --git a/doc/html/tqfontmetrics.html b/doc/html/tqfontmetrics.html index 3c94bd0fd..b73fac452 100644 --- a/doc/html/tqfontmetrics.html +++ b/doc/html/tqfontmetrics.html @@ -230,7 +230,7 @@ necessary for multi-line text to align correctly. Also, fontHeight() and <a href="#lineSpacing">lineSpacing</a>() are used to calculate the height, rather than individual character heights. <p> The <em>intern</em> argument should not be used. -<p> <p>See also <a href="#width">width</a>(), <a href="tqpainter.html#boundingRect">TQPainter::boundingRect</a>(), and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +<p> <p>See also <a href="#width">width</a>(), <a href="tqpainter.html#boundingRect">TQPainter::boundingRect</a>(), and <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <h3 class=fn>int <a name="charWidth"></a>TQFontMetrics::charWidth ( const <a href="tqstring.html">TQString</a> & str, int pos ) const </h3> diff --git a/doc/html/tqframe.html b/doc/html/tqframe.html index 695e7a5e2..a86f7bff0 100644 --- a/doc/html/tqframe.html +++ b/doc/html/tqframe.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="tqframe-h.html">tqframe.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. -<p>Inherited by <a href="tqgroupbox.html">TQGroupBox</a>, <a href="tqscrollview.html">TQScrollView</a>, <a href="tqdockwindow.html">TQDockWindow</a>, <a href="tqgrid.html">TQGrid</a>, <a href="tqhbox.html">TQHBox</a>, <a href="tqlabel.html">TQLabel</a>, <a href="tqlcdnumber.html">TQLCDNumber</a>, <a href="tqlineedit.html">TQLineEdit</a>, <a href="tqmenubar.html">TQMenuBar</a>, <a href="tqpopupmenu.html">TQPopupMenu</a>, <a href="tqprogressbar.html">TQProgressBar</a>, <a href="ntqsplitter.html">TQSplitter</a>, <a href="tqtoolbox.html">TQToolBox</a>, and <a href="tqwidgetstack.html">TQWidgetStack</a>. +<p>Inherited by <a href="tqgroupbox.html">TQGroupBox</a>, <a href="tqscrollview.html">TQScrollView</a>, <a href="tqdockwindow.html">TQDockWindow</a>, <a href="tqgrid.html">TQGrid</a>, <a href="tqhbox.html">TQHBox</a>, <a href="tqlabel.html">TQLabel</a>, <a href="tqlcdnumber.html">TQLCDNumber</a>, <a href="tqlineedit.html">TQLineEdit</a>, <a href="tqmenubar.html">TQMenuBar</a>, <a href="tqpopupmenu.html">TQPopupMenu</a>, <a href="tqprogressbar.html">TQProgressBar</a>, <a href="tqsplitter.html">TQSplitter</a>, <a href="tqtoolbox.html">TQToolBox</a>, and <a href="tqwidgetstack.html">TQWidgetStack</a>. <p><a href="tqframe-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/tqglcolormap-h.html b/doc/html/tqglcolormap-h.html index 7745b4e2e..4cfa9c358 100644 --- a/doc/html/tqglcolormap-h.html +++ b/doc/html/tqglcolormap-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqcolor.h" #include "tqmemarray.h" -#include "ntqshared.h" +#include "tqshared.h" #endif // QT_H #if !defined( TQT_MODULE_OPENGL ) || defined( QT_LICENSE_PROFESSIONAL ) diff --git a/doc/html/tqglwidget.html b/doc/html/tqglwidget.html index 3a271b9c5..4f6795a1f 100644 --- a/doc/html/tqglwidget.html +++ b/doc/html/tqglwidget.html @@ -204,7 +204,7 @@ Constructs an OpenGL widget with a <em>parent</em> widget and a <em>name</em>. <p> The <a href="tqglformat.html#defaultFormat">default format</a> is used. The widget will be <a href="#isValid">invalid</a> if the system has no <a href="tqglformat.html#hasOpenGL">OpenGL support</a>. -<p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed +<p> The <em>parent</em>, <em>name</em> and <a href="tqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed to the <a href="tqwidget.html">TQWidget</a> constructor. <p> If the <em>shareWidget</em> parameter points to a valid TQGLWidget, this widget will share OpenGL display lists with <em>shareWidget</em>. If @@ -223,7 +223,7 @@ you wish to be bound to this widget. This allows you to pass in your own TQGLContext sub-classes. <p> The widget will be <a href="#isValid">invalid</a> if the system has no <a href="tqglformat.html#hasOpenGL">OpenGL support</a>. -<p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed +<p> The <em>parent</em>, <em>name</em> and <a href="tqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed to the <a href="tqwidget.html">TQWidget</a> constructor. <p> If the <em>shareWidget</em> parameter points to a valid TQGLWidget, this widget will share OpenGL display lists with <em>shareWidget</em>. If @@ -243,7 +243,7 @@ nearest subset of features will be used. After creation, the <a href="#format">format</a>() method will return the actual format obtained. <p> The widget will be <a href="#isValid">invalid</a> if the system has no <a href="tqglformat.html#hasOpenGL">OpenGL support</a>. -<p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed +<p> The <em>parent</em>, <em>name</em> and <a href="tqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed to the <a href="tqwidget.html">TQWidget</a> constructor. <p> If the <em>shareWidget</em> parameter points to a valid TQGLWidget, this widget will share OpenGL display lists with <em>shareWidget</em>. If diff --git a/doc/html/tqgrid.html b/doc/html/tqgrid.html index d7303f951..77417cdb6 100644 --- a/doc/html/tqgrid.html +++ b/doc/html/tqgrid.html @@ -65,11 +65,11 @@ Constructs a grid widget with parent <em>parent</em>, called <em>name</em>. <em>n</em> specifies the number of columns. The widget flags <em>f</em> are passed to the <a href="tqframe.html">TQFrame</a> constructor. -<h3 class=fn><a name="TQGrid-2"></a>TQGrid::TQGrid ( int n, <a href="ntqt.html#Orientation-enum">Orientation</a> orient, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQGrid-2"></a>TQGrid::TQGrid ( int n, <a href="tqt.html#Orientation-enum">Orientation</a> orient, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Constructs a grid widget with parent <em>parent</em>, called <em>name</em>. -If <em>orient</em> is <a href="ntqt.html#Orientation-enum">Horizontal</a>, <em>n</em> specifies the number of -columns. If <em>orient</em> is <a href="ntqt.html#Orientation-enum">Vertical</a>, <em>n</em> specifies the number of +If <em>orient</em> is <a href="tqt.html#Orientation-enum">Horizontal</a>, <em>n</em> specifies the number of +columns. If <em>orient</em> is <a href="tqt.html#Orientation-enum">Vertical</a>, <em>n</em> specifies the number of rows. The widget flags <em>f</em> are passed to the <a href="tqframe.html">TQFrame</a> constructor. <h3 class=fn>void <a name="setSpacing"></a>TQGrid::setSpacing ( int space ) diff --git a/doc/html/tqgridlayout.html b/doc/html/tqgridlayout.html index 1d9fb5fd5..253d8c667 100644 --- a/doc/html/tqgridlayout.html +++ b/doc/html/tqgridlayout.html @@ -218,7 +218,7 @@ automatically added to the parent layout as it is constructed. </h3> Adds the <em>item</em> to the cell grid, spanning multiple rows/columns. <p> The cell will span from <em>fromRow</em>, <em>fromCol</em> to <em>toRow</em>, <em>toCol</em>. Alignment is specified by <em>alignment</em>, which is a bitwise -OR of <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, +OR of <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which means that the widget fills the entire cell. <h3 class=fn>void <a name="addMultiCellLayout"></a>TQGridLayout::addMultiCellLayout ( <a href="tqlayout.html">TQLayout</a> * layout, int fromRow, int toRow, int fromCol, int toCol, int alignment = 0 ) @@ -226,7 +226,7 @@ which means that the widget fills the entire cell. Adds the layout <em>layout</em> to the cell grid, spanning multiple rows/columns. The cell will span from <em>fromRow</em>, <em>fromCol</em> to <em>toRow</em>, <em>toCol</em>. <p> Alignment is specified by <em>alignment</em>, which is a bitwise OR of -<a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which +<a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which means that the widget fills the entire cell. <p> A non-zero alignment indicates that the layout should not grow to fill the available space but should be sized according to @@ -239,7 +239,7 @@ fill the available space but should be sized according to Adds the widget <em>w</em> to the cell grid, spanning multiple rows/columns. The cell will span from <em>fromRow</em>, <em>fromCol</em> to <em>toRow</em>, <em>toCol</em>. <p> Alignment is specified by <em>alignment</em>, which is a bitwise OR of -<a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which +<a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which means that the widget fills the entire cell. <p> A non-zero alignment indicates that the widget should not grow to fill the available space but should be sized according to @@ -258,7 +258,7 @@ fill the available space but should be sized according to Adds the widget <em>w</em> to the cell grid at <em>row</em>, <em>col</em>. The top-left position is (0, 0) by default. <p> Alignment is specified by <em>alignment</em>, which is a bitwise OR of -<a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which +<a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which means that the widget fills the entire cell. <p> <ul> <li> You should not call this if you have enabled the @@ -300,7 +300,7 @@ items are inserted. <h3 class=fn><a href="tqsizepolicy.html#ExpandData-enum">TQSizePolicy::ExpandData</a> <a name="expanding"></a>TQGridLayout::expanding () const<tt> [virtual]</tt> </h3> Returns whether this layout can make use of more space than -<a href="#sizeHint">sizeHint</a>(). A value of <a href="ntqt.html#Orientation-enum">Vertical</a> or <a href="ntqt.html#Orientation-enum">Horizontal</a> means that it wants +<a href="#sizeHint">sizeHint</a>(). A value of <a href="tqt.html#Orientation-enum">Vertical</a> or <a href="tqt.html#Orientation-enum">Horizontal</a> means that it wants to grow in only one dimension, whereas <tt>BothDirections</tt> means that it wants to grow in both dimensions. diff --git a/doc/html/tqgridview.html b/doc/html/tqgridview.html index a856b4df6..ef57a0b9d 100644 --- a/doc/html/tqgridview.html +++ b/doc/html/tqgridview.html @@ -108,7 +108,7 @@ at random positions, consider using either a <a href="tqiconview.html">TQIconVie <h3 class=fn><a name="TQGridView"></a>TQGridView::TQGridView ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Constructs a grid view. -<p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed +<p> The <em>parent</em>, <em>name</em> and <a href="tqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed to the <a href="tqscrollview.html">TQScrollView</a> constructor. <h3 class=fn><a name="~TQGridView"></a>TQGridView::~TQGridView () diff --git a/doc/html/tqgroupbox.html b/doc/html/tqgroupbox.html index d83d32150..6156cfa13 100644 --- a/doc/html/tqgroupbox.html +++ b/doc/html/tqgroupbox.html @@ -126,14 +126,14 @@ Constructs a group box with the title <em>title</em>. constructor. <p> This constructor does not do automatic layout. -<h3 class=fn><a name="TQGroupBox-3"></a>TQGroupBox::TQGroupBox ( int strips, <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQGroupBox-3"></a>TQGroupBox::TQGroupBox ( int strips, <a href="tqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a group box with no title. Child widgets will be arranged in <em>strips</em> rows or columns (depending on <em>orientation</em>). <p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqwidget.html">TQWidget</a> constructor. -<h3 class=fn><a name="TQGroupBox-4"></a>TQGroupBox::TQGroupBox ( int strips, <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, const <a href="tqstring.html">TQString</a> & title, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQGroupBox-4"></a>TQGroupBox::TQGroupBox ( int strips, <a href="tqt.html#Orientation-enum">Orientation</a> orientation, const <a href="tqstring.html">TQString</a> & title, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a group box titled <em>title</em>. Child widgets will be arranged in <em>strips</em> rows or columns (depending on <em>orientation</em>). @@ -148,8 +148,8 @@ Destroys the group box. </h3> Adds an empty cell at the next free position. If <em>size</em> is greater than 0, the empty cell takes <em>size</em> to be its fixed width -(if <a href="#orientation">orientation</a>() is <a href="ntqt.html#Orientation-enum">Horizontal</a>) or height (if orientation() is -<a href="ntqt.html#Orientation-enum">Vertical</a>). +(if <a href="#orientation">orientation</a>() is <a href="tqt.html#Orientation-enum">Horizontal</a>) or height (if orientation() is +<a href="tqt.html#Orientation-enum">Vertical</a>). <p> Use this method to separate the widgets in the group box or to skip the next free cell. For performance reasons, call this method after calling <a href="#setColumnLayout">setColumnLayout</a>() or by changing the <a href="#columns-prop">TQGroupBox::columns</a> or <a href="#orientation-prop">TQGroupBox::orientation</a> properties. It is @@ -189,7 +189,7 @@ See the <a href="tqgroupbox.html#checked-prop">"checked"</a> property for detail <h3 class=fn>bool <a name="isFlat"></a>TQGroupBox::isFlat () const </h3><p>Returns TRUE if the group box is painted flat or has a frame; otherwise returns FALSE. See the <a href="tqgroupbox.html#flat-prop">"flat"</a> property for details. -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQGroupBox::orientation () const +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQGroupBox::orientation () const </h3><p>Returns the group box's orientation. See the <a href="tqgroupbox.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>void <a name="setAlignment"></a>TQGroupBox::setAlignment ( int )<tt> [virtual]</tt> @@ -201,7 +201,7 @@ See the <a href="tqgroupbox.html#checkable-prop">"checkable"</a> property for de <h3 class=fn>void <a name="setChecked"></a>TQGroupBox::setChecked ( bool b )<tt> [slot]</tt> </h3><p>Sets whether the group box's checkbox is checked to <em>b</em>. See the <a href="tqgroupbox.html#checked-prop">"checked"</a> property for details. -<h3 class=fn>void <a name="setColumnLayout"></a>TQGroupBox::setColumnLayout ( int strips, <a href="ntqt.html#Orientation-enum">Orientation</a> direction )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setColumnLayout"></a>TQGroupBox::setColumnLayout ( int strips, <a href="tqt.html#Orientation-enum">Orientation</a> direction )<tt> [virtual]</tt> </h3> Changes the layout of the group box. This function is only useful in combination with the default constructor that does not take any @@ -229,7 +229,7 @@ Sets the width of the empty space between each of the items in the group to <em>s</em> pixels. <p> <p>See also <a href="#insideSpacing">insideSpacing</a>(). -<h3 class=fn>void <a name="setOrientation"></a>TQGroupBox::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> ) +<h3 class=fn>void <a name="setOrientation"></a>TQGroupBox::setOrientation ( <a href="tqt.html#Orientation-enum">Orientation</a> ) </h3><p>Sets the group box's orientation. See the <a href="tqgroupbox.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>void <a name="setTitle"></a>TQGroupBox::setTitle ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual]</tt> @@ -252,14 +252,14 @@ box is checked; otherwise it is FALSE. alignment can be specified by the alignment parameter. <p> The alignment is one of the following flags: <ul> -<li> <a href="ntqt.html#AlignmentFlags-enum">AlignAuto</a> aligns the title according to the language, +<li> <a href="tqt.html#AlignmentFlags-enum">AlignAuto</a> aligns the title according to the language, usually to the left. -<li> <a href="ntqt.html#AlignmentFlags-enum">AlignLeft</a> aligns the title text to the left. -<li> <a href="ntqt.html#AlignmentFlags-enum">AlignRight</a> aligns the title text to the right. -<li> <a href="ntqt.html#AlignmentFlags-enum">AlignHCenter</a> aligns the title text centered. +<li> <a href="tqt.html#AlignmentFlags-enum">AlignLeft</a> aligns the title text to the left. +<li> <a href="tqt.html#AlignmentFlags-enum">AlignRight</a> aligns the title text to the right. +<li> <a href="tqt.html#AlignmentFlags-enum">AlignHCenter</a> aligns the title text centered. </ul> -<p> The default alignment is <a href="ntqt.html#AlignmentFlags-enum">AlignAuto</a>. -<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +<p> The default alignment is <a href="tqt.html#AlignmentFlags-enum">AlignAuto</a>. +<p> <p>See also <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <p>Set this property's value with <a href="#setAlignment">setAlignment</a>() and get this property's value with <a href="#alignment">alignment</a>(). <h3 class=fn>bool <a name="checkable-prop"></a>checkable</h3> @@ -296,7 +296,7 @@ top is drawn. <p> <p>See also <a href="#title-prop">title</a>. <p>Set this property's value with <a href="#setFlat">setFlat</a>() and get this property's value with <a href="#isFlat">isFlat</a>(). -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3> +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3> <p>This property holds the group box's orientation. <p>A horizontal group box arranges it's children in columns, while a vertical group box arranges them in rows. diff --git a/doc/html/tqguardedptr-h.html b/doc/html/tqguardedptr-h.html index 0c6c50e9f..196d7e612 100644 --- a/doc/html/tqguardedptr-h.html +++ b/doc/html/tqguardedptr-h.html @@ -176,7 +176,7 @@ inline TQObject* TQGuardedPtrPrivate::object() const } #define Q_DEFINED_QGUARDEDPTR -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif </pre> <!-- eof --> diff --git a/doc/html/tqheader.html b/doc/html/tqheader.html index 48d74a080..d9f772130 100644 --- a/doc/html/tqheader.html +++ b/doc/html/tqheader.html @@ -363,7 +363,7 @@ is displayed at the index <em>fromIndex</em> to the index <em>toIndex</em>. <h3 class=fn>int <a name="offset"></a>TQHeader::offset () const </h3><p>Returns the header's left-most (or top-most) visible pixel. See the <a href="tqheader.html#offset-prop">"offset"</a> property for details. -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQHeader::orientation () const +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQHeader::orientation () const </h3><p>Returns the header's orientation. See the <a href="tqheader.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>void <a name="paintSection"></a>TQHeader::paintSection ( <a href="tqpainter.html">TQPainter</a> * p, int index, const <a href="tqrect.html">TQRect</a> & fr )<tt> [virtual protected]</tt> @@ -479,7 +479,7 @@ See the <a href="tqheader.html#moving-prop">"moving"</a> property for details. <h3 class=fn>void <a name="setOffset"></a>TQHeader::setOffset ( int pos )<tt> [virtual slot]</tt> </h3><p>Sets the header's left-most (or top-most) visible pixel to <em>pos</em>. See the <a href="tqheader.html#offset-prop">"offset"</a> property for details. -<h3 class=fn>void <a name="setOrientation"></a>TQHeader::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setOrientation"></a>TQHeader::setOrientation ( <a href="tqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt> </h3><p>Sets the header's orientation. See the <a href="tqheader.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>void <a name="setResizeEnabled"></a>TQHeader::setResizeEnabled ( bool enable, int section = -1 )<tt> [virtual]</tt> @@ -500,7 +500,7 @@ Example: <p> If the user resizes a section, a <a href="#sizeChange">sizeChange</a>() signal is emitted. <p> <p>See also <a href="#moving-prop">moving</a>, <a href="#setClickEnabled">setClickEnabled</a>(), and <a href="#tracking-prop">tracking</a>. -<h3 class=fn>void <a name="setSortIndicator"></a>TQHeader::setSortIndicator ( int section, <a href="ntqt.html#SortOrder-enum">SortOrder</a> order ) +<h3 class=fn>void <a name="setSortIndicator"></a>TQHeader::setSortIndicator ( int section, <a href="tqt.html#SortOrder-enum">SortOrder</a> order ) </h3> <p> Sets a sort indicator onto the specified <em>section</em>. The indicator's @@ -541,7 +541,7 @@ See the <a href="tqheader.html#tracking-prop">"tracking"</a> property for detail connected to a slot that repaints the table or list that contains the header. -<h3 class=fn><a href="ntqt.html#SortOrder-enum">SortOrder</a> <a name="sortIndicatorOrder"></a>TQHeader::sortIndicatorOrder () const +<h3 class=fn><a href="tqt.html#SortOrder-enum">SortOrder</a> <a name="sortIndicatorOrder"></a>TQHeader::sortIndicatorOrder () const </h3> Returns the implied sort order of the TQHeaders sort indicator. <p> <p>See also <a href="#setSortIndicator">setSortIndicator</a>() and <a href="#sortIndicatorSection">sortIndicatorSection</a>(). @@ -573,9 +573,9 @@ becomes the left-most (or top-most for vertical headers) visible pixel. <p>Set this property's value with <a href="#setOffset">setOffset</a>() and get this property's value with <a href="#offset">offset</a>(). -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3> +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3> <p>This property holds the header's orientation. -<p>The orientation is either <a href="ntqt.html#Orientation-enum">Vertical</a> or <a href="ntqt.html#Orientation-enum">Horizontal</a> (the +<p>The orientation is either <a href="tqt.html#Orientation-enum">Vertical</a> or <a href="tqt.html#Orientation-enum">Horizontal</a> (the default). <p> Call <a href="#setOrientation">setOrientation</a>() before adding labels if you don't provide a size parameter otherwise the sizes will be incorrect. diff --git a/doc/html/tqhideevent.html b/doc/html/tqhideevent.html index c47d5199a..cb4386261 100644 --- a/doc/html/tqhideevent.html +++ b/doc/html/tqhideevent.html @@ -53,7 +53,7 @@ controls, either by iconifying the window or by switching to another virtual desktop where the window isn't visible. The window will become hidden but not withdrawn. If the window was iconified, <a href="tqwidget.html#isMinimized">TQWidget::isMinimized</a>() returns TRUE. -<p> <p>See also <a href="qshowevent.html">TQShowEvent</a> and <a href="events.html">Event Classes</a>. +<p> <p>See also <a href="tqshowevent.html">TQShowEvent</a> and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQHideEvent"></a>TQHideEvent::TQHideEvent () diff --git a/doc/html/tqhttp-h.html b/doc/html/tqhttp-h.html index a3ca04148..273e83338 100644 --- a/doc/html/tqhttp-h.html +++ b/doc/html/tqhttp-h.html @@ -308,7 +308,7 @@ private: }; #define Q_DEFINED_QHTTP -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif #endif </pre> diff --git a/doc/html/tqiconview.html b/doc/html/tqiconview.html index 056bd6412..0914d9767 100644 --- a/doc/html/tqiconview.html +++ b/doc/html/tqiconview.html @@ -553,7 +553,7 @@ given in contents coordinates, or 0 if no item contains point <em>pos</em>. </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns a pointer to the first item whose text begins with <em>text</em>, or 0 if no such item could be found. Use the <em>compare</em> flag -to control the comparison behaviour. (See <a href="ntqt.html#StringComparisonMode-enum">TQt::StringComparisonMode</a>.) +to control the comparison behaviour. (See <a href="tqt.html#StringComparisonMode-enum">TQt::StringComparisonMode</a>.) <h3 class=fn><a href="tqiconviewitem.html">TQIconViewItem</a> * <a name="findLastVisibleItem"></a>TQIconView::findLastVisibleItem ( const <a href="tqrect.html">TQRect</a> & r ) const </h3> diff --git a/doc/html/tqiconviewitem.html b/doc/html/tqiconviewitem.html index 70cdea341..b5fee3dbc 100644 --- a/doc/html/tqiconviewitem.html +++ b/doc/html/tqiconviewitem.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQIconViewItem class provides a single item in a TQIconView. <a href="#details">More...</a> <p><tt>#include <<a href="tqiconview-h.html">tqiconview.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p><a href="tqiconviewitem-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/tqimage.html b/doc/html/tqimage.html index b04b30b86..6a0cd122e 100644 --- a/doc/html/tqimage.html +++ b/doc/html/tqimage.html @@ -397,7 +397,7 @@ converted image. The original image is not changed. converted. <p> If the image needs to be modified to fit in a lower-resolution result (e.g. converting from 32-bit to 8-bit), use the <em>conversion_flags</em> to specify how you'd prefer this to happen. -<p> <p>See also <a href="ntqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>, <a href="#depth">depth</a>(), and <a href="#isNull">isNull</a>(). +<p> <p>See also <a href="tqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>, <a href="#depth">depth</a>(), and <a href="#isNull">isNull</a>(). <h3 class=fn><a href="tqimage.html">TQImage</a> <a name="convertDepth-2"></a>TQImage::convertDepth ( int depth ) const </h3> @@ -415,7 +415,7 @@ found that are not in the palette, the palette may not be used at all. This result should not be considered valid because it may change in future implementations. <p> Currently inefficient for non-32-bit images. -<p> <p>See also <a href="ntqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>. +<p> <p>See also <a href="tqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>. <h3 class=fn><a href="tqimage.html">TQImage</a> <a name="copy"></a>TQImage::copy () const </h3> @@ -432,7 +432,7 @@ copied from position <em>x</em>, <em>y</em> in this image. In areas beyond this image pixels are filled with pixel 0. <p> If the image needs to be modified to fit in a lower-resolution result (e.g. converting from 32-bit to 8-bit), use the <em>conversion_flags</em> to specify how you'd prefer this to happen. -<p> <p>See also <a href="#bitBlt">bitBlt</a>() and <a href="ntqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>. +<p> <p>See also <a href="#bitBlt">bitBlt</a>() and <a href="tqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>. <h3 class=fn><a href="tqimage.html">TQImage</a> <a name="copy-3"></a>TQImage::copy ( const <a href="tqrect.html">TQRect</a> & r ) const </h3> diff --git a/doc/html/tqintdict-h.html b/doc/html/tqintdict-h.html index 7b924fd57..faed6bc44 100644 --- a/doc/html/tqintdict-h.html +++ b/doc/html/tqintdict-h.html @@ -151,7 +151,7 @@ public: }; #define Q_DEFINED_QINTDICT -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQINTDICT_H </pre> <!-- eof --> diff --git a/doc/html/tqkeyevent.html b/doc/html/tqkeyevent.html index fe909e7ff..adb3f5a22 100644 --- a/doc/html/tqkeyevent.html +++ b/doc/html/tqkeyevent.html @@ -137,7 +137,7 @@ or FALSE indeterminately. </h3> <p> Returns the code of the key that was pressed or released. -<p> See <a href="ntqt.html#Key-enum">TQt::Key</a> for the list of keyboard codes. These codes are +<p> See <a href="tqt.html#Key-enum">TQt::Key</a> for the list of keyboard codes. These codes are independent of the underlying window system. <p> A value of either 0 or Key_unknown means that the event is not the result of a known key (e.g. it may be the result of a compose @@ -145,17 +145,17 @@ sequence or a keyboard macro, or due to key event compression). <p> <p>See also <a href="tqwidget.html#setKeyCompression">TQWidget::setKeyCompression</a>(). <p>Example: <a href="fileiconview-example.html#x853">fileiconview/tqfileiconview.cpp</a>. -<h3 class=fn><a href="ntqt.html#ButtonState-enum">ButtonState</a> <a name="state"></a>TQKeyEvent::state () const +<h3 class=fn><a href="tqt.html#ButtonState-enum">ButtonState</a> <a name="state"></a>TQKeyEvent::state () const </h3> <p> Returns the keyboard modifier flags that existed immediately before the event occurred. -<p> The returned value is <a href="ntqt.html#ButtonState-enum">ShiftButton</a>, <a href="ntqt.html#ButtonState-enum">ControlButton</a>, <a href="ntqt.html#ButtonState-enum">AltButton</a> -and <a href="ntqt.html#ButtonState-enum">MetaButton</a> OR'ed together. +<p> The returned value is <a href="tqt.html#ButtonState-enum">ShiftButton</a>, <a href="tqt.html#ButtonState-enum">ControlButton</a>, <a href="tqt.html#ButtonState-enum">AltButton</a> +and <a href="tqt.html#ButtonState-enum">MetaButton</a> OR'ed together. <p> <p>See also <a href="#stateAfter">stateAfter</a>(). <p>Example: <a href="fileiconview-example.html#x854">fileiconview/tqfileiconview.cpp</a>. -<h3 class=fn><a href="ntqt.html#ButtonState-enum">ButtonState</a> <a name="stateAfter"></a>TQKeyEvent::stateAfter () const +<h3 class=fn><a href="tqt.html#ButtonState-enum">ButtonState</a> <a name="stateAfter"></a>TQKeyEvent::stateAfter () const </h3> <p> Returns the keyboard modifier flags that existed immediately after diff --git a/doc/html/tqkeysequence.html b/doc/html/tqkeysequence.html index 011025548..0836d9790 100644 --- a/doc/html/tqkeysequence.html +++ b/doc/html/tqkeysequence.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } by accelerators. <a href="#details">More...</a> <p><tt>#include <<a href="tqkeysequence-h.html">tqkeysequence.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p><a href="tqkeysequence-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -67,12 +67,12 @@ The TQKeySequence class encapsulates a key sequence as used by accelerators. <p> <p> A key sequence consists of up to four keyboard codes, each -optionally combined with modifiers, e.g. <a href="ntqt.html#Modifier-enum">SHIFT</a>, <a href="ntqt.html#Modifier-enum">CTRL</a>, <a href="ntqt.html#Modifier-enum">ALT</a>, <a href="ntqt.html#Modifier-enum">META</a>, or <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a>. For example, <tt>CTRL + Key_P</tt> +optionally combined with modifiers, e.g. <a href="tqt.html#Modifier-enum">SHIFT</a>, <a href="tqt.html#Modifier-enum">CTRL</a>, <a href="tqt.html#Modifier-enum">ALT</a>, <a href="tqt.html#Modifier-enum">META</a>, or <a href="tqt.html#Modifier-enum">UNICODE_ACCEL</a>. For example, <tt>CTRL + Key_P</tt> might be a sequence used as a shortcut for printing a document. The key codes are listed in <a href="tqnamespace-h.html">tqnamespace.h</a>. As an alternative, -use <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a> with the unicode code point of the character. +use <a href="tqt.html#Modifier-enum">UNICODE_ACCEL</a> with the unicode code point of the character. For example, <tt>UNICODE_ACCEL + 'A'</tt> gives the same key sequence -as <a href="ntqt.html#Key-enum">Key_A</a>. +as <a href="tqt.html#Key-enum">Key_A</a>. <p> Key sequences can be constructed either from an integer key code, or from a human readable translatable string such as "Ctrl+X,Alt+Space". A key sequence can be cast to a <a href="tqstring.html">TQString</a> to @@ -109,14 +109,14 @@ necessary, but it provides some context for the human translator. </h3> Constructs a key sequence that has a single <em>key</em>. <p> The key codes are listed in <a href="tqnamespace-h.html">tqnamespace.h</a> and can be -combined with modifiers, e.g. with <a href="ntqt.html#Modifier-enum">SHIFT</a>, <a href="ntqt.html#Modifier-enum">CTRL</a>, <a href="ntqt.html#Modifier-enum">ALT</a>, <a href="ntqt.html#Modifier-enum">META</a> or <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a>. +combined with modifiers, e.g. with <a href="tqt.html#Modifier-enum">SHIFT</a>, <a href="tqt.html#Modifier-enum">CTRL</a>, <a href="tqt.html#Modifier-enum">ALT</a>, <a href="tqt.html#Modifier-enum">META</a> or <a href="tqt.html#Modifier-enum">UNICODE_ACCEL</a>. <h3 class=fn><a name="TQKeySequence-4"></a>TQKeySequence::TQKeySequence ( int k1, int k2, int k3 = 0, int k4 = 0 ) </h3> Constructs a key sequence with up to 4 keys <em>k1</em>, <em>k2</em>, <em>k3</em> and <em>k4</em>. <p> The key codes are listed in <a href="tqnamespace-h.html">tqnamespace.h</a> and can be -combined with modifiers, e.g. with <a href="ntqt.html#Modifier-enum">SHIFT</a>, <a href="ntqt.html#Modifier-enum">CTRL</a>, <a href="ntqt.html#Modifier-enum">ALT</a>, <a href="ntqt.html#Modifier-enum">META</a> or <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a>. +combined with modifiers, e.g. with <a href="tqt.html#Modifier-enum">SHIFT</a>, <a href="tqt.html#Modifier-enum">CTRL</a>, <a href="tqt.html#Modifier-enum">ALT</a>, <a href="tqt.html#Modifier-enum">META</a> or <a href="tqt.html#Modifier-enum">UNICODE_ACCEL</a>. <h3 class=fn><a name="TQKeySequence-5"></a>TQKeySequence::TQKeySequence ( const <a href="tqkeysequence.html">TQKeySequence</a> & keysequence ) </h3> @@ -136,12 +136,12 @@ The maximum is 4. Returns TRUE if the key sequence is empty; otherwise returns FALSE. -<h3 class=fn><a href="ntqt.html#SequenceMatch-enum">TQt::SequenceMatch</a> <a name="matches"></a>TQKeySequence::matches ( const <a href="tqkeysequence.html">TQKeySequence</a> & seq ) const +<h3 class=fn><a href="tqt.html#SequenceMatch-enum">TQt::SequenceMatch</a> <a name="matches"></a>TQKeySequence::matches ( const <a href="tqkeysequence.html">TQKeySequence</a> & seq ) const </h3> -Matches the sequence with <em>seq</em>. Returns <a href="ntqt.html#SequenceMatch-enum">TQt::Identical</a> if -successful, <a href="ntqt.html#SequenceMatch-enum">TQt::PartialMatch</a> for matching but incomplete <em>seq</em>, -and <a href="ntqt.html#SequenceMatch-enum">TQt::NoMatch</a> if the sequences have nothing in common. -Returns <a href="ntqt.html#SequenceMatch-enum">TQt::NoMatch</a> if <em>seq</em> is shorter. +Matches the sequence with <em>seq</em>. Returns <a href="tqt.html#SequenceMatch-enum">TQt::Identical</a> if +successful, <a href="tqt.html#SequenceMatch-enum">TQt::PartialMatch</a> for matching but incomplete <em>seq</em>, +and <a href="tqt.html#SequenceMatch-enum">TQt::NoMatch</a> if the sequences have nothing in common. +Returns <a href="tqt.html#SequenceMatch-enum">TQt::NoMatch</a> if <em>seq</em> is shorter. <h3 class=fn><a name="operator-TQString"></a>TQKeySequence::operator TQString () const </h3> diff --git a/doc/html/tqlabel.html b/doc/html/tqlabel.html index f963b82b6..045d6ec36 100644 --- a/doc/html/tqlabel.html +++ b/doc/html/tqlabel.html @@ -148,14 +148,14 @@ also use the <a href="#setBuddy">setBuddy</a>() function to accomplish the same <h3 class=fn><a name="TQLabel"></a>TQLabel::TQLabel ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0, WFlags f = 0 ) </h3> Constructs an empty label. -<p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a> <em>f</em>, arguments are passed +<p> The <em>parent</em>, <em>name</em> and <a href="tqt.html#WidgetFlags">widget flag</a> <em>f</em>, arguments are passed to the <a href="tqframe.html">TQFrame</a> constructor. <p> <p>See also <a href="#alignment-prop">alignment</a>, <a href="tqframe.html#setFrameStyle">setFrameStyle</a>(), and <a href="#indent-prop">indent</a>. <h3 class=fn><a name="TQLabel-2"></a>TQLabel::TQLabel ( const <a href="tqstring.html">TQString</a> & text, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0, WFlags f = 0 ) </h3> Constructs a label that displays the text, <em>text</em>. -<p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a> <em>f</em>, arguments are passed +<p> The <em>parent</em>, <em>name</em> and <a href="tqt.html#WidgetFlags">widget flag</a> <em>f</em>, arguments are passed to the <a href="tqframe.html">TQFrame</a> constructor. <p> <p>See also <a href="#text-prop">text</a>, <a href="#alignment-prop">alignment</a>, <a href="tqframe.html#setFrameStyle">setFrameStyle</a>(), and <a href="#indent-prop">indent</a>. @@ -167,7 +167,7 @@ buddy widget, <em>buddy</em>. an ampersand, &), and the text is in plain text format, when the user presses Alt+ the underlined letter, focus is passed to the buddy widget. -<p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed +<p> The <em>parent</em>, <em>name</em> and <a href="tqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed to the <a href="tqframe.html">TQFrame</a> constructor. <p> <p>See also <a href="#text-prop">text</a>, <a href="#setBuddy">setBuddy</a>(), <a href="#alignment-prop">alignment</a>, <a href="tqframe.html#setFrameStyle">setFrameStyle</a>(), and <a href="#indent-prop">indent</a>. @@ -243,7 +243,7 @@ the <a href="focus.html#keyboard-focus">keyboard focus</a> is transferred to the <p> The buddy mechanism is only available for TQLabels that contain plain text in which one letter is prefixed with an ampersand, &. This letter is set as the accelerator key. The letter is displayed -underlined, and the '&' is not displayed (i.e. the <a href="ntqt.html#TextFlags-enum">ShowPrefix</a> +underlined, and the '&' is not displayed (i.e. the <a href="tqt.html#TextFlags-enum">ShowPrefix</a> alignment flag is turned on; see <a href="#setAlignment">setAlignment</a>()). <p> In a dialog, you might create two data entry widgets and a label for each, and set up the geometry layout so each label is just to @@ -320,31 +320,31 @@ See the <a href="tqlabel.html#scaledContents-prop">"scaledContents"</a> property <h3 class=fn>void <a name="setText"></a>TQLabel::setText ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual slot]</tt> </h3><p>Sets the label's text. See the <a href="tqlabel.html#text-prop">"text"</a> property for details. -<h3 class=fn>void <a name="setTextFormat"></a>TQLabel::setTextFormat ( <a href="ntqt.html#TextFormat-enum">TextFormat</a> ) +<h3 class=fn>void <a name="setTextFormat"></a>TQLabel::setTextFormat ( <a href="tqt.html#TextFormat-enum">TextFormat</a> ) </h3><p>Sets the label's text format. See the <a href="tqlabel.html#textFormat-prop">"textFormat"</a> property for details. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQLabel::text () const </h3><p>Returns the label's text. See the <a href="tqlabel.html#text-prop">"text"</a> property for details. -<h3 class=fn><a href="ntqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat"></a>TQLabel::textFormat () const +<h3 class=fn><a href="tqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat"></a>TQLabel::textFormat () const </h3><p>Returns the label's text format. See the <a href="tqlabel.html#textFormat-prop">"textFormat"</a> property for details. <hr><h2>Property Documentation</h2> <h3 class=fn>Alignment <a name="alignment-prop"></a>alignment</h3> <p>This property holds the alignment of the label's contents. -<p>The alignment is a bitwise OR of <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> and <a href="ntqt.html#TextFlags-enum">TQt::TextFlags</a> values. The <a href="ntqt.html#TextFlags-enum">ExpandTabs</a>, <a href="ntqt.html#TextFlags-enum">SingleLine</a> and <a href="ntqt.html#TextFlags-enum">ShowPrefix</a> flags apply only if the label contains plain text; -otherwise they are ignored. The <a href="ntqt.html#TextFlags-enum">DontClip</a> flag is always -ignored. <a href="ntqt.html#TextFlags-enum">WordBreak</a> applies to both rich text and plain text -labels. The <a href="ntqt.html#TextFlags-enum">BreakAnywhere</a> flag is not supported in TQLabel. -<p> If the label has a buddy, the <a href="ntqt.html#TextFlags-enum">ShowPrefix</a> flag is forced to +<p>The alignment is a bitwise OR of <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> and <a href="tqt.html#TextFlags-enum">TQt::TextFlags</a> values. The <a href="tqt.html#TextFlags-enum">ExpandTabs</a>, <a href="tqt.html#TextFlags-enum">SingleLine</a> and <a href="tqt.html#TextFlags-enum">ShowPrefix</a> flags apply only if the label contains plain text; +otherwise they are ignored. The <a href="tqt.html#TextFlags-enum">DontClip</a> flag is always +ignored. <a href="tqt.html#TextFlags-enum">WordBreak</a> applies to both rich text and plain text +labels. The <a href="tqt.html#TextFlags-enum">BreakAnywhere</a> flag is not supported in TQLabel. +<p> If the label has a buddy, the <a href="tqt.html#TextFlags-enum">ShowPrefix</a> flag is forced to TRUE. <p> The default alignment is <tt>AlignAuto | AlignVCenter | ExpandTabs</tt> if the label doesn't have a buddy and <tt>AlignAuto | AlignVCenter | ExpandTabs | ShowPrefix</tt> if the label has a buddy. If the label -contains rich text, additionally <a href="ntqt.html#TextFlags-enum">WordBreak</a> is turned on. -<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>, <a href="#setBuddy">setBuddy</a>(), and <a href="#text-prop">text</a>. +contains rich text, additionally <a href="tqt.html#TextFlags-enum">WordBreak</a> is turned on. +<p> <p>See also <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>, <a href="#setBuddy">setBuddy</a>(), and <a href="#text-prop">text</a>. <p>Set this property's value with <a href="#setAlignment">setAlignment</a>() and get this property's value with <a href="#alignment">alignment</a>(). -<h3 class=fn><a href="ntqt.html#BackgroundMode-enum">BackgroundMode</a> <a name="backgroundMode-prop"></a>backgroundMode</h3> +<h3 class=fn><a href="tqt.html#BackgroundMode-enum">BackgroundMode</a> <a name="backgroundMode-prop"></a>backgroundMode</h3> <p>This property holds the label's background mode. <p>Get this property with <a href="tqwidget.html#backgroundMode">backgroundMode</a>(). <p> <p>See also <a href="tqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>. @@ -352,9 +352,9 @@ contains rich text, additionally <a href="ntqt.html#TextFlags-enum">WordBreak</a <p><h3 class=fn>int <a name="indent-prop"></a>indent</h3> <p>This property holds the label's text indent in pixels. <p>If a label displays text, the indent applies to the left edge if -<a href="#alignment">alignment</a>() is <a href="ntqt.html#AlignmentFlags-enum">AlignLeft</a>, to the right edge if alignment() is -<a href="ntqt.html#AlignmentFlags-enum">AlignRight</a>, to the top edge if alignment() is <a href="ntqt.html#AlignmentFlags-enum">AlignTop</a>, and -to to the bottom edge if alignment() is <a href="ntqt.html#AlignmentFlags-enum">AlignBottom</a>. +<a href="#alignment">alignment</a>() is <a href="tqt.html#AlignmentFlags-enum">AlignLeft</a>, to the right edge if alignment() is +<a href="tqt.html#AlignmentFlags-enum">AlignRight</a>, to the top edge if alignment() is <a href="tqt.html#AlignmentFlags-enum">AlignTop</a>, and +to to the bottom edge if alignment() is <a href="tqt.html#AlignmentFlags-enum">AlignBottom</a>. <p> If indent is negative, or if no indent has been set, the label computes the effective indent as follows: If <a href="tqframe.html#frameWidth">frameWidth</a>() is 0, the effective indent becomes 0. If frameWidth() is greater than 0, @@ -385,7 +385,7 @@ pixmap to fill the available space. the text clears any previous content, unless they are the same. <p> The text will be interpreted either as a plain text or as a rich text, depending on the text format setting; see <a href="#setTextFormat">setTextFormat</a>(). -The default setting is <a href="ntqt.html#TextFormat-enum">AutoText</a>, i.e. TQLabel will try to +The default setting is <a href="tqt.html#TextFormat-enum">AutoText</a>, i.e. TQLabel will try to auto-detect the format of the text set. <p> If the text is interpreted as a plain text and a buddy has been set, the buddy accelerator key is updated from the new text. @@ -399,11 +399,11 @@ and can also provide a scrollbar when necessary. <p> <p>See also <a href="#textFormat-prop">textFormat</a>, <a href="#setBuddy">setBuddy</a>(), and <a href="#alignment-prop">alignment</a>. <p>Set this property's value with <a href="#setText">setText</a>() and get this property's value with <a href="#text">text</a>(). -<h3 class=fn><a href="ntqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat-prop"></a>textFormat</h3> +<h3 class=fn><a href="tqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat-prop"></a>textFormat</h3> <p>This property holds the label's text format. -<p>See the <a href="ntqt.html#TextFormat-enum">TQt::TextFormat</a> enum for an explanation of the possible +<p>See the <a href="tqt.html#TextFormat-enum">TQt::TextFormat</a> enum for an explanation of the possible options. -<p> The default format is <a href="ntqt.html#TextFormat-enum">AutoText</a>. +<p> The default format is <a href="tqt.html#TextFormat-enum">AutoText</a>. <p> <p>See also <a href="#text-prop">text</a>. <p>Set this property's value with <a href="#setTextFormat">setTextFormat</a>() and get this property's value with <a href="#textFormat">textFormat</a>(). diff --git a/doc/html/tqlayout.html b/doc/html/tqlayout.html index b41c8aafd..fee21a81c 100644 --- a/doc/html/tqlayout.html +++ b/doc/html/tqlayout.html @@ -209,7 +209,7 @@ Removes and deletes all items in this layout. <h3 class=fn><a href="tqsizepolicy.html#ExpandData-enum">TQSizePolicy::ExpandData</a> <a name="expanding"></a>TQLayout::expanding () const<tt> [virtual]</tt> </h3> Returns whether this layout can make use of more space than -<a href="tqlayoutitem.html#sizeHint">sizeHint</a>(). A value of <a href="ntqt.html#Orientation-enum">Vertical</a> or <a href="ntqt.html#Orientation-enum">Horizontal</a> means that it wants +<a href="tqlayoutitem.html#sizeHint">sizeHint</a>(). A value of <a href="tqt.html#Orientation-enum">Vertical</a> or <a href="tqt.html#Orientation-enum">Horizontal</a> means that it wants to grow in only one dimension, whereas <tt>BothDirections</tt> means that it wants to grow in both dimensions. <p> The default implementation returns <tt>BothDirections</tt>. diff --git a/doc/html/tqlayoutitem.html b/doc/html/tqlayoutitem.html index db733f02e..f5f9492ef 100644 --- a/doc/html/tqlayoutitem.html +++ b/doc/html/tqlayoutitem.html @@ -82,7 +82,7 @@ an iterator for the layout's children. If the concrete item is a </h3> <p> Constructs a layout item with an <em>alignment</em> that is a bitwise OR -of the <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all subclasses support +of the <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all subclasses support alignment. <h3 class=fn><a name="~TQLayoutItem"></a>TQLayoutItem::~TQLayoutItem ()<tt> [virtual]</tt> @@ -188,7 +188,7 @@ If this item is a <a href="tqlayout.html">TQLayout</a>, it is returned as a TQLa <h3 class=fn>void <a name="setAlignment"></a>TQLayoutItem::setAlignment ( int a )<tt> [virtual]</tt> </h3> Sets the alignment of this item to <em>a</em>, which is a bitwise OR of -the <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all subclasses support alignment. +the <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all subclasses support alignment. <p>Example: <a href="tutorial2-09.html#x2644">chart/optionsform.cpp</a>. <h3 class=fn>void <a name="setGeometry"></a>TQLayoutItem::setGeometry ( const <a href="tqrect.html">TQRect</a> & r )<tt> [pure virtual]</tt> diff --git a/doc/html/tqlibrary-h.html b/doc/html/tqlibrary-h.html index 3c6f0ae23..2747cbe57 100644 --- a/doc/html/tqlibrary-h.html +++ b/doc/html/tqlibrary-h.html @@ -117,7 +117,7 @@ private: // Disabled copy constructor and operator= }; #define Q_DEFINED_QLIBRARY -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif //TQT_NO_LIBRARY #endif //TQLIBRARY_H </pre> diff --git a/doc/html/tqlineedit.html b/doc/html/tqlineedit.html index 947091f74..184bdf611 100644 --- a/doc/html/tqlineedit.html +++ b/doc/html/tqlineedit.html @@ -557,10 +557,10 @@ validator has been set. <h3 class=fn>Alignment <a name="alignment-prop"></a>alignment</h3> <p>This property holds the alignment of the line edit. -<p>Possible Values are <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignAuto</a>, <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignLeft</a>, <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignRight</a> and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignHCenter</a>. +<p>Possible Values are <a href="tqt.html#AlignmentFlags-enum">TQt::AlignAuto</a>, <a href="tqt.html#AlignmentFlags-enum">TQt::AlignLeft</a>, <a href="tqt.html#AlignmentFlags-enum">TQt::AlignRight</a> and <a href="tqt.html#AlignmentFlags-enum">TQt::AlignHCenter</a>. <p> Attempting to set the alignment to an illegal flag combination does nothing. -<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +<p> <p>See also <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <p>Set this property's value with <a href="#setAlignment">setAlignment</a>() and get this property's value with <a href="#alignment">alignment</a>(). <h3 class=fn>int <a name="cursorPosition-prop"></a>cursorPosition</h3> diff --git a/doc/html/tqlistbox.html b/doc/html/tqlistbox.html index eb70c0e7a..ff8f46ead 100644 --- a/doc/html/tqlistbox.html +++ b/doc/html/tqlistbox.html @@ -316,9 +316,9 @@ touch. Constructs a new empty list box called <em>name</em> and with parent <em>parent</em>. <p> Performance is boosted by modifying the widget flags <em>f</em> so that only part of the <a href="tqlistboxitem.html">TQListBoxItem</a> children is redrawn. This may be -unsuitable for custom TQListBoxItem classes, in which case <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a> and <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a> should be cleared +unsuitable for custom TQListBoxItem classes, in which case <a href="tqt.html#WidgetFlags-enum">WStaticContents</a> and <a href="tqt.html#WidgetFlags-enum">WNoAutoErase</a> should be cleared immediately after construction. -<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. +<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="tqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. <h3 class=fn><a name="~TQListBox"></a>TQListBox::~TQListBox () </h3> @@ -493,7 +493,7 @@ otherwise it starts from the first list box item. If <tt>ComparisonFlags</tt> are specified in <em>compare</em> then these flags are used, otherwise the default is a case-insensitive, "begins with" search. -<p> <p>See also <a href="ntqt.html#StringComparisonMode-enum">TQt::StringComparisonMode</a>. +<p> <p>See also <a href="tqt.html#StringComparisonMode-enum">TQt::StringComparisonMode</a>. <h3 class=fn>int <a name="findItem-2"></a>TQListBox::findItem ( int yPos ) const<tt> [protected]</tt> </h3> diff --git a/doc/html/tqlistview.html b/doc/html/tqlistview.html index 4e0cbc8f2..5c6894577 100644 --- a/doc/html/tqlistview.html +++ b/doc/html/tqlistview.html @@ -397,8 +397,8 @@ width of the item with the largest width in the column. Constructs a new empty list view called <em>name</em> with parent <em>parent</em>. <p> Performance is boosted by modifying the widget flags <em>f</em> so that only part of the <a href="tqlistviewitem.html">TQListViewItem</a> children is redrawn. This may be -unsuitable for custom TQListViewItem classes, in which case <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a> and <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a> should be cleared. -<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. +unsuitable for custom TQListViewItem classes, in which case <a href="tqt.html#WidgetFlags-enum">WStaticContents</a> and <a href="tqt.html#WidgetFlags-enum">WNoAutoErase</a> should be cleared. +<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="tqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. <h3 class=fn><a name="~TQListView"></a>TQListView::~TQListView () </h3> @@ -480,8 +480,8 @@ when the children of <em>item</em> are hidden. <h3 class=fn>int <a name="columnAlignment"></a>TQListView::columnAlignment ( int column ) const </h3> -Returns the alignment of column <em>column</em>. The default is <a href="ntqt.html#AlignmentFlags-enum">AlignAuto</a>. -<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +Returns the alignment of column <em>column</em>. The default is <a href="tqt.html#AlignmentFlags-enum">AlignAuto</a>. +<p> <p>See also <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="columnText"></a>TQListView::columnText ( int c ) const </h3> @@ -641,7 +641,7 @@ be found. The search starts from the current item if the current item exists, otherwise it starts from the first list view item. After reaching the last item the search continues from the first item. -Pass OR-ed together <a href="ntqt.html#StringComparisonMode-enum">TQt::StringComparisonMode</a> values +Pass OR-ed together <a href="tqt.html#StringComparisonMode-enum">TQt::StringComparisonMode</a> values in the <em>compare</em> flag, to control how the matching is performed. The default comparison mode is case-sensitive, exact match. @@ -954,7 +954,7 @@ ultimately passed to <a href="tqlistviewitem.html#paintCell">TQListViewItem::pai the list view. For horizontally aligned text with TQt::AlignLeft or TQt::AlignHCenter the ellipsis (...) will be to the right, for TQt::AlignRight the ellipsis will be to the left. -<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +<p> <p>See also <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <p>Example: <a href="listviews-example.html#x150">listviews/listviews.cpp</a>. <h3 class=fn>void <a name="setColumnText"></a>TQListView::setColumnText ( int column, const <a href="tqstring.html">TQString</a> & label )<tt> [virtual]</tt> @@ -1052,7 +1052,7 @@ than the number of columns the user must click on a column header to sort the list view. <p> <p>See also <a href="#setSorting">setSorting</a>(). -<h3 class=fn>void <a name="setSortOrder"></a>TQListView::setSortOrder ( <a href="ntqt.html#SortOrder-enum">SortOrder</a> order ) +<h3 class=fn>void <a name="setSortOrder"></a>TQListView::setSortOrder ( <a href="tqt.html#SortOrder-enum">SortOrder</a> order ) </h3> Sets the sort order for the items in the list view to <em>order</em>. <p> <p>See also <a href="#setSorting">setSorting</a>(). @@ -1086,7 +1086,7 @@ Returns the column by which the list view is sorted, or -1 if sorting is disabled. <p> <p>See also <a href="#sortOrder">sortOrder</a>(). -<h3 class=fn><a href="ntqt.html#SortOrder-enum">SortOrder</a> <a name="sortOrder"></a>TQListView::sortOrder () const +<h3 class=fn><a href="tqt.html#SortOrder-enum">SortOrder</a> <a name="sortOrder"></a>TQListView::sortOrder () const </h3> Returns the sorting order of the list view items. <p> <p>See also <a href="#sortColumn">sortColumn</a>(). diff --git a/doc/html/tqlistviewitem.html b/doc/html/tqlistviewitem.html index 258279b68..9b7d13a2d 100644 --- a/doc/html/tqlistviewitem.html +++ b/doc/html/tqlistviewitem.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQListViewItem class implements a list view item. <a href="#details">More...</a> <p><tt>#include <<a href="tqlistview-h.html">tqlistview.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p>Inherited by <a href="tqchecklistitem.html">TQCheckListItem</a>. <p><a href="tqlistviewitem-members.html">List of all member functions.</a> <h2>Public Members</h2> diff --git a/doc/html/tqmainwindow.html b/doc/html/tqmainwindow.html index 21f27247d..000e69061 100644 --- a/doc/html/tqmainwindow.html +++ b/doc/html/tqmainwindow.html @@ -198,7 +198,7 @@ will be called when the menu item is clicked. <p> This extract shows the creation of a toolbar with one toolbar button. TQMainWindow supplies four dock areas for toolbars. When a toolbar is created as a child of a TQMainWindow (or derived class) -instance it will be placed in a dock area (the <a href="ntqt.html#Dock-enum">Top</a> dock area by +instance it will be placed in a dock area (the <a href="tqt.html#Dock-enum">Top</a> dock area by default). The slot will be called when the toolbar button is clicked. Any dock window can be added to a dock area either using <a href="#addDockWindow">addDockWindow</a>(), or by creating a dock window with the TQMainWindow @@ -267,10 +267,10 @@ group. <p> New dock windows and toolbars can be added to a TQMainWindow using <a href="#addDockWindow">addDockWindow</a>(). Dock windows can be moved using <a href="#moveDockWindow">moveDockWindow</a>() and removed with <a href="#removeDockWindow">removeDockWindow</a>(). TQMainWindow allows default -dock window (toolbar) docking in all its dock areas (<a href="ntqt.html#Dock-enum">Top</a>, <a href="ntqt.html#Dock-enum">Left</a>, <a href="ntqt.html#Dock-enum">Right</a>, <a href="ntqt.html#Dock-enum">Bottom</a>). You can use <a href="#setDockEnabled">setDockEnabled</a>() to +dock window (toolbar) docking in all its dock areas (<a href="tqt.html#Dock-enum">Top</a>, <a href="tqt.html#Dock-enum">Left</a>, <a href="tqt.html#Dock-enum">Right</a>, <a href="tqt.html#Dock-enum">Bottom</a>). You can use <a href="#setDockEnabled">setDockEnabled</a>() to enable and disable docking areas for dock windows. When adding or moving dock windows you can specify their 'edge' (dock area). The -currently available edges are: <a href="ntqt.html#Dock-enum">Top</a>, <a href="ntqt.html#Dock-enum">Left</a>, <a href="ntqt.html#Dock-enum">Right</a>, <a href="ntqt.html#Dock-enum">Bottom</a>, <a href="ntqt.html#Dock-enum">Minimized</a> (effectively a 'hidden' dock area) and <a href="ntqt.html#Dock-enum">TornOff</a> (floating). See <a href="ntqt.html#Dock-enum">TQt::Dock</a> for an explanation of these +currently available edges are: <a href="tqt.html#Dock-enum">Top</a>, <a href="tqt.html#Dock-enum">Left</a>, <a href="tqt.html#Dock-enum">Right</a>, <a href="tqt.html#Dock-enum">Bottom</a>, <a href="tqt.html#Dock-enum">Minimized</a> (effectively a 'hidden' dock area) and <a href="tqt.html#Dock-enum">TornOff</a> (floating). See <a href="tqt.html#Dock-enum">TQt::Dock</a> for an explanation of these areas. Note that the *ToolBar functions are included for backward compatibility; all new code should use the *DockWindow functions. TQToolbar is a subclass of <a href="tqdockwindow.html">TQDockWindow</a> so all functions that work @@ -308,15 +308,15 @@ to rearrange the order of some toolbars. Dock windows can also be dragged outside any docking area (undocked or 'floated'). Being able to drag dock windows can be enabled (the default) and disabled using <a href="#setDockWindowsMovable">setDockWindowsMovable</a>(). -<p> The <a href="ntqt.html#Dock-enum">Minimized</a> edge is a hidden dock area. If this dock area is +<p> The <a href="tqt.html#Dock-enum">Minimized</a> edge is a hidden dock area. If this dock area is enabled the user can hide (minimize) a dock window or show (restore) a minimized dock window by clicking the dock window handle. If the user hovers the mouse cursor over one of the handles, the caption of the dock window is displayed in a tool tip (see <a href="tqwidget.html#caption">TQDockWindow::caption</a>() or <a href="tqtoolbar.html#label">TQToolBar::label</a>()), so if you enable the -<a href="ntqt.html#Dock-enum">Minimized</a> dock area, it is best to specify a meaningful caption +<a href="tqt.html#Dock-enum">Minimized</a> dock area, it is best to specify a meaningful caption or label for each dock window. To minimize a dock window -programmatically use <a href="#moveDockWindow">moveDockWindow</a>() with an edge of <a href="ntqt.html#Dock-enum">Minimized</a>. +programmatically use <a href="#moveDockWindow">moveDockWindow</a>() with an edge of <a href="tqt.html#Dock-enum">Minimized</a>. <p> Dock windows are moved transparently by default, i.e. during the drag an outline rectangle is drawn on the screen representing the position of the dock window as it moves. If you want the dock @@ -336,7 +336,7 @@ windows. <p> The main window's menu bar is fixed (at the top) by default. If you want a movable menu bar, create a <a href="tqmenubar.html">TQMenuBar</a> as a stretchable widget inside its own movable dock window and restrict this dock -window to only live within the <a href="ntqt.html#Dock-enum">Top</a> or <a href="ntqt.html#Dock-enum">Bottom</a> dock: +window to only live within the <a href="tqt.html#Dock-enum">Top</a> or <a href="tqt.html#Dock-enum">Bottom</a> dock: <p> <pre> <a href="tqtoolbar.html">TQToolBar</a> *tb = new <a href="tqtoolbar.html">TQToolBar</a>( this ); <a href="#addDockWindow">addDockWindow</a>( tb, tr( "Menubar" ), Top, FALSE ); @@ -407,7 +407,7 @@ dock windows. (This is the default.) </h3> Constructs an empty main window. The <em>parent</em>, <em>name</em> and widget flags <em>f</em>, are passed on to the <a href="tqwidget.html">TQWidget</a> constructor. -<p> By default, the widget flags are set to <a href="ntqt.html#WidgetFlags-enum">WType_TopLevel</a> rather +<p> By default, the widget flags are set to <a href="tqt.html#WidgetFlags-enum">WType_TopLevel</a> rather than 0 as they are with TQWidget. If you don't want your TQMainWindow to be a top level widget then you will need to set <em>f</em> to 0. @@ -415,37 +415,37 @@ TQMainWindow to be a top level widget then you will need to set <em>f</em> to 0. </h3> Destroys the object and frees any allocated resources. -<h3 class=fn>void <a name="addDockWindow"></a>TQMainWindow::addDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * dockWindow, <a href="ntqt.html#Dock-enum">Dock</a> edge = DockTop, bool newLine = FALSE )<tt> [virtual]</tt> +<h3 class=fn>void <a name="addDockWindow"></a>TQMainWindow::addDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * dockWindow, <a href="tqt.html#Dock-enum">Dock</a> edge = DockTop, bool newLine = FALSE )<tt> [virtual]</tt> </h3> Adds <em>dockWindow</em> to the <em>edge</em> dock area. <p> If <em>newLine</em> is FALSE (the default) then the <em>dockWindow</em> is added at the end of the <em>edge</em>. For vertical edges the end is at -the bottom, for horizontal edges (including <a href="ntqt.html#Dock-enum">Minimized</a>) the end +the bottom, for horizontal edges (including <a href="tqt.html#Dock-enum">Minimized</a>) the end is at the right. If <em>newLine</em> is TRUE a new line of dock windows is started with <em>dockWindow</em> as the first (left-most and top-most) dock window. <p> If <em>dockWindow</em> is managed by another main window, it is first removed from that window. -<h3 class=fn>void <a name="addDockWindow-2"></a>TQMainWindow::addDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * dockWindow, const <a href="tqstring.html">TQString</a> & label, <a href="ntqt.html#Dock-enum">Dock</a> edge = DockTop, bool newLine = FALSE )<tt> [virtual]</tt> +<h3 class=fn>void <a name="addDockWindow-2"></a>TQMainWindow::addDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * dockWindow, const <a href="tqstring.html">TQString</a> & label, <a href="tqt.html#Dock-enum">Dock</a> edge = DockTop, bool newLine = FALSE )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Adds <em>dockWindow</em> to the dock area with label <em>label</em>. <p> If <em>newLine</em> is FALSE (the default) the <em>dockWindow</em> is added at the end of the <em>edge</em>. For vertical edges the end is at the -bottom, for horizontal edges (including <a href="ntqt.html#Dock-enum">Minimized</a>) the end is +bottom, for horizontal edges (including <a href="tqt.html#Dock-enum">Minimized</a>) the end is at the right. If <em>newLine</em> is TRUE a new line of dock windows is started with <em>dockWindow</em> as the first (left-most and top-most) dock window. <p> If <em>dockWindow</em> is managed by another main window, it is first removed from that window. -<h3 class=fn>void <a name="addToolBar"></a>TQMainWindow::addToolBar ( <a href="tqdockwindow.html">TQDockWindow</a> *, <a href="ntqt.html#Dock-enum">Dock</a> = DockTop, bool newLine = FALSE ) +<h3 class=fn>void <a name="addToolBar"></a>TQMainWindow::addToolBar ( <a href="tqdockwindow.html">TQDockWindow</a> *, <a href="tqt.html#Dock-enum">Dock</a> = DockTop, bool newLine = FALSE ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> -<h3 class=fn>void <a name="addToolBar-2"></a>TQMainWindow::addToolBar ( <a href="tqdockwindow.html">TQDockWindow</a> *, const <a href="tqstring.html">TQString</a> & label, <a href="ntqt.html#Dock-enum">Dock</a> = DockTop, bool newLine = FALSE ) +<h3 class=fn>void <a name="addToolBar-2"></a>TQMainWindow::addToolBar ( <a href="tqdockwindow.html">TQDockWindow</a> *, const <a href="tqstring.html">TQString</a> & label, <a href="tqt.html#Dock-enum">Dock</a> = DockTop, bool newLine = FALSE ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -463,7 +463,7 @@ window should appear on the popup menu. <h3 class=fn><a href="tqdockarea.html">TQDockArea</a> * <a name="bottomDock"></a>TQMainWindow::bottomDock () const </h3> -Returns a pointer the <a href="ntqt.html#Dock-enum">Bottom</a> dock area +Returns a pointer the <a href="tqt.html#Dock-enum">Bottom</a> dock area <p> <p>See also <a href="#topDock">topDock</a>(), <a href="#leftDock">leftDock</a>(), and <a href="#rightDock">rightDock</a>(). <h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="centralWidget"></a>TQMainWindow::centralWidget () const @@ -522,14 +522,14 @@ TRUE, and reimplement this function to do whatever you want. <p> This signal is emitted when the <em>dockWindow</em> has changed its position. A change in position occurs when a dock window is moved within its dock area or moved to another dock area (including the -<a href="ntqt.html#Dock-enum">Minimized</a> and <tt>TearOff</tt> dock areas). +<a href="tqt.html#Dock-enum">Minimized</a> and <tt>TearOff</tt> dock areas). <p> <p>See also <a href="#getLocation">getLocation</a>(). -<h3 class=fn><a href="tqptrlist.html">TQPtrList</a><TQDockWindow> <a name="dockWindows"></a>TQMainWindow::dockWindows ( <a href="ntqt.html#Dock-enum">Dock</a> dock ) const +<h3 class=fn><a href="tqptrlist.html">TQPtrList</a><TQDockWindow> <a name="dockWindows"></a>TQMainWindow::dockWindows ( <a href="tqt.html#Dock-enum">Dock</a> dock ) const </h3> Returns a list of all the dock windows which are in the <em>dock</em> dock area, regardless of their state. -<p> For example, the <a href="ntqt.html#Dock-enum">DockTornOff</a> dock area may contain closed dock +<p> For example, the <a href="tqt.html#Dock-enum">DockTornOff</a> dock area may contain closed dock windows but these are returned along with the visible dock windows. @@ -543,7 +543,7 @@ regardless of which dock area they are in or what their state is, <h3 class=fn>bool <a name="dockWindowsMovable"></a>TQMainWindow::dockWindowsMovable () const </h3><p>Returns TRUE if the dock windows are movable; otherwise returns FALSE. See the <a href="tqmainwindow.html#dockWindowsMovable-prop">"dockWindowsMovable"</a> property for details. -<h3 class=fn>bool <a name="getLocation"></a>TQMainWindow::getLocation ( <a href="tqdockwindow.html">TQDockWindow</a> * dw, <a href="ntqt.html#Dock-enum">Dock</a> & dock, int & index, bool & nl, int & extraOffset ) const +<h3 class=fn>bool <a name="getLocation"></a>TQMainWindow::getLocation ( <a href="tqdockwindow.html">TQDockWindow</a> * dw, <a href="tqt.html#Dock-enum">Dock</a> & dock, int & index, bool & nl, int & extraOffset ) const </h3> Finds the location of the dock window <em>dw</em>. <p> If the <em>dw</em> dock window is found in the main window the function @@ -573,7 +573,7 @@ and set it to return TRUE if you wish the user to be able to see the dock window menu. <p> <p>See also <a href="#customize">customize</a>(). -<h3 class=fn>bool <a name="isDockEnabled"></a>TQMainWindow::isDockEnabled ( <a href="ntqt.html#Dock-enum">Dock</a> dock ) const +<h3 class=fn>bool <a name="isDockEnabled"></a>TQMainWindow::isDockEnabled ( <a href="tqt.html#Dock-enum">Dock</a> dock ) const </h3> Returns TRUE if the <em>dock</em> dock area is enabled, i.e. it can accept user dragged dock windows; otherwise returns FALSE. @@ -586,7 +586,7 @@ This is an overloaded member function, provided for convenience. It behaves esse user dragged dock windows; otherwise returns FALSE. <p> <p>See also <a href="#setDockEnabled">setDockEnabled</a>(). -<h3 class=fn>bool <a name="isDockEnabled-3"></a>TQMainWindow::isDockEnabled ( <a href="tqdockwindow.html">TQDockWindow</a> * tb, <a href="ntqt.html#Dock-enum">Dock</a> dock ) const +<h3 class=fn>bool <a name="isDockEnabled-3"></a>TQMainWindow::isDockEnabled ( <a href="tqdockwindow.html">TQDockWindow</a> * tb, <a href="tqt.html#Dock-enum">Dock</a> dock ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns TRUE if dock area <em>dock</em> is enabled for the dock window @@ -612,13 +612,13 @@ TRUE. <h3 class=fn><a href="tqdockarea.html">TQDockArea</a> * <a name="leftDock"></a>TQMainWindow::leftDock () const </h3> -Returns the <a href="ntqt.html#Dock-enum">Left</a> dock area +Returns the <a href="tqt.html#Dock-enum">Left</a> dock area <p> <p>See also <a href="#rightDock">rightDock</a>(), <a href="#topDock">topDock</a>(), and <a href="#bottomDock">bottomDock</a>(). <h3 class=fn>void <a name="lineUpDockWindows"></a>TQMainWindow::lineUpDockWindows ( bool keepNewLines = FALSE ) </h3> This function will line up dock windows within the visible dock -areas (<a href="ntqt.html#Dock-enum">Top</a>, <a href="ntqt.html#Dock-enum">Left</a>, <a href="ntqt.html#Dock-enum">Right</a> and <a href="ntqt.html#Dock-enum">Bottom</a>) as compactly as +areas (<a href="tqt.html#Dock-enum">Top</a>, <a href="tqt.html#Dock-enum">Left</a>, <a href="tqt.html#Dock-enum">Right</a> and <a href="tqt.html#Dock-enum">Bottom</a>) as compactly as possible. <p> If <em>keepNewLines</em> is TRUE, all dock windows stay on their original lines. If <em>keepNewLines</em> is FALSE then newlines may be @@ -644,15 +644,15 @@ Returns the menu bar for this window. <p> If there isn't one, then <a href="#menuBar">menuBar</a>() creates an empty menu bar. <p> <p>See also <a href="#statusBar">statusBar</a>(). -<h3 class=fn>void <a name="moveDockWindow"></a>TQMainWindow::moveDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * dockWindow, <a href="ntqt.html#Dock-enum">Dock</a> edge = DockTop )<tt> [virtual]</tt> +<h3 class=fn>void <a name="moveDockWindow"></a>TQMainWindow::moveDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * dockWindow, <a href="tqt.html#Dock-enum">Dock</a> edge = DockTop )<tt> [virtual]</tt> </h3> Moves <em>dockWindow</em> to the end of the <em>edge</em>. <p> For vertical edges the end is at the bottom, for horizontal edges -(including <a href="ntqt.html#Dock-enum">Minimized</a>) the end is at the right. +(including <a href="tqt.html#Dock-enum">Minimized</a>) the end is at the right. <p> If <em>dockWindow</em> is managed by another main window, it is first removed from that window. -<h3 class=fn>void <a name="moveDockWindow-2"></a>TQMainWindow::moveDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * dockWindow, <a href="ntqt.html#Dock-enum">Dock</a> edge, bool nl, int index, int extraOffset = -1 )<tt> [virtual]</tt> +<h3 class=fn>void <a name="moveDockWindow-2"></a>TQMainWindow::moveDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * dockWindow, <a href="tqt.html#Dock-enum">Dock</a> edge, bool nl, int index, int extraOffset = -1 )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Moves <em>dockWindow</em> to position <em>index</em> within the <em>edge</em> dock @@ -671,12 +671,12 @@ positions the user has dragged them to.) <p> If <em>dockWindow</em> is managed by another main window, it is first removed from that window. -<h3 class=fn>void <a name="moveToolBar"></a>TQMainWindow::moveToolBar ( <a href="tqdockwindow.html">TQDockWindow</a> *, <a href="ntqt.html#Dock-enum">Dock</a> = DockTop ) +<h3 class=fn>void <a name="moveToolBar"></a>TQMainWindow::moveToolBar ( <a href="tqdockwindow.html">TQDockWindow</a> *, <a href="tqt.html#Dock-enum">Dock</a> = DockTop ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> -<h3 class=fn>void <a name="moveToolBar-2"></a>TQMainWindow::moveToolBar ( <a href="tqdockwindow.html">TQDockWindow</a> *, <a href="ntqt.html#Dock-enum">Dock</a>, bool nl, int index, int extraOffset = -1 ) +<h3 class=fn>void <a name="moveToolBar-2"></a>TQMainWindow::moveToolBar ( <a href="tqdockwindow.html">TQDockWindow</a> *, <a href="tqt.html#Dock-enum">Dock</a>, bool nl, int index, int extraOffset = -1 ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -705,7 +705,7 @@ window. <h3 class=fn><a href="tqdockarea.html">TQDockArea</a> * <a name="rightDock"></a>TQMainWindow::rightDock () const </h3> -Returns the <a href="ntqt.html#Dock-enum">Right</a> dock area +Returns the <a href="tqt.html#Dock-enum">Right</a> dock area <p> <p>See also <a href="#leftDock">leftDock</a>(), <a href="#topDock">topDock</a>(), and <a href="#bottomDock">bottomDock</a>(). <h3 class=fn>bool <a name="rightJustification"></a>TQMainWindow::rightJustification () const @@ -731,13 +731,13 @@ Sets the central widget for this main window to <em>w</em>. bottom dock areas. The menu bar is above the top dock area. <p> <p>See also <a href="#centralWidget">centralWidget</a>(). -<h3 class=fn>void <a name="setDockEnabled"></a>TQMainWindow::setDockEnabled ( <a href="ntqt.html#Dock-enum">Dock</a> dock, bool enable )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setDockEnabled"></a>TQMainWindow::setDockEnabled ( <a href="tqt.html#Dock-enum">Dock</a> dock, bool enable )<tt> [virtual]</tt> </h3> If <em>enable</em> is TRUE then users can dock windows in the <em>dock</em> area. If <em>enable</em> is FALSE users cannot dock windows in the <em>dock</em> dock area. <p> Users can dock (drag) dock windows into any enabled dock area. -<h3 class=fn>void <a name="setDockEnabled-2"></a>TQMainWindow::setDockEnabled ( <a href="tqdockwindow.html">TQDockWindow</a> * dw, <a href="ntqt.html#Dock-enum">Dock</a> dock, bool enable )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setDockEnabled-2"></a>TQMainWindow::setDockEnabled ( <a href="tqdockwindow.html">TQDockWindow</a> * dw, <a href="tqt.html#Dock-enum">Dock</a> dock, bool enable )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> If <em>enable</em> is TRUE then users can dock the <em>dw</em> dock window in @@ -807,11 +807,11 @@ tip group too. <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> -<h3 class=fn><a href="tqptrlist.html">TQPtrList</a><TQToolBar> <a name="toolBars"></a>TQMainWindow::toolBars ( <a href="ntqt.html#Dock-enum">Dock</a> dock ) const +<h3 class=fn><a href="tqptrlist.html">TQPtrList</a><TQToolBar> <a name="toolBars"></a>TQMainWindow::toolBars ( <a href="tqt.html#Dock-enum">Dock</a> dock ) const </h3> Returns a list of all the toolbars which are in the <em>dock</em> dock area, regardless of their state. -<p> For example, the <a href="ntqt.html#Dock-enum">TornOff</a> dock area may contain closed toolbars +<p> For example, the <a href="tqt.html#Dock-enum">TornOff</a> dock area may contain closed toolbars but these are returned along with the visible toolbars. <p> <p>See also <a href="#dockWindows">dockWindows</a>(). @@ -828,7 +828,7 @@ Returns this main window's tool tip group. If there isn't one, <h3 class=fn><a href="tqdockarea.html">TQDockArea</a> * <a name="topDock"></a>TQMainWindow::topDock () const </h3> -Returns the <a href="ntqt.html#Dock-enum">Top</a> dock area +Returns the <a href="tqt.html#Dock-enum">Top</a> dock area <p> <p>See also <a href="#bottomDock">bottomDock</a>(), <a href="#leftDock">leftDock</a>(), and <a href="#rightDock">rightDock</a>(). <h3 class=fn>bool <a name="usesBigPixmaps"></a>TQMainWindow::usesBigPixmaps () const @@ -864,7 +864,7 @@ be used for popup menus, for example: <p>If TRUE (the default), the user will be able to move movable dock windows from one TQMainWindow dock area to another, including the <tt>TearOff</tt> area (i.e. where the dock window floats freely as a -window in its own right), and the <a href="ntqt.html#Dock-enum">Minimized</a> area (where only +window in its own right), and the <a href="tqt.html#Dock-enum">Minimized</a> area (where only the dock window's handle is shown below the menu bar). Moveable dock windows can also be moved within TQMainWindow dock areas, i.e. to rearrange them within a dock area. @@ -925,7 +925,7 @@ and for connecting to the main window's widget's </h3> <p> Writes the layout (sizes and positions) of the dock windows in the -dock areas of the TQMainWindow <em>mainWindow</em>, including <a href="ntqt.html#Dock-enum">Minimized</a> and <a href="ntqt.html#Dock-enum">TornOff</a> dock windows, to the text stream <em>ts</em>. +dock areas of the TQMainWindow <em>mainWindow</em>, including <a href="tqt.html#Dock-enum">Minimized</a> and <a href="tqt.html#Dock-enum">TornOff</a> dock windows, to the text stream <em>ts</em>. <p> This can be used, for example, in conjunction with <a href="tqsettings.html">TQSettings</a> to save the user's layout when the \mainWindow receives a closeEvent. <p> <p>See also <a href="#operator-gt-gt">operator>></a>() and <a href="tqwidget.html#closeEvent">closeEvent</a>(). @@ -935,7 +935,7 @@ save the user's layout when the \mainWindow receives a closeEvent. <p> Reads the layout (sizes and positions) of the dock windows in the dock areas of the TQMainWindow <em>mainWindow</em> from the text stream, -<em>ts</em>, including <a href="ntqt.html#Dock-enum">Minimized</a> and <a href="ntqt.html#Dock-enum">TornOff</a> dock windows. +<em>ts</em>, including <a href="tqt.html#Dock-enum">Minimized</a> and <a href="tqt.html#Dock-enum">TornOff</a> dock windows. Restores the dock windows and dock areas to these sizes and positions. The layout information must be in the format produced by <a href="#operator-lt-lt">operator<<</a>(). diff --git a/doc/html/tqmap-h.html b/doc/html/tqmap-h.html index 2ba8f2826..13d75c345 100644 --- a/doc/html/tqmap-h.html +++ b/doc/html/tqmap-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqglobal.h" -#include "ntqshared.h" +#include "tqshared.h" #include "tqdatastream.h" #include "tqpair.h" #include "tqvaluelist.h" @@ -908,7 +908,7 @@ TQ_INLINE_TEMPLATES TQDataStream& operator<<( TQDataStream& s, con #endif #define Q_DEFINED_QMAP -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQMAP_H </pre> <!-- eof --> diff --git a/doc/html/tqmap.html b/doc/html/tqmap.html index 113ce7a12..8b62fada6 100644 --- a/doc/html/tqmap.html +++ b/doc/html/tqmap.html @@ -105,7 +105,7 @@ provides a dictionary. <p> TQMap is a TQt implementation of an STL-like map container. It can be used in your application if the standard <tt>map</tt> is not -available on all your target platforms. TQMap is part of the <a href="ntqtl.html">TQt Template Library</a>. +available on all your target platforms. TQMap is part of the <a href="tqtl.html">TQt Template Library</a>. <p> TQMap<Key, Data> defines a template instance to create a dictionary with keys of type Key and values of type Data. TQMap does not store pointers to the members of the map; instead, it @@ -258,7 +258,7 @@ to pass an iterator to <a href="#remove">remove</a>(). Another way is to pass a value to remove(), which will delete the entry with the requested key. In addition you can clear the entire map using the <a href="#clear">clear</a>() method. -<p> <p>See also <a href="tqmapiterator.html">TQMapIterator</a>, <a href="ntqtl.html">TQt Template Library Classes</a>, <a href="shared.html">Implicitly and Explicitly Shared Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p> <p>See also <a href="tqmapiterator.html">TQMapIterator</a>, <a href="tqtl.html">TQt Template Library Classes</a>, <a href="shared.html">Implicitly and Explicitly Shared Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="ConstIterator"></a>TQMap::ConstIterator</h3> diff --git a/doc/html/tqmapconstiterator.html b/doc/html/tqmapconstiterator.html index f5ef53176..8d9fe6678 100644 --- a/doc/html/tqmapconstiterator.html +++ b/doc/html/tqmapconstiterator.html @@ -66,7 +66,7 @@ const map. It does not allow you to modify the values of the map because this would break the const semantics. <p> For more information on TQMap iterators, see <a href="tqmapiterator.html">TQMapIterator</a> and the <a href="tqmap.html#tqmap-eg">TQMap example</a>. -<p> <p>See also <a href="tqmap.html">TQMap</a>, <a href="tqmapiterator.html">TQMapIterator</a>, <a href="ntqtl.html">TQt Template Library Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p> <p>See also <a href="tqmap.html">TQMap</a>, <a href="tqmapiterator.html">TQMapIterator</a>, <a href="tqtl.html">TQt Template Library Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="iterator_category"></a>TQMapConstIterator::iterator_category</h3> diff --git a/doc/html/tqmapiterator.html b/doc/html/tqmapiterator.html index e44bd2288..c29611fa4 100644 --- a/doc/html/tqmapiterator.html +++ b/doc/html/tqmapiterator.html @@ -81,7 +81,7 @@ ConstIterator to access a <a href="tqmap.html">TQMap</a> in a const environment reference or pointer to the map is itself const. Its semantics are the same, but it only returns const references to the item it points to. -<p> <p>See also <a href="tqmap.html">TQMap</a>, <a href="tqmapconstiterator.html">TQMapConstIterator</a>, <a href="ntqtl.html">TQt Template Library Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p> <p>See also <a href="tqmap.html">TQMap</a>, <a href="tqmapconstiterator.html">TQMapConstIterator</a>, <a href="tqtl.html">TQt Template Library Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="iterator_category"></a>TQMapIterator::iterator_category</h3> diff --git a/doc/html/tqmemarray-h.html b/doc/html/tqmemarray-h.html index 6fd05b064..0a1d5aa11 100644 --- a/doc/html/tqmemarray-h.html +++ b/doc/html/tqmemarray-h.html @@ -149,7 +149,7 @@ public: }; #define Q_DEFINED_QMEMARRAY -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif </pre> <!-- eof --> diff --git a/doc/html/tqmenubar.html b/doc/html/tqmenubar.html index 1e73353f9..849e813e2 100644 --- a/doc/html/tqmenubar.html +++ b/doc/html/tqmenubar.html @@ -145,7 +145,7 @@ disabled with <a href="tqmenudata.html#setItemEnabled">setItemEnabled()</a>. </h3> <a name="1"></a><p> TQMenuBar on TQt/Mac is a wrapper for using the system-wide menubar. If you have multiple menubars in one dialog the outermost menubar -(normally inside a widget with <a href="ntqt.html#WidgetFlags">widget flag</a> <a href="ntqt.html#WidgetFlags-enum">WType_TopLevel</a>) will +(normally inside a widget with <a href="tqt.html#WidgetFlags">widget flag</a> <a href="tqt.html#WidgetFlags-enum">WType_TopLevel</a>) will be used for the system-wide menubar. <p> Note that arbitrary TQt widgets <em>cannot</em> be inserted into a TQMenuBar on the Mac because TQt uses Mac's native menus which don't diff --git a/doc/html/tqmessagebox.html b/doc/html/tqmessagebox.html index 66fbe832a..1d20e2bc7 100644 --- a/doc/html/tqmessagebox.html +++ b/doc/html/tqmessagebox.html @@ -365,7 +365,7 @@ pressed). TQMessageBox::<a href="#Icon-enum">Question</a>, TQMessageBox::Yes | TQMessageBox::Default, TQMessageBox::No | TQMessageBox::Escape, - TQMessageBox::<a href="ntqt.html#ButtonState-enum">NoButton</a> ); + TQMessageBox::<a href="tqt.html#ButtonState-enum">NoButton</a> ); if ( mb.<a href="tqdialog.html#exec">exec</a>() == TQMessageBox::No ) // try again </pre> @@ -615,7 +615,7 @@ See the <a href="tqmessagebox.html#iconPixmap-prop">"iconPixmap"</a> property fo <h3 class=fn>void <a name="setText"></a>TQMessageBox::setText ( const <a href="tqstring.html">TQString</a> & ) </h3><p>Sets the message box text to be displayed. See the <a href="tqmessagebox.html#text-prop">"text"</a> property for details. -<h3 class=fn>void <a name="setTextFormat"></a>TQMessageBox::setTextFormat ( <a href="ntqt.html#TextFormat-enum">TextFormat</a> ) +<h3 class=fn>void <a name="setTextFormat"></a>TQMessageBox::setTextFormat ( <a href="tqt.html#TextFormat-enum">TextFormat</a> ) </h3><p>Sets the format of the text displayed by the message box. See the <a href="tqmessagebox.html#textFormat-prop">"textFormat"</a> property for details. <h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="standardIcon"></a>TQMessageBox::standardIcon ( <a href="tqmessagebox.html#Icon-enum">Icon</a> icon )<tt> [static]</tt> @@ -626,7 +626,7 @@ specifies the required icon, e.g. TQMessageBox::Question, TQMessageBox::Information, TQMessageBox::Warning or TQMessageBox::Critical. -<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="standardIcon-2"></a>TQMessageBox::standardIcon ( <a href="tqmessagebox.html#Icon-enum">Icon</a> icon, <a href="ntqt.html#GUIStyle-enum">GUIStyle</a> style )<tt> [static]</tt> +<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="standardIcon-2"></a>TQMessageBox::standardIcon ( <a href="tqmessagebox.html#Icon-enum">Icon</a> icon, <a href="tqt.html#GUIStyle-enum">GUIStyle</a> style )<tt> [static]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Returns the pixmap used for a standard icon. This @@ -638,7 +638,7 @@ TQMessageBox::Warning or TQMessageBox::Critical. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQMessageBox::text () const </h3><p>Returns the message box text to be displayed. See the <a href="tqmessagebox.html#text-prop">"text"</a> property for details. -<h3 class=fn><a href="ntqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat"></a>TQMessageBox::textFormat () const +<h3 class=fn><a href="tqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat"></a>TQMessageBox::textFormat () const </h3><p>Returns the format of the text displayed by the message box. See the <a href="tqmessagebox.html#textFormat-prop">"textFormat"</a> property for details. <h3 class=fn>int <a name="warning"></a>TQMessageBox::warning ( <a href="tqwidget.html">TQWidget</a> * parent, const <a href="tqstring.html">TQString</a> & caption, const <a href="tqstring.html">TQString</a> & text, int button0, int button1, int button2 = 0 )<tt> [static]</tt> @@ -725,16 +725,16 @@ Windows GUI styles; you may want to draw two pixmaps. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-prop"></a>text</h3> <p>This property holds the message box text to be displayed. <p>The text will be interpreted either as a plain text or as rich -text, depending on the text format setting (<a href="#textFormat-prop">TQMessageBox::textFormat</a>). The default setting is <a href="ntqt.html#TextFormat-enum">AutoText</a>, i.e. +text, depending on the text format setting (<a href="#textFormat-prop">TQMessageBox::textFormat</a>). The default setting is <a href="tqt.html#TextFormat-enum">AutoText</a>, i.e. the message box will try to auto-detect the format of the text. <p> The default value of this property is <a href="tqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="#textFormat-prop">textFormat</a>. <p>Set this property's value with <a href="#setText">setText</a>() and get this property's value with <a href="#text">text</a>(). -<h3 class=fn><a href="ntqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat-prop"></a>textFormat</h3> +<h3 class=fn><a href="tqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat-prop"></a>textFormat</h3> <p>This property holds the format of the text displayed by the message box. -<p>The current text format used by the message box. See the <a href="ntqt.html#TextFormat-enum">TQt::TextFormat</a> enum for an explanation of the possible options. -<p> The default format is <a href="ntqt.html#TextFormat-enum">AutoText</a>. +<p>The current text format used by the message box. See the <a href="tqt.html#TextFormat-enum">TQt::TextFormat</a> enum for an explanation of the possible options. +<p> The default format is <a href="tqt.html#TextFormat-enum">AutoText</a>. <p> <p>See also <a href="#text-prop">text</a>. <p>Set this property's value with <a href="#setTextFormat">setTextFormat</a>() and get this property's value with <a href="#textFormat">textFormat</a>(). diff --git a/doc/html/tqmime-h.html b/doc/html/tqmime-h.html index 638825dc6..bf5dec68f 100644 --- a/doc/html/tqmime-h.html +++ b/doc/html/tqmime-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQMIME_H #ifndef QT_H -#include "ntqwindowdefs.h" +#include "tqwindowdefs.h" #include "tqmap.h" #endif // QT_H diff --git a/doc/html/tqmouseevent.html b/doc/html/tqmouseevent.html index 6d57d7566..865cf3c70 100644 --- a/doc/html/tqmouseevent.html +++ b/doc/html/tqmouseevent.html @@ -92,8 +92,8 @@ disable mouse and keyboard events for a widget. <a href="tqevent.html#Type-enum">TQEvent::MouseButtonRelease</a>, <a href="tqevent.html#Type-enum">TQEvent::MouseButtonDblClick</a> or <a href="tqevent.html#Type-enum">TQEvent::MouseMove</a>. <p> The <em>pos</em> parameter specifies the position relative to the -receiving widget. <em>button</em> specifies the <a href="ntqt.html#ButtonState-enum">button</a> that caused the event, which should be <a href="ntqt.html#ButtonState-enum">TQt::NoButton</a> (0), if <em>type</em> is <a href="tqevent.html#Type-enum">MouseMove</a>. <em>state</em> is the -<a href="ntqt.html#ButtonState-enum">ButtonState</a> at the time of the +receiving widget. <em>button</em> specifies the <a href="tqt.html#ButtonState-enum">button</a> that caused the event, which should be <a href="tqt.html#ButtonState-enum">TQt::NoButton</a> (0), if <em>type</em> is <a href="tqevent.html#Type-enum">MouseMove</a>. <em>state</em> is the +<a href="tqt.html#ButtonState-enum">ButtonState</a> at the time of the event. <p> The <a href="#globalPos">globalPos</a>() is initialized to <a href="tqcursor.html#pos">TQCursor::pos</a>(), which may not be appropriate. Use the other constructor to specify the global @@ -106,8 +106,8 @@ position explicitly. <p> The <em>type</em> parameter must be <a href="tqevent.html#Type-enum">TQEvent::MouseButtonPress</a>, <a href="tqevent.html#Type-enum">TQEvent::MouseButtonRelease</a>, <a href="tqevent.html#Type-enum">TQEvent::MouseButtonDblClick</a> or <a href="tqevent.html#Type-enum">TQEvent::MouseMove</a>. <p> The <em>pos</em> parameter specifies the position relative to the receiving widget. <em>globalPos</em> is the position in absolute -coordinates. <em>button</em> specifies the <a href="ntqt.html#ButtonState-enum">button</a> that caused the event, which should be <a href="ntqt.html#ButtonState-enum">TQt::NoButton</a> (0), if <em>type</em> is <a href="tqevent.html#Type-enum">MouseMove</a>. <em>state</em> is the -<a href="ntqt.html#ButtonState-enum">ButtonState</a> at the time of the +coordinates. <em>button</em> specifies the <a href="tqt.html#ButtonState-enum">button</a> that caused the event, which should be <a href="tqt.html#ButtonState-enum">TQt::NoButton</a> (0), if <em>type</em> is <a href="tqevent.html#Type-enum">MouseMove</a>. <em>state</em> is the +<a href="tqt.html#ButtonState-enum">ButtonState</a> at the time of the event. <p> <h3 class=fn>void <a name="accept"></a>TQMouseEvent::accept () @@ -120,14 +120,14 @@ parent widget. <p> The accept flag is set by default. <p> <p>See also <a href="#ignore">ignore</a>(). -<h3 class=fn><a href="ntqt.html#ButtonState-enum">ButtonState</a> <a name="button"></a>TQMouseEvent::button () const +<h3 class=fn><a href="tqt.html#ButtonState-enum">ButtonState</a> <a name="button"></a>TQMouseEvent::button () const </h3> <p> Returns the button that caused the event. -<p> Possible return values are <a href="ntqt.html#ButtonState-enum">LeftButton</a>, <a href="ntqt.html#ButtonState-enum">RightButton</a>, <a href="ntqt.html#ButtonState-enum">MidButton</a> and <a href="ntqt.html#ButtonState-enum">NoButton</a>. -<p> Note that the returned value is always <a href="ntqt.html#ButtonState-enum">NoButton</a> for mouse move +<p> Possible return values are <a href="tqt.html#ButtonState-enum">LeftButton</a>, <a href="tqt.html#ButtonState-enum">RightButton</a>, <a href="tqt.html#ButtonState-enum">MidButton</a> and <a href="tqt.html#ButtonState-enum">NoButton</a>. +<p> Note that the returned value is always <a href="tqt.html#ButtonState-enum">NoButton</a> for mouse move events. -<p> <p>See also <a href="#state">state</a>() and <a href="ntqt.html#ButtonState-enum">TQt::ButtonState</a>. +<p> <p>See also <a href="#state">state</a>() and <a href="tqt.html#ButtonState-enum">TQt::ButtonState</a>. <p>Examples: <a href="dclock-example.html#x1101">dclock/dclock.cpp</a>, <a href="life-example.html#x1890">life/life.cpp</a>, and <a href="tutorial1-14.html#x2417">t14/cannon.cpp</a>. <h3 class=fn>const <a href="tqpoint.html">TQPoint</a> & <a name="globalPos"></a>TQMouseEvent::globalPos () const @@ -181,7 +181,7 @@ global position returned by <a href="#globalPos">globalPos</a>() to avoid a shak <p> <p>See also <a href="#x">x</a>(), <a href="#y">y</a>(), and <a href="#globalPos">globalPos</a>(). <p>Examples: <a href="tutorial2-06.html#x2580">chart/canvasview.cpp</a>, <a href="drawlines-example.html#x1654">drawlines/connect.cpp</a>, <a href="life-example.html#x1891">life/life.cpp</a>, <a href="popup-example.html#x1611">popup/popup.cpp</a>, <a href="qmag-example.html#x1780">qmag/qmag.cpp</a>, <a href="tutorial1-14.html#x2418">t14/cannon.cpp</a>, and <a href="tooltip-example.html#x443">tooltip/tooltip.cpp</a>. -<h3 class=fn><a href="ntqt.html#ButtonState-enum">ButtonState</a> <a name="state"></a>TQMouseEvent::state () const +<h3 class=fn><a href="tqt.html#ButtonState-enum">ButtonState</a> <a name="state"></a>TQMouseEvent::state () const </h3> <p> Returns the button state (a combination of mouse buttons and @@ -193,16 +193,16 @@ released, the <a href="tqevent.html#Type-enum">TQEvent::MouseButtonRelease</a> e <a href="#button">button</a>() that was pressed. <p> This value is mainly interesting for <a href="tqevent.html#Type-enum">TQEvent::MouseMove</a>; for the other cases, button() is more useful. -<p> The returned value is <a href="ntqt.html#ButtonState-enum">LeftButton</a>, <a href="ntqt.html#ButtonState-enum">RightButton</a>, <a href="ntqt.html#ButtonState-enum">MidButton</a>, -<a href="ntqt.html#ButtonState-enum">ShiftButton</a>, <a href="ntqt.html#ButtonState-enum">ControlButton</a> and <a href="ntqt.html#ButtonState-enum">AltButton</a> OR'ed together. -<p> <p>See also <a href="#button">button</a>(), <a href="#stateAfter">stateAfter</a>(), and <a href="ntqt.html#ButtonState-enum">TQt::ButtonState</a>. +<p> The returned value is <a href="tqt.html#ButtonState-enum">LeftButton</a>, <a href="tqt.html#ButtonState-enum">RightButton</a>, <a href="tqt.html#ButtonState-enum">MidButton</a>, +<a href="tqt.html#ButtonState-enum">ShiftButton</a>, <a href="tqt.html#ButtonState-enum">ControlButton</a> and <a href="tqt.html#ButtonState-enum">AltButton</a> OR'ed together. +<p> <p>See also <a href="#button">button</a>(), <a href="#stateAfter">stateAfter</a>(), and <a href="tqt.html#ButtonState-enum">TQt::ButtonState</a>. <p>Examples: <a href="popup-example.html#x1612">popup/popup.cpp</a> and <a href="showimg-example.html#x1334">showimg/showimg.cpp</a>. -<h3 class=fn><a href="ntqt.html#ButtonState-enum">ButtonState</a> <a name="stateAfter"></a>TQMouseEvent::stateAfter () const +<h3 class=fn><a href="tqt.html#ButtonState-enum">ButtonState</a> <a name="stateAfter"></a>TQMouseEvent::stateAfter () const </h3> <p> Returns the state of buttons after the event. -<p> <p>See also <a href="#state">state</a>() and <a href="ntqt.html#ButtonState-enum">TQt::ButtonState</a>. +<p> <p>See also <a href="#state">state</a>() and <a href="tqt.html#ButtonState-enum">TQt::ButtonState</a>. <h3 class=fn>int <a name="x"></a>TQMouseEvent::x () const </h3> diff --git a/doc/html/tqmultilineedit.html b/doc/html/tqmultilineedit.html index f1544298e..d391742f1 100644 --- a/doc/html/tqmultilineedit.html +++ b/doc/html/tqmultilineedit.html @@ -307,9 +307,9 @@ string), or a <a href="tqstring.html#operator!">null string</a> if <em>line</em> <p> <hr><h2>Property Documentation</h2> <h3 class=fn>Alignment <a name="alignment-prop"></a>alignment</h3> <p>This property holds the editor's paragraph alignment. -<p>Sets the alignment to flag, which must be <a href="ntqt.html#AlignmentFlags-enum">AlignLeft</a>, <a href="ntqt.html#AlignmentFlags-enum">AlignHCenter</a> or <a href="ntqt.html#AlignmentFlags-enum">AlignRight</a>. +<p>Sets the alignment to flag, which must be <a href="tqt.html#AlignmentFlags-enum">AlignLeft</a>, <a href="tqt.html#AlignmentFlags-enum">AlignHCenter</a> or <a href="tqt.html#AlignmentFlags-enum">AlignRight</a>. <p> If flag is an illegal flag nothing happens. -<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +<p> <p>See also <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <p>Set this property's value with <a href="#setAlignment">setAlignment</a>() and get this property's value with <a href="#alignment">alignment</a>(). <h3 class=fn>bool <a name="atBeginning-prop"></a>atBeginning</h3> <p>This property holds whether the cursor is placed at the beginning of the text. diff --git a/doc/html/tqobject-h.html b/doc/html/tqobject-h.html index c708329f7..09ae562fd 100644 --- a/doc/html/tqobject-h.html +++ b/doc/html/tqobject-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqobjectdefs.h" -#include "ntqwindowdefs.h" +#include "tqwindowdefs.h" #include "tqstring.h" #include "tqevent.h" #include "tqnamespace.h" @@ -294,7 +294,7 @@ inline TQString TQObject::trUtf8( const char *sourceText, const char * ) { #define Q_DEFINED_QOBJECT -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQOBJECT_H </pre> <!-- eof --> diff --git a/doc/html/tqobject.html b/doc/html/tqobject.html index 9893db7f6..62dcefb8c 100644 --- a/doc/html/tqobject.html +++ b/doc/html/tqobject.html @@ -35,8 +35,8 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> <p><tt>#include <<a href="tqobject-h.html">tqobject.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. --<p>Inherited by <a href="tqaccel.html">TQAccel</a>, <a href="tqaccessibleobject.html">TQAccessibleObject</a>, <a href="tqaction.html">TQAction</a>, <a href="ntqapplication.html">TQApplication</a>, <a href="tqassistantclient.html">TQAssistantClient</a>, <a href="tqdatapump.html">TQDataPump</a>, <a href="tqwidget.html">TQWidget</a>, <a href="tqcanvas.html">TQCanvas</a>, <a href="tqstyle.html">TQStyle</a>, <a href="tqclipboard.html">TQClipboard</a>, <a href="tqdns.html">TQDns</a>, <a href="tqlayout.html">TQLayout</a>, <a href="tqdragobject.html">TQDragObject</a>, <a href="tqeditorfactory.html">TQEditorFactory</a>, <a href="tqeventloop.html">TQEventLoop</a>, <a href="tqfileiconprovider.html">TQFileIconProvider</a>, <a href="tqnetworkprotocol.html">TQNetworkProtocol</a>, <a href="tqnetworkoperation.html">TQNetworkOperation</a>, <a href="tqnpinstance.html">TQNPInstance</a>, <a href="tqobjectcleanuphandler.html">TQObjectCleanupHandler</a>, <a href="tqprocess.html">TQProcess</a>, <a href="tqserversocket.html">TQServerSocket</a>, <a href="tqsessionmanager.html">TQSessionManager</a>, <a href="tqsignal.html">TQSignal</a>, <a href="tqsignalmapper.html">TQSignalMapper</a>, <a href="tqsocket.html">TQSocket</a>, <a href="tqsocketnotifier.html">TQSocketNotifier</a>, <a href="ntqsound.html">TQSound</a>, <a href="tqsqldatabase.html">TQSqlDatabase</a>, <a href="tqsqldriver.html">TQSqlDriver</a>, <a href="tqsqlform.html">TQSqlForm</a>, <a href="tqstylesheet.html">TQStyleSheet</a>, <a href="tqtimer.html">TQTimer</a>, <a href="tqtooltipgroup.html">TQToolTipGroup</a>, <a href="tqtranslator.html">TQTranslator</a>, <a href="tqurloperator.html">TQUrlOperator</a>, and <a href="tqvalidator.html">TQValidator</a>. +<p>Inherits <a href="tqt.html">TQt</a>. +-<p>Inherited by <a href="tqaccel.html">TQAccel</a>, <a href="tqaccessibleobject.html">TQAccessibleObject</a>, <a href="tqaction.html">TQAction</a>, <a href="ntqapplication.html">TQApplication</a>, <a href="tqassistantclient.html">TQAssistantClient</a>, <a href="tqdatapump.html">TQDataPump</a>, <a href="tqwidget.html">TQWidget</a>, <a href="tqcanvas.html">TQCanvas</a>, <a href="tqstyle.html">TQStyle</a>, <a href="tqclipboard.html">TQClipboard</a>, <a href="tqdns.html">TQDns</a>, <a href="tqlayout.html">TQLayout</a>, <a href="tqdragobject.html">TQDragObject</a>, <a href="tqeditorfactory.html">TQEditorFactory</a>, <a href="tqeventloop.html">TQEventLoop</a>, <a href="tqfileiconprovider.html">TQFileIconProvider</a>, <a href="tqnetworkprotocol.html">TQNetworkProtocol</a>, <a href="tqnetworkoperation.html">TQNetworkOperation</a>, <a href="tqnpinstance.html">TQNPInstance</a>, <a href="tqobjectcleanuphandler.html">TQObjectCleanupHandler</a>, <a href="tqprocess.html">TQProcess</a>, <a href="tqserversocket.html">TQServerSocket</a>, <a href="tqsessionmanager.html">TQSessionManager</a>, <a href="tqsignal.html">TQSignal</a>, <a href="tqsignalmapper.html">TQSignalMapper</a>, <a href="tqsocket.html">TQSocket</a>, <a href="tqsocketnotifier.html">TQSocketNotifier</a>, <a href="tqsound.html">TQSound</a>, <a href="tqsqldatabase.html">TQSqlDatabase</a>, <a href="tqsqldriver.html">TQSqlDriver</a>, <a href="tqsqlform.html">TQSqlForm</a>, <a href="tqstylesheet.html">TQStyleSheet</a>, <a href="tqtimer.html">TQTimer</a>, <a href="tqtooltipgroup.html">TQToolTipGroup</a>, <a href="tqtranslator.html">TQTranslator</a>, <a href="tqurloperator.html">TQUrlOperator</a>, and <a href="tqvalidator.html">TQValidator</a>. <p><a href="tqobject-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -247,7 +247,7 @@ in functions that depend on the state. One notable example is <a href="tqwidget.html#sizeHint">TQWidget::sizeHint</a>(). <p> <p>See also <a href="#event">event</a>() and <a href="tqchildevent.html">TQChildEvent</a>. -<p>Reimplemented in <a href="tqmainwindow.html#childEvent">TQMainWindow</a> and <a href="ntqsplitter.html#childEvent">TQSplitter</a>. +<p>Reimplemented in <a href="tqmainwindow.html#childEvent">TQMainWindow</a> and <a href="tqsplitter.html#childEvent">TQSplitter</a>. <h3 class=fn>const <a href="tqobjectlist.html">TQObjectList</a> * <a name="children"></a>TQObject::children () const </h3> @@ -720,13 +720,13 @@ is the <a href="tqptrlist.html#last">last</a> object in the list. <p> Returns a pointer to the parent object. <p> <p>See also <a href="#children">children</a>(). -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="property"></a>TQObject::property ( const char * name ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="property"></a>TQObject::property ( const char * name ) const<tt> [virtual]</tt> </h3> Returns the value of the object's <em>name</em> property. <p> If no such property exists, the returned variant is invalid. <p> Information about all available properties are provided through the <a href="#metaObject">metaObject</a>(). -<p> <p>See also <a href="#setProperty">setProperty</a>(), <a href="ntqvariant.html#isValid">TQVariant::isValid</a>(), <a href="#metaObject">metaObject</a>(), <a href="tqmetaobject.html#propertyNames">TQMetaObject::propertyNames</a>(), and <a href="tqmetaobject.html#property">TQMetaObject::property</a>(). +<p> <p>See also <a href="#setProperty">setProperty</a>(), <a href="tqvariant.html#isValid">TQVariant::isValid</a>(), <a href="#metaObject">metaObject</a>(), <a href="tqmetaobject.html#propertyNames">TQMetaObject::propertyNames</a>(), and <a href="tqmetaobject.html#property">TQMetaObject::property</a>(). <h3 class=fn><a href="tqobjectlist.html">TQObjectList</a> * <a name="queryList"></a>TQObject::queryList ( const char * inheritsClass = 0, const char * objName = 0, bool regexpMatch = TRUE, bool recursiveSearch = TRUE ) const </h3> @@ -806,7 +806,7 @@ undefined if the slot is called as a normal C++ function. </h3> Sets the object's name to <em>name</em>. -<h3 class=fn>bool <a name="setProperty"></a>TQObject::setProperty ( const char * name, const <a href="ntqvariant.html">TQVariant</a> & value )<tt> [virtual]</tt> +<h3 class=fn>bool <a name="setProperty"></a>TQObject::setProperty ( const char * name, const <a href="tqvariant.html">TQVariant</a> & value )<tt> [virtual]</tt> </h3> Sets the value of the object's <em>name</em> property to <em>value</em>. <p> Returns TRUE if the operation was successful; otherwise returns diff --git a/doc/html/tqpaintdevice-h.html b/doc/html/tqpaintdevice-h.html index c1cca1b4a..0d1daaba8 100644 --- a/doc/html/tqpaintdevice-h.html +++ b/doc/html/tqpaintdevice-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQPAINTDEVICE_H #ifndef QT_H -#include "ntqwindowdefs.h" +#include "tqwindowdefs.h" #include "tqrect.h" #endif // QT_H diff --git a/doc/html/tqpaintdevice.html b/doc/html/tqpaintdevice.html index 142ada231..97eb412f1 100644 --- a/doc/html/tqpaintdevice.html +++ b/doc/html/tqpaintdevice.html @@ -155,7 +155,7 @@ graphics (external paint devices, for example, <a href="tqpicture.html">TQPictur Returns the window system handle of the paint device, for low-level access. Using this function is not portable. <p> The HANDLE type varies with platform; see <a href="tqpaintdevice-h.html">tqpaintdevice.h</a> and -<a href="qwindowdefs-h.html">ntqwindowdefs.h</a> for details. +<a href="tqwindowdefs-h.html">tqwindowdefs.h</a> for details. <p> <p>See also <a href="#x11Display">x11Display</a>(). <h3 class=fn>bool <a name="isExtDev"></a>TQPaintDevice::isExtDev () const @@ -421,16 +421,16 @@ portable. only). Using this function is not portable. <hr><h2>Related Functions</h2> -<h3 class=fn>void <a name="bitBlt"></a>bitBlt ( <a href="tqpaintdevice.html">TQPaintDevice</a> * dst, int dx, int dy, const <a href="tqpaintdevice.html">TQPaintDevice</a> * src, int sx, int sy, int sw, int sh, <a href="ntqt.html#RasterOp-enum">TQt::RasterOp</a> rop, bool ignoreMask ) +<h3 class=fn>void <a name="bitBlt"></a>bitBlt ( <a href="tqpaintdevice.html">TQPaintDevice</a> * dst, int dx, int dy, const <a href="tqpaintdevice.html">TQPaintDevice</a> * src, int sx, int sy, int sw, int sh, <a href="tqt.html#RasterOp-enum">TQt::RasterOp</a> rop, bool ignoreMask ) </h3> <p> Copies a block of pixels from <em>src</em> to <em>dst</em>, perhaps merging -each pixel according to the <a href="ntqt.html#RasterOp-enum">raster operation</a> +each pixel according to the <a href="tqt.html#RasterOp-enum">raster operation</a> <em>rop</em>. <em>sx</em>, <em>sy</em> is the top-left pixel in <em>src</em> (0, 0) by default, <em>dx</em>, <em>dy</em> is the top-left position in <em>dst</em> and <em>sw</em>, <em>sh</em> is the size of the copied block (all of <em>src</em> by default). -<p> The most common values for <em>rop</em> are CopyROP and XorROP; the <a href="ntqt.html#RasterOp-enum">TQt::RasterOp</a> documentation defines all the possible values. +<p> The most common values for <em>rop</em> are CopyROP and XorROP; the <a href="tqt.html#RasterOp-enum">TQt::RasterOp</a> documentation defines all the possible values. <p> If <em>ignoreMask</em> is FALSE (the default) and <em>src</em> is a masked <a href="tqpixmap.html">TQPixmap</a>, the entire blit is masked by <em>src</em>->mask(). <p> If <em>src</em>, <em>dst</em>, <em>sw</em> or <em>sh</em> is 0, <a href="#bitBlt">bitBlt</a>() does nothing. If diff --git a/doc/html/tqpainter.html b/doc/html/tqpainter.html index 0a9c92546..e960c21e0 100644 --- a/doc/html/tqpainter.html +++ b/doc/html/tqpainter.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQPainter class does low-level painting e.g. on widgets. <a href="#details">More...</a> <p><tt>#include <<a href="tqpainter-h.html">tqpainter.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p><a href="tqpainter-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -394,11 +394,11 @@ Destroys the painter. <p> Returns the current background color. <p> <p>See also <a href="#setBackgroundColor">setBackgroundColor</a>() and <a href="tqcolor.html">TQColor</a>. -<h3 class=fn><a href="ntqt.html#BGMode-enum">BGMode</a> <a name="backgroundMode"></a>TQPainter::backgroundMode () const +<h3 class=fn><a href="tqt.html#BGMode-enum">BGMode</a> <a name="backgroundMode"></a>TQPainter::backgroundMode () const </h3> <p> Returns the current background mode. -<p> <p>See also <a href="#setBackgroundMode">setBackgroundMode</a>() and <a href="ntqt.html#BGMode-enum">BGMode</a>. +<p> <p>See also <a href="#setBackgroundMode">setBackgroundMode</a>() and <a href="tqt.html#BGMode-enum">BGMode</a>. <h3 class=fn>bool <a name="begin"></a>TQPainter::begin ( const <a href="tqpaintdevice.html">TQPaintDevice</a> * pd, bool unclipped = FALSE ) </h3> @@ -472,25 +472,25 @@ rectangle required to draw the text, whichever is the larger. the bitwise OR of the following flags: <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">Flag <th valign="top">Meaning -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="ntqt.html#AlignmentFlags-enum">AlignAuto</a> <td valign="top">aligns according to the language, usually left. -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqt.html#AlignmentFlags-enum">AlignLeft</a> <td valign="top">aligns to the left border. -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="ntqt.html#AlignmentFlags-enum">AlignRight</a> <td valign="top">aligns to the right border. -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqt.html#AlignmentFlags-enum">AlignHCenter</a> <td valign="top">aligns horizontally centered. -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="ntqt.html#AlignmentFlags-enum">AlignTop</a> <td valign="top">aligns to the top border. -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqt.html#AlignmentFlags-enum">AlignBottom</a> <td valign="top">aligns to the bottom border. -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="ntqt.html#AlignmentFlags-enum">AlignVCenter</a> <td valign="top">aligns vertically centered. -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqt.html#AlignmentFlags-enum">AlignCenter</a> <td valign="top">(== <a href="ntqt.html#AlignmentFlags-enum">AlignHCenter</a> | <a href="ntqt.html#AlignmentFlags-enum">AlignVCenter</a>). -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="ntqt.html#TextFlags-enum">SingleLine</a> <td valign="top">ignores newline characters in the text. -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqt.html#TextFlags-enum">ExpandTabs</a> <td valign="top">expands tabs. -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="ntqt.html#TextFlags-enum">ShowPrefix</a> <td valign="top">interprets "&x" as "<u>x</u>". -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqt.html#TextFlags-enum">WordBreak</a> <td valign="top">breaks the text to fit the rectangle. +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqt.html#AlignmentFlags-enum">AlignAuto</a> <td valign="top">aligns according to the language, usually left. +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqt.html#AlignmentFlags-enum">AlignLeft</a> <td valign="top">aligns to the left border. +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqt.html#AlignmentFlags-enum">AlignRight</a> <td valign="top">aligns to the right border. +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqt.html#AlignmentFlags-enum">AlignHCenter</a> <td valign="top">aligns horizontally centered. +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqt.html#AlignmentFlags-enum">AlignTop</a> <td valign="top">aligns to the top border. +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqt.html#AlignmentFlags-enum">AlignBottom</a> <td valign="top">aligns to the bottom border. +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqt.html#AlignmentFlags-enum">AlignVCenter</a> <td valign="top">aligns vertically centered. +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqt.html#AlignmentFlags-enum">AlignCenter</a> <td valign="top">(== <a href="tqt.html#AlignmentFlags-enum">AlignHCenter</a> | <a href="tqt.html#AlignmentFlags-enum">AlignVCenter</a>). +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqt.html#TextFlags-enum">SingleLine</a> <td valign="top">ignores newline characters in the text. +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqt.html#TextFlags-enum">ExpandTabs</a> <td valign="top">expands tabs. +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqt.html#TextFlags-enum">ShowPrefix</a> <td valign="top">interprets "&x" as "<u>x</u>". +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqt.html#TextFlags-enum">WordBreak</a> <td valign="top">breaks the text to fit the rectangle. </table></center> -<p> Horizontal alignment defaults to <a href="ntqt.html#AlignmentFlags-enum">AlignLeft</a> and vertical -alignment defaults to <a href="ntqt.html#AlignmentFlags-enum">AlignTop</a>. +<p> Horizontal alignment defaults to <a href="tqt.html#AlignmentFlags-enum">AlignLeft</a> and vertical +alignment defaults to <a href="tqt.html#AlignmentFlags-enum">AlignTop</a>. <p> If several of the horizontal or several of the vertical alignment flags are set, the resulting alignment is undefined. <p> The <em>intern</em> parameter should not be used. -<p> <p>See also <a href="ntqt.html#TextFlags-enum">TQt::TextFlags</a>. +<p> <p>See also <a href="tqt.html#TextFlags-enum">TQt::TextFlags</a>. <h3 class=fn><a href="tqrect.html">TQRect</a> <a name="boundingRect-2"></a>TQPainter::boundingRect ( const <a href="tqrect.html">TQRect</a> & r, int flags, const <a href="tqstring.html">TQString</a> & str, int len = -1, TQTextParag ** internal = 0 ) </h3> @@ -502,7 +502,7 @@ printed with the corresponding <a href="#drawText">drawText</a>() function using rectangle, is constrained to the rectangle <em>r</em>, or to the rectangle required to draw the text, whichever is the larger. <p> The <em>internal</em> parameter should not be used. -<p> <p>See also <a href="#drawText">drawText</a>(), <a href="#fontMetrics">fontMetrics</a>(), <a href="tqfontmetrics.html#boundingRect">TQFontMetrics::boundingRect</a>(), and <a href="ntqt.html#TextFlags-enum">TQt::TextFlags</a>. +<p> <p>See also <a href="#drawText">drawText</a>(), <a href="#fontMetrics">fontMetrics</a>(), <a href="tqfontmetrics.html#boundingRect">TQFontMetrics::boundingRect</a>(), and <a href="tqt.html#TextFlags-enum">TQt::TextFlags</a>. <h3 class=fn>const <a href="tqbrush.html">TQBrush</a> & <a name="brush"></a>TQPainter::brush () const </h3> @@ -628,7 +628,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Draws the image <em>i</em> at point <em>p</em>. <p> If the image needs to be modified to fit in a lower-resolution result (e.g. converting from 32-bit to 8-bit), use the <em>conversion_flags</em> to specify how you'd prefer this to happen. -<p> <p>See also <a href="ntqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>. +<p> <p>See also <a href="tqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>. <h3 class=fn>void <a name="drawImage-4"></a>TQPainter::drawImage ( const <a href="tqrect.html">TQRect</a> & r, const <a href="tqimage.html">TQImage</a> & i ) </h3> @@ -854,7 +854,7 @@ characters. The text's direction is specified by <em>dir</em>. with width <em>w</em> and height <em>h</em>. If <em>len</em> is -1 (the default) all the text is drawn, otherwise the first <em>len</em> characters are drawn. The text's flags that are given in the <em>flags</em> parameter -are <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> and <a href="ntqt.html#TextFlags-enum">TQt::TextFlags</a> OR'd together. <em>br</em> (if not null) is set to the actual bounding rectangle of the +are <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> and <a href="tqt.html#TextFlags-enum">TQt::TextFlags</a> OR'd together. <em>br</em> (if not null) is set to the actual bounding rectangle of the output. The <em>internal</em> parameter is for internal use only. <h3 class=fn>void <a name="drawText-6"></a>TQPainter::drawText ( const <a href="tqrect.html">TQRect</a> & r, int tf, const <a href="tqstring.html">TQString</a> & str, int len = -1, <a href="tqrect.html">TQRect</a> * brect = 0, TQTextParag ** internal = 0 ) @@ -862,7 +862,7 @@ output. The <em>internal</em> parameter is for internal use only. This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Draws at most <em>len</em> characters from <em>str</em> in the rectangle <em>r</em>. <p> This function draws formatted text. The <em>tf</em> text format is -really of type <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> and <a href="ntqt.html#TextFlags-enum">TQt::TextFlags</a> OR'd +really of type <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> and <a href="tqt.html#TextFlags-enum">TQt::TextFlags</a> OR'd together. <p> Horizontal alignment defaults to AlignAuto and vertical alignment defaults to AlignTop. @@ -1081,11 +1081,11 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Returns the current position of the pen. <p> <p>See also <a href="#moveTo">moveTo</a>(). -<h3 class=fn><a href="ntqt.html#RasterOp-enum">RasterOp</a> <a name="rasterOp"></a>TQPainter::rasterOp () const +<h3 class=fn><a href="tqt.html#RasterOp-enum">RasterOp</a> <a name="rasterOp"></a>TQPainter::rasterOp () const </h3> -<p> Returns the current <a href="ntqt.html#RasterOp-enum">raster operation</a>. -<p> <p>See also <a href="#setRasterOp">setRasterOp</a>() and <a href="ntqt.html#RasterOp-enum">RasterOp</a>. +<p> Returns the current <a href="tqt.html#RasterOp-enum">raster operation</a>. +<p> <p>See also <a href="#setRasterOp">setRasterOp</a>() and <a href="tqt.html#RasterOp-enum">RasterOp</a>. <h3 class=fn>void <a name="redirect"></a>TQPainter::redirect ( <a href="tqpaintdevice.html">TQPaintDevice</a> * pdev, <a href="tqpaintdevice.html">TQPaintDevice</a> * replacement )<tt> [static]</tt> </h3> @@ -1143,12 +1143,12 @@ Sets the background color of the painter to <em>c</em>. <p> The background color is the color that is filled in when drawing opaque text, stippled lines and bitmaps. The background color has no effect in transparent background mode (which is the default). -<p> <p>See also <a href="#backgroundColor">backgroundColor</a>(), <a href="#setBackgroundMode">setBackgroundMode</a>(), and <a href="ntqt.html#BackgroundMode-enum">BackgroundMode</a>. +<p> <p>See also <a href="#backgroundColor">backgroundColor</a>(), <a href="#setBackgroundMode">setBackgroundMode</a>(), and <a href="tqt.html#BackgroundMode-enum">BackgroundMode</a>. -<h3 class=fn>void <a name="setBackgroundMode"></a>TQPainter::setBackgroundMode ( <a href="ntqt.html#BGMode-enum">BGMode</a> m ) +<h3 class=fn>void <a name="setBackgroundMode"></a>TQPainter::setBackgroundMode ( <a href="tqt.html#BGMode-enum">BGMode</a> m ) </h3> Sets the background mode of the painter to <em>m</em>, which must be -either <a href="ntqt.html#BGMode-enum">TransparentMode</a> (the default) or <a href="ntqt.html#BGMode-enum">OpaqueMode</a>. +either <a href="tqt.html#BGMode-enum">TransparentMode</a> (the default) or <a href="tqt.html#BGMode-enum">OpaqueMode</a>. <p> Transparent mode draws stippled lines and text without setting the background pixels. Opaque mode fills these space with the current background color. @@ -1157,7 +1157,7 @@ must use <a href="tqpixmap.html#setMask">TQPixmap::setMask</a>(). <p> <p>See also <a href="#backgroundMode">backgroundMode</a>() and <a href="#setBackgroundColor">setBackgroundColor</a>(). <p>Example: <a href="picture-example.html#x119">picture/picture.cpp</a>. -<h3 class=fn>void <a name="setBrush"></a>TQPainter::setBrush ( <a href="ntqt.html#BrushStyle-enum">BrushStyle</a> style ) +<h3 class=fn>void <a name="setBrush"></a>TQPainter::setBrush ( <a href="tqt.html#BrushStyle-enum">BrushStyle</a> style ) </h3> Sets the painter's brush to black color and the specified <em>style</em>. <p> <p>See also <a href="#brush">brush</a>() and <a href="tqbrush.html">TQBrush</a>. @@ -1173,7 +1173,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <h3 class=fn>void <a name="setBrush-3"></a>TQPainter::setBrush ( const <a href="tqcolor.html">TQColor</a> & color ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -<p> Sets the painter's brush to have style <a href="ntqt.html#BrushStyle-enum">SolidPattern</a> and the +<p> Sets the painter's brush to have style <a href="tqt.html#BrushStyle-enum">SolidPattern</a> and the specified <em>color</em>. <p> <p>See also <a href="#brush">brush</a>() and <a href="tqbrush.html">TQBrush</a>. @@ -1243,7 +1243,7 @@ defines the text color. <p> <p>See also <a href="#pen">pen</a>(). <p>Examples: <a href="desktop-example.html#x1741">desktop/desktop.cpp</a>, <a href="drawdemo-example.html#x1076">drawdemo/drawdemo.cpp</a>, <a href="progress-example.html#x78">progress/progress.cpp</a>, <a href="tutorial1-09.html#x2344">t9/cannon.cpp</a>, <a href="themes-example.html#x288">themes/metal.cpp</a>, and <a href="themes-example.html#x222">themes/wood.cpp</a>. -<h3 class=fn>void <a name="setPen-2"></a>TQPainter::setPen ( <a href="ntqt.html#PenStyle-enum">PenStyle</a> style ) +<h3 class=fn>void <a name="setPen-2"></a>TQPainter::setPen ( <a href="tqt.html#PenStyle-enum">PenStyle</a> style ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the painter's pen to have style <em>style</em>, width 0 and black @@ -1253,15 +1253,15 @@ color. <h3 class=fn>void <a name="setPen-3"></a>TQPainter::setPen ( const <a href="tqcolor.html">TQColor</a> & color ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -<p> Sets the painter's pen to have style <a href="ntqt.html#PenStyle-enum">SolidLine</a>, width 0 and the +<p> Sets the painter's pen to have style <a href="tqt.html#PenStyle-enum">SolidLine</a>, width 0 and the specified <em>color</em>. <p> <p>See also <a href="#pen">pen</a>() and <a href="tqpen.html">TQPen</a>. -<h3 class=fn>void <a name="setRasterOp"></a>TQPainter::setRasterOp ( <a href="ntqt.html#RasterOp-enum">RasterOp</a> r ) +<h3 class=fn>void <a name="setRasterOp"></a>TQPainter::setRasterOp ( <a href="tqt.html#RasterOp-enum">RasterOp</a> r ) </h3> -Sets the <a href="ntqt.html#RasterOp-enum">raster operation</a> to <em>r</em>. -The default is <a href="ntqt.html#RasterOp-enum">CopyROP</a>. -<p> <p>See also <a href="#rasterOp">rasterOp</a>() and <a href="ntqt.html#RasterOp-enum">TQt::RasterOp</a>. +Sets the <a href="tqt.html#RasterOp-enum">raster operation</a> to <em>r</em>. +The default is <a href="tqt.html#RasterOp-enum">CopyROP</a>. +<p> <p>See also <a href="#rasterOp">rasterOp</a>() and <a href="tqt.html#RasterOp-enum">TQt::RasterOp</a>. <h3 class=fn>void <a name="setTabArray"></a>TQPainter::setTabArray ( int * ta ) </h3> @@ -1274,7 +1274,7 @@ Sets the tab stop array to <em>ta</em>. This puts tab stops at <em>ta[0]</em>, </h3> Set the tab stop width to <em>ts</em>, i.e. locates tab stops at <em>ts</em>, 2*<em>ts</em>, 3*<em>ts</em> and so on. -<p> Tab stops are used when drawing formatted text with <a href="ntqt.html#TextFlags-enum">ExpandTabs</a> +<p> Tab stops are used when drawing formatted text with <a href="tqt.html#TextFlags-enum">ExpandTabs</a> set. This fixed tab stop value is used only if no tab array is set (which is the default case). <p> A value of 0 (the default) implies a tabstop setting of 8 times the width of the diff --git a/doc/html/tqpair.html b/doc/html/tqpair.html index 7852362b4..14090850a 100644 --- a/doc/html/tqpair.html +++ b/doc/html/tqpair.html @@ -82,10 +82,10 @@ value the class must provide: copy constructors if no explicit version is supplied. In many cases this is sufficient. <p> TQPair uses an STL-like syntax to manipulate and address the -objects it contains. See the <a href="ntqtl.html">TQTL +objects it contains. See the <a href="tqtl.html">TQTL documentation</a> for more information. <p> Functions that need to return two values can use a TQPair. -<p>See also <a href="ntqtl.html">TQt Template Library Classes</a>, <a href="shared.html">Implicitly and Explicitly Shared Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p>See also <a href="tqtl.html">TQt Template Library Classes</a>, <a href="shared.html">Implicitly and Explicitly Shared Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="first_type"></a>TQPair::first_type</h3> diff --git a/doc/html/tqpalette-h.html b/doc/html/tqpalette-h.html index a73977523..2c1cd6745 100644 --- a/doc/html/tqpalette-h.html +++ b/doc/html/tqpalette-h.html @@ -78,9 +78,9 @@ body { background: #ffffff; color: black; } #define TQPALETTE_H #ifndef QT_H -#include "ntqwindowdefs.h" +#include "tqwindowdefs.h" #include "tqcolor.h" -#include "ntqshared.h" +#include "tqshared.h" #include "tqbrush.h" // TQColor->TQBrush conversion #endif // QT_H diff --git a/doc/html/tqpen-h.html b/doc/html/tqpen-h.html index 9266650ce..bbe445f69 100644 --- a/doc/html/tqpen-h.html +++ b/doc/html/tqpen-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqcolor.h" -#include "ntqshared.h" +#include "tqshared.h" #endif // QT_H diff --git a/doc/html/tqpen.html b/doc/html/tqpen.html index 730c0d025..bfde83bcf 100644 --- a/doc/html/tqpen.html +++ b/doc/html/tqpen.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } of shapes. <a href="#details">More...</a> <p><tt>#include <<a href="tqpen-h.html">tqpen.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p><a href="tqpen-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -74,7 +74,7 @@ of shapes. <p> A pen has a style, width, color, cap style and join style. -<p> The pen style defines the line type. The default pen style is <a href="ntqt.html#PenStyle-enum">TQt::SolidLine</a>. Setting the style to <a href="ntqt.html#PenStyle-enum">NoPen</a> tells the painter to +<p> The pen style defines the line type. The default pen style is <a href="tqt.html#PenStyle-enum">TQt::SolidLine</a>. Setting the style to <a href="tqt.html#PenStyle-enum">NoPen</a> tells the painter to not draw lines or outlines. <p> When drawing 1 pixel wide diagonal lines you can either use a very fast algorithm (specified by a line width of 0, which is the @@ -103,7 +103,7 @@ the width is 1 or greater. painter.<a href="tqpainter.html#end">end</a>(); // painting done </pre> -<p> See the <a href="ntqt.html#PenStyle-enum">TQt::PenStyle</a> enum type for a complete list of pen +<p> See the <a href="tqt.html#PenStyle-enum">TQt::PenStyle</a> enum type for a complete list of pen styles. <p> With reference to the end points of lines, for wide (non-0-width) pens it depends on the cap style whether the end point is drawn or @@ -126,17 +126,17 @@ compared and streamed. Constructs a default black solid line pen with 0 width, which renders lines 1 pixel wide (fast diagonals). -<h3 class=fn><a name="TQPen-2"></a>TQPen::TQPen ( <a href="ntqt.html#PenStyle-enum">PenStyle</a> style ) +<h3 class=fn><a name="TQPen-2"></a>TQPen::TQPen ( <a href="tqt.html#PenStyle-enum">PenStyle</a> style ) </h3> Constructs a black pen with 0 width (fast diagonals) and style <em>style</em>. <p> <p>See also <a href="#setStyle">setStyle</a>(). -<h3 class=fn><a name="TQPen-3"></a>TQPen::TQPen ( const <a href="tqcolor.html">TQColor</a> & color, uint width = 0, <a href="ntqt.html#PenStyle-enum">PenStyle</a> style = SolidLine ) +<h3 class=fn><a name="TQPen-3"></a>TQPen::TQPen ( const <a href="tqcolor.html">TQColor</a> & color, uint width = 0, <a href="tqt.html#PenStyle-enum">PenStyle</a> style = SolidLine ) </h3> Constructs a pen with the specified <em>color</em>, <em>width</em> and <em>style</em>. <p> <p>See also <a href="#setWidth">setWidth</a>(), <a href="#setStyle">setStyle</a>(), and <a href="#setColor">setColor</a>(). -<h3 class=fn><a name="TQPen-4"></a>TQPen::TQPen ( const <a href="tqcolor.html">TQColor</a> & cl, uint w, <a href="ntqt.html#PenStyle-enum">PenStyle</a> s, <a href="ntqt.html#PenCapStyle-enum">PenCapStyle</a> c, <a href="ntqt.html#PenJoinStyle-enum">PenJoinStyle</a> j ) +<h3 class=fn><a name="TQPen-4"></a>TQPen::TQPen ( const <a href="tqcolor.html">TQColor</a> & cl, uint w, <a href="tqt.html#PenStyle-enum">PenStyle</a> s, <a href="tqt.html#PenCapStyle-enum">PenCapStyle</a> c, <a href="tqt.html#PenJoinStyle-enum">PenJoinStyle</a> j ) </h3> Constructs a pen with the specified color <em>cl</em> and width <em>w</em>. The pen style is set to <em>s</em>, the pen cap style to <em>c</em> and the @@ -157,7 +157,7 @@ Constructs a pen that is a copy of <em>p</em>. </h3> Destroys the pen. -<h3 class=fn><a href="ntqt.html#PenCapStyle-enum">PenCapStyle</a> <a name="capStyle"></a>TQPen::capStyle () const +<h3 class=fn><a href="tqt.html#PenCapStyle-enum">PenCapStyle</a> <a name="capStyle"></a>TQPen::capStyle () const </h3> Returns the pen's cap style. <p> <p>See also <a href="#setCapStyle">setCapStyle</a>(). @@ -169,7 +169,7 @@ Returns the pen's cap style. <p> <p>See also <a href="#setColor">setColor</a>(). <p>Example: <a href="scribble-example.html#x902">scribble/scribble.h</a>. -<h3 class=fn><a href="ntqt.html#PenJoinStyle-enum">PenJoinStyle</a> <a name="joinStyle"></a>TQPen::joinStyle () const +<h3 class=fn><a href="tqt.html#PenJoinStyle-enum">PenJoinStyle</a> <a name="joinStyle"></a>TQPen::joinStyle () const </h3> Returns the pen's join style. <p> <p>See also <a href="#setJoinStyle">setJoinStyle</a>(). @@ -193,14 +193,14 @@ Returns TRUE if the pen is equal to <em>p</em>; otherwise returns FALSE. <p> Two pens are equal if they have equal styles, widths and colors. <p> <p>See also <a href="#operator!-eq">operator!=</a>(). -<h3 class=fn>void <a name="setCapStyle"></a>TQPen::setCapStyle ( <a href="ntqt.html#PenCapStyle-enum">PenCapStyle</a> c ) +<h3 class=fn>void <a name="setCapStyle"></a>TQPen::setCapStyle ( <a href="tqt.html#PenCapStyle-enum">PenCapStyle</a> c ) </h3> Sets the pen's cap style to <em>c</em>. -<p> The default value is <a href="ntqt.html#PenCapStyle-enum">FlatCap</a>. The cap style has no effect on +<p> The default value is <a href="tqt.html#PenCapStyle-enum">FlatCap</a>. The cap style has no effect on 0-width pens. <p> <center><img src="pen-cap-styles.png" alt="Pen Cap Styles"></center> <p> <b>Warning:</b> On Windows 95/98 and Macintosh, the cap style setting has -no effect. Wide lines are rendered as if the cap style was <a href="ntqt.html#PenCapStyle-enum">SquareCap</a>. +no effect. Wide lines are rendered as if the cap style was <a href="tqt.html#PenCapStyle-enum">SquareCap</a>. <p> <p>See also <a href="#capStyle">capStyle</a>(). <p>Example: <a href="themes-example.html#x226">themes/wood.cpp</a>. @@ -210,26 +210,26 @@ Sets the pen color to <em>c</em>. <p> <p>See also <a href="#color">color</a>(). <p>Examples: <a href="progress-example.html#x79">progress/progress.cpp</a> and <a href="scribble-example.html#x903">scribble/scribble.h</a>. -<h3 class=fn>void <a name="setJoinStyle"></a>TQPen::setJoinStyle ( <a href="ntqt.html#PenJoinStyle-enum">PenJoinStyle</a> j ) +<h3 class=fn>void <a name="setJoinStyle"></a>TQPen::setJoinStyle ( <a href="tqt.html#PenJoinStyle-enum">PenJoinStyle</a> j ) </h3> Sets the pen's join style to <em>j</em>. -<p> The default value is <a href="ntqt.html#PenJoinStyle-enum">MiterJoin</a>. The join style has no effect on +<p> The default value is <a href="tqt.html#PenJoinStyle-enum">MiterJoin</a>. The join style has no effect on 0-width pens. <p> <center><img src="pen-join-styles.png" alt="Pen Join Styles"></center> <p> <b>Warning:</b> On Windows 95/98 and Macintosh, the join style setting -has no effect. Wide lines are rendered as if the join style was <a href="ntqt.html#PenJoinStyle-enum">BevelJoin</a>. +has no effect. Wide lines are rendered as if the join style was <a href="tqt.html#PenJoinStyle-enum">BevelJoin</a>. <p> <p>See also <a href="#joinStyle">joinStyle</a>(). <p>Example: <a href="themes-example.html#x227">themes/wood.cpp</a>. -<h3 class=fn>void <a name="setStyle"></a>TQPen::setStyle ( <a href="ntqt.html#PenStyle-enum">PenStyle</a> s ) +<h3 class=fn>void <a name="setStyle"></a>TQPen::setStyle ( <a href="tqt.html#PenStyle-enum">PenStyle</a> s ) </h3> Sets the pen style to <em>s</em>. -<p> See the <a href="ntqt.html#PenStyle-enum">TQt::PenStyle</a> documentation for a list of all the +<p> See the <a href="tqt.html#PenStyle-enum">TQt::PenStyle</a> documentation for a list of all the styles. -<p> <b>Warning:</b> On Mac OS X the style setting (other than <a href="ntqt.html#PenStyle-enum">NoPen</a> and <a href="ntqt.html#PenStyle-enum">SolidLine</a>) have no effect as they are not implemented by the +<p> <b>Warning:</b> On Mac OS X the style setting (other than <a href="tqt.html#PenStyle-enum">NoPen</a> and <a href="tqt.html#PenStyle-enum">SolidLine</a>) have no effect as they are not implemented by the underlying system. -<p> <b>Warning:</b> On Windows 95/98, the style setting (other than <a href="ntqt.html#PenStyle-enum">NoPen</a> -and <a href="ntqt.html#PenStyle-enum">SolidLine</a>) has no effect for lines with width greater than +<p> <b>Warning:</b> On Windows 95/98, the style setting (other than <a href="tqt.html#PenStyle-enum">NoPen</a> +and <a href="tqt.html#PenStyle-enum">SolidLine</a>) has no effect for lines with width greater than 1. <p> <p>See also <a href="#style">style</a>(). @@ -246,7 +246,7 @@ effect on 0-width lines. <p> <p>See also <a href="#width">width</a>(). <p>Examples: <a href="progress-example.html#x80">progress/progress.cpp</a>, and <a href="scribble-example.html#x904">scribble/scribble.h</a>. -<h3 class=fn><a href="ntqt.html#PenStyle-enum">PenStyle</a> <a name="style"></a>TQPen::style () const +<h3 class=fn><a href="tqt.html#PenStyle-enum">PenStyle</a> <a name="style"></a>TQPen::style () const </h3> <p> Returns the pen style. diff --git a/doc/html/tqpixmap.html b/doc/html/tqpixmap.html index 5942414d9..a909ab91a 100644 --- a/doc/html/tqpixmap.html +++ b/doc/html/tqpixmap.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQPixmap class is an off-screen, pixel-based paint device. <a href="#details">More...</a> <p><tt>#include <<a href="tqpixmap-h.html">tqpixmap.h</a>></tt> -<p>Inherits <a href="tqpaintdevice.html">TQPaintDevice</a> and <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqpaintdevice.html">TQPaintDevice</a> and <a href="tqt.html">TQt</a>. <p>Inherited by <a href="tqbitmap.html">TQBitmap</a> and <a href="tqcanvaspixmap.html">TQCanvasPixmap</a>. <p><a href="tqpixmap-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -265,7 +265,7 @@ path (e.g. the filename only) the relevant file must be found relative to the runtime working directory. <p> If the image needs to be modified to fit in a lower-resolution result (e.g. converting from 32-bit to 8-bit), use the <em>conversion_flags</em> to specify how you'd prefer this to happen. -<p> <p>See also <a href="ntqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>, <a href="#isNull">isNull</a>(), <a href="#load">load</a>(), <a href="#loadFromData">loadFromData</a>(), <a href="#save">save</a>(), and <a href="#imageFormat">imageFormat</a>(). +<p> <p>See also <a href="tqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>, <a href="#isNull">isNull</a>(), <a href="#load">load</a>(), <a href="#loadFromData">loadFromData</a>(), <a href="#save">save</a>(), and <a href="#imageFormat">imageFormat</a>(). <h3 class=fn><a name="TQPixmap-7"></a>TQPixmap::TQPixmap ( const char * xpm[] ) </h3> @@ -312,7 +312,7 @@ Destroys the pixmap. Converts image <em>img</em> and sets this pixmap. Returns TRUE if successful; otherwise returns FALSE. <p> The <em>conversion_flags</em> argument is a bitwise-OR of the -<a href="ntqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>. Passing 0 for <em>conversion_flags</em> +<a href="tqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>. Passing 0 for <em>conversion_flags</em> sets all the default options. <p> Note that even though a TQPixmap with depth 1 behaves much like a <a href="tqbitmap.html">TQBitmap</a>, <a href="#isTQBitmap">isTQBitmap</a>() returns FALSE. diff --git a/doc/html/tqpngimagepacker.html b/doc/html/tqpngimagepacker.html index 9eefd7e66..8b5012a66 100644 --- a/doc/html/tqpngimagepacker.html +++ b/doc/html/tqpngimagepacker.html @@ -60,7 +60,7 @@ using a <em>storage_depth</em> bit encoding (use 8 or 32, depending on the desired quality and compression requirements). <p> If the image needs to be modified to fit in a lower-resolution result (e.g. converting from 32-bit to 8-bit), use the <em>conversionflags</em> to specify how you'd prefer this to happen. -<p> <p>See also <a href="ntqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>. +<p> <p>See also <a href="tqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>. <h3 class=fn>bool <a name="packImage"></a>TQPNGImagePacker::packImage ( const <a href="tqimage.html">TQImage</a> & img ) </h3> diff --git a/doc/html/tqpoint-h.html b/doc/html/tqpoint-h.html index 21f4a5381..3d022e0cb 100644 --- a/doc/html/tqpoint-h.html +++ b/doc/html/tqpoint-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQPOINT_H #ifndef QT_H -#include "ntqwindowdefs.h" +#include "tqwindowdefs.h" #endif // QT_H @@ -251,7 +251,7 @@ inline const TQPoint operator/( const TQPoint &p, double c ) } #define Q_DEFINED_QPOINT -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQPOINT_H </pre> <!-- eof --> diff --git a/doc/html/tqpopupmenu.html b/doc/html/tqpopupmenu.html index 47698fc9f..f118950c8 100644 --- a/doc/html/tqpopupmenu.html +++ b/doc/html/tqpopupmenu.html @@ -712,11 +712,11 @@ Removes the menu item at position <em>index</em>. </h3> Sets the accelerator key for the menu item <em>id</em> to <em>key</em>. <p> An accelerator key consists of a key code and a combination of the -modifiers <a href="ntqt.html#Modifier-enum">SHIFT</a>, <a href="ntqt.html#Modifier-enum">CTRL</a>, <a href="ntqt.html#Modifier-enum">ALT</a> or <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a> (OR'ed or +modifiers <a href="tqt.html#Modifier-enum">SHIFT</a>, <a href="tqt.html#Modifier-enum">CTRL</a>, <a href="tqt.html#Modifier-enum">ALT</a> or <a href="tqt.html#Modifier-enum">UNICODE_ACCEL</a> (OR'ed or added). The header file <a href="tqnamespace-h.html">tqnamespace.h</a> contains a list of key codes. <p> Defining an accelerator key produces a text that is added to the -menu item; for instance, <a href="ntqt.html#Modifier-enum">CTRL</a> + <a href="ntqt.html#Key-enum">Key_O</a> produces "Ctrl+O". The +menu item; for instance, <a href="tqt.html#Modifier-enum">CTRL</a> + <a href="tqt.html#Key-enum">Key_O</a> produces "Ctrl+O". The text is formatted differently for different platforms. <p> Note that keyboard accelerators in TQt are not application-global, instead they are bound to a certain top-level window. For example, diff --git a/doc/html/tqptrlist-h.html b/doc/html/tqptrlist-h.html index 4a61f288f..0d47fcb80 100644 --- a/doc/html/tqptrlist-h.html +++ b/doc/html/tqptrlist-h.html @@ -222,7 +222,7 @@ public: }; #define Q_DEFINED_QPTRLIST -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQPTRLIST_H </pre> diff --git a/doc/html/tqptrvector-h.html b/doc/html/tqptrvector-h.html index e6762edcf..8b3f5ca0f 100644 --- a/doc/html/tqptrvector-h.html +++ b/doc/html/tqptrvector-h.html @@ -146,7 +146,7 @@ template<class type> inline void TQPtrVector<type>::deleteItem( TQPt } #define Q_DEFINED_QPTRVECTOR -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQPTRVECTOR_H </pre> <!-- eof --> diff --git a/doc/html/tqrect-h.html b/doc/html/tqrect-h.html index 72178f95d..ae1c3d1ff 100644 --- a/doc/html/tqrect-h.html +++ b/doc/html/tqrect-h.html @@ -308,7 +308,7 @@ inline bool TQRect::contains( int x, int y ) const y >= y1 && y <= y2; } #define Q_DEFINED_QRECT -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQRECT_H </pre> <!-- eof --> diff --git a/doc/html/tqrect.html b/doc/html/tqrect.html index 756cd18b1..9a22d6407 100644 --- a/doc/html/tqrect.html +++ b/doc/html/tqrect.html @@ -120,7 +120,7 @@ The TQRect class defines a rectangle in the plane. <p> A rectangle is internally represented as an upper-left corner and a bottom-right corner, but it is normally expressed as an upper-left corner and a size. -<p> The coordinate type is TQCOORD (defined in <a href="qwindowdefs-h.html">ntqwindowdefs.h</a> as <tt>int</tt>). The minimum value of TQCOORD is TQCOORD_MIN (-2147483648) and +<p> The coordinate type is TQCOORD (defined in <a href="tqwindowdefs-h.html">tqwindowdefs.h</a> as <tt>int</tt>). The minimum value of TQCOORD is TQCOORD_MIN (-2147483648) and the maximum value is TQCOORD_MAX (2147483647). <p> Note that the size (width and height) of a rectangle might be different from what you are used to. If the top-left corner and diff --git a/doc/html/tqregion-h.html b/doc/html/tqregion-h.html index 89d1a074c..0177acf4c 100644 --- a/doc/html/tqregion-h.html +++ b/doc/html/tqregion-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQREGION_H #ifndef QT_H -#include "ntqshared.h" +#include "tqshared.h" #include "tqrect.h" #endif // QT_H diff --git a/doc/html/tqscrollbar.html b/doc/html/tqscrollbar.html index e08d30862..fdb214fbc 100644 --- a/doc/html/tqscrollbar.html +++ b/doc/html/tqscrollbar.html @@ -173,22 +173,22 @@ constructor. <p> The <a href="#minValue-prop">minValue</a> defaults to 0, the <a href="#maxValue-prop">maxValue</a> to 99, with a <a href="#lineStep-prop">lineStep</a> size of 1 and a <a href="#pageStep-prop">pageStep</a> size of 10, and an initial <a href="#value-prop">value</a> of 0. -<h3 class=fn><a name="TQScrollBar-2"></a>TQScrollBar::TQScrollBar ( <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQScrollBar-2"></a>TQScrollBar::TQScrollBar ( <a href="tqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> Constructs a scroll bar. -<p> The <em>orientation</em> must be <a href="ntqt.html#Orientation-enum">TQt::Vertical</a> or <a href="ntqt.html#Orientation-enum">TQt::Horizontal</a>. +<p> The <em>orientation</em> must be <a href="tqt.html#Orientation-enum">TQt::Vertical</a> or <a href="tqt.html#Orientation-enum">TQt::Horizontal</a>. <p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a> constructor. <p> The <a href="#minValue-prop">minValue</a> defaults to 0, the <a href="#maxValue-prop">maxValue</a> to 99, with a <a href="#lineStep-prop">lineStep</a> size of 1 and a <a href="#pageStep-prop">pageStep</a> size of 10, and an initial <a href="#value-prop">value</a> of 0. -<h3 class=fn><a name="TQScrollBar-3"></a>TQScrollBar::TQScrollBar ( int minValue, int maxValue, int lineStep, int pageStep, int value, <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQScrollBar-3"></a>TQScrollBar::TQScrollBar ( int minValue, int maxValue, int lineStep, int pageStep, int value, <a href="tqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> Constructs a scroll bar whose value can never be smaller than <em>minValue</em> or greater than <em>maxValue</em>, whose line step size is <em>lineStep</em> and page step size is <em>pageStep</em> and whose value is initially <em>value</em> (which is guaranteed to be in range using <a href="tqrangecontrol.html#bound">bound</a>()). -<p> If <em>orientation</em> is <a href="ntqt.html#Orientation-enum">Vertical</a> the scroll bar is vertical and if -it is <a href="ntqt.html#Orientation-enum">Horizontal</a> the scroll bar is horizontal. +<p> If <em>orientation</em> is <a href="tqt.html#Orientation-enum">Vertical</a> the scroll bar is vertical and if +it is <a href="tqt.html#Orientation-enum">Horizontal</a> the scroll bar is horizontal. <p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a> constructor. @@ -225,7 +225,7 @@ or right. <p> This signal is emitted when the scroll bar scrolls one page down or right. -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQScrollBar::orientation () const +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQScrollBar::orientation () const </h3><p>Returns the orientation of the scroll bar. See the <a href="tqscrollbar.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>int <a name="pageStep"></a>TQScrollBar::pageStep () const @@ -252,7 +252,7 @@ See the <a href="tqscrollbar.html#maxValue-prop">"maxValue"</a> property for det <h3 class=fn>void <a name="setMinValue"></a>TQScrollBar::setMinValue ( int ) </h3><p>Sets the scroll bar's minimum value. See the <a href="tqscrollbar.html#minValue-prop">"minValue"</a> property for details. -<h3 class=fn>void <a name="setOrientation"></a>TQScrollBar::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setOrientation"></a>TQScrollBar::setOrientation ( <a href="tqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt> </h3><p>Sets the orientation of the scroll bar. See the <a href="tqscrollbar.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>void <a name="setPageStep"></a>TQScrollBar::setPageStep ( int ) @@ -342,9 +342,9 @@ adjusted if necessary to ensure that the range remains valid. <p> <p>See also <a href="tqrangecontrol.html#setRange">setRange</a>(). <p>Set this property's value with <a href="#setMinValue">setMinValue</a>() and get this property's value with <a href="#minValue">minValue</a>(). -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3> +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3> <p>This property holds the orientation of the scroll bar. -<p>The orientation must be <a href="ntqt.html#Orientation-enum">TQt::Vertical</a> (the default) or <a href="ntqt.html#Orientation-enum">TQt::Horizontal</a>. +<p>The orientation must be <a href="tqt.html#Orientation-enum">TQt::Vertical</a> (the default) or <a href="tqt.html#Orientation-enum">TQt::Horizontal</a>. <p>Set this property's value with <a href="#setOrientation">setOrientation</a>() and get this property's value with <a href="#orientation">orientation</a>(). <h3 class=fn>int <a name="pageStep-prop"></a>pageStep</h3> diff --git a/doc/html/tqscrollview.html b/doc/html/tqscrollview.html index 7b37b1c29..431a9efc6 100644 --- a/doc/html/tqscrollview.html +++ b/doc/html/tqscrollview.html @@ -276,19 +276,19 @@ the frame; everything else is covered up by the viewport, clipper or scroll bars. <p> When you construct a TQScrollView, some of the widget flags apply to the <a href="#viewport">viewport</a>() instead of being sent to the <a href="tqwidget.html">TQWidget</a> constructor -for the TQScrollView. This applies to <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a>, <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a>, and <a href="ntqt.html#WidgetFlags-enum">WPaintClever</a>. See <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a> for +for the TQScrollView. This applies to <a href="tqt.html#WidgetFlags-enum">WNoAutoErase</a>, <a href="tqt.html#WidgetFlags-enum">WStaticContents</a>, and <a href="tqt.html#WidgetFlags-enum">WPaintClever</a>. See <a href="tqt.html#WidgetFlags-enum">TQt::WidgetFlags</a> for documentation about these flags. Here are some examples: <p> <ul> <p> <li> An image-manipulation widget would use <tt>WNoAutoErase|WStaticContents</tt> because the widget draws all pixels itself, and when its size increases, it only needs a paint event for the new part because the old part remains unchanged. <p> <li> A scrolling game widget in which the background scrolls as the -characters move might use <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a> (in addition to <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a>) so that the window system background does not +characters move might use <a href="tqt.html#WidgetFlags-enum">WNoAutoErase</a> (in addition to <a href="tqt.html#WidgetFlags-enum">WStaticContents</a>) so that the window system background does not flash in and out during scrolling. -<p> <li> A word processing widget might use <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a> and repaint +<p> <li> A word processing widget might use <a href="tqt.html#WidgetFlags-enum">WNoAutoErase</a> and repaint itself line by line to get a less-flickery resizing. If the widget is in a mode in which no text justification can take place, it -might use <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a> too, so that it would only get a +might use <a href="tqt.html#WidgetFlags-enum">WStaticContents</a> too, so that it would only get a repaint for the newly visible parts. <p> </ul> <p> Child widgets may be moved using <a href="#addChild">addChild</a>() or <a href="#moveChild">moveChild</a>(). Use @@ -349,7 +349,7 @@ independent.) </h3> Constructs a TQScrollView called <em>name</em> with parent <em>parent</em> and widget flags <em>f</em>. -<p> The widget flags <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a>, <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a> and <a href="ntqt.html#WidgetFlags-enum">WPaintClever</a> are propagated to the <a href="#viewport">viewport</a>() widget. The other +<p> The widget flags <a href="tqt.html#WidgetFlags-enum">WStaticContents</a>, <a href="tqt.html#WidgetFlags-enum">WNoAutoErase</a> and <a href="tqt.html#WidgetFlags-enum">WPaintClever</a> are propagated to the <a href="#viewport">viewport</a>() widget. The other widget flags are propagated to the parent constructor as usual. <h3 class=fn><a name="~TQScrollView"></a>TQScrollView::~TQScrollView () diff --git a/doc/html/tqsessionmanager-h.html b/doc/html/tqsessionmanager-h.html index 9deeff6ab..85f1b014c 100644 --- a/doc/html/tqsessionmanager-h.html +++ b/doc/html/tqsessionmanager-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqobject.h" -#include "ntqwindowdefs.h" +#include "tqwindowdefs.h" #include "tqstring.h" #include "tqstringlist.h" #endif // QT_H diff --git a/doc/html/qshowevent-members.html b/doc/html/tqshowevent-members.html index 71709dacd..d38b68f0c 100644 --- a/doc/html/qshowevent-members.html +++ b/doc/html/tqshowevent-members.html @@ -32,10 +32,10 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQShowEvent</h1> <p>This is the complete list of member functions for -<a href="qshowevent.html">TQShowEvent</a>, including inherited members. +<a href="tqshowevent.html">TQShowEvent</a>, including inherited members. <ul> -<li><a href="qshowevent.html#TQShowEvent">TQShowEvent</a>() +<li><a href="tqshowevent.html#TQShowEvent">TQShowEvent</a>() <li><a href="tqevent.html#spontaneous">spontaneous</a>() <li><a href="tqevent.html#type">type</a>() </ul> diff --git a/doc/html/qshowevent.html b/doc/html/tqshowevent.html index 224d7a33f..65e42b86c 100644 --- a/doc/html/qshowevent.html +++ b/doc/html/tqshowevent.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="tqevent-h.html">tqevent.h</a>></tt> <p>Inherits <a href="tqevent.html">TQEvent</a>. -<p><a href="qshowevent-members.html">List of all member functions.</a> +<p><a href="tqshowevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQShowEvent"><b>TQShowEvent</b></a> ()</li> diff --git a/doc/html/tqsignal-h.html b/doc/html/tqsignal-h.html index 635541818..21dc9c8d6 100644 --- a/doc/html/tqsignal-h.html +++ b/doc/html/tqsignal-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQSIGNAL_H #ifndef QT_H -#include "ntqvariant.h" +#include "tqvariant.h" #include "tqobject.h" #endif // QT_H diff --git a/doc/html/tqsignal.html b/doc/html/tqsignal.html index fddf88485..4d4004273 100644 --- a/doc/html/tqsignal.html +++ b/doc/html/tqsignal.html @@ -61,7 +61,7 @@ to an outside object slot. This is how we have implemented signals in the <a href="tqmenudata.html">TQMenuData</a> class, which is not a TQObject. <p> In general, we recommend inheriting TQObject instead. TQObject provides much more functionality. -<p> You can set a single <a href="ntqvariant.html">TQVariant</a> parameter for the signal with +<p> You can set a single <a href="tqvariant.html">TQVariant</a> parameter for the signal with <a href="#setValue">setValue</a>(). <p> Note that TQObject is a <em>private</em> base class of TQSignal, i.e. you cannot call any TQObject member functions from a TQSignal object. @@ -121,7 +121,7 @@ with all TQObjects. <h3 class=fn>void <a name="activate"></a>TQSignal::activate () </h3> -<p> Emits the signal. If the platform supports <a href="ntqvariant.html">TQVariant</a> and a +<p> Emits the signal. If the platform supports <a href="tqvariant.html">TQVariant</a> and a parameter has been set with <a href="#setValue">setValue</a>(), this value is passed in the signal. @@ -135,11 +135,11 @@ Connects the signal to <em>member</em> in object <em>receiver</em>. Disonnects the signal from <em>member</em> in object <em>receiver</em>. <p> <p>See also <a href="#connect">connect</a>() and <a href="tqobject.html#disconnect">TQObject::disconnect</a>(). -<h3 class=fn>void <a name="setValue"></a>TQSignal::setValue ( const <a href="ntqvariant.html">TQVariant</a> & value ) +<h3 class=fn>void <a name="setValue"></a>TQSignal::setValue ( const <a href="tqvariant.html">TQVariant</a> & value ) </h3> Sets the signal's parameter to <em>value</em> -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="value"></a>TQSignal::value () const +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="value"></a>TQSignal::value () const </h3> Returns the signal's parameter diff --git a/doc/html/tqsize-h.html b/doc/html/tqsize-h.html index b1883f8f6..ec6ba3641 100644 --- a/doc/html/tqsize-h.html +++ b/doc/html/tqsize-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQSIZE_H #ifndef QT_H -#include "tqpoint.h" // ### change to ntqwindowdefs.h? +#include "tqpoint.h" // ### change to tqwindowdefs.h? #endif // QT_H class TQ_EXPORT TQSize diff --git a/doc/html/tqsize.html b/doc/html/tqsize.html index 6c46d4743..1f4a6c7dd 100644 --- a/doc/html/tqsize.html +++ b/doc/html/tqsize.html @@ -83,7 +83,7 @@ The TQSize class defines the size of a two-dimensional object. <p> <p> A size is specified by a width and a height. -<p> The coordinate type is TQCOORD (defined in <tt><ntqwindowdefs.h></tt> as <tt>int</tt>). +<p> The coordinate type is TQCOORD (defined in <tt><tqwindowdefs.h></tt> as <tt>int</tt>). The minimum value of TQCOORD is TQCOORD_MIN (-2147483648) and the maximum value is TQCOORD_MAX (2147483647). <p> The size can be set in the constructor and changed with <a href="#setWidth">setWidth</a>() diff --git a/doc/html/tqslider.html b/doc/html/tqslider.html index 7cfdf3f1e..10f18788b 100644 --- a/doc/html/tqslider.html +++ b/doc/html/tqslider.html @@ -144,19 +144,19 @@ Constructs a vertical slider. <p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a> constructor. -<h3 class=fn><a name="TQSlider-2"></a>TQSlider::TQSlider ( <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQSlider-2"></a>TQSlider::TQSlider ( <a href="tqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> Constructs a slider. -<p> The <em>orientation</em> must be <a href="ntqt.html#Orientation-enum">TQt::Vertical</a> or <a href="ntqt.html#Orientation-enum">TQt::Horizontal</a>. +<p> The <em>orientation</em> must be <a href="tqt.html#Orientation-enum">TQt::Vertical</a> or <a href="tqt.html#Orientation-enum">TQt::Horizontal</a>. <p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a> constructor. -<h3 class=fn><a name="TQSlider-3"></a>TQSlider::TQSlider ( int minValue, int maxValue, int pageStep, int value, <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQSlider-3"></a>TQSlider::TQSlider ( int minValue, int maxValue, int pageStep, int value, <a href="tqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> Constructs a slider whose value can never be smaller than <em>minValue</em> or greater than <em>maxValue</em>, whose page step size is <em>pageStep</em> and whose value is initially <em>value</em> (which is guaranteed to be in range using <a href="tqrangecontrol.html#bound">bound</a>()). -<p> If <em>orientation</em> is <a href="ntqt.html#Orientation-enum">TQt::Vertical</a> the slider is vertical and if it -is <a href="ntqt.html#Orientation-enum">TQt::Horizontal</a> the slider is horizontal. +<p> If <em>orientation</em> is <a href="tqt.html#Orientation-enum">TQt::Vertical</a> the slider is vertical and if it +is <a href="tqt.html#Orientation-enum">TQt::Horizontal</a> the slider is horizontal. <p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a> constructor. @@ -177,7 +177,7 @@ See the <a href="tqslider.html#maxValue-prop">"maxValue"</a> property for detail <h3 class=fn>int <a name="minValue"></a>TQSlider::minValue () const </h3><p>Returns the current minimum value of the slider. See the <a href="tqslider.html#minValue-prop">"minValue"</a> property for details. -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQSlider::orientation () const +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQSlider::orientation () const </h3><p>Returns the slider's orientation. See the <a href="tqslider.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>int <a name="pageStep"></a>TQSlider::pageStep () const @@ -197,7 +197,7 @@ See the <a href="tqslider.html#maxValue-prop">"maxValue"</a> property for detail <h3 class=fn>void <a name="setMinValue"></a>TQSlider::setMinValue ( int ) </h3><p>Sets the current minimum value of the slider. See the <a href="tqslider.html#minValue-prop">"minValue"</a> property for details. -<h3 class=fn>void <a name="setOrientation"></a>TQSlider::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setOrientation"></a>TQSlider::setOrientation ( <a href="tqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt> </h3><p>Sets the slider's orientation. See the <a href="tqslider.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>void <a name="setPageStep"></a>TQSlider::setPageStep ( int ) @@ -313,9 +313,9 @@ if necessary, to ensure that the range remains valid. <p> <p>See also <a href="tqrangecontrol.html#setRange">setRange</a>(). <p>Set this property's value with <a href="#setMinValue">setMinValue</a>() and get this property's value with <a href="#minValue">minValue</a>(). -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3> +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3> <p>This property holds the slider's orientation. -<p>The orientation must be <a href="ntqt.html#Orientation-enum">TQt::Vertical</a> (the default) or <a href="ntqt.html#Orientation-enum">TQt::Horizontal</a>. +<p>The orientation must be <a href="tqt.html#Orientation-enum">TQt::Vertical</a> (the default) or <a href="tqt.html#Orientation-enum">TQt::Horizontal</a>. <p>Set this property's value with <a href="#setOrientation">setOrientation</a>() and get this property's value with <a href="#orientation">orientation</a>(). <h3 class=fn>int <a name="pageStep-prop"></a>pageStep</h3> diff --git a/doc/html/qsound-h.html b/doc/html/tqsound-h.html index 37a607bea..8bc83959a 100644 --- a/doc/html/qsound-h.html +++ b/doc/html/tqsound-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqsound.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqsound.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqsound.h Include File</title> +<title>tqsound.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqsound.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqsound.h</h1> -<p>This is the verbatim text of the ntqsound.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqsound.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqsound.h 3.3.8 edited Jan 11 14:46 $ +** $Id: qt/tqsound.h 3.3.8 edited Jan 11 14:46 $ ** ** Definition of TQSound class and TQAuServer internal class ** diff --git a/doc/html/qsound-members.html b/doc/html/tqsound-members.html index caceaefe6..ca05fd824 100644 --- a/doc/html/qsound-members.html +++ b/doc/html/tqsound-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqsound.h:48 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqsound.h:48 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,12 +32,12 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQSound</h1> <p>This is the complete list of member functions for -<a href="ntqsound.html">TQSound</a>, including inherited members. +<a href="tqsound.html">TQSound</a>, including inherited members. <ul> -<li><a href="ntqsound.html#TQSound">TQSound</a>() -<li><a href="ntqsound.html#~TQSound">~TQSound</a>() -<li><a href="ntqsound.html#available">available</a>() +<li><a href="tqsound.html#TQSound">TQSound</a>() +<li><a href="tqsound.html#~TQSound">~TQSound</a>() +<li><a href="tqsound.html#available">available</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() @@ -55,36 +55,36 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="tqobject.html#event">event</a>() <li><a href="tqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqsound.html#fileName">fileName</a>() +<li><a href="tqsound.html#fileName">fileName</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="tqobject.html#inherits">inherits</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="tqobject.html#isA">isA</a>() -<li><a href="ntqsound.html#isAvailable">isAvailable</a>() -<li><a href="ntqsound.html#isFinished">isFinished</a>() +<li><a href="tqsound.html#isAvailable">isAvailable</a>() +<li><a href="tqsound.html#isFinished">isFinished</a>() <li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="tqobject.html#killTimer">killTimer</a>() <li><a href="tqobject.html#killTimers">killTimers</a>() -<li><a href="ntqsound.html#loops">loops</a>() -<li><a href="ntqsound.html#loopsRemaining">loopsRemaining</a>() +<li><a href="tqsound.html#loops">loops</a>() +<li><a href="tqsound.html#loopsRemaining">loopsRemaining</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="tqobject.html#parent">parent</a>() -<li><a href="ntqsound.html#play">play</a>() +<li><a href="tqsound.html#play">play</a>() <li><a href="tqobject.html#property">property</a>() <li><a href="tqobject.html#queryList">queryList</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="tqobject.html#sender">sender</a>() -<li><a href="ntqsound.html#setLoops">setLoops</a>() +<li><a href="tqsound.html#setLoops">setLoops</a>() <li><a href="tqobject.html#setName">setName</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() -<li><a href="ntqsound.html#stop">stop</a>() +<li><a href="tqsound.html#stop">stop</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() diff --git a/doc/html/ntqsound.html b/doc/html/tqsound.html index f07a259ea..5fce279ff 100644 --- a/doc/html/ntqsound.html +++ b/doc/html/tqsound.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qsound.cpp:97 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqsound.cpp:97 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQSound class provides access to the platform audio facilities. <a href="#details">More...</a> -<p><tt>#include <<a href="qsound-h.html">ntqsound.h</a>></tt> +<p><tt>#include <<a href="tqsound-h.html">tqsound.h</a>></tt> <p>Inherits <a href="tqobject.html">TQObject</a>. -<p><a href="qsound-members.html">List of all member functions.</a> +<p><a href="tqsound-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQSound"><b>TQSound</b></a> ( const TQString & filename, TQObject * parent = 0, const char * name = 0 )</li> diff --git a/doc/html/qsplashscreen-h.html b/doc/html/tqsplashscreen-h.html index 64850a9ec..e4f73f960 100644 --- a/doc/html/qsplashscreen-h.html +++ b/doc/html/tqsplashscreen-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqsplashscreen.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqsplashscreen.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqsplashscreen.h Include File</title> +<title>tqsplashscreen.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqsplashscreen.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqsplashscreen.h</h1> -<p>This is the verbatim text of the ntqsplashscreen.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqsplashscreen.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqsplashscreen.h 3.3.8 edited Jan 11 14:46 $ +** $Id: qt/tqsplashscreen.h 3.3.8 edited Jan 11 14:46 $ ** ** Definition of TQSplashScreen class ** diff --git a/doc/html/qsplashscreen-members.html b/doc/html/tqsplashscreen-members.html index bb2600663..ad9120306 100644 --- a/doc/html/qsplashscreen-members.html +++ b/doc/html/tqsplashscreen-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqsplashscreen.h:47 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqsplashscreen.h:47 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,11 +32,11 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQSplashScreen</h1> <p>This is the complete list of member functions for -<a href="ntqsplashscreen.html">TQSplashScreen</a>, including inherited members. +<a href="tqsplashscreen.html">TQSplashScreen</a>, including inherited members. <ul> -<li><a href="ntqsplashscreen.html#TQSplashScreen">TQSplashScreen</a>() -<li><a href="ntqsplashscreen.html#~TQSplashScreen">~TQSplashScreen</a>() +<li><a href="tqsplashscreen.html#TQSplashScreen">TQSplashScreen</a>() +<li><a href="tqsplashscreen.html#~TQSplashScreen">~TQSplashScreen</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() @@ -56,7 +56,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() <li><a href="tqobject.html#className">className</a>() -<li><a href="ntqsplashscreen.html#clear">clear</a>() +<li><a href="tqsplashscreen.html#clear">clear</a>() <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() -<li><a href="ntqsplashscreen.html#drawContents">drawContents</a>() +<li><a href="tqsplashscreen.html#drawContents">drawContents</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -94,7 +94,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#event">event</a>() <li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="tqwidget.html#find">find</a>() -<li><a href="ntqsplashscreen.html#finish">finish</a>() +<li><a href="tqsplashscreen.html#finish">finish</a>() <li><a href="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() <li><a href="tqwidget.html#focusNextPrevChild">focusNextPrevChild</a>() @@ -172,8 +172,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqsplashscreen.html#message">message</a>() -<li><a href="ntqsplashscreen.html#messageChanged">messageChanged</a>() +<li><a href="tqsplashscreen.html#message">message</a>() +<li><a href="tqsplashscreen.html#messageChanged">messageChanged</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() @@ -203,7 +203,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() <li><a href="tqobject.html#parent">parent</a>() <li><a href="tqwidget.html#parentWidget">parentWidget</a>() -<li><a href="ntqsplashscreen.html#pixmap">pixmap</a>() +<li><a href="tqsplashscreen.html#pixmap">pixmap</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() <li><a href="tqobject.html#property">property</a>() @@ -215,7 +215,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqsplashscreen.html#repaint">repaint</a>() +<li><a href="tqsplashscreen.html#repaint">repaint</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="tqwidget.html#resize">resize</a>() @@ -263,7 +263,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqsplashscreen.html#setPixmap">setPixmap</a>() +<li><a href="tqsplashscreen.html#setPixmap">setPixmap</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() diff --git a/doc/html/ntqsplashscreen.html b/doc/html/tqsplashscreen.html index ad1118354..dcb18b968 100644 --- a/doc/html/ntqsplashscreen.html +++ b/doc/html/tqsplashscreen.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qsplashscreen.cpp:53 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqsplashscreen.cpp:53 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,9 +34,9 @@ body { background: #ffffff; color: black; } <p>The TQSplashScreen widget provides a splash screen that can be shown during application startup. <a href="#details">More...</a> -<p><tt>#include <<a href="qsplashscreen-h.html">ntqsplashscreen.h</a>></tt> +<p><tt>#include <<a href="tqsplashscreen-h.html">tqsplashscreen.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. -<p><a href="qsplashscreen-members.html">List of all member functions.</a> +<p><a href="tqsplashscreen-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQSplashScreen"><b>TQSplashScreen</b></a> ( const TQPixmap & pixmap = TQPixmap ( ), WFlags f = 0 )</li> @@ -72,7 +72,7 @@ applications that have long start up times (e.g. database or networking applications that take time to establish connections) to provide the user with feedback that the application is loading. <p> The splash screen appears centered on the screen. It may be useful to add -the <a href="ntqt.html#WidgetFlags-enum">WStyle_StaysOnTop</a> if you desire to keep above all the windows in the +the <a href="tqt.html#WidgetFlags-enum">WStyle_StaysOnTop</a> if you desire to keep above all the windows in the GUI. <p> Some X11 window managers do not support the "stays on top" flag. A solution is to set up a timer that periodically calls <a href="tqwidget.html#raise">raise</a>() on @@ -127,7 +127,7 @@ call <a href="ntqapplication.html#processEvents">TQApplication::processEvents</a </h3> Construct a splash screen that will display the <em>pixmap</em>. <p> There should be no need to set the widget flags, <em>f</em>, except -perhaps <a href="ntqt.html#WidgetFlags-enum">WDestructiveClose</a> or <a href="ntqt.html#WidgetFlags-enum">WStyle_StaysOnTop</a>. +perhaps <a href="tqt.html#WidgetFlags-enum">WDestructiveClose</a> or <a href="tqt.html#WidgetFlags-enum">WStyle_StaysOnTop</a>. <h3 class=fn><a name="~TQSplashScreen"></a>TQSplashScreen::~TQSplashScreen ()<tt> [virtual]</tt> </h3> @@ -153,7 +153,7 @@ before calling <a href="tqwidget.html#close">close</a>() on itself. <h3 class=fn>void <a name="message"></a>TQSplashScreen::message ( const <a href="tqstring.html">TQString</a> & message, int alignment = AlignLeft, const <a href="tqcolor.html">TQColor</a> & color = black )<tt> [slot]</tt> </h3> Draws the <em>message</em> text onto the splash screen with color <em>color</em> and aligns the text according to the flags in <em>alignment</em>. -<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> and <a href="#clear">clear</a>(). +<p> <p>See also <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> and <a href="#clear">clear</a>(). <h3 class=fn>void <a name="messageChanged"></a>TQSplashScreen::messageChanged ( const <a href="tqstring.html">TQString</a> & message )<tt> [signal]</tt> </h3> diff --git a/doc/html/qsplitter-h.html b/doc/html/tqsplitter-h.html index b4859fd1f..d7dc8364b 100644 --- a/doc/html/qsplitter-h.html +++ b/doc/html/tqsplitter-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqsplitter.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqsplitter.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqsplitter.h Include File</title> +<title>tqsplitter.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqsplitter.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqsplitter.h</h1> -<p>This is the verbatim text of the ntqsplitter.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqsplitter.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqsplitter.h 3.3.8 edited Jan 11 14:39 $ +** $Id: qt/tqsplitter.h 3.3.8 edited Jan 11 14:39 $ ** ** Definition of TQSplitter class ** diff --git a/doc/html/qsplitter-m.png b/doc/html/tqsplitter-m.png Binary files differindex 732ec7a50..732ec7a50 100644 --- a/doc/html/qsplitter-m.png +++ b/doc/html/tqsplitter-m.png diff --git a/doc/html/qsplitter-members.html b/doc/html/tqsplitter-members.html index d7eccb4d0..d1284e941 100644 --- a/doc/html/qsplitter-members.html +++ b/doc/html/tqsplitter-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqsplitter.h:53 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqsplitter.h:53 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,13 +32,13 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQSplitter</h1> <p>This is the complete list of member functions for -<a href="ntqsplitter.html">TQSplitter</a>, including inherited members. +<a href="tqsplitter.html">TQSplitter</a>, including inherited members. <ul> -<li><a href="ntqsplitter.html#TQSplitter">TQSplitter</a>() -<li><a href="ntqsplitter.html#~TQSplitter">~TQSplitter</a>() +<li><a href="tqsplitter.html#TQSplitter">TQSplitter</a>() +<li><a href="tqsplitter.html#~TQSplitter">~TQSplitter</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() -<li><a href="ntqsplitter.html#adjustPos">adjustPos</a>() +<li><a href="tqsplitter.html#adjustPos">adjustPos</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() @@ -52,9 +52,9 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() <li><a href="tqwidget.html#childAt">childAt</a>() -<li><a href="ntqsplitter.html#childEvent">childEvent</a>() +<li><a href="tqsplitter.html#childEvent">childEvent</a>() <li><a href="tqobject.html#children">children</a>() -<li><a href="ntqsplitter.html#childrenCollapsible">childrenCollapsible</a>() +<li><a href="tqsplitter.html#childrenCollapsible">childrenCollapsible</a>() <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() <li><a href="tqobject.html#className">className</a>() @@ -85,7 +85,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="tqframe.html#drawContents">drawContents</a>() <li><a href="tqframe.html#drawFrame">drawFrame</a>() -<li><a href="ntqsplitter.html#drawSplitter">drawSplitter</a>() +<li><a href="tqsplitter.html#drawSplitter">drawSplitter</a>() <li><a href="tqwidget.html#drawText">drawText</a>() <li><a href="tqwidget.html#dropEvent">dropEvent</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() @@ -119,12 +119,12 @@ body { background: #ffffff; color: black; } <li><a href="tqframe.html#frameStyle">frameStyle</a>() <li><a href="tqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() -<li><a href="ntqsplitter.html#getRange">getRange</a>() +<li><a href="tqsplitter.html#getRange">getRange</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() <li><a href="tqpaintdevice.html#handle">handle</a>() -<li><a href="ntqsplitter.html#handleWidth">handleWidth</a>() +<li><a href="tqsplitter.html#handleWidth">handleWidth</a>() <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() @@ -136,7 +136,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#icon">icon</a>() <li><a href="tqwidget.html#iconText">iconText</a>() <li><a href="tqwidget.html#iconify">iconify</a>() -<li><a href="ntqsplitter.html#idAfter">idAfter</a>() +<li><a href="tqsplitter.html#idAfter">idAfter</a>() <li><a href="tqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="tqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() @@ -201,14 +201,14 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="tqwidget.html#move">move</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqsplitter.html#moveSplitter">moveSplitter</a>() -<li><a href="ntqsplitter.html#moveToFirst">moveToFirst</a>() -<li><a href="ntqsplitter.html#moveToLast">moveToLast</a>() +<li><a href="tqsplitter.html#moveSplitter">moveSplitter</a>() +<li><a href="tqsplitter.html#moveToFirst">moveToFirst</a>() +<li><a href="tqsplitter.html#moveToLast">moveToLast</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqsplitter.html#opaqueResize">opaqueResize</a>() -<li><a href="ntqsplitter.html#orientation">orientation</a>() +<li><a href="tqsplitter.html#opaqueResize">opaqueResize</a>() +<li><a href="tqsplitter.html#orientation">orientation</a>() <li><a href="tqwidget.html#ownCursor">ownCursor</a>() <li><a href="tqwidget.html#ownFont">ownFont</a>() <li><a href="tqwidget.html#ownPalette">ownPalette</a>() @@ -228,7 +228,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqsplitter.html#refresh">refresh</a>() +<li><a href="tqsplitter.html#refresh">refresh</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() @@ -249,8 +249,8 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() -<li><a href="ntqsplitter.html#setChildrenCollapsible">setChildrenCollapsible</a>() -<li><a href="ntqsplitter.html#setCollapsible">setCollapsible</a>() +<li><a href="tqsplitter.html#setChildrenCollapsible">setChildrenCollapsible</a>() +<li><a href="tqsplitter.html#setCollapsible">setCollapsible</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() @@ -268,7 +268,7 @@ body { background: #ffffff; color: black; } <li><a href="tqframe.html#setFrameShape">setFrameShape</a>() <li><a href="tqframe.html#setFrameStyle">setFrameStyle</a>() <li><a href="tqwidget.html#setGeometry">setGeometry</a>() -<li><a href="ntqsplitter.html#setHandleWidth">setHandleWidth</a>() +<li><a href="tqsplitter.html#setHandleWidth">setHandleWidth</a>() <li><a href="tqwidget.html#setHidden">setHidden</a>() <li><a href="tqwidget.html#setIcon">setIcon</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() @@ -287,19 +287,19 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="tqobject.html#setName">setName</a>() -<li><a href="ntqsplitter.html#setOpaqueResize">setOpaqueResize</a>() -<li><a href="ntqsplitter.html#setOrientation">setOrientation</a>() +<li><a href="tqsplitter.html#setOpaqueResize">setOpaqueResize</a>() +<li><a href="tqsplitter.html#setOrientation">setOrientation</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqsplitter.html#setResizeMode">setResizeMode</a>() -<li><a href="ntqsplitter.html#setRubberband">setRubberband</a>() +<li><a href="tqsplitter.html#setResizeMode">setResizeMode</a>() +<li><a href="tqsplitter.html#setRubberband">setRubberband</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() -<li><a href="ntqsplitter.html#setSizes">setSizes</a>() +<li><a href="tqsplitter.html#setSizes">setSizes</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() @@ -317,7 +317,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#sizeHint">sizeHint</a>() <li><a href="tqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="tqwidget.html#sizePolicy">sizePolicy</a>() -<li><a href="ntqsplitter.html#sizes">sizes</a>() +<li><a href="tqsplitter.html#sizes">sizes</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="tqwidget.html#style">style</a>() diff --git a/doc/html/qsplitter-w.png b/doc/html/tqsplitter-w.png Binary files differindex 57199123a..57199123a 100644 --- a/doc/html/qsplitter-w.png +++ b/doc/html/tqsplitter-w.png diff --git a/doc/html/ntqsplitter.html b/doc/html/tqsplitter.html index 269298040..03794082a 100644 --- a/doc/html/ntqsplitter.html +++ b/doc/html/tqsplitter.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qsplitter.cpp:220 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqsplitter.cpp:220 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQSplitter class implements a splitter widget. <a href="#details">More...</a> -<p><tt>#include <<a href="qsplitter-h.html">ntqsplitter.h</a>></tt> +<p><tt>#include <<a href="tqsplitter-h.html">tqsplitter.h</a>></tt> <p>Inherits <a href="tqframe.html">TQFrame</a>. -<p><a href="qsplitter-members.html">List of all member functions.</a> +<p><a href="tqsplitter-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>enum <a href="#ResizeMode-enum"><b>ResizeMode</b></a> { Stretch, KeepSize, FollowSizeHint, Auto }</li> @@ -116,7 +116,7 @@ sizes set by the user. other children. It will be reinstated when you <a href="tqwidget.html#show">show</a>() it again. It is also possible to reorder the widgets within the splitter using <a href="#moveToFirst">moveToFirst</a>() and <a href="#moveToLast">moveToLast</a>(). -<p> <img src=qsplitter-m.png> <img src=qsplitter-w.png> +<p> <img src=tqsplitter-m.png> <img src=tqsplitter-w.png> <p> <p>See also <a href="tqtabbar.html">TQTabBar</a> and <a href="organizers.html">Organizers</a>. <hr><h2>Member Type Documentation</h2> @@ -140,7 +140,7 @@ widget's size hint changes. Constructs a horizontal splitter with the <em>parent</em> and <em>name</em> arguments being passed on to the <a href="tqframe.html">TQFrame</a> constructor. -<h3 class=fn><a name="TQSplitter-2"></a>TQSplitter::TQSplitter ( <a href="ntqt.html#Orientation-enum">Orientation</a> o, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQSplitter-2"></a>TQSplitter::TQSplitter ( <a href="tqt.html#Orientation-enum">Orientation</a> o, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a splitter with orientation <em>o</em> with the <em>parent</em> and <em>name</em> arguments being passed on to the <a href="tqframe.html">TQFrame</a> constructor. @@ -163,7 +163,7 @@ been inserted or removed. <p>Reimplemented from <a href="tqobject.html#childEvent">TQObject</a>. <h3 class=fn>bool <a name="childrenCollapsible"></a>TQSplitter::childrenCollapsible () const </h3><p>Returns TRUE if child widgets can be resized down to size 0 by the user; otherwise returns FALSE. -See the <a href="ntqsplitter.html#childrenCollapsible-prop">"childrenCollapsible"</a> property for details. +See the <a href="tqsplitter.html#childrenCollapsible-prop">"childrenCollapsible"</a> property for details. <h3 class=fn>void <a name="drawSplitter"></a>TQSplitter::drawSplitter ( <a href="tqpainter.html">TQPainter</a> * p, TQCOORD x, TQCOORD y, TQCOORD w, TQCOORD h )<tt> [virtual protected]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. @@ -179,7 +179,7 @@ and <em>*max</em> if <em>min</em> and <em>max</em> are not 0. <h3 class=fn>int <a name="handleWidth"></a>TQSplitter::handleWidth () const </h3><p>Returns the width of the splitter handle. -See the <a href="ntqsplitter.html#handleWidth-prop">"handleWidth"</a> property for details. +See the <a href="tqsplitter.html#handleWidth-prop">"handleWidth"</a> property for details. <h3 class=fn>int <a name="idAfter"></a>TQSplitter::idAfter ( <a href="tqwidget.html">TQWidget</a> * w ) const<tt> [protected]</tt> </h3> Returns the ID of the widget to the right of or below the widget @@ -207,10 +207,10 @@ Moves widget <em>w</em> to the rightmost/bottom position. <h3 class=fn>bool <a name="opaqueResize"></a>TQSplitter::opaqueResize () const </h3><p>Returns TRUE if resizing is opaque; otherwise returns FALSE. -See the <a href="ntqsplitter.html#opaqueResize-prop">"opaqueResize"</a> property for details. -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQSplitter::orientation () const +See the <a href="tqsplitter.html#opaqueResize-prop">"opaqueResize"</a> property for details. +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQSplitter::orientation () const </h3><p>Returns the orientation of the splitter. -See the <a href="ntqsplitter.html#orientation-prop">"orientation"</a> property for details. +See the <a href="tqsplitter.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>void <a name="refresh"></a>TQSplitter::refresh () </h3> @@ -219,7 +219,7 @@ function. <h3 class=fn>void <a name="setChildrenCollapsible"></a>TQSplitter::setChildrenCollapsible ( bool ) </h3><p>Sets whether child widgets can be resized down to size 0 by the user. -See the <a href="ntqsplitter.html#childrenCollapsible-prop">"childrenCollapsible"</a> property for details. +See the <a href="tqsplitter.html#childrenCollapsible-prop">"childrenCollapsible"</a> property for details. <h3 class=fn>void <a name="setCollapsible"></a>TQSplitter::setCollapsible ( <a href="tqwidget.html">TQWidget</a> * w, bool collapse ) </h3> Sets whether the child widget <em>w</em> is collapsible to <em>collapse</em>. @@ -232,14 +232,14 @@ all the widgets in the splitter by setting the <a href="#childrenCollapsible-pro <h3 class=fn>void <a name="setHandleWidth"></a>TQSplitter::setHandleWidth ( int ) </h3><p>Sets the width of the splitter handle. -See the <a href="ntqsplitter.html#handleWidth-prop">"handleWidth"</a> property for details. +See the <a href="tqsplitter.html#handleWidth-prop">"handleWidth"</a> property for details. <h3 class=fn>void <a name="setOpaqueResize"></a>TQSplitter::setOpaqueResize ( bool = TRUE )<tt> [virtual]</tt> </h3><p>Sets whether resizing is opaque. -See the <a href="ntqsplitter.html#opaqueResize-prop">"opaqueResize"</a> property for details. -<h3 class=fn>void <a name="setOrientation"></a>TQSplitter::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt> +See the <a href="tqsplitter.html#opaqueResize-prop">"opaqueResize"</a> property for details. +<h3 class=fn>void <a name="setOrientation"></a>TQSplitter::setOrientation ( <a href="tqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt> </h3><p>Sets the orientation of the splitter. -See the <a href="ntqsplitter.html#orientation-prop">"orientation"</a> property for details. -<h3 class=fn>void <a name="setResizeMode"></a>TQSplitter::setResizeMode ( <a href="tqwidget.html">TQWidget</a> * w, <a href="ntqsplitter.html#ResizeMode-enum">ResizeMode</a> mode )<tt> [virtual]</tt> +See the <a href="tqsplitter.html#orientation-prop">"orientation"</a> property for details. +<h3 class=fn>void <a name="setResizeMode"></a>TQSplitter::setResizeMode ( <a href="tqwidget.html">TQWidget</a> * w, <a href="tqsplitter.html#ResizeMode-enum">ResizeMode</a> mode )<tt> [virtual]</tt> </h3> Sets resize mode of widget <em>w</em> to <em>mode</em>. (The default is <a href="#ResizeMode-enum">Auto</a>.) @@ -301,22 +301,22 @@ and disable the collapsing of individual children; see <p>Opaque resizing is off by default. <p>Set this property's value with <a href="#setOpaqueResize">setOpaqueResize</a>() and get this property's value with <a href="#opaqueResize">opaqueResize</a>(). -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3> +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3> <p>This property holds the orientation of the splitter. <p>By default the orientation is horizontal (the widgets are side by -side). The possible orientations are <a href="ntqt.html#Orientation-enum">Horizontal</a> and -<a href="ntqt.html#Orientation-enum">Vertical</a>. +side). The possible orientations are <a href="tqt.html#Orientation-enum">Horizontal</a> and +<a href="tqt.html#Orientation-enum">Vertical</a>. <p>Set this property's value with <a href="#setOrientation">setOrientation</a>() and get this property's value with <a href="#orientation">orientation</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqtextstream.html">TQTextStream</a> & ts, const <a href="ntqsplitter.html">TQSplitter</a> & splitter ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqtextstream.html">TQTextStream</a> & ts, const <a href="tqsplitter.html">TQSplitter</a> & splitter ) </h3> <p> Writes the sizes and the hidden state of the widgets in the splitter <em>splitter</em> to the text stream <em>ts</em>. <p> <p>See also <a href="#operator-gt-gt">operator>></a>(), <a href="#sizes">sizes</a>(), and <a href="tqwidget.html#hidden-prop">TQWidget::hidden</a>. -<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqtextstream.html">TQTextStream</a> & ts, <a href="ntqsplitter.html">TQSplitter</a> & splitter ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqtextstream.html">TQTextStream</a> & ts, <a href="tqsplitter.html">TQSplitter</a> & splitter ) </h3> <p> Reads the sizes and the hidden state of the widgets in the diff --git a/doc/html/tqsqlcursor.html b/doc/html/tqsqlcursor.html index e10c52c05..3a6657f38 100644 --- a/doc/html/tqsqlcursor.html +++ b/doc/html/tqsqlcursor.html @@ -251,13 +251,13 @@ Destroys the object and frees any allocated resources. Append a copy of field <em>fieldInfo</em> to the end of the cursor. Note that all references to the cursor edit buffer become invalidated. -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="calculateField"></a>TQSqlCursor::calculateField ( const <a href="tqstring.html">TQString</a> & name )<tt> [virtual protected]</tt> +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="calculateField"></a>TQSqlCursor::calculateField ( const <a href="tqstring.html">TQString</a> & name )<tt> [virtual protected]</tt> </h3> Protected virtual function which is called whenever a field needs to be calculated. If calculated fields are being used, derived classes must reimplement this function and return the appropriate value for field <em>name</em>. The default implementation returns an -invalid <a href="ntqvariant.html">TQVariant</a>. +invalid <a href="tqvariant.html">TQVariant</a>. <p> <p>See also <a href="#setCalculated">setCalculated</a>(). <p>Examples: <a href="sql.html#x2259">sql/overview/subclass3/main.cpp</a> and <a href="sql.html#x2263">sql/overview/subclass4/main.cpp</a>. @@ -584,7 +584,7 @@ used for the ORDER BY clause, <tt>ORDER BY id</tt> in this example. Sets field <em>name</em> to <em>calculated</em>. If the field <em>name</em> does not exist, nothing happens. The value of a calculated field is set by the <a href="#calculateField">calculateField</a>() virtual function which you must reimplement -(or the field value will be an invalid <a href="ntqvariant.html">TQVariant</a>). Calculated +(or the field value will be an invalid <a href="tqvariant.html">TQVariant</a>). Calculated fields do not appear in generated SQL statements sent to the database. <p> <p>See also <a href="#calculateField">calculateField</a>() and <a href="tqsqlrecord.html#setGenerated">TQSqlRecord::setGenerated</a>(). @@ -658,7 +658,7 @@ specify a sort. Sets field <em>name</em>'s trimmed status to <em>trim</em>. If the field <em>name</em> does not exist, nothing happens. <p> When a trimmed field of type string or cstring is read from the database any trailing (right-most) spaces are removed. -<p> <p>See also <a href="#isTrimmed">isTrimmed</a>() and <a href="ntqvariant.html">TQVariant</a>. +<p> <p>See also <a href="#isTrimmed">isTrimmed</a>() and <a href="tqvariant.html">TQVariant</a>. <h3 class=fn><a href="tqsqlindex.html">TQSqlIndex</a> <a name="sort"></a>TQSqlCursor::sort () const </h3> diff --git a/doc/html/tqsqldriver.html b/doc/html/tqsqldriver.html index 573cce6c1..f6323a299 100644 --- a/doc/html/tqsqldriver.html +++ b/doc/html/tqsqldriver.html @@ -162,7 +162,7 @@ fields, the value is formatted as a hexadecimal string. <p> <li> For any other field type toString() will be called on its value and the result returned. <p> </ul> -<p> <p>See also <a href="ntqvariant.html#toString">TQVariant::toString</a>(). +<p> <p>See also <a href="tqvariant.html#toString">TQVariant::toString</a>(). <p> <h3 class=fn>bool <a name="hasFeature"></a>TQSqlDriver::hasFeature ( <a href="tqsqldriver.html#DriverFeature-enum">DriverFeature</a> f ) const<tt> [pure virtual]</tt> diff --git a/doc/html/tqsqleditorfactory.html b/doc/html/tqsqleditorfactory.html index b49dad5fe..4e10ee227 100644 --- a/doc/html/tqsqleditorfactory.html +++ b/doc/html/tqsqleditorfactory.html @@ -75,9 +75,9 @@ Constructs a SQL editor factory with parent <em>parent</em>, called <em>name</em </h3> Destroys the object and frees any allocated resources. -<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="createEditor"></a>TQSqlEditorFactory::createEditor ( <a href="tqwidget.html">TQWidget</a> * parent, const <a href="ntqvariant.html">TQVariant</a> & variant )<tt> [virtual]</tt> +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="createEditor"></a>TQSqlEditorFactory::createEditor ( <a href="tqwidget.html">TQWidget</a> * parent, const <a href="tqvariant.html">TQVariant</a> & variant )<tt> [virtual]</tt> </h3> -Creates and returns the appropriate editor widget for the <a href="ntqvariant.html">TQVariant</a> +Creates and returns the appropriate editor widget for the <a href="tqvariant.html">TQVariant</a> <em>variant</em>. <p> The widget that is returned has the parent <em>parent</em> (which may be zero). If <em>variant</em> is invalid, 0 is returned. diff --git a/doc/html/tqsqlfield-h.html b/doc/html/tqsqlfield-h.html index f387ea513..89fa1c05b 100644 --- a/doc/html/tqsqlfield-h.html +++ b/doc/html/tqsqlfield-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqstring.h" -#include "ntqvariant.h" +#include "tqvariant.h" #endif // QT_H #if !defined( TQT_MODULE_SQL ) || defined( QT_LICENSE_PROFESSIONAL ) diff --git a/doc/html/tqsqlfield.html b/doc/html/tqsqlfield.html index 63421544b..e4fd78603 100644 --- a/doc/html/tqsqlfield.html +++ b/doc/html/tqsqlfield.html @@ -101,7 +101,7 @@ The previous example would normally be written: <p>See also <a href="database.html">Database Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSqlField"></a>TQSqlField::TQSqlField ( const <a href="tqstring.html">TQString</a> & fieldName = TQString::null, <a href="ntqvariant.html#Type-enum">TQVariant::Type</a> type = TQVariant::Invalid ) +<h3 class=fn><a name="TQSqlField"></a>TQSqlField::TQSqlField ( const <a href="tqstring.html">TQString</a> & fieldName = TQString::null, <a href="tqvariant.html#Type-enum">TQVariant::Type</a> type = TQVariant::Invalid ) </h3> Constructs an empty field called <em>fieldName</em> of type <em>type</em>. @@ -171,7 +171,7 @@ field is read-only, nothing happens. <p> Sets the read only flag of the field's value to <em>readOnly</em>. <p> <p>See also <a href="#setValue">setValue</a>(). -<h3 class=fn>void <a name="setValue"></a>TQSqlField::setValue ( const <a href="ntqvariant.html">TQVariant</a> & value )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setValue"></a>TQSqlField::setValue ( const <a href="tqvariant.html">TQVariant</a> & value )<tt> [virtual]</tt> </h3> Sets the value of the field to <em>value</em>. If the field is read-only (<a href="#isReadOnly">isReadOnly</a>() returns TRUE), nothing happens. If the data type of @@ -188,7 +188,7 @@ integer data type. For example: <p> <p>See also <a href="#isReadOnly">isReadOnly</a>(). -<h3 class=fn><a href="ntqvariant.html#Type-enum">TQVariant::Type</a> <a name="type"></a>TQSqlField::type () const +<h3 class=fn><a href="tqvariant.html#Type-enum">TQVariant::Type</a> <a name="type"></a>TQSqlField::type () const </h3> <p> Returns the field's type as stored in the database. @@ -197,10 +197,10 @@ Numerical values that are too large to store in a long int or double are usually stored as strings to prevent precision loss. -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="value"></a>TQSqlField::value () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="value"></a>TQSqlField::value () const<tt> [virtual]</tt> </h3> -<p> Returns the value of the field as a <a href="ntqvariant.html">TQVariant</a>. +<p> Returns the value of the field as a <a href="tqvariant.html">TQVariant</a>. <p>Example: <a href="sql.html#x2250">sql/overview/table4/main.cpp</a>. <!-- eof --> diff --git a/doc/html/tqsqlfieldinfo.html b/doc/html/tqsqlfieldinfo.html index aee8ced9b..107aa843d 100644 --- a/doc/html/tqsqlfieldinfo.html +++ b/doc/html/tqsqlfieldinfo.html @@ -72,12 +72,12 @@ using <a href="#isRequired">isRequired</a>(), <a href="#type">type</a>(), <a hre <p>See also <a href="database.html">Database Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSqlFieldInfo"></a>TQSqlFieldInfo::TQSqlFieldInfo ( const <a href="tqstring.html">TQString</a> & name = TQString::null, <a href="ntqvariant.html#Type-enum">TQVariant::Type</a> typ = TQVariant::Invalid, int required = -1, int len = -1, int prec = -1, const <a href="ntqvariant.html">TQVariant</a> & defValue = TQVariant ( ), int typeID = 0, bool generated = TRUE, bool trim = FALSE, bool calculated = FALSE ) +<h3 class=fn><a name="TQSqlFieldInfo"></a>TQSqlFieldInfo::TQSqlFieldInfo ( const <a href="tqstring.html">TQString</a> & name = TQString::null, <a href="tqvariant.html#Type-enum">TQVariant::Type</a> typ = TQVariant::Invalid, int required = -1, int len = -1, int prec = -1, const <a href="tqvariant.html">TQVariant</a> & defValue = TQVariant ( ), int typeID = 0, bool generated = TRUE, bool trim = FALSE, bool calculated = FALSE ) </h3> Constructs a TQSqlFieldInfo with the following parameters: <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#f0f0f0"> <td valign="top"><em>name</em> <td valign="top">the name of the field. -<tr bgcolor="#d0d0d0"> <td valign="top"><em>typ</em> <td valign="top">the field's type in a <a href="ntqvariant.html">TQVariant</a>. +<tr bgcolor="#d0d0d0"> <td valign="top"><em>typ</em> <td valign="top">the field's type in a <a href="tqvariant.html">TQVariant</a>. <tr bgcolor="#f0f0f0"> <td valign="top"><em>required</em> <td valign="top">greater than 0 if the field is required, 0 if its value can be NULL and less than 0 if it cannot be determined whether the field is required or not. @@ -117,9 +117,9 @@ included in auto-generated SQL statments, e.g. in <a href="tqsqlcursor.html">TQS </h3> Destroys the object and frees any allocated resources. -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="defaultValue"></a>TQSqlFieldInfo::defaultValue () const +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="defaultValue"></a>TQSqlFieldInfo::defaultValue () const </h3> -Returns the field's default value or an empty <a href="ntqvariant.html">TQVariant</a> if the +Returns the field's default value or an empty <a href="tqvariant.html">TQVariant</a> if the field has no default value or the value couldn't be determined. The default value is the value inserted in the database when it is not explicitly specified by the user. @@ -202,7 +202,7 @@ its representation inside widgets. Returns an empty <a href="tqsqlfield.html">TQSqlField</a> based on the information in this TQSqlFieldInfo. -<h3 class=fn><a href="ntqvariant.html#Type-enum">TQVariant::Type</a> <a name="type"></a>TQSqlFieldInfo::type () const +<h3 class=fn><a href="tqvariant.html#Type-enum">TQVariant::Type</a> <a name="type"></a>TQSqlFieldInfo::type () const </h3> Returns the field's type or TQVariant::Invalid if the type is unknown. diff --git a/doc/html/tqsqlindex-h.html b/doc/html/tqsqlindex-h.html index 9a3acb93a..4b22337dd 100644 --- a/doc/html/tqsqlindex-h.html +++ b/doc/html/tqsqlindex-h.html @@ -129,7 +129,7 @@ private: }; #define Q_DEFINED_QSQLINDEX -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQT_NO_SQL #endif </pre> diff --git a/doc/html/tqsqlpropertymap-h.html b/doc/html/tqsqlpropertymap-h.html index db3769f8b..6e6155cb7 100644 --- a/doc/html/tqsqlpropertymap-h.html +++ b/doc/html/tqsqlpropertymap-h.html @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } #define TQSQLPROPERTYMAP_H #ifndef QT_H -#include "ntqvariant.h" +#include "tqvariant.h" #include "tqstring.h" #endif // QT_H diff --git a/doc/html/tqsqlpropertymap.html b/doc/html/tqsqlpropertymap.html index 4bbcc408d..a77a830ba 100644 --- a/doc/html/tqsqlpropertymap.html +++ b/doc/html/tqsqlpropertymap.html @@ -174,15 +174,15 @@ Replaces the global default property map with <em>map</em>. All inserting and extracting values to and from editors. <em>TQSqlPropertyMap takes ownership of \a map, and destroys it when it is no longer needed.</em> -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="property"></a>TQSqlPropertyMap::property ( <a href="tqwidget.html">TQWidget</a> * widget ) +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="property"></a>TQSqlPropertyMap::property ( <a href="tqwidget.html">TQWidget</a> * widget ) </h3> -Returns the mapped property of <em>widget</em> as a <a href="ntqvariant.html">TQVariant</a>. +Returns the mapped property of <em>widget</em> as a <a href="tqvariant.html">TQVariant</a>. <h3 class=fn>void <a name="remove"></a>TQSqlPropertyMap::remove ( const <a href="tqstring.html">TQString</a> & classname ) </h3> Removes <em>classname</em> from the map. -<h3 class=fn>void <a name="setProperty"></a>TQSqlPropertyMap::setProperty ( <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqvariant.html">TQVariant</a> & value )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setProperty"></a>TQSqlPropertyMap::setProperty ( <a href="tqwidget.html">TQWidget</a> * widget, const <a href="tqvariant.html">TQVariant</a> & value )<tt> [virtual]</tt> </h3> Sets the property of <em>widget</em> to <em>value</em>. diff --git a/doc/html/tqsqlquery-h.html b/doc/html/tqsqlquery-h.html index 3476f79e0..51eabec21 100644 --- a/doc/html/tqsqlquery-h.html +++ b/doc/html/tqsqlquery-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqobject.h" #include "tqstring.h" -#include "ntqvariant.h" +#include "tqvariant.h" #include "tqvaluelist.h" #include "tqsqlerror.h" #include "tqsqlfield.h" diff --git a/doc/html/tqsqlquery.html b/doc/html/tqsqlquery.html index dfffac41e..474c49682 100644 --- a/doc/html/tqsqlquery.html +++ b/doc/html/tqsqlquery.html @@ -212,7 +212,7 @@ the out parameter. int i = query.<a href="#boundValue">boundValue</a>( 1 ).toInt(); // i is 65. </pre> -<p> <p>See also <a href="tqsqldatabase.html">TQSqlDatabase</a>, <a href="tqsqlcursor.html">TQSqlCursor</a>, <a href="ntqvariant.html">TQVariant</a>, and <a href="database.html">Database Classes</a>. +<p> <p>See also <a href="tqsqldatabase.html">TQSqlDatabase</a>, <a href="tqsqlcursor.html">TQSqlCursor</a>, <a href="tqvariant.html">TQVariant</a>, and <a href="database.html">Database Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQSqlQuery"></a>TQSqlQuery::TQSqlQuery ( <a href="tqsqlresult.html">TQSqlResult</a> * r ) @@ -242,7 +242,7 @@ Constructs a copy of <em>other</em>. </h3> Destroys the object and frees any allocated resources. -<h3 class=fn>void <a name="addBindValue"></a>TQSqlQuery::addBindValue ( const <a href="ntqvariant.html">TQVariant</a> & val, <a href="tqsql.html#ParameterType-enum">TQSql::ParameterType</a> type ) +<h3 class=fn>void <a name="addBindValue"></a>TQSqlQuery::addBindValue ( const <a href="tqvariant.html">TQVariant</a> & val, <a href="tqsql.html#ParameterType-enum">TQSql::ParameterType</a> type ) </h3> Adds the value <em>val</em> to the list of values when using positional value binding. The order of the <a href="#addBindValue">addBindValue</a>() calls determines @@ -251,7 +251,7 @@ If <em>type</em> is <a href="tqsql.html#ParameterType-enum">TQSql::Out</a> or <a be overwritten with data from the database after the <a href="#exec">exec</a>() call. <p> <p>See also <a href="#bindValue">bindValue</a>(), <a href="#prepare">prepare</a>(), and <a href="#exec">exec</a>(). -<h3 class=fn>void <a name="addBindValue-2"></a>TQSqlQuery::addBindValue ( const <a href="ntqvariant.html">TQVariant</a> & val ) +<h3 class=fn>void <a name="addBindValue-2"></a>TQSqlQuery::addBindValue ( const <a href="tqvariant.html">TQVariant</a> & val ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Binds the placeholder with type <a href="tqsql.html#ParameterType-enum">TQSql::In</a>. @@ -276,7 +276,7 @@ Protected virtual function called before the internal record pointer is moved to a new record. The default implementation does nothing. -<h3 class=fn>void <a name="bindValue"></a>TQSqlQuery::bindValue ( const <a href="tqstring.html">TQString</a> & placeholder, const <a href="ntqvariant.html">TQVariant</a> & val, <a href="tqsql.html#ParameterType-enum">TQSql::ParameterType</a> type ) +<h3 class=fn>void <a name="bindValue"></a>TQSqlQuery::bindValue ( const <a href="tqstring.html">TQString</a> & placeholder, const <a href="tqvariant.html">TQVariant</a> & val, <a href="tqsql.html#ParameterType-enum">TQSql::ParameterType</a> type ) </h3> Set the placeholder <em>placeholder</em> to be bound to value <em>val</em> in the prepared statement. Note that the placeholder mark (e.g <tt>:</tt>) @@ -285,17 +285,17 @@ is <a href="tqsql.html#ParameterType-enum">TQSql::Out</a> or <a href="tqsql.html overwritten with data from the database after the <a href="#exec">exec</a>() call. <p> <p>See also <a href="#addBindValue">addBindValue</a>(), <a href="#prepare">prepare</a>(), and <a href="#exec">exec</a>(). -<h3 class=fn>void <a name="bindValue-2"></a>TQSqlQuery::bindValue ( const <a href="tqstring.html">TQString</a> & placeholder, const <a href="ntqvariant.html">TQVariant</a> & val ) +<h3 class=fn>void <a name="bindValue-2"></a>TQSqlQuery::bindValue ( const <a href="tqstring.html">TQString</a> & placeholder, const <a href="tqvariant.html">TQVariant</a> & val ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Binds the placeholder with type <a href="tqsql.html#ParameterType-enum">TQSql::In</a>. -<h3 class=fn>void <a name="bindValue-3"></a>TQSqlQuery::bindValue ( int pos, const <a href="ntqvariant.html">TQVariant</a> & val ) +<h3 class=fn>void <a name="bindValue-3"></a>TQSqlQuery::bindValue ( int pos, const <a href="tqvariant.html">TQVariant</a> & val ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Binds the placeholder at position <em>pos</em> with type <a href="tqsql.html#ParameterType-enum">TQSql::In</a>. -<h3 class=fn>void <a name="bindValue-4"></a>TQSqlQuery::bindValue ( int pos, const <a href="ntqvariant.html">TQVariant</a> & val, <a href="tqsql.html#ParameterType-enum">TQSql::ParameterType</a> type ) +<h3 class=fn>void <a name="bindValue-4"></a>TQSqlQuery::bindValue ( int pos, const <a href="tqvariant.html">TQVariant</a> & val, <a href="tqsql.html#ParameterType-enum">TQSql::ParameterType</a> type ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Set the placeholder in position <em>pos</em> to be bound to value <em>val</em> @@ -304,11 +304,11 @@ is <a href="tqsql.html#ParameterType-enum">TQSql::Out</a> or <a href="tqsql.html overwritten with data from the database after the <a href="#exec">exec</a>() call. <p> <p>See also <a href="#addBindValue">addBindValue</a>(), <a href="#prepare">prepare</a>(), and <a href="#exec">exec</a>(). -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="boundValue"></a>TQSqlQuery::boundValue ( const <a href="tqstring.html">TQString</a> & placeholder ) const +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="boundValue"></a>TQSqlQuery::boundValue ( const <a href="tqstring.html">TQString</a> & placeholder ) const </h3> Returns the value for the <em>placeholder</em>. -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="boundValue-2"></a>TQSqlQuery::boundValue ( int pos ) const +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="boundValue-2"></a>TQSqlQuery::boundValue ( int pos ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the value for the placeholder at position <em>pos</em>. @@ -568,7 +568,7 @@ statement, use <a href="#numRowsAffected">numRowsAffected</a>(). <p> <p>See also <a href="#isActive">isActive</a>(), <a href="#numRowsAffected">numRowsAffected</a>(), and <a href="tqsqldriver.html#hasFeature">TQSqlDriver::hasFeature</a>(). <p>Example: <a href="sql.html#x2174">sql/overview/navigating/main.cpp</a>. -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="value"></a>TQSqlQuery::value ( int i ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="value"></a>TQSqlQuery::value ( int i ) const<tt> [virtual]</tt> </h3> Returns the value of the <em>i</em>-th field in the query (zero based). <p> The fields are numbered from left to right using the text of the @@ -576,7 +576,7 @@ Returns the value of the <em>i</em>-th field in the query (zero based). field 0 is <tt>forename</tt> and field 1 is <tt>surname</tt>. Using <tt>SELECT *</tt> is not recommended because the order of the fields in the query is undefined. -<p> An invalid <a href="ntqvariant.html">TQVariant</a> is returned if field <em>i</em> does not exist, if +<p> An invalid <a href="tqvariant.html">TQVariant</a> is returned if field <em>i</em> does not exist, if the query is inactive, or if the query is positioned on an invalid record. <p> <p>See also <a href="#prev">prev</a>(), <a href="#next">next</a>(), <a href="#first">first</a>(), <a href="#last">last</a>(), <a href="#seek">seek</a>(), <a href="#isActive">isActive</a>(), and <a href="#isValid">isValid</a>(). diff --git a/doc/html/tqsqlrecord-h.html b/doc/html/tqsqlrecord-h.html index c3d85ef06..8d0858bf3 100644 --- a/doc/html/tqsqlrecord-h.html +++ b/doc/html/tqsqlrecord-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqstring.h" #include "tqstringlist.h" -#include "ntqvariant.h" +#include "tqvariant.h" #include "tqsqlfield.h" #endif // QT_H diff --git a/doc/html/tqsqlrecord.html b/doc/html/tqsqlrecord.html index 344a0414c..39aeb0d7f 100644 --- a/doc/html/tqsqlrecord.html +++ b/doc/html/tqsqlrecord.html @@ -233,13 +233,13 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Sets the value of the field called <em>name</em> to NULL. If the field does not exist, nothing happens. -<h3 class=fn>void <a name="setValue"></a>TQSqlRecord::setValue ( int i, const <a href="ntqvariant.html">TQVariant</a> & val )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setValue"></a>TQSqlRecord::setValue ( int i, const <a href="tqvariant.html">TQVariant</a> & val )<tt> [virtual]</tt> </h3> Sets the value of the field at position <em>i</em> to <em>val</em>. If the field does not exist, nothing happens. <p>Examples: <a href="sql.html#x2196">sql/overview/insert/main.cpp</a>, <a href="tqsqlcursor.html#x2448">sql/overview/insert2/main.cpp</a>, <a href="sql.html#x2270">sql/overview/subclass5/main.cpp</a>, <a href="sql.html#x2203">sql/overview/update/main.cpp</a>, and <a href="sqltable-example.html#x2464">sql/sqltable/main.cpp</a>. -<h3 class=fn>void <a name="setValue-2"></a>TQSqlRecord::setValue ( const <a href="tqstring.html">TQString</a> & name, const <a href="ntqvariant.html">TQVariant</a> & val )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setValue-2"></a>TQSqlRecord::setValue ( const <a href="tqstring.html">TQString</a> & name, const <a href="tqvariant.html">TQVariant</a> & val )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the value of the field called <em>name</em> to <em>val</em>. If the field @@ -264,7 +264,7 @@ included. (See <a href="#isGenerated">isGenerated</a>()). If <em>prefix</em> is a table name, all fields are prefixed in the form: <p> "<em>prefix</em>.<fieldname>" -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="value"></a>TQSqlRecord::value ( int i ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="value"></a>TQSqlRecord::value ( int i ) const<tt> [virtual]</tt> </h3> Returns the value of the field located at position <em>i</em> in the record. If field <em>i</em> does not exist the resultant behaviour is @@ -275,7 +275,7 @@ with a <a href="tqsqlcursor.html">TQSqlCursor</a> the <a href="tqsqlquery.html#v appropriate. <p>Example: <a href="sql.html#x2204">sql/overview/update/main.cpp</a>. -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="value-2"></a>TQSqlRecord::value ( const <a href="tqstring.html">TQString</a> & name ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="value-2"></a>TQSqlRecord::value ( const <a href="tqstring.html">TQString</a> & name ) const<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the value of the field called <em>name</em> in the record. If diff --git a/doc/html/tqsqlresult-h.html b/doc/html/tqsqlresult-h.html index 735edbf0a..104ea2f6e 100644 --- a/doc/html/tqsqlresult-h.html +++ b/doc/html/tqsqlresult-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "tqstring.h" -#include "ntqvariant.h" +#include "tqvariant.h" #include "tqsqlerror.h" #include "tqsqlfield.h" #include "tqsql.h" diff --git a/doc/html/tqsqlresult.html b/doc/html/tqsqlresult.html index 06867f898..6d1f29a3c 100644 --- a/doc/html/tqsqlresult.html +++ b/doc/html/tqsqlresult.html @@ -93,10 +93,10 @@ Destroys the object and frees any allocated resources. </h3> Returns the current (zero-based) position of the result. -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="data"></a>TQSqlResult::data ( int i )<tt> [pure virtual protected]</tt> +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="data"></a>TQSqlResult::data ( int i )<tt> [pure virtual protected]</tt> </h3> -<p> Returns the data for field <em>i</em> (zero-based) as a <a href="ntqvariant.html">TQVariant</a>. This +<p> Returns the data for field <em>i</em> (zero-based) as a <a href="tqvariant.html">TQVariant</a>. This function is only called if the result is in an active state and is positioned on a valid record and <em>i</em> is non-negative. Derived classes must reimplement this function and return the value diff --git a/doc/html/tqstring-h.html b/doc/html/tqstring-h.html index 815da7716..888f8fa73 100644 --- a/doc/html/tqstring-h.html +++ b/doc/html/tqstring-h.html @@ -1147,7 +1147,7 @@ extern TQ_EXPORT TQString qt_winMB2TQString( const char* mb, int len=-1 ); #endif #define Q_DEFINED_QSTRING -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQSTRING_H </pre> <!-- eof --> diff --git a/doc/html/tqstringlist.html b/doc/html/tqstringlist.html index 22c58777a..574e818fc 100644 --- a/doc/html/tqstringlist.html +++ b/doc/html/tqstringlist.html @@ -72,7 +72,7 @@ together. Essentially TQStringList is a <a href="tqvaluelist.html">TQValueList</ objects. Unlike <a href="tqstrlist.html">TQStrList</a>, which stores pointers to characters, TQStringList holds real TQString objects. It is the class of choice whenever you work with Unicode strings. TQStringList is part of the -<a href="ntqtl.html">TQt Template Library</a>. +<a href="tqtl.html">TQt Template Library</a>. <p> Like TQString itself, TQStringList objects are <a href="shclass.html#implicitly-shared">implicitly shared</a>, so passing them around as value-parameters is both fast and safe. <p> Strings can be added to a list using <a href="tqvaluelist.html#append">append</a>(), <a href="tqvaluelist.html#operator+-eq">operator+=</a>() or @@ -250,7 +250,7 @@ separated by the string <em>sep</em> (which can be empty). <h3 class=fn>void <a name="sort"></a>TQStringList::sort () </h3> Sorts the list of strings in ascending case-sensitive order. -<p> Sorting is very fast. It uses the <a href="ntqtl.html">TQt Template +<p> Sorting is very fast. It uses the <a href="tqtl.html">TQt Template Library's</a> efficient HeapSort implementation that has a time complexity of O(n*log n). <p> If you want to sort your strings in an arbitrary order consider diff --git a/doc/html/tqstyle.html b/doc/html/tqstyle.html index 01df13d90..0bc44a394 100644 --- a/doc/html/tqstyle.html +++ b/doc/html/tqstyle.html @@ -333,7 +333,7 @@ toolbars, for example <a href="tqdockwindow.html">TQDockWindow</a>s and <a href= <li><tt>TQStyle::PE_DockWindowSeparator</tt> - item separator for dock window and toolbar contents. <li><tt>TQStyle::PE_DockWindowResizeHandle</tt> - resize handle for dock windows. -<li><tt>TQStyle::PE_Splitter</tt> - splitter handle; see also <a href="ntqsplitter.html">TQSplitter</a>. +<li><tt>TQStyle::PE_Splitter</tt> - splitter handle; see also <a href="tqsplitter.html">TQSplitter</a>. </ul><p> <ul> <li><tt>TQStyle::PE_Panel</tt> - generic panel frame; see also <a href="tqframe.html">TQFrame</a>. <li><tt>TQStyle::PE_PanelPopup</tt> - panel frame for popup windows/menus; see also @@ -421,7 +421,7 @@ and/or feel hint. <li><tt>TQStyle::SH_EtchDisabledText</tt> - disabled text is "etched" like Windows. <li><tt>TQStyle::SH_GUIStyle</tt> - the GUI style to use. <li><tt>TQStyle::SH_ScrollBar_BackgroundMode</tt> - the background mode for a -<a href="tqscrollbar.html">TQScrollBar</a>. Possible values are any of those in the <a href="ntqt.html#BackgroundMode-enum">BackgroundMode</a> enum. +<a href="tqscrollbar.html">TQScrollBar</a>. Possible values are any of those in the <a href="tqt.html#BackgroundMode-enum">BackgroundMode</a> enum. <li><tt>TQStyle::SH_ScrollBar_MiddleClickAbsolutePosition</tt> - a boolean value. If TRUE, middle clicking on a scrollbar causes the slider to jump to that position. If FALSE, the middle clicking is @@ -437,10 +437,10 @@ SubControl, the scrollbar continues to scroll. If FALSE, the scollbar stops scrolling when the pointer leaves the SubControl. <li><tt>TQStyle::SH_TabBar_Alignment</tt> - the alignment for tabs in a -<a href="tqtabwidget.html">TQTabWidget</a>. Possible values are <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignLeft</a>, <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignCenter</a> and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignRight</a>. +<a href="tqtabwidget.html">TQTabWidget</a>. Possible values are <a href="tqt.html#AlignmentFlags-enum">TQt::AlignLeft</a>, <a href="tqt.html#AlignmentFlags-enum">TQt::AlignCenter</a> and <a href="tqt.html#AlignmentFlags-enum">TQt::AlignRight</a>. <li><tt>TQStyle::SH_Header_ArrowAlignment</tt> - the placement of the sorting indicator may appear in list or table headers. Possible values -are <a href="ntqt.html#Dock-enum">TQt::Left</a> or <a href="ntqt.html#Dock-enum">TQt::Right</a>. +are <a href="tqt.html#Dock-enum">TQt::Left</a> or <a href="tqt.html#Dock-enum">TQt::Right</a>. <li><tt>TQStyle::SH_Slider_SnapToValue</tt> - sliders snap to values while moving, like Windows <li><tt>TQStyle::SH_Slider_SloppyKeyEvents</tt> - key presses handled in a sloppy @@ -701,7 +701,7 @@ the appropriate <em>widget</em> and <em>opt</em> usage: <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#StyleFlags-enum">Style_HasFocus</a> <td valign="top">Set if the slider has input focus. <tr bgcolor="#f0f0f0"> <td valign="top" colspan="1" rowspan="6"> <a href="#ComplexControl-enum">CC_ToolButton</a>(const <a href="tqtoolbutton.html">TQToolButton</a> *) <td valign="top"><a href="#StyleFlags-enum">Style_Enabled</a> <td valign="top">Set if the toolbutton is enabled. -<td valign="top" colspan="1" rowspan="6"> <a href="tqstyleoption.html">TQStyleOption</a> ( <a href="ntqt.html#ArrowType-enum">ArrowType</a> t ) +<td valign="top" colspan="1" rowspan="6"> <a href="tqstyleoption.html">TQStyleOption</a> ( <a href="tqt.html#ArrowType-enum">ArrowType</a> t ) <ul> <li> opt.<a href="tqstyleoption.html#arrowType">arrowType</a>() </ul> @@ -848,7 +848,7 @@ the space bar is pressed). <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#StyleFlags-enum">Style_HasFocus</a> <td valign="top">Set if the menubar has input focus. <tr bgcolor="#d0d0d0"> <td valign="top" colspan="1" rowspan="7"> <a href="#ControlElement-enum">CE_ToolButtonLabel</a>(const <a href="tqtoolbutton.html">TQToolButton</a> *) <td valign="top"><a href="#StyleFlags-enum">Style_Enabled</a> <td valign="top">Set if the toolbutton is enabled. -<td valign="top" colspan="1" rowspan="7"> <a href="tqstyleoption.html">TQStyleOption</a> ( <a href="ntqt.html#ArrowType-enum">ArrowType</a> t ) +<td valign="top" colspan="1" rowspan="7"> <a href="tqstyleoption.html">TQStyleOption</a> ( <a href="tqt.html#ArrowType-enum">ArrowType</a> t ) <ul> <li> opt.<a href="tqstyleoption.html#arrowType">arrowType</a>() </ul> @@ -882,7 +882,7 @@ enabled; when reimplementing this bool should influence how the item is drawn. If <em>len</em> is -1 (the default) all the <em>text</em> is drawn; otherwise only the first <em>len</em> characters of <em>text</em> are drawn. The text is aligned and wrapped according to the alignment -<em>flags</em> (see <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>). +<em>flags</em> (see <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>). <p> By default, if both the text and the pixmap are not null, the pixmap is drawn and the text is ignored. @@ -964,12 +964,12 @@ Returns the appropriate area (see below) within rectangle <em>r</em> in which to draw the <em>text</em> or <em>pixmap</em> using painter <em>p</em>. If <em>len</em> is -1 (the default) all the <em>text</em> is drawn; otherwise only the first <em>len</em> characters of <em>text</em> are drawn. The text is aligned in accordance with the alignment <em>flags</em> (see -<a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>). The <em>enabled</em> bool indicates whether or +<a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>). The <em>enabled</em> bool indicates whether or not the item is enabled. <p> If <em>r</em> is larger than the area needed to render the <em>text</em> the rectangle that is returned will be offset within <em>r</em> in accordance with the alignment <em>flags</em>. For example if <em>flags</em> is -<a href="ntqt.html#AlignmentFlags-enum">AlignCenter</a> the returned rectangle will be centered within <em>r</em>. If <em>r</em> is smaller than the area needed the rectangle that is +<a href="tqt.html#AlignmentFlags-enum">AlignCenter</a> the returned rectangle will be centered within <em>r</em>. If <em>r</em> is smaller than the area needed the rectangle that is returned will be <em>larger</em> than <em>r</em> (the smallest rectangle large enough to render the <em>text</em> or <em>pixmap</em>). <p> By default, if both the text and the pixmap are not null, the @@ -1091,7 +1091,7 @@ appropriate <em>widget</em> and <em>opt</em> usage: <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ContentsType-enum">CT_RadioButton</a> <td valign="top">(const <a href="tqradiobutton.html">TQRadioButton</a> *) <td valign="top">Unused. <td valign="top"> <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#ContentsType-enum">CT_ToolButton</a> <td valign="top">(const <a href="tqtoolbutton.html">TQToolButton</a> *) <td valign="top">Unused. <td valign="top"> <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ContentsType-enum">CT_ComboBox</a> <td valign="top">(const <a href="tqcombobox.html">TQComboBox</a> *) <td valign="top">Unused. <td valign="top"> -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#ContentsType-enum">CT_Splitter</a> <td valign="top">(const <a href="ntqsplitter.html">TQSplitter</a> *) <td valign="top">Unused. <td valign="top"> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="#ContentsType-enum">CT_Splitter</a> <td valign="top">(const <a href="tqsplitter.html">TQSplitter</a> *) <td valign="top">Unused. <td valign="top"> <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ContentsType-enum">CT_DockWindow</a> <td valign="top">(const <a href="tqdockwindow.html">TQDockWindow</a> *) <td valign="top">Unused. <td valign="top"> <tr bgcolor="#d0d0d0"> <td valign="top"><a href="#ContentsType-enum">CT_ProgressBar</a> <td valign="top">(const <a href="tqprogressbar.html">TQProgressBar</a> *) <td valign="top">Unused. <td valign="top"> <tr bgcolor="#f0f0f0"> <td valign="top"><a href="#ContentsType-enum">CT_PopupMenuItem</a> <td valign="top">(const <a href="tqpopupmenu.html">TQPopupMenu</a> *) diff --git a/doc/html/tqstyleoption.html b/doc/html/tqstyleoption.html index be011e3ba..347bdc3a0 100644 --- a/doc/html/tqstyleoption.html +++ b/doc/html/tqstyleoption.html @@ -166,7 +166,7 @@ midlinewidth. <p> Pass a <a href="tqchecklistitem.html">TQCheckListItem</a>, <em>i</em>. -<h3 class=fn><a name="TQStyleOption-c"></a>TQStyleOption::TQStyleOption ( <a href="ntqt.html#ArrowType-enum">TQt::ArrowType</a> a ) +<h3 class=fn><a name="TQStyleOption-c"></a>TQStyleOption::TQStyleOption ( <a href="tqt.html#ArrowType-enum">TQt::ArrowType</a> a ) </h3> <p> Pass an TQt::ArrowType, <em>a</em>. @@ -181,7 +181,7 @@ midlinewidth. <p> Pass a <a href="tqwidget.html">TQWidget</a>, <em>w</em>. -<h3 class=fn><a href="ntqt.html#ArrowType-enum">TQt::ArrowType</a> <a name="arrowType"></a>TQStyleOption::arrowType () const +<h3 class=fn><a href="tqt.html#ArrowType-enum">TQt::ArrowType</a> <a name="arrowType"></a>TQStyleOption::arrowType () const </h3> <p> Returns an arrow type if the appropriate constructor was called; diff --git a/doc/html/tqstylesheetitem.html b/doc/html/tqstylesheetitem.html index ce9013bb1..cf10a5406 100644 --- a/doc/html/tqstylesheetitem.html +++ b/doc/html/tqstylesheetitem.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQStyleSheetItem class provides an encapsulation of a set of text styles. <a href="#details">More...</a> <p><tt>#include <<a href="tqstylesheet-h.html">tqstylesheet.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p><a href="tqstylesheetitem-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -198,8 +198,8 @@ owned by <a href="tqstylesheet.html">TQStyleSheet</a> when they are created. <h3 class=fn>int <a name="alignment"></a>TQStyleSheetItem::alignment () const </h3> -Returns the alignment of this style. Possible values are <a href="ntqt.html#AlignmentFlags-enum">AlignAuto</a>, <a href="ntqt.html#AlignmentFlags-enum">AlignLeft</a>, <a href="ntqt.html#AlignmentFlags-enum">AlignRight</a>, <a href="ntqt.html#AlignmentFlags-enum">AlignCenter</a> or <a href="ntqt.html#AlignmentFlags-enum">AlignJustify</a>. -<p> <p>See also <a href="#setAlignment">setAlignment</a>() and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +Returns the alignment of this style. Possible values are <a href="tqt.html#AlignmentFlags-enum">AlignAuto</a>, <a href="tqt.html#AlignmentFlags-enum">AlignLeft</a>, <a href="tqt.html#AlignmentFlags-enum">AlignRight</a>, <a href="tqt.html#AlignmentFlags-enum">AlignCenter</a> or <a href="tqt.html#AlignmentFlags-enum">AlignJustify</a>. +<p> <p>See also <a href="#setAlignment">setAlignment</a>() and <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <h3 class=fn>bool <a name="allowedInContext"></a>TQStyleSheetItem::allowedInContext ( const <a href="tqstylesheetitem.html">TQStyleSheetItem</a> * s ) const </h3> @@ -343,9 +343,9 @@ returns FALSE. </h3> Sets the alignment to <em>f</em>. This only makes sense for styles with a <a href="#DisplayMode-enum">display mode</a> of -DisplayBlock. Possible values are <a href="ntqt.html#AlignmentFlags-enum">AlignAuto</a>, <a href="ntqt.html#AlignmentFlags-enum">AlignLeft</a>, -<a href="ntqt.html#AlignmentFlags-enum">AlignRight</a>, <a href="ntqt.html#AlignmentFlags-enum">AlignCenter</a> or <a href="ntqt.html#AlignmentFlags-enum">AlignJustify</a>. -<p> <p>See also <a href="#alignment">alignment</a>(), <a href="#displayMode">displayMode</a>(), and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +DisplayBlock. Possible values are <a href="tqt.html#AlignmentFlags-enum">AlignAuto</a>, <a href="tqt.html#AlignmentFlags-enum">AlignLeft</a>, +<a href="tqt.html#AlignmentFlags-enum">AlignRight</a>, <a href="tqt.html#AlignmentFlags-enum">AlignCenter</a> or <a href="tqt.html#AlignmentFlags-enum">AlignJustify</a>. +<p> <p>See also <a href="#alignment">alignment</a>(), <a href="#displayMode">displayMode</a>(), and <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <h3 class=fn>void <a name="setAnchor"></a>TQStyleSheetItem::setAnchor ( bool anc ) </h3> diff --git a/doc/html/tqsyntaxhighlighter.html b/doc/html/tqsyntaxhighlighter.html index 9c082b74a..a428ff159 100644 --- a/doc/html/tqsyntaxhighlighter.html +++ b/doc/html/tqsyntaxhighlighter.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } implementing TQTextEdit syntax highlighters. <a href="#details">More...</a> <p><tt>#include <<a href="tqsyntaxhighlighter-h.html">tqsyntaxhighlighter.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p><a href="tqsyntaxhighlighter-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/ntqt.html b/doc/html/tqt.html index 5eace10cf..5eace10cf 100644 --- a/doc/html/ntqt.html +++ b/doc/html/tqt.html diff --git a/doc/html/tqtab.html b/doc/html/tqtab.html index 29e59ec12..7d844a5e7 100644 --- a/doc/html/tqtab.html +++ b/doc/html/tqtab.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQTab class provides the structures in a TQTabBar. <a href="#details">More...</a> <p><tt>#include <<a href="tqtabbar-h.html">tqtabbar.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p><a href="tqtab-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/tqtabdialog.html b/doc/html/tqtabdialog.html index d7be461ab..e80732867 100644 --- a/doc/html/tqtabdialog.html +++ b/doc/html/tqtabdialog.html @@ -159,7 +159,7 @@ than TQTabDialog provides, consider creating a <a href="tqdialog.html">TQDialog< <h3 class=fn><a name="TQTabDialog"></a>TQTabDialog::TQTabDialog ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 ) </h3> Constructs a TQTabDialog with only an OK button. -The <em>parent</em>, <em>name</em>, <em>modal</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments +The <em>parent</em>, <em>name</em>, <em>modal</em> and <a href="tqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed on to the <a href="tqdialog.html">TQDialog</a> constructor. <h3 class=fn><a name="~TQTabDialog"></a>TQTabDialog::~TQTabDialog () diff --git a/doc/html/tqtable-h.html b/doc/html/tqtable-h.html index 2ea3f1e8b..01c0d1d85 100644 --- a/doc/html/tqtable-h.html +++ b/doc/html/tqtable-h.html @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; } #include "tqmemarray.h" #include "tqptrlist.h" #include "tqguardedptr.h" -#include "ntqshared.h" +#include "tqshared.h" #include "tqintdict.h" #include "tqstringlist.h" #endif // QT_H @@ -146,7 +146,7 @@ private: }; #define Q_DEFINED_QTABLE_SELECTION -#include "ntqwinexport.h" +#include "tqwinexport.h" class TQM_EXPORT_TABLE TQTableItem : public TQt { @@ -213,7 +213,7 @@ private: }; #define Q_DEFINED_QTABLE_ITEM -#include "ntqwinexport.h" +#include "tqwinexport.h" class TQM_EXPORT_TABLE TQComboTableItem : public TQTableItem { @@ -591,7 +591,7 @@ private: }; #define Q_DEFINED_QTABLE -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQT_NO_TABLE #endif // TABLE_H </pre> diff --git a/doc/html/tqtable.html b/doc/html/tqtable.html index 7316acc68..bb8a22866 100644 --- a/doc/html/tqtable.html +++ b/doc/html/tqtable.html @@ -441,7 +441,7 @@ widget's base color - even when selected. Creates an empty table object called <em>name</em> as a child of <em>parent</em>. <p> Call <a href="#setNumRows">setNumRows</a>() and <a href="#setNumCols">setNumCols</a>() to set the table size before populating the table if you're using TQTableItems. -<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. +<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="tqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. <h3 class=fn><a name="TQTable-2"></a>TQTable::TQTable ( int numRows, int numCols, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> @@ -450,7 +450,7 @@ Constructs an empty table called <em>name</em> with <em>numRows</em> rows and <p> If you're using <a href="tqtableitem.html">TQTableItem</a>s to populate the table's cells, you can create <a href="tqtableitem.html">TQTableItem</a>, <a href="tqcombotableitem.html">TQComboTableItem</a> and <a href="tqchecktableitem.html">TQCheckTableItem</a> items and insert them into the table using <a href="#setItem">setItem</a>(). (See the <a href="tqtable.html#notes-on-large-tables">notes on large tables</a> for an alternative to using TQTableItems.) -<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. +<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="tqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. <h3 class=fn><a name="~TQTable"></a>TQTable::~TQTable () </h3> @@ -552,7 +552,7 @@ Clears all selections and repaints the appropriate regions if <em>repaint</em> i <p> This signal is emitted when mouse button <em>button</em> is clicked. The cell where the event took place is at <em>row</em>, <em>col</em>, and the mouse's position is in <em>mousePos</em>. -<p> <p>See also <a href="ntqt.html#ButtonState-enum">TQt::ButtonState</a>. +<p> <p>See also <a href="tqt.html#ButtonState-enum">TQt::ButtonState</a>. <p>Example: <a href="tutorial2-08.html#x2612">chart/setdataform.cpp</a>. <h3 class=fn>int <a name="columnAt"></a>TQTable::columnAt ( int x ) const<tt> [virtual]</tt> @@ -709,7 +709,7 @@ current selection. <p> This signal is emitted when mouse button <em>button</em> is double-clicked. The cell where the event took place is at <em>row</em>, <em>col</em>, and the mouse's position is in <em>mousePos</em>. -<p> <p>See also <a href="ntqt.html#ButtonState-enum">TQt::ButtonState</a>. +<p> <p>See also <a href="tqt.html#ButtonState-enum">TQt::ButtonState</a>. <h3 class=fn>bool <a name="dragEnabled"></a>TQTable::dragEnabled () const<tt> [slot]</tt> </h3> @@ -980,7 +980,7 @@ null-pixmap if the cell contains no pixmap. <p> This signal is emitted when mouse button <em>button</em> is pressed. The cell where the event took place is at <em>row</em>, <em>col</em>, and the mouse's position is in <em>mousePos</em>. -<p> <p>See also <a href="ntqt.html#ButtonState-enum">TQt::ButtonState</a>. +<p> <p>See also <a href="tqt.html#ButtonState-enum">TQt::ButtonState</a>. <h3 class=fn>void <a name="removeColumn"></a>TQTable::removeColumn ( int col )<tt> [virtual slot]</tt> </h3> diff --git a/doc/html/tqtableitem.html b/doc/html/tqtableitem.html index e1a3aace7..0d48a01fd 100644 --- a/doc/html/tqtableitem.html +++ b/doc/html/tqtableitem.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQTableItem class provides the cell content for TQTable cells. <a href="#details">More...</a> <p><tt>#include <<a href="tqtable-h.html">tqtable.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p>Inherited by <a href="tqcombotableitem.html">TQComboTableItem</a> and <a href="tqchecktableitem.html">TQCheckTableItem</a>. <p><a href="tqtableitem-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -231,7 +231,7 @@ occupied. The alignment function returns how the text contents of the cell are aligned when drawn. The default implementation aligns numbers to the right and any other text to the left. -<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +<p> <p>See also <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <h3 class=fn>int <a name="col"></a>TQTableItem::col () const </h3> diff --git a/doc/html/tqtabwidget.html b/doc/html/tqtabwidget.html index b505604c5..5ac62c864 100644 --- a/doc/html/tqtabwidget.html +++ b/doc/html/tqtabwidget.html @@ -219,7 +219,7 @@ Defines a new <em>label</em> for page <em>w</em>'s tab. This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Defines a new <em>iconset</em> and a new <em>label</em> for page <em>w</em>'s tab. -<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="cornerWidget"></a>TQTabWidget::cornerWidget ( <a href="ntqt.html#Corner-enum">TQt::Corner</a> corner = TQt::TopRight ) const +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="cornerWidget"></a>TQTabWidget::cornerWidget ( <a href="tqt.html#Corner-enum">TQt::Corner</a> corner = TQt::TopRight ) const </h3> Returns the widget shown in the <em>corner</em> of the tab widget or 0. @@ -310,7 +310,7 @@ Removes the tab tool tip for page <em>w</em>. If the page does not have a tip, nothing happens. <p> <p>See also <a href="#setTabToolTip">setTabToolTip</a>() and <a href="#tabToolTip">tabToolTip</a>(). -<h3 class=fn>void <a name="setCornerWidget"></a>TQTabWidget::setCornerWidget ( <a href="tqwidget.html">TQWidget</a> * w, <a href="ntqt.html#Corner-enum">TQt::Corner</a> corner = TQt::TopRight ) +<h3 class=fn>void <a name="setCornerWidget"></a>TQTabWidget::setCornerWidget ( <a href="tqwidget.html">TQWidget</a> * w, <a href="tqt.html#Corner-enum">TQt::Corner</a> corner = TQt::TopRight ) </h3> Sets widget <em>w</em> to be the shown in the specified <em>corner</em> of the tab widget. diff --git a/doc/html/tqtextedit.html b/doc/html/tqtextedit.html index 4b116521b..f04732d00 100644 --- a/doc/html/tqtextedit.html +++ b/doc/html/tqtextedit.html @@ -275,9 +275,9 @@ margins, images, etc., is planned for a later TQt release.</small> <p> TQTextEdit can be used as a syntax highlighting editor when used in conjunction with <a href="tqsyntaxhighlighter.html">TQSyntaxHighlighter</a>. <p> We recommend that you always call <a href="#setTextFormat">setTextFormat</a>() to set the mode -you want to use. If you use <a href="ntqt.html#TextFormat-enum">AutoText</a> then <a href="#setText">setText</a>() and +you want to use. If you use <a href="tqt.html#TextFormat-enum">AutoText</a> then <a href="#setText">setText</a>() and <a href="#append">append</a>() will try to determine whether the text they are given is -plain text or rich text. If you use <a href="ntqt.html#TextFormat-enum">RichText</a> then setText() and +plain text or rich text. If you use <a href="tqt.html#TextFormat-enum">RichText</a> then setText() and append() will assume that the text they are given is rich text. <a href="#insert">insert</a>() simply inserts the text it is given. <p> TQTextEdit works on paragraphs and characters. A paragraph is a @@ -417,7 +417,7 @@ the locations of files and images. It is passed to the <p> <a name="logtextmode"></a> <h4> Using TQTextEdit in LogText Mode </h4> -<a name="1-1-2"></a><p> Setting the text format to <a href="ntqt.html#TextFormat-enum">LogText</a> puts the widget in a special +<a name="1-1-2"></a><p> Setting the text format to <a href="tqt.html#TextFormat-enum">LogText</a> puts the widget in a special mode which is optimized for very large texts. Editing, word wrap, and rich text support are disabled in this mode (the widget is explicitly made read-only). This allows the text to be stored in a @@ -448,7 +448,7 @@ tag does not necessarily have to be closed. A valid example: custom tag, you could do the following: <pre> TQTextEdit * log = new TQTextEdit( this ); - log-><a href="#setTextFormat">setTextFormat</a>( TQt::<a href="ntqt.html#TextFormat-enum">LogText</a> ); + log-><a href="#setTextFormat">setTextFormat</a>( TQt::<a href="tqt.html#TextFormat-enum">LogText</a> ); <a href="tqstylesheetitem.html">TQStyleSheetItem</a> * item = new <a href="tqstylesheetitem.html">TQStyleSheetItem</a>( log-><a href="#styleSheet">styleSheet</a>(), "mytag" ); item-><a href="tqstylesheetitem.html#setColor">setColor</a>( "red" ); item-><a href="tqstylesheetitem.html#setFontWeight">setFontWeight</a>( TQFont::Bold ); @@ -671,7 +671,7 @@ Constructs an empty TQTextEdit called <em>name</em>, with parent <em>parent</em> Returns the alignment of the current paragraph. <p> <p>See also <a href="#setAlignment">setAlignment</a>(). -<h3 class=fn><a href="tqstring.html">TQString</a> <a name="anchorAt"></a>TQTextEdit::anchorAt ( const <a href="tqpoint.html">TQPoint</a> & pos, <a href="ntqt.html#AnchorAttribute-enum">AnchorAttribute</a> attr ) +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="anchorAt"></a>TQTextEdit::anchorAt ( const <a href="tqpoint.html">TQPoint</a> & pos, <a href="tqt.html#AnchorAttribute-enum">AnchorAttribute</a> attr ) </h3> If there is an anchor at position <em>pos</em> (in contents coordinates), the text for attribute <em>attr</em> is returned, @@ -942,7 +942,7 @@ behavior, but you can use <a href="tqstring.html#replace">TQString::replace</a>( before inserting it.) If <a href="#TextInsertionFlags-enum">RemoveSelected</a> is set, any selected text (in selection 0) is removed before the text is inserted. <p> The default flags are <a href="#TextInsertionFlags-enum">CheckNewLines</a> | <a href="#TextInsertionFlags-enum">RemoveSelected</a>. -<p> If the widget is in <a href="ntqt.html#TextFormat-enum">LogText</a> mode this function will do nothing. +<p> If the widget is in <a href="tqt.html#TextFormat-enum">LogText</a> mode this function will do nothing. <p> <p>See also <a href="#paste">paste</a>() and <a href="#pasteSubType">pasteSubType</a>(). <h3 class=fn>void <a name="insert-2"></a>TQTextEdit::insert ( const <a href="tqstring.html">TQString</a> & text, bool indent, bool checkNewLine = TRUE, bool removeSelected = TRUE )<tt> [virtual slot]</tt> @@ -1019,7 +1019,7 @@ is no paragraph with index <em>para</em>. See the <a href="tqtextedit.html#linkUnderline-prop">"linkUnderline"</a> property for details. <h3 class=fn>int <a name="maxLogLines"></a>TQTextEdit::maxLogLines ()<tt> [slot]</tt> </h3> -Returns the maximum number of lines TQTextEdit can hold in <a href="ntqt.html#TextFormat-enum">LogText</a> mode. By default the number of lines is unlimited, which +Returns the maximum number of lines TQTextEdit can hold in <a href="tqt.html#TextFormat-enum">LogText</a> mode. By default the number of lines is unlimited, which is signified by a value of -1. <h3 class=fn><a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> * <a name="mimeSourceFactory"></a>TQTextEdit::mimeSourceFactory () const @@ -1175,8 +1175,8 @@ See the <a href="tqtextedit.html#selectedText-prop">"selectedText"</a> property <h3 class=fn>void <a name="setAlignment"></a>TQTextEdit::setAlignment ( int a )<tt> [virtual slot]</tt> </h3> Sets the alignment of the current paragraph to <em>a</em>. Valid -alignments are <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignLeft</a>, <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignRight</a>, -<a href="ntqt.html#AlignmentFlags-enum">TQt::AlignJustify</a> and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignCenter</a> (which centers +alignments are <a href="tqt.html#AlignmentFlags-enum">TQt::AlignLeft</a>, <a href="tqt.html#AlignmentFlags-enum">TQt::AlignRight</a>, +<a href="tqt.html#AlignmentFlags-enum">TQt::AlignJustify</a> and <a href="tqt.html#AlignmentFlags-enum">TQt::AlignCenter</a> (which centers horizontally). <p>Reimplemented in <a href="tqmultilineedit.html#setAlignment">TQMultiLineEdit</a>. @@ -1198,7 +1198,7 @@ Sets the color of the current format, i.e. of the text, to <em>c</em>. </h3> <p> Sets the font of the current format to <em>f</em>. -<p> If the widget is in <a href="ntqt.html#TextFormat-enum">LogText</a> mode this function will do +<p> If the widget is in <a href="tqt.html#TextFormat-enum">LogText</a> mode this function will do nothing. Use <a href="tqwidget.html#setFont">setFont</a>() instead. <p> <p>See also <a href="#currentFont">currentFont</a>(), <a href="#setPointSize">setPointSize</a>(), and <a href="#setFamily">setFamily</a>(). @@ -1223,7 +1223,7 @@ the current format to non-italic. See the <a href="tqtextedit.html#linkUnderline-prop">"linkUnderline"</a> property for details. <h3 class=fn>void <a name="setMaxLogLines"></a>TQTextEdit::setMaxLogLines ( int limit )<tt> [slot]</tt> </h3> -Sets the maximum number of lines a TQTextEdit can hold in <a href="ntqt.html#TextFormat-enum">LogText</a> mode to <em>limit</em>. If <em>limit</em> is -1 (the default), this +Sets the maximum number of lines a TQTextEdit can hold in <a href="tqt.html#TextFormat-enum">LogText</a> mode to <em>limit</em>. If <em>limit</em> is -1 (the default), this signifies an unlimited number of lines. <p> <b>Warning:</b> Never use formatting tags that span more than one line when the maximum log lines is set. When lines are removed from the @@ -1302,7 +1302,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Changes the text of the text edit to the string <em>text</em> and the context to <em>context</em>. Any previous text is removed. <p> <em>text</em> may be interpreted either as plain text or as rich text, -depending on the <a href="#textFormat">textFormat</a>(). The default setting is <a href="ntqt.html#TextFormat-enum">AutoText</a>, +depending on the <a href="#textFormat">textFormat</a>(). The default setting is <a href="tqt.html#TextFormat-enum">AutoText</a>, i.e. the text edit auto-detects the format from <em>text</em>. <p> For rich text the rendering style and available tags are defined by a <a href="#styleSheet">styleSheet</a>(); see <a href="tqstylesheet.html">TQStyleSheet</a> for details. @@ -1313,7 +1313,7 @@ edit's TQMimeSourceFactory when quering data. <p> Note that the undo/redo history is cleared by this function. <p> <p>See also <a href="#text-prop">text</a> and <a href="#textFormat-prop">textFormat</a>. -<h3 class=fn>void <a name="setTextFormat"></a>TQTextEdit::setTextFormat ( <a href="ntqt.html#TextFormat-enum">TextFormat</a> f )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setTextFormat"></a>TQTextEdit::setTextFormat ( <a href="tqt.html#TextFormat-enum">TextFormat</a> f )<tt> [virtual slot]</tt> </h3><p>Sets the text format: rich text, plain text, log text or auto text to <em>f</em>. See the <a href="tqtextedit.html#textFormat-prop">"textFormat"</a> property for details. <h3 class=fn>void <a name="setUnderline"></a>TQTextEdit::setUnderline ( bool b )<tt> [virtual slot]</tt> @@ -1378,7 +1378,7 @@ See the <a href="tqtextedit.html#text-prop">"text"</a> property for details. </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the text of paragraph <em>para</em>. -<p> If <a href="#textFormat">textFormat</a>() is <a href="ntqt.html#TextFormat-enum">RichText</a> the text will contain HTML +<p> If <a href="#textFormat">textFormat</a>() is <a href="tqt.html#TextFormat-enum">RichText</a> the text will contain HTML formatting tags. <h3 class=fn>void <a name="textChanged"></a>TQTextEdit::textChanged ()<tt> [signal]</tt> @@ -1395,7 +1395,7 @@ formatting tags. <p> <b>Warning:</b> TQTextCursor is not in the public API, but in special circumstances you might wish to use it. -<h3 class=fn><a href="ntqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat"></a>TQTextEdit::textFormat () const +<h3 class=fn><a href="tqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat"></a>TQTextEdit::textFormat () const </h3><p>Returns the text format: rich text, plain text, log text or auto text. See the <a href="tqtextedit.html#textFormat-prop">"textFormat"</a> property for details. <h3 class=fn>bool <a name="underline"></a>TQTextEdit::underline () const @@ -1479,7 +1479,7 @@ to disable all automatic formatting. <p>Set this property's value with <a href="#setAutoFormatting">setAutoFormatting</a>() and get this property's value with <a href="#autoFormatting">autoFormatting</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="documentTitle-prop"></a>documentTitle</h3> <p>This property holds the title of the document parsed from the text. -<p>For <a href="ntqt.html#TextFormat-enum">PlainText</a> the title will be an empty string. For <a href="ntqt.html#TextFormat-enum">RichText</a> the title will be the text between the <tt><title></tt> tags, +<p>For <a href="tqt.html#TextFormat-enum">PlainText</a> the title will be an empty string. For <a href="tqt.html#TextFormat-enum">RichText</a> the title will be the text between the <tt><title></tt> tags, if present, otherwise an empty string. <p>Get this property's value with <a href="#documentTitle">documentTitle</a>(). @@ -1525,8 +1525,8 @@ text and select text; modifying the text is not possible. <p>Set this property's value with <a href="#setReadOnly">setReadOnly</a>() and get this property's value with <a href="#isReadOnly">isReadOnly</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="selectedText-prop"></a>selectedText</h3> <p>This property holds the selected text (from selection 0) or an empty string if there is no currently selected text (in selection 0). -<p>The text is always returned as <a href="ntqt.html#TextFormat-enum">PlainText</a> if the <a href="#textFormat">textFormat</a>() is -<a href="ntqt.html#TextFormat-enum">PlainText</a> or <a href="ntqt.html#TextFormat-enum">AutoText</a>, otherwise it is returned as HTML. +<p>The text is always returned as <a href="tqt.html#TextFormat-enum">PlainText</a> if the <a href="#textFormat">textFormat</a>() is +<a href="tqt.html#TextFormat-enum">PlainText</a> or <a href="tqt.html#TextFormat-enum">AutoText</a>, otherwise it is returned as HTML. <p> <p>See also <a href="#hasSelectedText-prop">hasSelectedText</a>. <p>Get this property's value with <a href="#selectedText">selectedText</a>(). @@ -1545,7 +1545,7 @@ the focus chain. The default is FALSE. <p>There is no default text. <p> On setting, any previous text is deleted. <p> The text may be interpreted either as plain text or as rich text, -depending on the <a href="#textFormat">textFormat</a>(). The default setting is <a href="ntqt.html#TextFormat-enum">AutoText</a>, +depending on the <a href="#textFormat">textFormat</a>(). The default setting is <a href="tqt.html#TextFormat-enum">AutoText</a>, i.e. the text edit auto-detects the format of the text. <p> For richtext, calling <a href="#text">text</a>() on an editable TQTextEdit will cause the text to be regenerated from the textedit. This may mean that @@ -1554,7 +1554,7 @@ was set. <p> <p>See also <a href="#textFormat-prop">textFormat</a>. <p>Set this property's value with <a href="#setText">setText</a>() and get this property's value with <a href="#text">text</a>(). -<h3 class=fn><a href="ntqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat-prop"></a>textFormat</h3> +<h3 class=fn><a href="tqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat-prop"></a>textFormat</h3> <p>This property holds the text format: rich text, plain text, log text or auto text. <p>The text format is one of the following: <ul> @@ -1568,7 +1568,7 @@ defined in the default stylesheet <a href="tqstylesheet.html#defaultSheet">TQSty limited set of formatting tags (color, bold, underline and italic settings). <li> AutoText - this is the default. The text edit autodetects which -rendering style is best, <a href="ntqt.html#TextFormat-enum">PlainText</a> or <a href="ntqt.html#TextFormat-enum">RichText</a>. This is done +rendering style is best, <a href="tqt.html#TextFormat-enum">PlainText</a> or <a href="tqt.html#TextFormat-enum">RichText</a>. This is done by using the <a href="tqstylesheet.html#mightBeRichText">TQStyleSheet::mightBeRichText</a>() function. </ul> diff --git a/doc/html/tqthread-h.html b/doc/html/tqthread-h.html index a8028ef62..57cba731b 100644 --- a/doc/html/tqthread-h.html +++ b/doc/html/tqthread-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #if defined(TQT_THREAD_SUPPORT) #ifndef QT_H -#include "ntqwindowdefs.h" +#include "tqwindowdefs.h" #endif // QT_H #include <limits.h> diff --git a/doc/html/tqthread.html b/doc/html/tqthread.html index 8df9c449f..f09d90601 100644 --- a/doc/html/tqthread.html +++ b/doc/html/tqthread.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#threadsafe">thread-safe</a> when TQt is built with thread support.</p> <p><tt>#include <<a href="tqthread-h.html">tqthread.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p><a href="tqthread-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/tqtime.html b/doc/html/tqtime.html index b6f8cf9d7..a2b82ad53 100644 --- a/doc/html/tqtime.html +++ b/doc/html/tqtime.html @@ -152,13 +152,13 @@ than the time of this object (or earlier if <em>nsecs</em> is negative). <p> <p>See also <a href="#addMSecs">addMSecs</a>(), <a href="#secsTo">secsTo</a>(), and <a href="tqdatetime.html#addSecs">TQDateTime::addSecs</a>(). -<h3 class=fn><a href="tqtime.html">TQTime</a> <a name="currentTime"></a>TQTime::currentTime ( <a href="ntqt.html#TimeSpec-enum">TQt::TimeSpec</a> ts )<tt> [static]</tt> +<h3 class=fn><a href="tqtime.html">TQTime</a> <a name="currentTime"></a>TQTime::currentTime ( <a href="tqt.html#TimeSpec-enum">TQt::TimeSpec</a> ts )<tt> [static]</tt> </h3> Returns the current time as reported by the system clock, for the TimeSpec <em>ts</em>. The default TimeSpec is LocalTime. <p> Note that the accuracy depends on the accuracy of the underlying operating system; not all systems provide 1-millisecond accuracy. -<p> <p>See also <a href="ntqt.html#TimeSpec-enum">TQt::TimeSpec</a>. +<p> <p>See also <a href="tqt.html#TimeSpec-enum">TQt::TimeSpec</a>. <p>Examples: <a href="aclock-example.html#x1201">aclock/aclock.cpp</a>, <a href="dclock-example.html#x1104">dclock/dclock.cpp</a>, <a href="tutorial1-12.html#x2398">t12/cannon.cpp</a>, and <a href="tictac-example.html#x40">tictac/tictac.cpp</a>. <h3 class=fn><a href="tqtime.html">TQTime</a> <a name="currentTime-2"></a>TQTime::currentTime ()<tt> [static]</tt> @@ -182,11 +182,11 @@ undefined. This can happen when daylight savings time is turned on or off. <p> <p>See also <a href="#start">start</a>() and <a href="#restart">restart</a>(). -<h3 class=fn><a href="tqtime.html">TQTime</a> <a name="fromString"></a>TQTime::fromString ( const <a href="tqstring.html">TQString</a> & s, <a href="ntqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate )<tt> [static]</tt> +<h3 class=fn><a href="tqtime.html">TQTime</a> <a name="fromString"></a>TQTime::fromString ( const <a href="tqstring.html">TQString</a> & s, <a href="tqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate )<tt> [static]</tt> </h3> Returns the representation <em>s</em> as a TQTime using the format <em>f</em>, or an invalid time if this is not possible. -<p> <b>Warning:</b> Note that <a href="ntqt.html#DateFormat-enum">TQt::LocalDate</a> cannot be used here. +<p> <b>Warning:</b> Note that <a href="tqt.html#DateFormat-enum">TQt::LocalDate</a> cannot be used here. <h3 class=fn>int <a name="hour"></a>TQTime::hour () const </h3> @@ -353,14 +353,14 @@ the format of the result string. <p> If the time is an invalid time, then <a href="tqstring.html#TQString-null">TQString::null</a> will be returned. <p> <p>See also <a href="tqdate.html#toString">TQDate::toString</a>() and <a href="tqdatetime.html#toString">TQDateTime::toString</a>(). -<h3 class=fn><a href="tqstring.html">TQString</a> <a name="toString-2"></a>TQTime::toString ( <a href="ntqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="toString-2"></a>TQTime::toString ( <a href="tqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the time as a string. Milliseconds are not included. The <em>f</em> parameter determines the format of the string. -<p> If <em>f</em> is <a href="ntqt.html#DateFormat-enum">TQt::TextDate</a>, the string format is HH:MM:SS; e.g. 1 +<p> If <em>f</em> is <a href="tqt.html#DateFormat-enum">TQt::TextDate</a>, the string format is HH:MM:SS; e.g. 1 second before midnight would be "23:59:59". -<p> If <em>f</em> is <a href="ntqt.html#DateFormat-enum">TQt::ISODate</a>, the string format corresponds to the +<p> If <em>f</em> is <a href="tqt.html#DateFormat-enum">TQt::ISODate</a>, the string format corresponds to the ISO 8601 extended specification for representations of dates, which is also HH:MM:SS. <p> If <em>f</em> is TQt::LocalDate, the string format depends on the locale diff --git a/doc/html/qtl-qvaluelist-example.html b/doc/html/tqtl-tqvaluelist-example.html index 0e68c0e18..9600b07fe 100644 --- a/doc/html/qtl-qvaluelist-example.html +++ b/doc/html/tqtl-tqvaluelist-example.html @@ -1,5 +1,4 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/examples/qtl/qtl-tqvaluelist.doc:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -48,7 +47,7 @@ This tiny example shows a <a href="tqvaluelistiterator.html">TQValueListIterator #include <<a href="tqvaluelist-h.html">tqvaluelist.h</a>> #include <<a href="tqstring-h.html">tqstring.h</a>> -#include <<a href="qwindowdefs-h.html">ntqwindowdefs.h</a>> +#include <<a href="tqwindowdefs-h.html">tqwindowdefs.h</a>> #include <stdio.h> diff --git a/doc/html/ntqtl.html b/doc/html/tqtl.html index c25657025..c25657025 100644 --- a/doc/html/ntqtl.html +++ b/doc/html/tqtl.html diff --git a/doc/html/tqtoolbutton.html b/doc/html/tqtoolbutton.html index 6e9d5e3ca..5a9324580 100644 --- a/doc/html/tqtoolbutton.html +++ b/doc/html/tqtoolbutton.html @@ -146,9 +146,9 @@ Constructs a tool button called <em>name</em>, that is a child of <em>parent</em <p> The tool button will display <em>iconSet</em>, with its text label and tool tip set to <em>textLabel</em> and its status bar message set to <em>grouptext</em>. It will be connected to the <em>slot</em> in object <em>receiver</em>. -<h3 class=fn><a name="TQToolButton-3"></a>TQToolButton::TQToolButton ( <a href="ntqt.html#ArrowType-enum">ArrowType</a> type, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQToolButton-3"></a>TQToolButton::TQToolButton ( <a href="tqt.html#ArrowType-enum">ArrowType</a> type, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> -Constructs a tool button as an arrow button. The <a href="ntqt.html#ArrowType-enum">ArrowType</a> <em>type</em> defines the arrow direction. Possible values are <a href="ntqt.html#ArrowType-enum">LeftArrow</a>, <a href="ntqt.html#ArrowType-enum">RightArrow</a>, <a href="ntqt.html#ArrowType-enum">UpArrow</a> and <a href="ntqt.html#ArrowType-enum">DownArrow</a>. +Constructs a tool button as an arrow button. The <a href="tqt.html#ArrowType-enum">ArrowType</a> <em>type</em> defines the arrow direction. Possible values are <a href="tqt.html#ArrowType-enum">LeftArrow</a>, <a href="tqt.html#ArrowType-enum">RightArrow</a>, <a href="tqt.html#ArrowType-enum">UpArrow</a> and <a href="tqt.html#ArrowType-enum">DownArrow</a>. <p> An arrow button has auto-repeat turned on by default. <p> The <em>parent</em> and <em>name</em> arguments are sent to the <a href="tqwidget.html">TQWidget</a> constructor. @@ -256,7 +256,7 @@ See the <a href="tqtoolbutton.html#usesTextLabel-prop">"usesTextLabel"</a> prope <p>The default is disabled (i.e. FALSE). <p>Set this property's value with <a href="#setAutoRaise">setAutoRaise</a>() and get this property's value with <a href="#autoRaise">autoRaise</a>(). -<h3 class=fn><a href="ntqt.html#BackgroundMode-enum">BackgroundMode</a> <a name="backgroundMode-prop"></a>backgroundMode</h3> +<h3 class=fn><a href="tqt.html#BackgroundMode-enum">BackgroundMode</a> <a name="backgroundMode-prop"></a>backgroundMode</h3> <p>This property holds the toolbutton's background mode. <p>Get this property with <a href="tqwidget.html#backgroundMode">backgroundMode</a>(). <p> <p>See also <a href="tqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>. diff --git a/doc/html/tqtooltip.html b/doc/html/tqtooltip.html index c136bd7b5..3b63b7217 100644 --- a/doc/html/tqtooltip.html +++ b/doc/html/tqtooltip.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } any widget or rectangular part of a widget. <a href="#details">More...</a> <p><tt>#include <<a href="tqtooltip-h.html">tqtooltip.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p><a href="tqtooltip-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/quuid-h.html b/doc/html/tquuid-h.html index 14714bb02..c54449384 100644 --- a/doc/html/quuid-h.html +++ b/doc/html/tquuid-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntquuid.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tquuid.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntquuid.h Include File</title> +<title>tquuid.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntquuid.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tquuid.h</h1> -<p>This is the verbatim text of the ntquuid.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tquuid.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntquuid.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tquuid.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQUuid class ** diff --git a/doc/html/quuid-members.html b/doc/html/tquuid-members.html index ba2ad8ebe..27e92fefc 100644 --- a/doc/html/quuid-members.html +++ b/doc/html/tquuid-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntquuid.h:62 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tquuid.h:62 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,21 +32,21 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQUuid</h1> <p>This is the complete list of member functions for -<a href="ntquuid.html">TQUuid</a>, including inherited members. +<a href="tquuid.html">TQUuid</a>, including inherited members. <ul> -<li><a href="ntquuid.html#TQUuid">TQUuid</a>() -<li><a href="ntquuid.html#createUuid">createUuid</a>() -<li><a href="ntquuid.html#isNull">isNull</a>() -<li><a href="ntquuid.html#operator-TQString">operator TQString</a>() -<li><a href="ntquuid.html#operator!-eq">operator!=</a>() -<li><a href="ntquuid.html#operator-lt">operator<</a>() -<li><a href="ntquuid.html#operator-eq">operator=</a>() -<li><a href="ntquuid.html#operator-eq-eq">operator==</a>() -<li><a href="ntquuid.html#operator-gt">operator></a>() -<li><a href="ntquuid.html#toString">toString</a>() -<li><a href="ntquuid.html#variant">variant</a>() -<li><a href="ntquuid.html#version">version</a>() +<li><a href="tquuid.html#TQUuid">TQUuid</a>() +<li><a href="tquuid.html#createUuid">createUuid</a>() +<li><a href="tquuid.html#isNull">isNull</a>() +<li><a href="tquuid.html#operator-TQString">operator TQString</a>() +<li><a href="tquuid.html#operator!-eq">operator!=</a>() +<li><a href="tquuid.html#operator-lt">operator<</a>() +<li><a href="tquuid.html#operator-eq">operator=</a>() +<li><a href="tquuid.html#operator-eq-eq">operator==</a>() +<li><a href="tquuid.html#operator-gt">operator></a>() +<li><a href="tquuid.html#toString">toString</a>() +<li><a href="tquuid.html#variant">variant</a>() +<li><a href="tquuid.html#version">version</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/ntquuid.html b/doc/html/tquuid.html index d818419b6..84c38b414 100644 --- a/doc/html/ntquuid.html +++ b/doc/html/tquuid.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/quuid.cpp:40 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/tquuid.cpp:40 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQUuid class defines a Universally Unique Identifier (UUID). <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> -<p><tt>#include <<a href="quuid-h.html">ntquuid.h</a>></tt> -<p><a href="quuid-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tquuid-h.html">tquuid.h</a>></tt> +<p><a href="tquuid-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>enum <a href="#Variant-enum"><b>Variant</b></a> { VarUnknown = -1, NCS = 0, DCE = 2, Microsoft = 6, Reserved = 7 }</li> @@ -125,7 +125,7 @@ MAC network card address (if available) for the node sections </pre> -<h3 class=fn><a name="TQUuid-3"></a>TQUuid::TQUuid ( const <a href="ntquuid.html">TQUuid</a> & orig ) +<h3 class=fn><a name="TQUuid-3"></a>TQUuid::TQUuid ( const <a href="tquuid.html">TQUuid</a> & orig ) </h3> <p> Creates a copy of the TQUuid <em>orig</em>. @@ -137,7 +137,7 @@ only convert a string in the format {HHHHHHHH-HHHH-HHHH-HHHH-HHHHHHHHHHHH} (where 'H' stands for a hex digit). If the conversion fails a null UUID is created. -<h3 class=fn><a href="ntquuid.html">TQUuid</a> <a name="createUuid"></a>TQUuid::createUuid ()<tt> [static]</tt> +<h3 class=fn><a href="tquuid.html">TQUuid</a> <a name="createUuid"></a>TQUuid::createUuid ()<tt> [static]</tt> </h3> <p> Returns a new UUID of <a href="#Variant-enum">DCE</a> variant, and <a href="#Version-enum">Random</a> type. The @@ -160,13 +160,13 @@ Returns TRUE if this is the null UUID <p> Returns the string representation of the uuid. <p> <p>See also <a href="#toString">toString</a>(). -<h3 class=fn>bool <a name="operator!-eq"></a>TQUuid::operator!= ( const <a href="ntquuid.html">TQUuid</a> & other ) const +<h3 class=fn>bool <a name="operator!-eq"></a>TQUuid::operator!= ( const <a href="tquuid.html">TQUuid</a> & other ) const </h3> <p> Returns TRUE if this TQUuid and the <em>other</em> TQUuid are different; otherwise returns FALSE. -<h3 class=fn>bool <a name="operator-lt"></a>TQUuid::operator< ( const <a href="ntquuid.html">TQUuid</a> & other ) const +<h3 class=fn>bool <a name="operator-lt"></a>TQUuid::operator< ( const <a href="tquuid.html">TQUuid</a> & other ) const </h3> <p> Returns TRUE if this TQUuid is of the same variant, @@ -174,18 +174,18 @@ and lexicographically before the <em>other</em> TQUuid; otherwise returns FALSE. <p> <p>See also <a href="#variant">variant</a>(). -<h3 class=fn><a href="ntquuid.html">TQUuid</a> & <a name="operator-eq"></a>TQUuid::operator= ( const <a href="ntquuid.html">TQUuid</a> & uuid ) +<h3 class=fn><a href="tquuid.html">TQUuid</a> & <a name="operator-eq"></a>TQUuid::operator= ( const <a href="tquuid.html">TQUuid</a> & uuid ) </h3> <p> Assigns the value of <em>uuid</em> to this TQUuid object. -<h3 class=fn>bool <a name="operator-eq-eq"></a>TQUuid::operator== ( const <a href="ntquuid.html">TQUuid</a> & other ) const +<h3 class=fn>bool <a name="operator-eq-eq"></a>TQUuid::operator== ( const <a href="tquuid.html">TQUuid</a> & other ) const </h3> <p> Returns TRUE if this TQUuid and the <em>other</em> TQUuid are identical; otherwise returns FALSE. -<h3 class=fn>bool <a name="operator-gt"></a>TQUuid::operator> ( const <a href="ntquuid.html">TQUuid</a> & other ) const +<h3 class=fn>bool <a name="operator-gt"></a>TQUuid::operator> ( const <a href="tquuid.html">TQUuid</a> & other ) const </h3> <p> Returns TRUE if this TQUuid is of the same variant, @@ -198,14 +198,14 @@ otherwise returns FALSE. <a href="tqstring.html">TQString</a> <a href="#toString">TQUuid::toString</a>() const <p> Returns the string representation of the uuid. -<h3 class=fn><a href="ntquuid.html#Variant-enum">TQUuid::Variant</a> <a name="variant"></a>TQUuid::variant () const +<h3 class=fn><a href="tquuid.html#Variant-enum">TQUuid::Variant</a> <a name="variant"></a>TQUuid::variant () const </h3> <p> Returns the variant of the UUID. The null UUID is considered to be of an unknown variant. <p> <p>See also <a href="#version">version</a>(). -<h3 class=fn><a href="ntquuid.html#Version-enum">TQUuid::Version</a> <a name="version"></a>TQUuid::version () const +<h3 class=fn><a href="tquuid.html#Version-enum">TQUuid::Version</a> <a name="version"></a>TQUuid::version () const </h3> <p> Returns the version of the UUID, if the UUID is of the DCE @@ -213,12 +213,12 @@ variant; otherwise returns VerUnknown. <p> <p>See also <a href="#variant">variant</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="ntquuid.html">TQUuid</a> & id ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="tquuid.html">TQUuid</a> & id ) </h3> Writes the uuid <em>id</em> to the datastream <em>s</em>. -<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="ntquuid.html">TQUuid</a> & id ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="tquuid.html">TQUuid</a> & id ) </h3> Reads uuid from from the stream <em>s</em> into <em>id</em>. diff --git a/doc/html/tqvaluelist-h.html b/doc/html/tqvaluelist-h.html index 7e7ccaeff..ac53a2502 100644 --- a/doc/html/tqvaluelist-h.html +++ b/doc/html/tqvaluelist-h.html @@ -78,8 +78,8 @@ body { background: #ffffff; color: black; } #define TQVALUELIST_H #ifndef QT_H -#include "ntqtl.h" -#include "ntqshared.h" +#include "tqtl.h" +#include "tqshared.h" #include "tqdatastream.h" #endif // QT_H @@ -701,7 +701,7 @@ TQ_INLINE_TEMPLATES TQDataStream& operator<<( TQDataStream& s, con #define Q_DEFINED_QVALUELIST #define Q_DEFINED_QVALUELIST -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQVALUELIST_H </pre> <!-- eof --> diff --git a/doc/html/tqvaluelist.html b/doc/html/tqvaluelist.html index 62b86eacf..6dfd8b1c3 100644 --- a/doc/html/tqvaluelist.html +++ b/doc/html/tqvaluelist.html @@ -125,7 +125,7 @@ provides lists. <p> TQValueList is a TQt implementation of an STL-like list container. It can be used in your application if the standard <tt>list</tt> is not available for your target platform(s). TQValueList is part of the -<a href="ntqtl.html">TQt Template Library</a>. +<a href="tqtl.html">TQt Template Library</a>. <p> TQValueList<T> defines a template instance to create a list of values that all have the class T. Note that TQValueList does not store pointers to the members of the list; it holds a copy of @@ -213,7 +213,7 @@ list it belongs to, however it is <em>not</em> dereferenceable; <a href="tqsize.html#operator*-4">operator*</a>() will not return a well-defined value. If the list is <a href="#empty">empty</a>(), the iterator returned by begin() will equal the iterator returned by end(). -<p> Another way to find an item in the list is by using the <a href="ntqtl.html#qFind">tqFind()</a> algorithm. For example: +<p> Another way to find an item in the list is by using the <a href="tqtl.html#qFind">tqFind()</a> algorithm. For example: <p> <pre> TQValueList<int> list; ... @@ -269,7 +269,7 @@ specific positions within the list. are several variants of the <a href="#remove">remove</a>() function, which removes a specific item from the list. The remove() function will find and remove items according to a specific item value. -<p> Lists can also be sorted using the <a href="ntqtl.html">TQt Template +<p> Lists can also be sorted using the <a href="tqtl.html">TQt Template Library</a>. For example with qHeapSort(): <p> Example: <pre> @@ -281,7 +281,7 @@ remove items according to a specific item value. qHeapSort( list ); </pre> -<p> <p>See also <a href="tqvaluelistiterator.html">TQValueListIterator</a>, <a href="ntqtl.html">TQt Template Library Classes</a>, <a href="shared.html">Implicitly and Explicitly Shared Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p> <p>See also <a href="tqvaluelistiterator.html">TQValueListIterator</a>, <a href="tqtl.html">TQt Template Library Classes</a>, <a href="shared.html">Implicitly and Explicitly Shared Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="ConstIterator"></a>TQValueList::ConstIterator</h3> diff --git a/doc/html/tqvaluelistconstiterator.html b/doc/html/tqvaluelistconstiterator.html index 47c1aaccf..91f05e1f7 100644 --- a/doc/html/tqvaluelistconstiterator.html +++ b/doc/html/tqvaluelistconstiterator.html @@ -67,7 +67,7 @@ the list since that would break const semantics. <p> You can create the appropriate const iterator type by using the <tt>const_iterator</tt> typedef provided by TQValueList. <p> For more information on TQValueList iterators, see TQValueListIterator. -<p> <p>See also <a href="tqvaluelistiterator.html">TQValueListIterator</a>, <a href="tqvaluelist.html">TQValueList</a>, <a href="ntqtl.html">TQt Template Library Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p> <p>See also <a href="tqvaluelistiterator.html">TQValueListIterator</a>, <a href="tqvaluelist.html">TQValueList</a>, <a href="tqtl.html">TQt Template Library Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="pointer"></a>TQValueListConstIterator::pointer</h3> diff --git a/doc/html/tqvaluelistiterator.html b/doc/html/tqvaluelistiterator.html index a659d8bfc..98ea84750 100644 --- a/doc/html/tqvaluelistiterator.html +++ b/doc/html/tqvaluelistiterator.html @@ -92,7 +92,7 @@ about all its iterators and the iterators don't know to which list they belong. This makes things very fast, but if you're not careful, you can get spectacular bugs. Always make sure iterators are valid before dereferencing them or using them as parameters to -generic algorithms in the STL or the <a href="ntqtl.html">TQTL</a>. +generic algorithms in the STL or the <a href="tqtl.html">TQTL</a>. <p> Using an invalid iterator is undefined (your application will probably crash). Many TQt functions return const value lists; to iterate over these you should make a copy and iterate over the @@ -102,7 +102,7 @@ TQValueList in a const environment or if the reference or pointer to the list is itself const, then you must use the ConstIterator. Its semantics are the same as the Iterator, but it only returns const references. -<p> <p>See also <a href="tqvaluelist.html">TQValueList</a>, <a href="tqvaluelistconstiterator.html">TQValueListConstIterator</a>, <a href="ntqtl.html">TQt Template Library Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p> <p>See also <a href="tqvaluelist.html">TQValueList</a>, <a href="tqvaluelistconstiterator.html">TQValueListConstIterator</a>, <a href="tqtl.html">TQt Template Library Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="pointer"></a>TQValueListIterator::pointer</h3> diff --git a/doc/html/tqvaluestack.html b/doc/html/tqvaluestack.html index b23660c6b..bab46e1a0 100644 --- a/doc/html/tqvaluestack.html +++ b/doc/html/tqvaluestack.html @@ -56,7 +56,7 @@ The TQValueStack class is a value-based template class that provides a stack. <p> Define a template instance TQValueStack<X> to create a stack of -values that all have the class X. TQValueStack is part of the <a href="ntqtl.html">TQt Template Library</a>. +values that all have the class X. TQValueStack is part of the <a href="tqtl.html">TQt Template Library</a>. <p> Note that TQValueStack does not store pointers to the members of the stack; it holds a copy of every member. That is why these kinds of classes are called "value based"; <a href="tqptrstack.html">TQPtrStack</a>, <a href="tqptrlist.html">TQPtrList</a>, @@ -97,7 +97,7 @@ qualify as a value, the class must provide <p> Note that C++ defaults to field-by-field assignment operators and copy constructors if no explicit version is supplied. In many cases this is sufficient. -<p>See also <a href="ntqtl.html">TQt Template Library Classes</a>, <a href="shared.html">Implicitly and Explicitly Shared Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p>See also <a href="tqtl.html">TQt Template Library Classes</a>, <a href="shared.html">Implicitly and Explicitly Shared Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQValueStack"></a>TQValueStack::TQValueStack () diff --git a/doc/html/tqvaluevector-h.html b/doc/html/tqvaluevector-h.html index 1bb699892..ab1f69fb2 100644 --- a/doc/html/tqvaluevector-h.html +++ b/doc/html/tqvaluevector-h.html @@ -76,8 +76,8 @@ body { background: #ffffff; color: black; } #define TQVALUEVECTOR_H #ifndef QT_H -#include "ntqtl.h" -#include "ntqshared.h" +#include "tqtl.h" +#include "tqshared.h" #include "tqdatastream.h" #endif // QT_H @@ -607,7 +607,7 @@ TQ_INLINE_TEMPLATES TQDataStream& operator<<( TQDataStream& s, con #endif // TQT_NO_DATASTREAM #define Q_DEFINED_QVALUEVECTOR -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQVALUEVECTOR_H </pre> <!-- eof --> diff --git a/doc/html/tqvaluevector.html b/doc/html/tqvaluevector.html index 78393e518..78c659725 100644 --- a/doc/html/tqvaluevector.html +++ b/doc/html/tqvaluevector.html @@ -105,7 +105,7 @@ The TQValueVector class is a value-based template class that provides a dynamic <p> TQValueVector is a TQt implementation of an STL-like vector container. It can be used in your application if the standard <tt>vector</tt> is not available for your target platforms. TQValueVector is -part of the <a href="ntqtl.html">TQt Template Library</a>. +part of the <a href="tqtl.html">TQt Template Library</a>. <p> TQValueVector<T> defines a template instance to create a vector of values that all have the class T. TQValueVector does not store pointers to the members of the vector; it holds a copy of every @@ -134,7 +134,7 @@ qualify as a value the class must provide: copy constructors if no explicit version is supplied. In many cases this is sufficient. <p> TQValueVector uses an STL-like syntax to manipulate and address the -objects it contains. See <a href="ntqtl.html">this document</a> for +objects it contains. See <a href="tqtl.html">this document</a> for more information. <p> Example: <pre> @@ -232,9 +232,9 @@ example: <p> The iterators provided by vector are random access iterators, therefore you can use them with many generic algorithms, for -example, algorithms provided by the STL or the <a href="ntqtl.html">TQTL</a>. +example, algorithms provided by the STL or the <a href="tqtl.html">TQTL</a>. <p> Another way to find an element in the vector is by using the -std::find() or <a href="ntqtl.html#qFind">tqFind()</a> algorithms. +std::find() or <a href="tqtl.html#qFind">tqFind()</a> algorithms. For example: <p> <pre> TQValueVector<int> vec; @@ -305,7 +305,7 @@ elements at specific positions within the vector. There are several variants of the <a href="#erase">erase</a>() function which removes a specific element, or range of elements, from the vector. <p> Vectors can be also sorted with various STL algorithms , or it can -be sorted using the <a href="ntqtl.html">TQt Template Library</a>. +be sorted using the <a href="tqtl.html">TQt Template Library</a>. For example with qHeapSort(): <p> Example: <pre> @@ -320,7 +320,7 @@ For example with qHeapSort(): <p> TQValueVector stores its elements in contiguous memory. This means that you can use a TQValueVector in any situation that requires an array. -<p>See also <a href="ntqtl.html">TQt Template Library Classes</a>, <a href="shared.html">Implicitly and Explicitly Shared Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p>See also <a href="tqtl.html">TQt Template Library Classes</a>, <a href="shared.html">Implicitly and Explicitly Shared Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="ConstIterator"></a>TQValueVector::ConstIterator</h3> diff --git a/doc/html/qvariant-h.html b/doc/html/tqvariant-h.html index caba962b6..59b508cec 100644 --- a/doc/html/qvariant-h.html +++ b/doc/html/tqvariant-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqvariant.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqvariant.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqvariant.h Include File</title> +<title>tqvariant.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqvariant.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqvariant.h</h1> -<p>This is the verbatim text of the ntqvariant.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqvariant.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqvariant.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqvariant.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQVariant class ** diff --git a/doc/html/tqvariant-members.html b/doc/html/tqvariant-members.html new file mode 100644 index 000000000..a926216ad --- /dev/null +++ b/doc/html/tqvariant-members.html @@ -0,0 +1,135 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqvariant.h:83 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>TQVariant Member List</title> +<style type="text/css"><!-- +fn { margin-left: 1cm; text-indent: -1cm; } +a:link { color: #004faf; text-decoration: none } +a:visited { color: #672967; text-decoration: none } +body { background: #ffffff; color: black; } +--></style> +</head> +<body> + +<table border="0" cellpadding="0" cellspacing="0" width="100%"> +<tr bgcolor="#E5E5E5"> +<td valign=center> + <a href="index.html"> +<font color="#004faf">Home</font></a> + | <a href="classes.html"> +<font color="#004faf">All Classes</font></a> + | <a href="mainclasses.html"> +<font color="#004faf">Main Classes</font></a> + | <a href="annotated.html"> +<font color="#004faf">Annotated</font></a> + | <a href="groups.html"> +<font color="#004faf">Grouped Classes</font></a> + | <a href="functions.html"> +<font color="#004faf">Functions</font></a> +</td> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQVariant</h1> + +<p>This is the complete list of member functions for +<a href="tqvariant.html">TQVariant</a>, including inherited members. + +<ul> +<li><a href="tqvariant.html#TQVariant">TQVariant</a>() +<li><a href="tqvariant.html#~TQVariant">~TQVariant</a>() +<li><a href="tqvariant.html#asBitArray">asBitArray</a>() +<li><a href="tqvariant.html#asBitmap">asBitmap</a>() +<li><a href="tqvariant.html#asBool">asBool</a>() +<li><a href="tqvariant.html#asBrush">asBrush</a>() +<li><a href="tqvariant.html#asByteArray">asByteArray</a>() +<li><a href="tqvariant.html#asCString">asCString</a>() +<li><a href="tqvariant.html#asColor">asColor</a>() +<li><a href="tqvariant.html#asColorGroup">asColorGroup</a>() +<li><a href="tqvariant.html#asCursor">asCursor</a>() +<li><a href="tqvariant.html#asDate">asDate</a>() +<li><a href="tqvariant.html#asDateTime">asDateTime</a>() +<li><a href="tqvariant.html#asDouble">asDouble</a>() +<li><a href="tqvariant.html#asFont">asFont</a>() +<li><a href="tqvariant.html#asIconSet">asIconSet</a>() +<li><a href="tqvariant.html#asImage">asImage</a>() +<li><a href="tqvariant.html#asInt">asInt</a>() +<li><a href="tqvariant.html#asKeySequence">asKeySequence</a>() +<li><a href="tqvariant.html#asList">asList</a>() +<li><a href="tqvariant.html#asLongLong">asLongLong</a>() +<li><a href="tqvariant.html#asMap">asMap</a>() +<li><a href="tqvariant.html#asPalette">asPalette</a>() +<li><a href="tqvariant.html#asPen">asPen</a>() +<li><a href="tqvariant.html#asPixmap">asPixmap</a>() +<li><a href="tqvariant.html#asPoint">asPoint</a>() +<li><a href="tqvariant.html#asPointArray">asPointArray</a>() +<li><a href="tqvariant.html#asRect">asRect</a>() +<li><a href="tqvariant.html#asRegion">asRegion</a>() +<li><a href="tqvariant.html#asSize">asSize</a>() +<li><a href="tqvariant.html#asSizePolicy">asSizePolicy</a>() +<li><a href="tqvariant.html#asString">asString</a>() +<li><a href="tqvariant.html#asStringList">asStringList</a>() +<li><a href="tqvariant.html#asTime">asTime</a>() +<li><a href="tqvariant.html#asUInt">asUInt</a>() +<li><a href="tqvariant.html#asULongLong">asULongLong</a>() +<li><a href="tqvariant.html#canCast">canCast</a>() +<li><a href="tqvariant.html#cast">cast</a>() +<li><a href="tqvariant.html#clear">clear</a>() +<li><a href="tqvariant.html#isNull">isNull</a>() +<li><a href="tqvariant.html#isValid">isValid</a>() +<li><a href="tqvariant.html#listBegin">listBegin</a>() +<li><a href="tqvariant.html#listEnd">listEnd</a>() +<li><a href="tqvariant.html#mapBegin">mapBegin</a>() +<li><a href="tqvariant.html#mapEnd">mapEnd</a>() +<li><a href="tqvariant.html#mapFind">mapFind</a>() +<li><a href="tqvariant.html#nameToType">nameToType</a>() +<li><a href="tqvariant.html#operator!-eq">operator!=</a>() +<li><a href="tqvariant.html#operator-eq">operator=</a>() +<li><a href="tqvariant.html#operator-eq-eq">operator==</a>() +<li><a href="tqvariant.html#stringListBegin">stringListBegin</a>() +<li><a href="tqvariant.html#stringListEnd">stringListEnd</a>() +<li><a href="tqvariant.html#toBitArray">toBitArray</a>() +<li><a href="tqvariant.html#toBitmap">toBitmap</a>() +<li><a href="tqvariant.html#toBool">toBool</a>() +<li><a href="tqvariant.html#toBrush">toBrush</a>() +<li><a href="tqvariant.html#toByteArray">toByteArray</a>() +<li><a href="tqvariant.html#toCString">toCString</a>() +<li><a href="tqvariant.html#toColor">toColor</a>() +<li><a href="tqvariant.html#toColorGroup">toColorGroup</a>() +<li><a href="tqvariant.html#toCursor">toCursor</a>() +<li><a href="tqvariant.html#toDate">toDate</a>() +<li><a href="tqvariant.html#toDateTime">toDateTime</a>() +<li><a href="tqvariant.html#toDouble">toDouble</a>() +<li><a href="tqvariant.html#toFont">toFont</a>() +<li><a href="tqvariant.html#toIconSet">toIconSet</a>() +<li><a href="tqvariant.html#toImage">toImage</a>() +<li><a href="tqvariant.html#toInt">toInt</a>() +<li><a href="tqvariant.html#toKeySequence">toKeySequence</a>() +<li><a href="tqvariant.html#toList">toList</a>() +<li><a href="tqvariant.html#toLongLong">toLongLong</a>() +<li><a href="tqvariant.html#toMap">toMap</a>() +<li><a href="tqvariant.html#toPalette">toPalette</a>() +<li><a href="tqvariant.html#toPen">toPen</a>() +<li><a href="tqvariant.html#toPixmap">toPixmap</a>() +<li><a href="tqvariant.html#toPoint">toPoint</a>() +<li><a href="tqvariant.html#toPointArray">toPointArray</a>() +<li><a href="tqvariant.html#toRect">toRect</a>() +<li><a href="tqvariant.html#toRegion">toRegion</a>() +<li><a href="tqvariant.html#toSize">toSize</a>() +<li><a href="tqvariant.html#toSizePolicy">toSizePolicy</a>() +<li><a href="tqvariant.html#toString">toString</a>() +<li><a href="tqvariant.html#toStringList">toStringList</a>() +<li><a href="tqvariant.html#toTime">toTime</a>() +<li><a href="tqvariant.html#toUInt">toUInt</a>() +<li><a href="tqvariant.html#toULongLong">toULongLong</a>() +<li><a href="tqvariant.html#type">type</a>() +<li><a href="tqvariant.html#typeName">typeName</a>() +<li><a href="tqvariant.html#typeToName">typeToName</a>() +</ul> +<!-- eof --> +<p><address><hr><div align=center> +<table width=100% cellspacing=0 border=0><tr> +<td>Copyright © 2007 +<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> +<td align=right><div align=right>TQt 3.3.8</div> +</table></div></address></body> +</html> diff --git a/doc/html/ntqvariant.html b/doc/html/tqvariant.html index 19a0f0063..85c469b5e 100644 --- a/doc/html/ntqvariant.html +++ b/doc/html/tqvariant.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qvariant.cpp:353 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqvariant.cpp:353 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQVariant class acts like a union for the most common TQt data types. <a href="#details">More...</a> -<p><tt>#include <<a href="qvariant-h.html">ntqvariant.h</a>></tt> -<p><a href="qvariant-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqvariant-h.html">tqvariant.h</a>></tt> +<p><a href="tqvariant-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>enum <a href="#Type-enum"><b>Type</b></a> { Invalid, Map, List, String, StringList, Font, Pixmap, Brush, Rect, Size, Color, Palette, ColorGroup, IconSet, Point, Image, Int, UInt, Bool, Double, CString, PointArray, Region, Bitmap, Cursor, SizePolicy, Date, Time, DateTime, ByteArray, BitArray, KeySequence, Pen, LongLong, ULongLong }</li> @@ -301,7 +301,7 @@ Constructs a new variant with a floating point value, <em>val</em>. </h3> Constructs a new variant with a size policy value, <em>val</em>. -<h3 class=fn><a name="TQVariant-2"></a>TQVariant::TQVariant ( const <a href="ntqvariant.html">TQVariant</a> & p ) +<h3 class=fn><a name="TQVariant-2"></a>TQVariant::TQVariant ( const <a href="tqvariant.html">TQVariant</a> & p ) </h3> Constructs a copy of the variant, <em>p</em>, passed as the argument to this constructor. Usually this is a <a href="shclass.html#deep-copy">deep copy</a>, but a <a href="shclass.html#shallow-copy">shallow copy</a> @@ -729,7 +729,7 @@ Returns the variant's value as unsigned int reference. </h3> Returns the variant's value as unsigned long long reference. -<h3 class=fn>bool <a name="canCast"></a>TQVariant::canCast ( <a href="ntqvariant.html#Type-enum">Type</a> t ) const +<h3 class=fn>bool <a name="canCast"></a>TQVariant::canCast ( <a href="tqvariant.html#Type-enum">Type</a> t ) const </h3> Returns TRUE if the variant's type can be cast to the requested type, <em>t</em>. Such casting is done automatically when calling the @@ -758,7 +758,7 @@ Time, DateTime, KeySequence, Font, Color <tr bgcolor="#f0f0f0"> <td valign="top">KeySequence <td valign="top">String, CString, ByteArray, Int, UInt, LongLong, ULongLong </table></center> -<h3 class=fn>bool <a name="cast"></a>TQVariant::cast ( <a href="ntqvariant.html#Type-enum">Type</a> t ) +<h3 class=fn>bool <a name="cast"></a>TQVariant::cast ( <a href="tqvariant.html#Type-enum">Type</a> t ) </h3> Casts the variant to the requested type. If the cast cannot be done, the variant is set to the default value of the requested @@ -819,25 +819,25 @@ appropriate; otherwise returns a null iterator. the variant's type is appropriate and <em>key</em> is a valid key; otherwise returns a null iterator. -<h3 class=fn><a href="ntqvariant.html#Type-enum">Type</a> <a name="nameToType"></a>TQVariant::nameToType ( const char * name )<tt> [static]</tt> +<h3 class=fn><a href="tqvariant.html#Type-enum">Type</a> <a name="nameToType"></a>TQVariant::nameToType ( const char * name )<tt> [static]</tt> </h3> Converts the string representation of the storage type given in <em>name</em>, to its enum representation. <p> If the string representation cannot be converted to any enum representation, the variant is set to <a href="#Type-enum">Invalid</a>. -<h3 class=fn>bool <a name="operator!-eq"></a>TQVariant::operator!= ( const <a href="ntqvariant.html">TQVariant</a> & v ) const +<h3 class=fn>bool <a name="operator!-eq"></a>TQVariant::operator!= ( const <a href="tqvariant.html">TQVariant</a> & v ) const </h3> Compares this TQVariant with <em>v</em> and returns TRUE if they are not equal; otherwise returns FALSE. -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> & <a name="operator-eq"></a>TQVariant::operator= ( const <a href="ntqvariant.html">TQVariant</a> & variant ) +<h3 class=fn><a href="tqvariant.html">TQVariant</a> & <a name="operator-eq"></a>TQVariant::operator= ( const <a href="tqvariant.html">TQVariant</a> & variant ) </h3> Assigns the value of the variant <em>variant</em> to this variant. <p> This is a <a href="shclass.html#deep-copy">deep copy</a> of the variant, but note that if the variant holds an <a href="shclass.html#explicitly-shared">explicitly shared</a> type such as <a href="tqimage.html">TQImage</a>, a <a href="shclass.html#shallow-copy">shallow copy</a> is performed. -<h3 class=fn>bool <a name="operator-eq-eq"></a>TQVariant::operator== ( const <a href="ntqvariant.html">TQVariant</a> & v ) const +<h3 class=fn>bool <a name="operator-eq-eq"></a>TQVariant::operator== ( const <a href="tqvariant.html">TQVariant</a> & v ) const </h3> Compares this TQVariant with <em>v</em> and returns TRUE if they are equal; otherwise returns FALSE. @@ -1117,7 +1117,7 @@ can be cast to ULongLong; otherwise returns 0. converted to an int; otherwise <em>*ok</em> is set to FALSE. <p> <p>See also <a href="#asULongLong">asULongLong</a>() and <a href="#canCast">canCast</a>(). -<h3 class=fn><a href="ntqvariant.html#Type-enum">Type</a> <a name="type"></a>TQVariant::type () const +<h3 class=fn><a href="tqvariant.html#Type-enum">Type</a> <a name="type"></a>TQVariant::type () const </h3> <p> Returns the storage type of the value stored in the variant. @@ -1131,7 +1131,7 @@ strings describe the C++ datatype used to store the data: for example, "TQFont", "TQString", or "TQValueList<TQVariant>". An Invalid variant returns 0. -<h3 class=fn>const char * <a name="typeToName"></a>TQVariant::typeToName ( <a href="ntqvariant.html#Type-enum">Type</a> typ )<tt> [static]</tt> +<h3 class=fn>const char * <a name="typeToName"></a>TQVariant::typeToName ( <a href="tqvariant.html#Type-enum">Type</a> typ )<tt> [static]</tt> </h3> Converts the enum representation of the storage type, <em>typ</em>, to its string representation. diff --git a/doc/html/tqwhatsthis.html b/doc/html/tqwhatsthis.html index 46b387cc9..83502fa6b 100644 --- a/doc/html/tqwhatsthis.html +++ b/doc/html/tqwhatsthis.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } widget, i.e. answering the question "What's this?". <a href="#details">More...</a> <p><tt>#include <<a href="tqwhatsthis-h.html">tqwhatsthis.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p><a href="tqwhatsthis-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/qwheelevent-members.html b/doc/html/tqwheelevent-members.html index 945be8108..945be8108 100644 --- a/doc/html/qwheelevent-members.html +++ b/doc/html/tqwheelevent-members.html diff --git a/doc/html/qwheelevent.html b/doc/html/tqwheelevent.html index 8c625a4d4..ebaaa0f4f 100644 --- a/doc/html/qwheelevent.html +++ b/doc/html/tqwheelevent.html @@ -72,7 +72,7 @@ mouse and keyboard events for a widget. <p> <p>See also <a href="tqmouseevent.html">TQMouseEvent</a>, <a href="tqwidget.html#grabMouse">TQWidget::grabMouse</a>(), and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQWheelEvent"></a>TQWheelEvent::TQWheelEvent ( const <a href="tqpoint.html">TQPoint</a> & pos, int delta, int state, <a href="ntqt.html#Orientation-enum">Orientation</a> orient = Vertical ) +<h3 class=fn><a name="TQWheelEvent"></a>TQWheelEvent::TQWheelEvent ( const <a href="tqpoint.html">TQPoint</a> & pos, int delta, int state, <a href="tqt.html#Orientation-enum">Orientation</a> orient = Vertical ) </h3> <p> Constructs a wheel event object. @@ -84,7 +84,7 @@ modifier flags at the time of the event and <em>orient</em> holds the wheel's orientation. <p> <p>See also <a href="#pos">pos</a>(), <a href="#delta">delta</a>(), and <a href="#state">state</a>(). -<h3 class=fn><a name="TQWheelEvent-2"></a>TQWheelEvent::TQWheelEvent ( const <a href="tqpoint.html">TQPoint</a> & pos, const <a href="tqpoint.html">TQPoint</a> & globalPos, int delta, int state, <a href="ntqt.html#Orientation-enum">Orientation</a> orient = Vertical ) +<h3 class=fn><a name="TQWheelEvent-2"></a>TQWheelEvent::TQWheelEvent ( const <a href="tqpoint.html">TQPoint</a> & pos, const <a href="tqpoint.html">TQPoint</a> & globalPos, int delta, int state, <a href="tqt.html#Orientation-enum">Orientation</a> orient = Vertical ) </h3> <p> Constructs a wheel event object. The position when the event @@ -156,7 +156,7 @@ the parent widget. The accept flag is set by default. <p> Returns TRUE if the receiver of the event handles the wheel event; otherwise returns FALSE. -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQWheelEvent::orientation () const +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQWheelEvent::orientation () const </h3> <p> Returns the wheel's orientation. @@ -170,11 +170,11 @@ that received the event. events, use <a href="#globalPos">globalPos</a>() instead of this function. <p> <p>See also <a href="#x">x</a>(), <a href="#y">y</a>(), and <a href="#globalPos">globalPos</a>(). -<h3 class=fn><a href="ntqt.html#ButtonState-enum">ButtonState</a> <a name="state"></a>TQWheelEvent::state () const +<h3 class=fn><a href="tqt.html#ButtonState-enum">ButtonState</a> <a name="state"></a>TQWheelEvent::state () const </h3> <p> Returns the keyboard modifier flags of the event. -<p> The returned value is <a href="ntqt.html#ButtonState-enum">ShiftButton</a>, <a href="ntqt.html#ButtonState-enum">ControlButton</a>, and <a href="ntqt.html#ButtonState-enum">AltButton</a> OR'ed together. +<p> The returned value is <a href="tqt.html#ButtonState-enum">ShiftButton</a>, <a href="tqt.html#ButtonState-enum">ControlButton</a>, and <a href="tqt.html#ButtonState-enum">AltButton</a> OR'ed together. <h3 class=fn>int <a name="x"></a>TQWheelEvent::x () const </h3> diff --git a/doc/html/tqwidget-h.html b/doc/html/tqwidget-h.html index 62d6b0baa..1ecb9825a 100644 --- a/doc/html/tqwidget-h.html +++ b/doc/html/tqwidget-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQWIDGET_H #ifndef QT_H -#include "ntqwindowdefs.h" +#include "tqwindowdefs.h" #include "tqobject.h" #include "tqpaintdevice.h" #include "tqpalette.h" @@ -1008,7 +1008,7 @@ struct TQ_EXPORT TQWExtra { }; #define Q_DEFINED_QWIDGET -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif // TQWIDGET_H </pre> diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index a71e0210b..a84c38c22 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="tqwidget-h.html">tqwidget.h</a>></tt> <p>Inherits <a href="tqobject.html">TQObject</a> and <a href="tqpaintdevice.html">TQPaintDevice</a>. --<p>Inherited by <a href="tqbutton.html">TQButton</a>, <a href="tqframe.html">TQFrame</a>, <a href="tqdialog.html">TQDialog</a>, <a href="tqcombobox.html">TQComboBox</a>, <a href="tqdatabrowser.html">TQDataBrowser</a>, <a href="tqdataview.html">TQDataView</a>, <a href="tqdatetimeeditbase.html">TQDateTimeEditBase</a>, <a href="tqdatetimeedit.html">TQDateTimeEdit</a>, <a href="tqdesktopwidget.html">TQDesktopWidget</a>, <a href="tqdial.html">TQDial</a>, <a href="tqdockarea.html">TQDockArea</a>, <a href="tqglwidget.html">TQGLWidget</a>, <a href="tqheader.html">TQHeader</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="tqmotifwidget.html">TQMotifWidget</a>, <a href="tqnpwidget.html">TQNPWidget</a>, <a href="tqscrollbar.html">TQScrollBar</a>, <a href="tqsizegrip.html">TQSizeGrip</a>, <a href="tqslider.html">TQSlider</a>, <a href="tqspinbox.html">TQSpinBox</a>, <a href="ntqsplashscreen.html">TQSplashScreen</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="tqtabbar.html">TQTabBar</a>, <a href="tqtabwidget.html">TQTabWidget</a>, <a href="tqworkspace.html">TQWorkspace</a>, and <a href="qxtwidget.html">TQXtWidget</a>. +-<p>Inherited by <a href="tqbutton.html">TQButton</a>, <a href="tqframe.html">TQFrame</a>, <a href="tqdialog.html">TQDialog</a>, <a href="tqcombobox.html">TQComboBox</a>, <a href="tqdatabrowser.html">TQDataBrowser</a>, <a href="tqdataview.html">TQDataView</a>, <a href="tqdatetimeeditbase.html">TQDateTimeEditBase</a>, <a href="tqdatetimeedit.html">TQDateTimeEdit</a>, <a href="tqdesktopwidget.html">TQDesktopWidget</a>, <a href="tqdial.html">TQDial</a>, <a href="tqdockarea.html">TQDockArea</a>, <a href="tqglwidget.html">TQGLWidget</a>, <a href="tqheader.html">TQHeader</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="tqmotifwidget.html">TQMotifWidget</a>, <a href="tqnpwidget.html">TQNPWidget</a>, <a href="tqscrollbar.html">TQScrollBar</a>, <a href="tqsizegrip.html">TQSizeGrip</a>, <a href="tqslider.html">TQSlider</a>, <a href="tqspinbox.html">TQSpinBox</a>, <a href="tqsplashscreen.html">TQSplashScreen</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="tqtabbar.html">TQTabBar</a>, <a href="tqtabwidget.html">TQTabWidget</a>, <a href="tqworkspace.html">TQWorkspace</a>, and <a href="qxtwidget.html">TQXtWidget</a>. <p><a href="tqwidget-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -564,8 +564,8 @@ wmapper(), <ol type=1> <li> <tt>TQWidget *parent = 0</tt> is the parent of the new widget. If it is 0 (the default), the new widget will be a top-level window. -If not, it will be a child of <em>parent</em>, and be constrained by <em>parent</em>'s geometry (unless you specify <a href="ntqt.html#WidgetFlags-enum">WType_TopLevel</a> as -<a href="ntqt.html#WidgetFlags">widget flag</a>). +If not, it will be a child of <em>parent</em>, and be constrained by <em>parent</em>'s geometry (unless you specify <a href="tqt.html#WidgetFlags-enum">WType_TopLevel</a> as +<a href="tqt.html#WidgetFlags">widget flag</a>). <li> <tt>const char *name = 0</tt> is the widget name of the new widget. You can access it using <a href="tqobject.html#name">name</a>(). The widget name is little used by programmers but is quite useful with GUI builders such as @@ -721,7 +721,7 @@ inside <em>parent</em>. The new widget is deleted when its <em>parent</em> is deleted. <p> The <em>name</em> is sent to the <a href="tqobject.html">TQObject</a> constructor. <p> The widget flags argument, <em>f</em>, is normally 0, but it can be set -to customize the window frame of a top-level widget (i.e. <em>parent</em> must be 0). To customize the frame, set the <a href="ntqt.html#WidgetFlags-enum">WStyle_Customize</a> flag OR'ed with any of the <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. +to customize the window frame of a top-level widget (i.e. <em>parent</em> must be 0). To customize the frame, set the <a href="tqt.html#WidgetFlags-enum">WStyle_Customize</a> flag OR'ed with any of the <a href="tqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. <p> If you add a child widget to an already visible widget you must explicitly show the child to make it visible. <p> Note that the X11 version of TQt may not be able to deliver all @@ -764,7 +764,7 @@ See the <a href="tqwidget.html#backgroundBrush-prop">"backgroundBrush"</a> prope <h3 class=fn>const <a href="tqcolor.html">TQColor</a> & <a name="backgroundColor"></a>TQWidget::backgroundColor () const </h3><b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. Use <a href="#paletteBackgroundColor">paletteBackgroundColor</a>() or <a href="#eraseColor">eraseColor</a>() instead. -<h3 class=fn><a href="ntqt.html#BackgroundMode-enum">BackgroundMode</a> <a name="backgroundMode"></a>TQWidget::backgroundMode () const +<h3 class=fn><a href="tqt.html#BackgroundMode-enum">BackgroundMode</a> <a name="backgroundMode"></a>TQWidget::backgroundMode () const </h3><p>Returns the color role used for painting the background of the widget. See the <a href="tqwidget.html#backgroundMode-prop">"backgroundMode"</a> property for details. <h3 class=fn><a href="tqwidget.html#BackgroundOrigin-enum">BackgroundOrigin</a> <a name="backgroundOrigin"></a>TQWidget::backgroundOrigin () const @@ -819,7 +819,7 @@ Removes any mask set by <a href="#setMask">setMask</a>(). </h3> <p> Clears the widget flags <em>f</em>. -<p> Widget flags are a combination of <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. +<p> Widget flags are a combination of <a href="tqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. <p> <p>See also <a href="#testWFlags">testWFlags</a>(), <a href="#getWFlags">getWFlags</a>(), and <a href="#setWFlags">setWFlags</a>(). <h3 class=fn><a href="tqregion.html">TQRegion</a> <a name="clipRegion"></a>TQWidget::clipRegion () const @@ -846,7 +846,7 @@ last visible top level widget is closed. This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Closes this widget. Returns TRUE if the widget was closed; otherwise returns FALSE. -<p> If <em>alsoDelete</em> is TRUE or the widget has the <a href="ntqt.html#WidgetFlags-enum">WDestructiveClose</a> widget flag, the widget is also deleted. The +<p> If <em>alsoDelete</em> is TRUE or the widget has the <a href="tqt.html#WidgetFlags-enum">WDestructiveClose</a> widget flag, the widget is also deleted. The widget can prevent itself from being closed by rejecting the <a href="tqcloseevent.html">TQCloseEvent</a> it gets. A close events is delivered to the widget no matter if the widget is visible or not. @@ -1044,7 +1044,7 @@ someone (i.e. someone wanted the event); otherwise returns FALSE. </h3> Returns a pointer to the widget with window identifer/handle <em>id</em>. <p> The window identifier type depends on the underlying window -system, see <a href="qwindowdefs-h.html">ntqwindowdefs.h</a> for the actual definition. If there +system, see <a href="tqwindowdefs-h.html">tqwindowdefs.h</a> for the actual definition. If there is no widget with this identifier, 0 is returned. <h3 class=fn><a href="tqfocusdata.html">TQFocusData</a> * <a name="focusData"></a>TQWidget::focusData ()<tt> [protected]</tt> @@ -1170,7 +1170,7 @@ See the <a href="tqwidget.html#geometry-prop">"geometry"</a> property for detail </h3> <p> Returns the widget flags for this this widget. -<p> Widget flags are a combination of <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. +<p> Widget flags are a combination of <a href="tqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. <p> <p>See also <a href="#testWFlags">testWFlags</a>(), <a href="#setWFlags">setWFlags</a>(), and <a href="#clearWFlags">clearWFlags</a>(). <h3 class=fn>void <a name="grabKeyboard"></a>TQWidget::grabKeyboard () @@ -1790,7 +1790,7 @@ dynamically, it is far easier to use <a href="tqwidgetstack.html">TQWidgetStack< This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> A convenience version of reparent that does not take widget flags as argument. -<p> Calls <a href="#reparent">reparent</a>(<em>parent</em>, <a href="#getWFlags">getWFlags</a>() & ~<a href="ntqt.html#WidgetFlags-enum">WType_Mask</a>, <em>p</em>, <em>showIt</em>). +<p> Calls <a href="#reparent">reparent</a>(<em>parent</em>, <a href="#getWFlags">getWFlags</a>() & ~<a href="tqt.html#WidgetFlags-enum">WType_Mask</a>, <em>p</em>, <em>showIt</em>). <h3 class=fn>void <a name="resetInputContext"></a>TQWidget::resetInputContext ()<tt> [protected]</tt> </h3> @@ -1814,7 +1814,7 @@ already has its new geometry. The old size is accessible through <p> The widget will be erased and receive a paint event immediately after processing the resize event. No drawing need be (or should be) done inside this handler. -<p> Widgets that have been created with the <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a> flag +<p> Widgets that have been created with the <a href="tqt.html#WidgetFlags-enum">WNoAutoErase</a> flag will not be erased. Nevertheless, they will receive a paint event for their entire area afterwards. Again, no drawing needs to be done inside this handler. @@ -1875,10 +1875,10 @@ See the <a href="tqwidget.html#autoMask-prop">"autoMask"</a> property for detail </h3><b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. Use <a href="#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() or <a href="#setEraseColor">setEraseColor</a>() instead. <p>Examples: <a href="customlayout-example.html#x1540">customlayout/main.cpp</a>, <a href="desktop-example.html#x1761">desktop/desktop.cpp</a>, <a href="hello-example.html#x1648">hello/main.cpp</a>, <a href="movies-example.html#x523">movies/main.cpp</a>, and <a href="splitter-example.html#x1303">splitter/splitter.cpp</a>. -<h3 class=fn>void <a name="setBackgroundMode"></a>TQWidget::setBackgroundMode ( <a href="ntqt.html#BackgroundMode-enum">BackgroundMode</a> )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setBackgroundMode"></a>TQWidget::setBackgroundMode ( <a href="tqt.html#BackgroundMode-enum">BackgroundMode</a> )<tt> [virtual]</tt> </h3><p>Sets the color role used for painting the background of the widget. See the <a href="tqwidget.html#backgroundMode-prop">"backgroundMode"</a> property for details. -<h3 class=fn>void <a name="setBackgroundMode-2"></a>TQWidget::setBackgroundMode ( <a href="ntqt.html#BackgroundMode-enum">BackgroundMode</a> m, <a href="ntqt.html#BackgroundMode-enum">BackgroundMode</a> visual ) +<h3 class=fn>void <a name="setBackgroundMode-2"></a>TQWidget::setBackgroundMode ( <a href="tqt.html#BackgroundMode-enum">BackgroundMode</a> m, <a href="tqt.html#BackgroundMode-enum">BackgroundMode</a> visual ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the widget's own background mode to <em>m</em> and the visual @@ -1886,10 +1886,10 @@ background mode to <em>visual</em>. The visual background mode is used with the designable properties <tt>backgroundColor</tt>, <tt>foregroundColor</tt> and <tt>backgroundPixmap</tt>. <p> For complex controls, the logical background mode sometimes differs from a widget's own background mode. A spinbox for example -has <a href="ntqt.html#BackgroundMode-enum">PaletteBackground</a> as background mode (typically dark gray), -while it's embedded lineedit control uses <a href="ntqt.html#BackgroundMode-enum">PaletteBase</a> +has <a href="tqt.html#BackgroundMode-enum">PaletteBackground</a> as background mode (typically dark gray), +while it's embedded lineedit control uses <a href="tqt.html#BackgroundMode-enum">PaletteBase</a> (typically white). Since the lineedit covers most of the visual -area of a spinbox, it defines <a href="ntqt.html#BackgroundMode-enum">PaletteBase</a> to be its <em>visual</em> +area of a spinbox, it defines <a href="tqt.html#BackgroundMode-enum">PaletteBase</a> to be its <em>visual</em> background mode. Changing the <tt>backgroundColor</tt> property thus changes the lineedit control's background, which is exactly what the user expects in <em>TQt Designer</em>. @@ -2220,7 +2220,7 @@ See the <a href="tqwidget.html#updatesEnabled-prop">"updatesEnabled"</a> propert </h3> <p> Sets the widget flags <em>f</em>. -<p> Widget flags are a combination of <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. +<p> Widget flags are a combination of <a href="tqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. <p> <p>See also <a href="#testWFlags">testWFlags</a>(), <a href="#getWFlags">getWFlags</a>(), and <a href="#clearWFlags">clearWFlags</a>(). <h3 class=fn>void <a name="setWindowOpacity"></a>TQWidget::setWindowOpacity ( double level ) @@ -2229,8 +2229,8 @@ See the <a href="tqwidget.html#windowOpacity-prop">"windowOpacity"</a> property <h3 class=fn>void <a name="setWindowState"></a>TQWidget::setWindowState ( uint windowState ) </h3> -<p> Sets the <a href="ntqt.html#WindowState">window state</a> to <em>windowState</em>. The window state is a OR'ed -combination of TQt::WindowState: <a href="ntqt.html#WindowState-enum">WindowMinimized</a>, <a href="ntqt.html#WindowState-enum">WindowMaximized</a>, <a href="ntqt.html#WindowState-enum">WindowFullScreen</a> and <a href="ntqt.html#WindowState-enum">WindowActive</a>. +<p> Sets the <a href="tqt.html#WindowState">window state</a> to <em>windowState</em>. The window state is a OR'ed +combination of TQt::WindowState: <a href="tqt.html#WindowState-enum">WindowMinimized</a>, <a href="tqt.html#WindowState-enum">WindowMaximized</a>, <a href="tqt.html#WindowState-enum">WindowFullScreen</a> and <a href="tqt.html#WindowState-enum">WindowActive</a>. <p> If the window is not visible (i.e. <a href="#isVisible">isVisible</a>() returns FALSE), the window state will take effect when <a href="#show">show</a>() is called. For visible windows, the change is immediate. For example, to toggle between @@ -2245,9 +2245,9 @@ preserving its maximized and/or full-screen state), use the following: w->setWindowState(w->windowState() & ~WindowMinimized | WindowActive); </pre> -<p> Note: On some window systems <a href="ntqt.html#WindowState-enum">WindowActive</a> is not immediate, and may be +<p> Note: On some window systems <a href="tqt.html#WindowState-enum">WindowActive</a> is not immediate, and may be ignored in certain cases. -<p> <p>See also <a href="ntqt.html#WindowState-enum">TQt::WindowState</a> and <a href="#windowState">windowState</a>(). +<p> <p>See also <a href="tqt.html#WindowState-enum">TQt::WindowState</a> and <a href="#windowState">windowState</a>(). <h3 class=fn>void <a name="show"></a>TQWidget::show ()<tt> [virtual slot]</tt> </h3> @@ -2262,14 +2262,14 @@ instead. If you need to do some delayed initialization use <p>Examples: <a href="aclock-example.html#x1215">aclock/main.cpp</a>, <a href="tqdialog.html#x2135">life/main.cpp</a>, <a href="popup-example.html#x1628">popup/popup.cpp</a>, <a href="tutorial1-01.html#x2286">t1/main.cpp</a>, <a href="tutorial1-03.html#x2302">t3/main.cpp</a>, <a href="tutorial1-04.html#x2309">t4/main.cpp</a>, and <a href="toplevel-example.html#x2542">toplevel/options.ui.h</a>. <p>Reimplemented in <a href="tqdialog.html#show">TQDialog</a> and <a href="tqmenubar.html#show">TQMenuBar</a>. -<h3 class=fn>void <a name="showEvent"></a>TQWidget::showEvent ( <a href="qshowevent.html">TQShowEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="showEvent"></a>TQWidget::showEvent ( <a href="tqshowevent.html">TQShowEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler can be reimplemented in a subclass to receive widget show events. <p> Non-spontaneous show events are sent to widgets immediately before they are shown. The spontaneous show events of top-level widgets are delivered afterwards. -<p> <p>See also <a href="#event">event</a>() and <a href="qshowevent.html">TQShowEvent</a>. +<p> <p>See also <a href="#event">event</a>() and <a href="tqshowevent.html">TQShowEvent</a>. <p>Example: <a href="tqdir-example.html#x1854">tqdir/tqdir.cpp</a>. <h3 class=fn>void <a name="showFullScreen"></a>TQWidget::showFullScreen ()<tt> [slot]</tt> @@ -2372,9 +2372,9 @@ it, so that the widget's parent can interpret it. </h3> <p> Returns the bitwise AND of the widget flags and <em>f</em>. -<p> Widget flags are a combination of <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. +<p> Widget flags are a combination of <a href="tqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. <p> If you want to test for the presence of multiple flags (or -composite flags such as <a href="ntqt.html#WidgetFlags-enum">WStyle_Splash</a>), test the +composite flags such as <a href="tqt.html#WidgetFlags-enum">WStyle_Splash</a>), test the return value for equality against the argument. For example: <p> <pre> int flags = WStyle_Tool | WStyle_NoBorder; @@ -2418,7 +2418,7 @@ flicker than a call to <a href="#repaint">repaint</a>() does. <p> Calling <a href="#update">update</a>() several times normally results in just one <a href="#paintEvent">paintEvent</a>() call. <p> TQt normally erases the widget's area before the paintEvent() call. -If the <a href="ntqt.html#WidgetFlags-enum">WRepaintNoErase</a> widget flag is set, the widget is +If the <a href="tqt.html#WidgetFlags-enum">WRepaintNoErase</a> widget flag is set, the widget is responsible for painting all its pixels itself. <p> <p>See also <a href="#repaint">repaint</a>(), <a href="#paintEvent">paintEvent</a>(), <a href="#updatesEnabled-prop">updatesEnabled</a>, <a href="#erase">erase</a>(), and <a href="#setWFlags">setWFlags</a>(). @@ -2437,7 +2437,7 @@ flicker and a call to <a href="#repaint">repaint</a>() does. <p> If <em>w</em> is negative, it is replaced with <tt>width() - x</tt>. If <em>h</em> is negative, it is replaced width <tt>height() - y</tt>. <p> TQt normally erases the specified area before the paintEvent() -call. If the <a href="ntqt.html#WidgetFlags-enum">WRepaintNoErase</a> widget flag is set, the widget is +call. If the <a href="tqt.html#WidgetFlags-enum">WRepaintNoErase</a> widget flag is set, the widget is responsible for painting all its pixels itself. <p> <p>See also <a href="#repaint">repaint</a>(), <a href="#paintEvent">paintEvent</a>(), <a href="#updatesEnabled-prop">updatesEnabled</a>, and <a href="#erase">erase</a>(). @@ -2520,9 +2520,9 @@ other than the highlight and link colors. </h3><p>Returns the level of opacity for the window. See the <a href="tqwidget.html#windowOpacity-prop">"windowOpacity"</a> property for details. <h3 class=fn>uint <a name="windowState"></a>TQWidget::windowState () const -</h3> Returns the current <a href="ntqt.html#WindowState">window state</a>. The window state is a OR'ed -combination of TQt::WindowState: <a href="ntqt.html#WindowState-enum">WindowMinimized</a>, <a href="ntqt.html#WindowState-enum">WindowMaximized</a>, <a href="ntqt.html#WindowState-enum">WindowFullScreen</a> and <a href="ntqt.html#WindowState-enum">WindowActive</a>. -<p> <p>See also <a href="ntqt.html#WindowState-enum">TQt::WindowState</a> and <a href="#setWindowState">setWindowState</a>(). +</h3> Returns the current <a href="tqt.html#WindowState">window state</a>. The window state is a OR'ed +combination of TQt::WindowState: <a href="tqt.html#WindowState-enum">WindowMinimized</a>, <a href="tqt.html#WindowState-enum">WindowMaximized</a>, <a href="tqt.html#WindowState-enum">WindowFullScreen</a> and <a href="tqt.html#WindowState-enum">WindowActive</a>. +<p> <p>See also <a href="tqt.html#WindowState-enum">TQt::WindowState</a> and <a href="#setWindowState">setWindowState</a>(). <h3 class=fn>int <a name="x"></a>TQWidget::x () const </h3><p>Returns the x coordinate of the widget relative to its parent including any window frame. @@ -2593,25 +2593,25 @@ background mode. <p> <p>See also <a href="#backgroundColor">backgroundColor</a>(), <a href="#backgroundPixmap">backgroundPixmap</a>(), <a href="#eraseColor">eraseColor</a>(), <a href="#palette-prop">palette</a>, and <a href="ntqapplication.html#setPalette">TQApplication::setPalette</a>(). <p>Get this property's value with <a href="#backgroundBrush">backgroundBrush</a>(). -<h3 class=fn><a href="ntqt.html#BackgroundMode-enum">BackgroundMode</a> <a name="backgroundMode-prop"></a>backgroundMode</h3> +<h3 class=fn><a href="tqt.html#BackgroundMode-enum">BackgroundMode</a> <a name="backgroundMode-prop"></a>backgroundMode</h3> <p>This property holds the color role used for painting the background of the widget. <p>setPaletteBackgroundColor() reads this property to determine which entry of the <a href="#palette-prop">palette</a> to set. -<p> For most widgets the default suffices (<a href="ntqt.html#BackgroundMode-enum">PaletteBackground</a>, -typically gray), but some need to use <a href="ntqt.html#BackgroundMode-enum">PaletteBase</a> (the +<p> For most widgets the default suffices (<a href="tqt.html#BackgroundMode-enum">PaletteBackground</a>, +typically gray), but some need to use <a href="tqt.html#BackgroundMode-enum">PaletteBase</a> (the background color for text output, typically white) or another role. <p> <a href="tqlistbox.html">TQListBox</a>, which is "sunken" and uses the base color to contrast with its environment, does this in its constructor: <p> <pre> - <a href="#setBackgroundMode">setBackgroundMode</a>( <a href="ntqt.html#BackgroundMode-enum">PaletteBase</a> ); + <a href="#setBackgroundMode">setBackgroundMode</a>( <a href="tqt.html#BackgroundMode-enum">PaletteBase</a> ); </pre> <p> You will never need to set the background mode of a built-in widget in TQt, but you might consider setting it in your custom widgets, so that <a href="#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() works as expected. <p> Note that two of the BackgroundMode values make no sense for -<a href="#setBackgroundMode">setBackgroundMode</a>(), namely <a href="ntqt.html#BackgroundMode-enum">FixedPixmap</a> and <a href="ntqt.html#BackgroundMode-enum">FixedColor</a>. You +<a href="#setBackgroundMode">setBackgroundMode</a>(), namely <a href="tqt.html#BackgroundMode-enum">FixedPixmap</a> and <a href="tqt.html#BackgroundMode-enum">FixedColor</a>. You must call <a href="#setBackgroundPixmap">setBackgroundPixmap</a>() and setPaletteBackgroundColor() instead. @@ -2667,11 +2667,11 @@ inactive widget has the <a href="tqpalette.html#inactive">TQPalette::inactive</a <h3 class=fn><a href="tqcursor.html">TQCursor</a> <a name="cursor-prop"></a>cursor</h3> <p>This property holds the cursor shape for this widget. <p>The mouse cursor will assume this shape when it's over this -widget. See the <a href="ntqt.html#CursorShape-enum">list of predefined cursor +widget. See the <a href="tqt.html#CursorShape-enum">list of predefined cursor objects</a> for a range of useful shapes. <p> An editor widget might use an I-beam cursor: <pre> - <a href="#setCursor">setCursor</a>( <a href="ntqt.html#CursorShape-enum">IbeamCursor</a> ); + <a href="#setCursor">setCursor</a>( <a href="tqt.html#CursorShape-enum">IbeamCursor</a> ); </pre> <p> If no cursor has been set, or after a call to <a href="#unsetCursor">unsetCursor</a>(), the @@ -2859,7 +2859,7 @@ getting any input. <p>Get this property's value with <a href="#isModal">isModal</a>(). <h3 class=fn>bool <a name="isPopup-prop"></a>isPopup</h3> <p>This property holds whether the widget is a popup widget. -<p>A popup widget is created by specifying the <a href="ntqt.html#WidgetFlags">widget flag</a> <a href="ntqt.html#WidgetFlags-enum">WType_Popup</a> to the widget constructor. A popup widget is also a +<p>A popup widget is created by specifying the <a href="tqt.html#WidgetFlags">widget flag</a> <a href="tqt.html#WidgetFlags-enum">WType_Popup</a> to the widget constructor. A popup widget is also a top-level widget. <p> <p>See also <a href="#isTopLevel-prop">isTopLevel</a>. @@ -2875,7 +2875,7 @@ etc. If supported by the window manager, it will also have a common taskbar entry with its parent. <p> <a href="tqdialog.html">TQDialog</a> and <a href="tqmainwindow.html">TQMainWindow</a> widgets are by default top-level, even if a parent widget is specified in the constructor. This behavior is -specified by the <a href="ntqt.html#WidgetFlags-enum">WType_TopLevel</a> widget flag. +specified by the <a href="tqt.html#WidgetFlags-enum">WType_TopLevel</a> widget flag. <p> <p>See also <a href="#topLevelWidget">topLevelWidget</a>(), <a href="#isDialog-prop">isDialog</a>, <a href="#isModal-prop">isModal</a>, <a href="#isPopup-prop">isPopup</a>, <a href="#isDesktop-prop">isDesktop</a>, and <a href="#parentWidget">parentWidget</a>(). <p>Get this property's value with <a href="#isTopLevel">isTopLevel</a>(). @@ -3007,7 +3007,7 @@ background and foreground appearance only. convenience function that creates and sets a modified <a href="tqpalette.html">TQPalette</a> with <a href="#setPalette">setPalette</a>(). The palette is modified according to the widget's background mode. For example, if the background mode is -<a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the color used for the palette's <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::Button</a> color entry is set. +<a href="tqt.html#BackgroundMode-enum">PaletteButton</a> the color used for the palette's <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::Button</a> color entry is set. <p> If there is a background pixmap (set using <a href="#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>()), then the return value of this function is indeterminate. @@ -3022,7 +3022,7 @@ function is indeterminate. convenience function that creates and sets a modified <a href="tqpalette.html">TQPalette</a> with <a href="#setPalette">setPalette</a>(). The palette is modified according to the widget's background mode. For example, if the background mode is -<a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the pixmap used for the palette's +<a href="tqt.html#BackgroundMode-enum">PaletteButton</a> the pixmap used for the palette's <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::Button</a> color entry is set. <p> If there is a plain background color (set using <a href="#setPaletteBackgroundColor">setPaletteBackgroundColor</a>()), then this function returns 0. @@ -3034,7 +3034,7 @@ widget's background mode. For example, if the background mode is <p>setPaletteForegroundColor() is a convenience function that creates and sets a modified <a href="tqpalette.html">TQPalette</a> with <a href="#setPalette">setPalette</a>(). The palette is modified according to the widget's <em>background mode</em>. For -example, if the background mode is <a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the palette entry +example, if the background mode is <a href="tqt.html#BackgroundMode-enum">PaletteButton</a> the palette entry <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ButtonText</a> is set to color. <p> <p>See also <a href="#palette-prop">palette</a>, <a href="ntqapplication.html#setPalette">TQApplication::setPalette</a>(), <a href="#backgroundMode-prop">backgroundMode</a>, <a href="#foregroundColor">foregroundColor</a>(), <a href="#backgroundMode-prop">backgroundMode</a>, and <a href="#setEraseColor">setEraseColor</a>(). diff --git a/doc/html/qwindowdefs-h.html b/doc/html/tqwindowdefs-h.html index 824698e82..e7c871714 100644 --- a/doc/html/qwindowdefs-h.html +++ b/doc/html/tqwindowdefs-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqwindowdefs.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqwindowdefs.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqwindowdefs.h Include File</title> +<title>tqwindowdefs.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqwindowdefs.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqwindowdefs.h</h1> -<p>This is the verbatim text of the ntqwindowdefs.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqwindowdefs.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqwindowdefs.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqwindowdefs.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of general window system dependent functions, types and ** constants @@ -167,7 +167,7 @@ typedef struct AEDesc AppleEvent; #endif // TQ_WS_MAC #if defined(TQ_WS_WIN) -#include "qwindowdefs_win.h" +#include "tqwindowdefs_win.h" #endif // TQ_WS_WIN diff --git a/doc/html/tqwmatrix-h.html b/doc/html/tqwmatrix-h.html index 22299ac76..e656a1ce1 100644 --- a/doc/html/tqwmatrix-h.html +++ b/doc/html/tqwmatrix-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQWMATRIX_H #ifndef QT_H -#include "ntqwindowdefs.h" +#include "tqwindowdefs.h" #include "tqpointarray.h" #include "tqrect.h" #include "tqregion.h" diff --git a/doc/html/troll.html b/doc/html/troll.html index 56987549f..b2e1e8888 100644 --- a/doc/html/troll.html +++ b/doc/html/troll.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <p> Trolltech is an international software company with headquarters in Oslo, the capital of Norway, and with offices in Brisbane, Australia, and Redwood City, California. -<p> Our flagship product is <a href="http://www.trolltech.com/products/ntqt.html">TQt</a>, the +<p> Our flagship product is <a href="http://www.trolltech.com/products/tqt.html">TQt</a>, the multi-platform C++ GUI toolkit. TQt enables you to build professional, efficient, portable and maintainable GUI applications quickly and easily. diff --git a/doc/html/tutorial.html b/doc/html/tutorial.html index 6fd9ac9c1..4f02d0431 100644 --- a/doc/html/tutorial.html +++ b/doc/html/tutorial.html @@ -40,7 +40,7 @@ this tutorial. <p> Chapter one starts with a ten-line hello-world and each subsequent chapter introduces one or a few more concepts. By Chapter 14, the ten lines from Chapter 1 have turned into a 650-line game. -<p> If you're completely new to TQt, please read <a href="how-to-learn-ntqt.html">How to Learn TQt</a> if you haven't already done so. +<p> If you're completely new to TQt, please read <a href="how-to-learn-tqt.html">How to Learn TQt</a> if you haven't already done so. <p> Tutorial chapters: <ol type=1> <li> <a href="tutorial1-01.html">Hello, World!</a> diff --git a/doc/html/tutorial1-14.html b/doc/html/tutorial1-14.html index 5dfcb5d94..419896f11 100644 --- a/doc/html/tutorial1-14.html +++ b/doc/html/tutorial1-14.html @@ -232,7 +232,7 @@ invoke fire(). people are more used to Ctrl+Q (and anyway it shows how do do it). <p> CTRL, Key_Enter, Key_Return and Key_Q are all constants provided by TQt. They're actually TQt::Key_Enter, etc., but practically all classes -inherit the <a href="ntqt.html">TQt</a> namespace class. +inherit the <a href="tqt.html">TQt</a> namespace class. <p> <pre> <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); <a name="x2441"></a> grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( box, 1, 1 ); diff --git a/doc/html/tutorial2-03.html b/doc/html/tutorial2-03.html index 30eef5ceb..a44d777d9 100644 --- a/doc/html/tutorial2-03.html +++ b/doc/html/tutorial2-03.html @@ -62,10 +62,10 @@ of chart has a (relative) position stored in the <tt>m_propoints</tt> array. toolkit, but it provides many non-GUI classes to support most aspects of application programming. We use <a href="tqcolor-h.html">tqcolor.h</a> so that we can hold the paint color and text color in the <tt>Element</tt> class. The use of <a href="tqnamespace-h.html">tqnamespace.h</a> is slightly obscure. Most TQt classes are derived from the -<a href="ntqt.html">TQt</a> superclass which contains various -enumerations. The <tt>Element</tt> class does not derive from <a href="ntqt.html">TQt</a>, so we need to include <a href="tqnamespace-h.html">tqnamespace.h</a> to have access to +<a href="tqt.html">TQt</a> superclass which contains various +enumerations. The <tt>Element</tt> class does not derive from <a href="tqt.html">TQt</a>, so we need to include <a href="tqnamespace-h.html">tqnamespace.h</a> to have access to the TQt enum names. An alternative approach would have been to have -made <tt>Element</tt> a <a href="ntqt.html">TQt</a> subclass. We include <a href="tqstring-h.html">tqstring.h</a> to make use of TQt's Unicode strings. As a convenience we +made <tt>Element</tt> a <a href="tqt.html">TQt</a> subclass. We include <a href="tqstring-h.html">tqstring.h</a> to make use of TQt's Unicode strings. As a convenience we will <tt>typedef</tt> a vector container for <tt>Element</tt>s, which is why we pull in the <a href="tqvaluevector-h.html">tqvaluevector.h</a> header. <p> <pre> typedef TQValueVector<Element> ElementVector; diff --git a/doc/html/tutorial2.html b/doc/html/tutorial2.html index f188a54a7..b62f80caa 100644 --- a/doc/html/tutorial2.html +++ b/doc/html/tutorial2.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } than the first tutorial. It introduces many aspects of TQt programming, including the creation of menus (including a recent files list), toolbars and dialogs, loading and saving user settings, etc. -<p> If you're completely new to TQt, please read <a href="how-to-learn-ntqt.html">How to Learn TQt</a> if you haven't already done so. +<p> If you're completely new to TQt, please read <a href="how-to-learn-tqt.html">How to Learn TQt</a> if you haven't already done so. <p> <ul> <li> <a href="tutorial2-01.html">Introduction</a> <li> <a href="tutorial2-02.html">The 'Big Picture'</a> diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 1264bf28e..c59f6aa89 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -22,10 +22,10 @@ Access serialization between threads. | TQMutex Access to a selected area in a TQTable. | TQTableSelection Access to directory structures and their contents in a platform-independent way. | TQDir Access to screen information on multi-head systems. | TQDesktopWidget -Access to the platform audio facilities. | QSound +Access to the platform audio facilities. | TQSound Access to the session manager. | TQSessionManager Access to the window system clipboard. | TQClipboard -Acts like a union for the most common TQt data types. | QVariant +Acts like a union for the most common TQt data types. | TQVariant Allows waiting/waking for conditions between threads. | TQWaitCondition Animated canvas item on a TQCanvas. | TQCanvasSprite Application-global cache for pixmaps. | TQPixmapCache @@ -87,7 +87,7 @@ Date and time functions. | TQDateTime Date editor. | TQDateEdit Date functions. | TQDate Default implementation of all the XML handler classes. | TQXmlDefaultHandler -Defines a Universally Unique Identifier (UUID). | QUuid +Defines a Universally Unique Identifier (UUID). | TQUuid Defines a point in the plane. | TQPoint Defines a rectangle in the plane. | TQRect Defines an interface that exposes information about accessible objects. | TQAccessibleInterface @@ -126,7 +126,7 @@ Event which is sent after a widget is hidden. | TQHideEvent Event which is sent to the widget when a drag and drop first drags onto the widget. | TQDragEnterEvent Event which is sent to the widget when a drag and drop leaves the widget. | TQDragLeaveEvent Event which is sent when a drag and drop is completed. | TQDropEvent -Event which is sent when a widget is shown. | QShowEvent +Event which is sent when a widget is shown. | TQShowEvent Event which is sent while a drag and drop is in progress. | TQDragMoveEvent Extensible provider of mime-typed data. | TQMimeSourceFactory Factory that makes TQImageFormat objects. | TQImageFormatType @@ -163,7 +163,7 @@ Implementation of the FTP protocol. | TQFtp Implementation of the HTTP protocol. | TQHttp Implements a list view item. | TQListViewItem Implements a list/tree view. | TQListView -Implements a splitter widget. | QSplitter +Implements a splitter widget. | TQSplitter Implements an Appearance Manager style. | TQMacStyle Implements parts of the TQAccessibleInterface for TQObjects. | TQAccessibleObject Incremental image decoder for a specific image format. | TQImageFormat @@ -302,7 +302,7 @@ Simplifies locking and unlocking TQMutexes. | TQMutexLocker Single item in a TQIconView. | TQIconViewItem Small displayable piece of rich text. | TQSimpleRichText Spin box widget (spin button). | TQSpinBox -Splash screen that can be shown during application startup. | QSplashScreen +Splash screen that can be shown during application startup. | TQSplashScreen Stack of tabbed widgets. | TQTabDialog Stack of tabbed widgets. | TQTabWidget Stack of widgets of which only the top widget is user-visible. | TQWidgetStack @@ -367,7 +367,7 @@ URL parser and simplifies working with URLs. | TQUrl Used for installing custom colormaps into TQGLWidgets. | TQGLColormap Used to check a string against a regular expression. | TQRegExpValidator Used to create SQL database connections and to provide transaction handling. | TQSqlDatabase -Used to create editor widgets for QVariant data types. | TQEditorFactory +Used to create editor widgets for TQVariant data types. | TQEditorFactory Used to create pixmaps for a TQIconSet. | TQIconFactory Used to create the editors used by TQDataTable and TQSqlForm. | TQSqlEditorFactory Used to map widgets to SQL fields. | TQSqlPropertyMap diff --git a/doc/html/winsystem.html b/doc/html/winsystem.html index b4cfecee6..b10d1db15 100644 --- a/doc/html/winsystem.html +++ b/doc/html/winsystem.html @@ -55,7 +55,7 @@ appropriate <tt>#ifdef</tt> statements (see below). <p> For information about which platforms are supported by TQt, see the <a href="http://www.trolltech.com/products/platforms/">Platform Notes</a>. For information on distributing TQt applications, see -<a href="distributingntqt.html">Deploying TQt Applications</a>. +<a href="distributingtqt.html">Deploying TQt Applications</a>. <p> <a name="x11"></a> <h2> TQt/X11 </h2> diff --git a/doc/html/xml-sax-walkthrough.html b/doc/html/xml-sax-walkthrough.html index a75200cee..bb2b30ac2 100644 --- a/doc/html/xml-sax-walkthrough.html +++ b/doc/html/xml-sax-walkthrough.html @@ -146,7 +146,7 @@ program. <p> <pre> #include "structureparser.h" #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqxml-h.html">tqxml.h</a>> - #include <<a href="qwindowdefs-h.html">ntqwindowdefs.h</a>> + #include <<a href="tqwindowdefs-h.html">tqwindowdefs.h</a>> int main( int argc, char **argv ) { |