summaryrefslogtreecommitdiffstats
path: root/doc/html/tqwidget.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqwidget.html')
-rw-r--r--doc/html/tqwidget.html136
1 files changed, 68 insertions, 68 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html
index ac5091603..8c567bc28 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 &lt;<a href="tqwidget-h.html">tqwidget.h</a>&gt;</tt>
<p>Inherits <a href="tqobject.html">TQObject</a> and <a href="tqpaintdevice.html">TQPaintDevice</a>.
--<p>Inherited by <a href="ntqbutton.html">TQButton</a>, <a href="ntqframe.html">TQFrame</a>, <a href="ntqdialog.html">TQDialog</a>, <a href="ntqcombobox.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="ntqdesktopwidget.html">TQDesktopWidget</a>, <a href="ntqdial.html">TQDial</a>, <a href="ntqdockarea.html">TQDockArea</a>, <a href="qglwidget.html">TQGLWidget</a>, <a href="ntqheader.html">TQHeader</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="qmotifwidget.html">TQMotifWidget</a>, <a href="qnpwidget.html">TQNPWidget</a>, <a href="ntqscrollbar.html">TQScrollBar</a>, <a href="tqsizegrip.html">TQSizeGrip</a>, <a href="ntqslider.html">TQSlider</a>, <a href="ntqspinbox.html">TQSpinBox</a>, <a href="ntqsplashscreen.html">TQSplashScreen</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="ntqtabbar.html">TQTabBar</a>, <a href="ntqtabwidget.html">TQTabWidget</a>, <a href="tqworkspace.html">TQWorkspace</a>, and <a href="qxtwidget.html">TQXtWidget</a>.
+-<p>Inherited by <a href="ntqbutton.html">TQButton</a>, <a href="ntqframe.html">TQFrame</a>, <a href="ntqdialog.html">TQDialog</a>, <a href="ntqcombobox.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="ntqdesktopwidget.html">TQDesktopWidget</a>, <a href="ntqdial.html">TQDial</a>, <a href="ntqdockarea.html">TQDockArea</a>, <a href="tqglwidget.html">TQGLWidget</a>, <a href="ntqheader.html">TQHeader</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="qmotifwidget.html">TQMotifWidget</a>, <a href="qnpwidget.html">TQNPWidget</a>, <a href="ntqscrollbar.html">TQScrollBar</a>, <a href="tqsizegrip.html">TQSizeGrip</a>, <a href="ntqslider.html">TQSlider</a>, <a href="ntqspinbox.html">TQSpinBox</a>, <a href="ntqsplashscreen.html">TQSplashScreen</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="ntqtabbar.html">TQTabBar</a>, <a href="ntqtabwidget.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>
@@ -770,7 +770,7 @@ See the <a href="tqwidget.html#backgroundMode-prop">"backgroundMode"</a> propert
<h3 class=fn><a href="tqwidget.html#BackgroundOrigin-enum">BackgroundOrigin</a> <a name="backgroundOrigin"></a>TQWidget::backgroundOrigin () const
</h3><p>Returns the origin of the widget's background.
See the <a href="tqwidget.html#backgroundOrigin-prop">"backgroundOrigin"</a> property for details.
-<h3 class=fn>const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;* <a name="backgroundPixmap"></a>TQWidget::backgroundPixmap () const
+<h3 class=fn>const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;* <a name="backgroundPixmap"></a>TQWidget::backgroundPixmap () 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="#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() or <a href="#erasePixmap">erasePixmap</a>() instead.
<p>Examples: <a href="themes-example.html#x305">themes/metal.cpp</a> and <a href="themes-example.html#x250">themes/wood.cpp</a>.
@@ -786,7 +786,7 @@ Returns the visible child widget at pixel position <em>(x, y)</em> in
the widget's own coordinate system.
<p> If <em>includeThis</em> is TRUE, and there is no child visible at <em>(x, y)</em>, the widget itself is returned.
-<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="childAt-2"></a>TQWidget::childAt ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;p, bool&nbsp;includeThis = FALSE ) const
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="childAt-2"></a>TQWidget::childAt ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;p, bool&nbsp;includeThis = FALSE ) const
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Returns the visible child widget at point <em>p</em> in the widget's own
@@ -794,10 +794,10 @@ coordinate system.
<p> If <em>includeThis</em> is TRUE, and there is no child visible at <em>p</em>,
the widget itself is returned.
<p>
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="childrenRect"></a>TQWidget::childrenRect () const
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="childrenRect"></a>TQWidget::childrenRect () const
</h3><p>Returns the bounding rectangle of the widget's children.
See the <a href="tqwidget.html#childrenRect-prop">"childrenRect"</a> property for details.
-<h3 class=fn><a href="ntqregion.html">TQRegion</a> <a name="childrenRegion"></a>TQWidget::childrenRegion () const
+<h3 class=fn><a href="tqregion.html">TQRegion</a> <a name="childrenRegion"></a>TQWidget::childrenRegion () const
</h3><p>Returns the combined region occupied by the widget's children.
See the <a href="tqwidget.html#childrenRegion-prop">"childrenRegion"</a> property for details.
<h3 class=fn>void <a name="clearFocus"></a>TQWidget::clearFocus ()<tt> [slot]</tt>
@@ -822,7 +822,7 @@ Removes any mask set by <a href="#setMask">setMask</a>().
<p> Widget flags are a combination of <a href="ntqt.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="ntqregion.html">TQRegion</a> <a name="clipRegion"></a>TQWidget::clipRegion () const
+<h3 class=fn><a href="tqregion.html">TQRegion</a> <a name="clipRegion"></a>TQWidget::clipRegion () const
</h3>
Returns the unobscured region where paint events can occur.
<p> For visible widgets, this is an approximation of the area not
@@ -950,7 +950,7 @@ is drawn using the default font and the default foreground color.
more flexible results and often higher speed by using a a <a href="tqpainter.html">painter</a> instead.
<p> <p>See also <a href="#font-prop">font</a>, <a href="#foregroundColor">foregroundColor</a>(), and <a href="tqpainter.html#drawText">TQPainter::drawText</a>().
-<h3 class=fn>void <a name="drawText-2"></a>TQWidget::drawText ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;str )
+<h3 class=fn>void <a name="drawText-2"></a>TQWidget::drawText ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;str )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Draws the string <em>str</em> at position <em>pos</em>.
@@ -999,13 +999,13 @@ is negative, it is replaced width <tt>height() - y</tt>.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This version erases the entire widget.
-<h3 class=fn>void <a name="erase-3"></a>TQWidget::erase ( const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )
+<h3 class=fn>void <a name="erase-3"></a>TQWidget::erase ( const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Erases the specified area <em>r</em> in the widget without generating a
<a href="#paintEvent">paint event</a>.
-<h3 class=fn>void <a name="erase-4"></a>TQWidget::erase ( const&nbsp;<a href="ntqregion.html">TQRegion</a>&nbsp;&amp;&nbsp;reg )
+<h3 class=fn>void <a name="erase-4"></a>TQWidget::erase ( const&nbsp;<a href="tqregion.html">TQRegion</a>&nbsp;&amp;&nbsp;reg )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Erases the area defined by <em>reg</em>, without generating a <a href="#paintEvent">paint event</a>.
@@ -1017,7 +1017,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
<p> Returns the erase color of the widget.
<p> <p>See also <a href="#setEraseColor">setEraseColor</a>(), <a href="#setErasePixmap">setErasePixmap</a>(), and <a href="#backgroundColor">backgroundColor</a>().
-<h3 class=fn>const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;* <a name="erasePixmap"></a>TQWidget::erasePixmap () const
+<h3 class=fn>const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;* <a name="erasePixmap"></a>TQWidget::erasePixmap () const
</h3>
Returns the widget's erase pixmap.
<p> <p>See also <a href="#setErasePixmap">setErasePixmap</a>() and <a href="#eraseColor">eraseColor</a>().
@@ -1157,13 +1157,13 @@ Equivalent to <a href="tqfontmetrics.html">TQFontMetrics</a>(widget->font()).
</h3>
Same as <a href="#paletteForegroundColor">paletteForegroundColor</a>()
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="frameGeometry"></a>TQWidget::frameGeometry () const
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="frameGeometry"></a>TQWidget::frameGeometry () const
</h3><p>Returns geometry of the widget relative to its parent including any window frame.
See the <a href="tqwidget.html#frameGeometry-prop">"frameGeometry"</a> property for details.
<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="frameSize"></a>TQWidget::frameSize () const
</h3><p>Returns the size of the widget including any window frame.
See the <a href="tqwidget.html#frameSize-prop">"frameSize"</a> property for details.
-<h3 class=fn>const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp; <a name="geometry"></a>TQWidget::geometry () const
+<h3 class=fn>const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp; <a name="geometry"></a>TQWidget::geometry () const
</h3><p>Returns the geometry of the widget relative to its parent and excluding the window frame.
See the <a href="tqwidget.html#geometry-prop">"geometry"</a> property for details.
<h3 class=fn>WFlags <a name="getWFlags"></a>TQWidget::getWFlags () const<tt> [protected]</tt>
@@ -1253,7 +1253,7 @@ hidden.
<p> <p>See also <a href="#event">event</a>() and <a href="qhideevent.html">TQHideEvent</a>.
<p>Reimplemented in <a href="ntqscrollbar.html#hideEvent">TQScrollBar</a>.
-<h3 class=fn>const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;* <a name="icon"></a>TQWidget::icon () const
+<h3 class=fn>const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;* <a name="icon"></a>TQWidget::icon () const
</h3><p>Returns the widget's icon.
See the <a href="tqwidget.html#icon-prop">"icon"</a> property for details.
<h3 class=fn><a href="tqstring.html">TQString</a> <a name="iconText"></a>TQWidget::iconText () const
@@ -1450,34 +1450,34 @@ a TQt event and sends it to the widget.
<p> <b>Warning:</b> This function is not portable.
<p> <p>See also <a href="ntqapplication.html#macEventFilter">TQApplication::macEventFilter</a>().
-<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="mapFrom"></a>TQWidget::mapFrom ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
+<h3 class=fn><a href="tqpoint.html">TQPoint</a> <a name="mapFrom"></a>TQWidget::mapFrom ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
</h3>
Translates the widget coordinate <em>pos</em> from the coordinate system
of <em>parent</em> to this widget's coordinate system. The <em>parent</em>
must not be 0 and must be a parent of the calling widget.
<p> <p>See also <a href="#mapTo">mapTo</a>(), <a href="#mapFromParent">mapFromParent</a>(), <a href="#mapFromGlobal">mapFromGlobal</a>(), and <a href="#underMouse-prop">underMouse</a>.
-<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="mapFromGlobal"></a>TQWidget::mapFromGlobal ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
+<h3 class=fn><a href="tqpoint.html">TQPoint</a> <a name="mapFromGlobal"></a>TQWidget::mapFromGlobal ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
</h3>
Translates the global screen coordinate <em>pos</em> to widget
coordinates.
<p> <p>See also <a href="#mapToGlobal">mapToGlobal</a>(), <a href="#mapFrom">mapFrom</a>(), and <a href="#mapFromParent">mapFromParent</a>().
-<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="mapFromParent"></a>TQWidget::mapFromParent ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
+<h3 class=fn><a href="tqpoint.html">TQPoint</a> <a name="mapFromParent"></a>TQWidget::mapFromParent ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
</h3>
Translates the parent widget coordinate <em>pos</em> to widget
coordinates.
<p> Same as <a href="#mapFromGlobal">mapFromGlobal</a>() if the widget has no parent.
<p> <p>See also <a href="#mapToParent">mapToParent</a>(), <a href="#mapFrom">mapFrom</a>(), <a href="#mapFromGlobal">mapFromGlobal</a>(), and <a href="#underMouse-prop">underMouse</a>.
-<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="mapTo"></a>TQWidget::mapTo ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
+<h3 class=fn><a href="tqpoint.html">TQPoint</a> <a name="mapTo"></a>TQWidget::mapTo ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
</h3>
Translates the widget coordinate <em>pos</em> to the coordinate system
of <em>parent</em>. The <em>parent</em> must not be 0 and must be a parent
of the calling widget.
<p> <p>See also <a href="#mapFrom">mapFrom</a>(), <a href="#mapToParent">mapToParent</a>(), <a href="#mapToGlobal">mapToGlobal</a>(), and <a href="#underMouse-prop">underMouse</a>.
-<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="mapToGlobal"></a>TQWidget::mapToGlobal ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
+<h3 class=fn><a href="tqpoint.html">TQPoint</a> <a name="mapToGlobal"></a>TQWidget::mapToGlobal ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
</h3>
Translates the widget coordinate <em>pos</em> to global screen
coordinates. For example, <tt>mapToGlobal(TQPoint(0,0))</tt> would give
@@ -1485,7 +1485,7 @@ the global coordinates of the top-left pixel of the widget.
<p> <p>See also <a href="#mapFromGlobal">mapFromGlobal</a>(), <a href="#mapTo">mapTo</a>(), and <a href="#mapToParent">mapToParent</a>().
<p>Example: <a href="scribble-example.html#x947">scribble/scribble.cpp</a>.
-<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="mapToParent"></a>TQWidget::mapToParent ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
+<h3 class=fn><a href="tqpoint.html">TQPoint</a> <a name="mapToParent"></a>TQWidget::mapToParent ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
</h3>
Translates the widget coordinate <em>pos</em> to a coordinate in the
parent widget.
@@ -1508,7 +1508,7 @@ function.
<p> Use the <a href="tqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> class instead.
<p> <em>m</em> is the metric to get.
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="microFocusHint"></a>TQWidget::microFocusHint () const
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="microFocusHint"></a>TQWidget::microFocusHint () const
</h3><p>Returns the currently set micro focus hint for this widget.
See the <a href="tqwidget.html#microFocusHint-prop">"microFocusHint"</a> property for details.
<h3 class=fn>int <a name="minimumHeight"></a>TQWidget::minimumHeight () const
@@ -1579,13 +1579,13 @@ subclass to receive mouse release events for the widget.
<p> <p>See also <a href="#mouseDoubleClickEvent">mouseDoubleClickEvent</a>(), <a href="#mouseMoveEvent">mouseMoveEvent</a>(), <a href="#event">event</a>(), and <a href="qmouseevent.html">TQMouseEvent</a>.
<p>Examples: <a href="drawlines-example.html#x1660">drawlines/connect.cpp</a>, <a href="hello-example.html#x1641">hello/hello.cpp</a>, <a href="popup-example.html#x1621">popup/popup.cpp</a>, <a href="qmag-example.html#x1802">qmag/qmag.cpp</a>, <a href="scribble-example.html#x950">scribble/scribble.cpp</a>, <a href="showimg-example.html#x1350">showimg/showimg.cpp</a>, and <a href="tutorial1-14.html#x2432">t14/cannon.cpp</a>.
-<h3 class=fn>void <a name="move"></a>TQWidget::move ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp; )<tt> [slot]</tt>
+<h3 class=fn>void <a name="move"></a>TQWidget::move ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp; )<tt> [slot]</tt>
</h3><p>Sets the position of the widget within its parent widget.
See the <a href="tqwidget.html#pos-prop">"pos"</a> property for details.
<h3 class=fn>void <a name="move-2"></a>TQWidget::move ( int&nbsp;x, int&nbsp;y )<tt> [virtual slot]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
-<p> This corresponds to <a href="#move">move</a>( <a href="ntqpoint.html">TQPoint</a>(<em>x</em>, <em>y</em>) ).
+<p> This corresponds to <a href="#move">move</a>( <a href="tqpoint.html">TQPoint</a>(<em>x</em>, <em>y</em>) ).
<h3 class=fn>void <a name="moveEvent"></a>TQWidget::moveEvent ( <a href="qmoveevent.html">TQMoveEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
@@ -1621,7 +1621,7 @@ example.
<p> TQt also tries to speed up painting by merging multiple paint
events into one. When update() is called several times or the
window system sends several paint events, TQt merges these events
-into one event with a larger region (see <a href="ntqregion.html#unite">TQRegion::unite</a>()).
+into one event with a larger region (see <a href="tqregion.html#unite">TQRegion::unite</a>()).
repaint() does not permit this optimization, so we suggest using
update() when possible.
<p> When the paint event occurs, the update region has normally been
@@ -1632,20 +1632,20 @@ whether the widget has been erased or not.
<a href="#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() or <a href="#setBackgroundPixmap">setBackgroundPixmap</a>(). The
documentation for setBackgroundMode() elaborates on the
background; we recommend reading it.
-<p> <p>See also <a href="#event">event</a>(), <a href="#repaint">repaint</a>(), <a href="#update">update</a>(), <a href="tqpainter.html">TQPainter</a>, <a href="ntqpixmap.html">TQPixmap</a>, and <a href="tqpaintevent.html">TQPaintEvent</a>.
+<p> <p>See also <a href="#event">event</a>(), <a href="#repaint">repaint</a>(), <a href="#update">update</a>(), <a href="tqpainter.html">TQPainter</a>, <a href="tqpixmap.html">TQPixmap</a>, and <a href="tqpaintevent.html">TQPaintEvent</a>.
<p>Examples: <a href="drawlines-example.html#x1661">drawlines/connect.cpp</a>, <a href="forever-example.html#x1055">forever/forever.cpp</a>, <a href="qmag-example.html#x1803">qmag/qmag.cpp</a>, <a href="scribble-example.html#x951">scribble/scribble.cpp</a>, <a href="splitter-example.html#x1302">splitter/splitter.cpp</a>, <a href="tutorial1-08.html#x2336">t8/cannon.cpp</a>, and <a href="tutorial1-09.html#x2346">t9/cannon.cpp</a>.
-<p>Reimplemented in <a href="ntqbutton.html#paintEvent">TQButton</a>, <a href="ntqframe.html#paintEvent">TQFrame</a>, <a href="qglwidget.html#paintEvent">TQGLWidget</a>, <a href="tqsizegrip.html#paintEvent">TQSizeGrip</a>, <a href="tqstatusbar.html#paintEvent">TQStatusBar</a>, and <a href="ntqtabbar.html#paintEvent">TQTabBar</a>.
-<h3 class=fn>const&nbsp;<a href="ntqpalette.html">TQPalette</a>&nbsp;&amp; <a name="palette"></a>TQWidget::palette () const
+<p>Reimplemented in <a href="ntqbutton.html#paintEvent">TQButton</a>, <a href="ntqframe.html#paintEvent">TQFrame</a>, <a href="tqglwidget.html#paintEvent">TQGLWidget</a>, <a href="tqsizegrip.html#paintEvent">TQSizeGrip</a>, <a href="tqstatusbar.html#paintEvent">TQStatusBar</a>, and <a href="ntqtabbar.html#paintEvent">TQTabBar</a>.
+<h3 class=fn>const&nbsp;<a href="tqpalette.html">TQPalette</a>&nbsp;&amp; <a name="palette"></a>TQWidget::palette () const
</h3><p>Returns the widget's palette.
See the <a href="tqwidget.html#palette-prop">"palette"</a> property for details.
<h3 class=fn>const&nbsp;<a href="tqcolor.html">TQColor</a>&nbsp;&amp; <a name="paletteBackgroundColor"></a>TQWidget::paletteBackgroundColor () const
</h3><p>Returns the background color of the widget.
See the <a href="tqwidget.html#paletteBackgroundColor-prop">"paletteBackgroundColor"</a> property for details.
-<h3 class=fn>const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;* <a name="paletteBackgroundPixmap"></a>TQWidget::paletteBackgroundPixmap () const
+<h3 class=fn>const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;* <a name="paletteBackgroundPixmap"></a>TQWidget::paletteBackgroundPixmap () const
</h3><p>Returns the background pixmap of the widget.
See the <a href="tqwidget.html#paletteBackgroundPixmap-prop">"paletteBackgroundPixmap"</a> property for details.
-<h3 class=fn>void <a name="paletteChange"></a>TQWidget::paletteChange ( const&nbsp;<a href="ntqpalette.html">TQPalette</a>&nbsp;&amp;&nbsp;oldPalette )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="paletteChange"></a>TQWidget::paletteChange ( const&nbsp;<a href="tqpalette.html">TQPalette</a>&nbsp;&amp;&nbsp;oldPalette )<tt> [virtual protected]</tt>
</h3>
<p> This virtual function is called from <a href="#setPalette">setPalette</a>(). <em>oldPalette</em>
@@ -1682,7 +1682,7 @@ function to ensure that your program does not end up in infinite recursion.
<p> <p>See also <a href="#constPolish">constPolish</a>() and <a href="ntqapplication.html#polish">TQApplication::polish</a>().
<p>Example: <a href="menu-example.html#x1883">menu/menu.cpp</a>.
-<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="pos"></a>TQWidget::pos () const
+<h3 class=fn><a href="tqpoint.html">TQPoint</a> <a name="pos"></a>TQWidget::pos () const
</h3><p>Returns the position of the widget within its parent widget.
See the <a href="tqwidget.html#pos-prop">"pos"</a> property for details.
<h3 class=fn>void <a name="raise"></a>TQWidget::raise ()<tt> [slot]</tt>
@@ -1693,14 +1693,14 @@ overlapping sibling widgets.
<p> <p>See also <a href="#lower">lower</a>() and <a href="#stackUnder">stackUnder</a>().
<p>Example: <a href="showimg-example.html#x1352">showimg/showimg.cpp</a>.
-<h3 class=fn>void <a name="recreate"></a>TQWidget::recreate ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, WFlags&nbsp;f, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;p, bool&nbsp;showIt = FALSE )
+<h3 class=fn>void <a name="recreate"></a>TQWidget::recreate ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, WFlags&nbsp;f, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;p, bool&nbsp;showIt = FALSE )
</h3>
<p> <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 method is provided to aid porting from TQt 1.0 to 2.0. It has
been renamed <a href="#reparent">reparent</a>() in TQt 2.0.
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="rect"></a>TQWidget::rect () const
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="rect"></a>TQWidget::rect () const
</h3><p>Returns the internal geometry of the widget excluding any window frame.
See the <a href="tqwidget.html#rect-prop">"rect"</a> property for details.
<h3 class=fn>void <a name="releaseKeyboard"></a>TQWidget::releaseKeyboard ()
@@ -1741,14 +1741,14 @@ This is an overloaded member function, provided for convenience. It behaves esse
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This version repaints the entire widget.
-<h3 class=fn>void <a name="repaint-4"></a>TQWidget::repaint ( const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r, bool&nbsp;erase = TRUE )<tt> [slot]</tt>
+<h3 class=fn>void <a name="repaint-4"></a>TQWidget::repaint ( const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r, bool&nbsp;erase = TRUE )<tt> [slot]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Repaints the widget directly by calling <a href="#paintEvent">paintEvent</a>() directly,
unless updates are disabled or the widget is hidden.
<p> Erases the widget region <em>r</em> if <em>erase</em> is TRUE.
-<h3 class=fn>void <a name="repaint-5"></a>TQWidget::repaint ( const&nbsp;<a href="ntqregion.html">TQRegion</a>&nbsp;&amp;&nbsp;reg, bool&nbsp;erase = TRUE )<tt> [slot]</tt>
+<h3 class=fn>void <a name="repaint-5"></a>TQWidget::repaint ( const&nbsp;<a href="tqregion.html">TQRegion</a>&nbsp;&amp;&nbsp;reg, bool&nbsp;erase = TRUE )<tt> [slot]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Repaints the widget directly by calling <a href="#paintEvent">paintEvent</a>() directly,
@@ -1763,7 +1763,7 @@ called from paintEvent(), you may get infinite recursion. The
update() function never causes recursion.
<p> <p>See also <a href="#update">update</a>(), <a href="#paintEvent">paintEvent</a>(), <a href="#updatesEnabled-prop">updatesEnabled</a>, and <a href="#erase">erase</a>().
-<h3 class=fn>void <a name="reparent"></a>TQWidget::reparent ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, WFlags&nbsp;f, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;p, bool&nbsp;showIt = FALSE )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="reparent"></a>TQWidget::reparent ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, WFlags&nbsp;f, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;p, bool&nbsp;showIt = FALSE )<tt> [virtual]</tt>
</h3>
Reparents the widget. The widget gets a new <em>parent</em>, new widget
flags (<em>f</em>, but as usual, use 0) at a new position in its new
@@ -1785,7 +1785,7 @@ dynamically, it is far easier to use <a href="tqwidgetstack.html">TQWidgetStack<
<p> <p>See also <a href="#getWFlags">getWFlags</a>().
<p>Example: <a href="toplevel-example.html#x2538">toplevel/options.ui.h</a>.
-<h3 class=fn>void <a name="reparent-2"></a>TQWidget::reparent ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;p, bool&nbsp;showIt = FALSE )
+<h3 class=fn>void <a name="reparent-2"></a>TQWidget::reparent ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;p, bool&nbsp;showIt = FALSE )
</h3>
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
@@ -1823,7 +1823,7 @@ done inside this handler.
<p> <p>See also <a href="#moveEvent">moveEvent</a>(), <a href="#event">event</a>(), <a href="#size-prop">size</a>, <a href="qresizeevent.html">TQResizeEvent</a>, and <a href="#paintEvent">paintEvent</a>().
<p>Examples: <a href="drawdemo-example.html#x1089">drawdemo/drawdemo.cpp</a>, <a href="menu-example.html#x1884">menu/menu.cpp</a>, <a href="qmag-example.html#x1806">qmag/qmag.cpp</a>, <a href="scribble-example.html#x952">scribble/scribble.cpp</a>, <a href="showimg-example.html#x1353">showimg/showimg.cpp</a>, <a href="tooltip-example.html#x454">tooltip/tooltip.cpp</a>, and <a href="xform-example.html#x1269">xform/xform.cpp</a>.
-<p>Reimplemented in <a href="ntqframe.html#resizeEvent">TQFrame</a> and <a href="qglwidget.html#resizeEvent">TQGLWidget</a>.
+<p>Reimplemented in <a href="ntqframe.html#resizeEvent">TQFrame</a> and <a href="tqglwidget.html#resizeEvent">TQGLWidget</a>.
<h3 class=fn>void <a name="scroll"></a>TQWidget::scroll ( int&nbsp;dx, int&nbsp;dy )
</h3>
Scrolls the widget including its children <em>dx</em> pixels to the
@@ -1837,7 +1837,7 @@ processing of paint events using <a href="ntqapplication.html#sendPostedEvents">
when using scroll() and <a href="#move">move</a>() in combination).
<p> <p>See also <a href="ntqscrollview.html">TQScrollView</a>, <a href="#erase">erase</a>(), and <a href="tqpaintdevice.html#bitBlt">bitBlt</a>().
-<h3 class=fn>void <a name="scroll-2"></a>TQWidget::scroll ( int&nbsp;dx, int&nbsp;dy, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )
+<h3 class=fn>void <a name="scroll-2"></a>TQWidget::scroll ( int&nbsp;dx, int&nbsp;dy, const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This version only scrolls <em>r</em> and does not move the children of
@@ -1897,7 +1897,7 @@ the user expects in <em>TQt Designer</em>.
<h3 class=fn>void <a name="setBackgroundOrigin"></a>TQWidget::setBackgroundOrigin ( <a href="tqwidget.html#BackgroundOrigin-enum">BackgroundOrigin</a> )<tt> [virtual]</tt>
</h3><p>Sets the origin of the widget's background.
See the <a href="tqwidget.html#backgroundOrigin-prop">"backgroundOrigin"</a> property for details.
-<h3 class=fn>void <a name="setBackgroundPixmap"></a>TQWidget::setBackgroundPixmap ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pm )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setBackgroundPixmap"></a>TQWidget::setBackgroundPixmap ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pm )<tt> [virtual]</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.
Use <a href="#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() or <a href="#setErasePixmap">setErasePixmap</a>() instead.
<p>Example: <a href="desktop-example.html#x1762">desktop/desktop.cpp</a>.
@@ -1934,7 +1934,7 @@ Sets the erase color of the widget to <em>color</em>.
<a href="#setErasePixmap">setErasePixmap</a>()), then this property has an indeterminate value.
<p> <p>See also <a href="#erasePixmap">erasePixmap</a>(), <a href="#backgroundColor">backgroundColor</a>(), <a href="#backgroundMode-prop">backgroundMode</a>, and <a href="#palette-prop">palette</a>.
-<h3 class=fn>void <a name="setErasePixmap"></a>TQWidget::setErasePixmap ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setErasePixmap"></a>TQWidget::setErasePixmap ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap )<tt> [virtual]</tt>
</h3>
Sets the widget's erase pixmap to <em>pixmap</em>.
<p> This pixmap is used to clear the widget before <a href="#paintEvent">paintEvent</a>() is
@@ -2009,18 +2009,18 @@ See the <a href="tqwidget.html#font-prop">"font"</a> property for details.
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> Use <a href="#setFont">setFont</a>(const <a href="tqfont.html">TQFont</a>& font) instead.
-<h3 class=fn>void <a name="setGeometry"></a>TQWidget::setGeometry ( const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp; )<tt> [virtual slot]</tt>
+<h3 class=fn>void <a name="setGeometry"></a>TQWidget::setGeometry ( const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp; )<tt> [virtual slot]</tt>
</h3><p>Sets the geometry of the widget relative to its parent and excluding the window frame.
See the <a href="tqwidget.html#geometry-prop">"geometry"</a> property for details.
<h3 class=fn>void <a name="setGeometry-2"></a>TQWidget::setGeometry ( int&nbsp;x, int&nbsp;y, int&nbsp;w, int&nbsp;h )<tt> [virtual slot]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
-<p> This corresponds to <a href="#setGeometry">setGeometry</a>( <a href="ntqrect.html">TQRect</a>(<em>x</em>, <em>y</em>, <em>w</em>, <em>h</em>) ).
+<p> This corresponds to <a href="#setGeometry">setGeometry</a>( <a href="tqrect.html">TQRect</a>(<em>x</em>, <em>y</em>, <em>w</em>, <em>h</em>) ).
<h3 class=fn>void <a name="setHidden"></a>TQWidget::setHidden ( bool&nbsp;hide )<tt> [slot]</tt>
</h3><p>Sets whether the widget is explicitly hidden to <em>hide</em>.
See the <a href="tqwidget.html#hidden-prop">"hidden"</a> property for details.
-<h3 class=fn>void <a name="setIcon"></a>TQWidget::setIcon ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp; )<tt> [virtual slot]</tt>
+<h3 class=fn>void <a name="setIcon"></a>TQWidget::setIcon ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp; )<tt> [virtual slot]</tt>
</h3><p>Sets the widget's icon.
See the <a href="tqwidget.html#icon-prop">"icon"</a> property for details.
<h3 class=fn>void <a name="setIconText"></a>TQWidget::setIconText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual slot]</tt>
@@ -2067,7 +2067,7 @@ complex.
<p> See <tt>examples/tux</tt> for an example of masking for transparency.
<p> <p>See also <a href="#clearMask">clearMask</a>().
-<h3 class=fn>void <a name="setMask-2"></a>TQWidget::setMask ( const&nbsp;<a href="ntqregion.html">TQRegion</a>&nbsp;&amp;&nbsp;region )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setMask-2"></a>TQWidget::setMask ( const&nbsp;<a href="tqregion.html">TQRegion</a>&nbsp;&amp;&nbsp;region )<tt> [virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Causes only the parts of the widget which overlap <em>region</em> to be
@@ -2128,20 +2128,20 @@ See the <a href="tqwidget.html#minimumWidth-prop">"minimumWidth"</a> property fo
<h3 class=fn>void <a name="setMouseTracking"></a>TQWidget::setMouseTracking ( bool&nbsp;enable )<tt> [virtual slot]</tt>
</h3><p>Sets whether mouse tracking is enabled for the widget to <em>enable</em>.
See the <a href="tqwidget.html#mouseTracking-prop">"mouseTracking"</a> property for details.
-<h3 class=fn>void <a name="setPalette"></a>TQWidget::setPalette ( const&nbsp;<a href="ntqpalette.html">TQPalette</a>&nbsp;&amp; )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setPalette"></a>TQWidget::setPalette ( const&nbsp;<a href="tqpalette.html">TQPalette</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3><p>Sets the widget's palette.
See the <a href="tqwidget.html#palette-prop">"palette"</a> property for details.
<p>Reimplemented in <a href="ntqcombobox.html#setPalette">TQComboBox</a>, <a href="ntqscrollbar.html#setPalette">TQScrollBar</a>, and <a href="ntqslider.html#setPalette">TQSlider</a>.
-<h3 class=fn>void <a name="setPalette-2"></a>TQWidget::setPalette ( const&nbsp;<a href="ntqpalette.html">TQPalette</a>&nbsp;&amp;&nbsp;p, bool )
+<h3 class=fn>void <a name="setPalette-2"></a>TQWidget::setPalette ( const&nbsp;<a href="tqpalette.html">TQPalette</a>&nbsp;&amp;&nbsp;p, bool )
</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> Use <a href="#setPalette">setPalette</a>( const <a href="ntqpalette.html">TQPalette</a>& p ) instead.
+<p> Use <a href="#setPalette">setPalette</a>( const <a href="tqpalette.html">TQPalette</a>& p ) instead.
<h3 class=fn>void <a name="setPaletteBackgroundColor"></a>TQWidget::setPaletteBackgroundColor ( const&nbsp;<a href="tqcolor.html">TQColor</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3><p>Sets the background color of the widget.
See the <a href="tqwidget.html#paletteBackgroundColor-prop">"paletteBackgroundColor"</a> property for details.
-<h3 class=fn>void <a name="setPaletteBackgroundPixmap"></a>TQWidget::setPaletteBackgroundPixmap ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp; )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setPaletteBackgroundPixmap"></a>TQWidget::setPaletteBackgroundPixmap ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3><p>Sets the background pixmap of the widget.
See the <a href="tqwidget.html#paletteBackgroundPixmap-prop">"paletteBackgroundPixmap"</a> property for details.
<h3 class=fn>void <a name="setPaletteForegroundColor"></a>TQWidget::setPaletteForegroundColor ( const&nbsp;<a href="tqcolor.html">TQColor</a>&nbsp;&amp; )
@@ -2441,7 +2441,7 @@ call. If the <a href="ntqt.html#WidgetFlags-enum">WRepaintNoErase</a> widget fla
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>().
-<h3 class=fn>void <a name="update-3"></a>TQWidget::update ( const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [slot]</tt>
+<h3 class=fn>void <a name="update-3"></a>TQWidget::update ( const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [slot]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Updates a rectangle <em>r</em> inside the widget unless updates are
@@ -2468,7 +2468,7 @@ transparent widgets. It should be called whenever a widget changes
state in a way that means that the shape mask must be recalculated.
<p> <p>See also <a href="#autoMask-prop">autoMask</a>, <a href="#setMask">setMask</a>(), and <a href="#clearMask">clearMask</a>().
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="visibleRect"></a>TQWidget::visibleRect () const
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="visibleRect"></a>TQWidget::visibleRect () const
</h3><p>Returns the visible rectangle.
See the <a href="tqwidget.html#visibleRect-prop">"visibleRect"</a> property for details.
<h3 class=fn>void <a name="wheelEvent"></a>TQWidget::wheelEvent ( <a href="qwheelevent.html">TQWheelEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
@@ -2643,13 +2643,13 @@ caption has been set, the caption is <a href="tqstring.html#TQString-null">TQStr
<p> <p>See also <a href="#icon-prop">icon</a> and <a href="#iconText-prop">iconText</a>.
<p>Set this property's value with <a href="#setCaption">setCaption</a>() and get this property's value with <a href="#caption">caption</a>().
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="childrenRect-prop"></a>childrenRect</h3>
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="childrenRect-prop"></a>childrenRect</h3>
<p>This property holds the bounding rectangle of the widget's children.
<p>Hidden children are excluded.
<p> <p>See also <a href="#childrenRegion-prop">childrenRegion</a> and <a href="#geometry-prop">geometry</a>.
<p>Get this property's value with <a href="#childrenRect">childrenRect</a>().
-<h3 class=fn><a href="ntqregion.html">TQRegion</a> <a name="childrenRegion-prop"></a>childrenRegion</h3>
+<h3 class=fn><a href="tqregion.html">TQRegion</a> <a name="childrenRegion-prop"></a>childrenRegion</h3>
<p>This property holds the combined region occupied by the widget's children.
<p>Hidden children are excluded.
<p> <p>See also <a href="#childrenRect-prop">childrenRect</a> and <a href="#geometry-prop">geometry</a>.
@@ -2658,9 +2658,9 @@ caption has been set, the caption is <a href="tqstring.html#TQString-null">TQStr
<h3 class=fn><a href="tqcolorgroup.html">TQColorGroup</a> <a name="colorGroup-prop"></a>colorGroup</h3>
<p>This property holds the current color group of the widget palette.
<p>The color group is determined by the state of the widget. A
-disabled widget has the <a href="ntqpalette.html#disabled">TQPalette::disabled</a>() color group, a widget
-with <a href="focus.html#keyboard-focus">keyboard focus</a> has the <a href="ntqpalette.html#active">TQPalette::active</a>() color group, and an
-inactive widget has the <a href="ntqpalette.html#inactive">TQPalette::inactive</a>() color group.
+disabled widget has the <a href="tqpalette.html#disabled">TQPalette::disabled</a>() color group, a widget
+with <a href="focus.html#keyboard-focus">keyboard focus</a> has the <a href="tqpalette.html#active">TQPalette::active</a>() color group, and an
+inactive widget has the <a href="tqpalette.html#inactive">TQPalette::inactive</a>() color group.
<p> <p>See also <a href="#palette-prop">palette</a>.
<p>Get this property's value with <a href="#colorGroup">colorGroup</a>().
@@ -2759,7 +2759,7 @@ about the change.
<p> <p>See also <a href="#fontChange">fontChange</a>(), <a href="#fontInfo">fontInfo</a>(), <a href="#fontMetrics">fontMetrics</a>(), and <a href="#ownFont-prop">ownFont</a>.
<p>Set this property's value with <a href="#setFont">setFont</a>(), get this property's value with <a href="#font">font</a>(), and reset this property's value with <a href="#unsetFont">unsetFont</a>().
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="frameGeometry-prop"></a>frameGeometry</h3>
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="frameGeometry-prop"></a>frameGeometry</h3>
<p>This property holds geometry of the widget relative to its parent including any window frame.
<p>See the <a href="geometry.html">Window Geometry documentation</a>
for an overview of geometry issues with top-level widgets.
@@ -2775,7 +2775,7 @@ for an overview of geometry issues with top-level widgets.
<p>Get this property's value with <a href="#isFullScreen">isFullScreen</a>().
<p><p>See also <a href="#windowState">windowState</a>(), <a href="#minimized-prop">minimized</a>, and <a href="#maximized-prop">maximized</a>.
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="geometry-prop"></a>geometry</h3>
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="geometry-prop"></a>geometry</h3>
<p>This property holds the geometry of the widget relative to its parent and excluding the window frame.
<p>When changing the geometry, the widget, if visible, receives a
move event (<a href="#moveEvent">moveEvent</a>()) and/or a resize event (<a href="#resizeEvent">resizeEvent</a>())
@@ -2806,7 +2806,7 @@ ancestors became visible.
<p> <p>See also <a href="#hide">hide</a>(), <a href="#show">show</a>(), <a href="#visible-prop">visible</a>, <a href="#isVisibleTo">isVisibleTo</a>(), and <a href="#shown-prop">shown</a>.
<p>Set this property's value with <a href="#setHidden">setHidden</a>() and get this property's value with <a href="#isHidden">isHidden</a>().
-<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="icon-prop"></a>icon</h3>
+<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="icon-prop"></a>icon</h3>
<p>This property holds the widget's icon.
<p>This property only makes sense for top-level widgets. If no icon
has been set, <a href="#icon">icon</a>() returns 0.
@@ -2909,7 +2909,7 @@ widget size.
<p> <p>See also <a href="#maximumSize-prop">maximumSize</a> and <a href="#maximumHeight-prop">maximumHeight</a>.
<p>Set this property's value with <a href="#setMaximumWidth">setMaximumWidth</a>() and get this property's value with <a href="#maximumWidth">maximumWidth</a>().
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="microFocusHint-prop"></a>microFocusHint</h3>
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="microFocusHint-prop"></a>microFocusHint</h3>
<p>This property holds the currently set micro focus hint for this widget.
<p>See the documentation of <a href="#setMicroFocusHint">setMicroFocusHint</a>() for more information.
@@ -2984,7 +2984,7 @@ events even if no buttons are pressed.
<p> <p>See also <a href="#palette-prop">palette</a>.
<p>Get this property's value with <a href="#ownPalette">ownPalette</a>().
-<h3 class=fn><a href="ntqpalette.html">TQPalette</a> <a name="palette-prop"></a>palette</h3>
+<h3 class=fn><a href="tqpalette.html">TQPalette</a> <a name="palette-prop"></a>palette</h3>
<p>This property holds the widget's palette.
<p>As long as no special palette has been set, or after <a href="#unsetPalette">unsetPalette</a>()
has been called, this is either a special palette for the widget
@@ -3004,7 +3004,7 @@ background and foreground appearance only.
<p>The palette background color is usually set implicitly by
<a href="#setBackgroundMode">setBackgroundMode</a>(), although it can also be set explicitly by
<a href="#setPaletteBackgroundColor">setPaletteBackgroundColor</a>(). setPaletteBackgroundColor() is a
-convenience function that creates and sets a modified <a href="ntqpalette.html">TQPalette</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 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.
@@ -3014,12 +3014,12 @@ function is indeterminate.
<p> <p>See also <a href="#paletteBackgroundPixmap-prop">paletteBackgroundPixmap</a>, <a href="#paletteForegroundColor-prop">paletteForegroundColor</a>, <a href="#palette-prop">palette</a>, and <a href="#colorGroup-prop">colorGroup</a>.
<p>Set this property's value with <a href="#setPaletteBackgroundColor">setPaletteBackgroundColor</a>(), get this property's value with <a href="#paletteBackgroundColor">paletteBackgroundColor</a>(), and reset this property's value with <a href="#unsetPalette">unsetPalette</a>().
-<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="paletteBackgroundPixmap-prop"></a>paletteBackgroundPixmap</h3>
+<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="paletteBackgroundPixmap-prop"></a>paletteBackgroundPixmap</h3>
<p>This property holds the background pixmap of the widget.
<p>The palette background pixmap is usually set implicitly by
<a href="#setBackgroundMode">setBackgroundMode</a>(), although it can also be set explicitly by
<a href="#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>(). setPaletteBackgroundPixmap() is a
-convenience function that creates and sets a modified <a href="ntqpalette.html">TQPalette</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 background mode. For example, if the background mode is
<a href="ntqt.html#BackgroundMode-enum">PaletteButton</a> the pixmap used for the palette's
@@ -3032,14 +3032,14 @@ widget's background mode. For example, if the background mode is
<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="paletteForegroundColor-prop"></a>paletteForegroundColor</h3>
<p>This property holds the foreground color of the widget.
<p>setPaletteForegroundColor() is a convenience function that creates
-and sets a modified <a href="ntqpalette.html">TQPalette</a> with <a href="#setPalette">setPalette</a>(). The palette is
+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
<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>().
<p>Set this property's value with <a href="#setPaletteForegroundColor">setPaletteForegroundColor</a>(), get this property's value with <a href="#paletteForegroundColor">paletteForegroundColor</a>(), and reset this property's value with <a href="#unsetPalette">unsetPalette</a>().
-<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="pos-prop"></a>pos</h3>
+<h3 class=fn><a href="tqpoint.html">TQPoint</a> <a name="pos-prop"></a>pos</h3>
<p>This property holds the position of the widget within its parent widget.
<p>If the widget is a top-level widget, the position is that of the
widget on the desktop, including its frame.
@@ -3056,9 +3056,9 @@ for an overview of top-level widget geometry.
<p> <p>See also <a href="#frameGeometry-prop">frameGeometry</a>, <a href="#size-prop">size</a>, <a href="#x-prop">x</a>, and <a href="#y-prop">y</a>.
<p>Set this property's value with <a href="#move">move</a>() and get this property's value with <a href="#pos">pos</a>().
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="rect-prop"></a>rect</h3>
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="rect-prop"></a>rect</h3>
<p>This property holds the internal geometry of the widget excluding any window frame.
-<p>The rect property equals <a href="ntqrect.html">TQRect</a>(0, 0, <a href="#width">width</a>(), <a href="#height">height</a>()).
+<p>The rect property equals <a href="tqrect.html">TQRect</a>(0, 0, <a href="#width">width</a>(), <a href="#height">height</a>()).
<p> See the <a href="geometry.html">Window Geometry documentation</a>
for an overview of top-level widget geometry.
<p> <p>See also <a href="#size-prop">size</a>.
@@ -3191,7 +3191,7 @@ when the window is restored again.
<p> <p>See also <a href="#show">show</a>(), <a href="#hide">hide</a>(), <a href="#hidden-prop">hidden</a>, <a href="#isVisibleTo">isVisibleTo</a>(), <a href="#minimized-prop">minimized</a>, <a href="#showEvent">showEvent</a>(), and <a href="#hideEvent">hideEvent</a>().
<p>Get this property's value with <a href="#isVisible">isVisible</a>().
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="visibleRect-prop"></a>visibleRect</h3>
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="visibleRect-prop"></a>visibleRect</h3>
<p>This property holds the visible rectangle.
<p><b>This property is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> No longer necessary, you can simply call <a href="#repaint">repaint</a>(). If you do not
@@ -3213,7 +3213,7 @@ for an overview of top-level widget geometry.
<p> This feature is only present on Mac OS X and Windows 2000 and up.
<p> <b>Warning:</b> Changing this property from opaque to transparent might issue a
paint event that needs to be processed before the window is displayed
-correctly. This affects mainly the use of <a href="ntqpixmap.html#grabWindow">TQPixmap::grabWindow</a>(). Also note
+correctly. This affects mainly the use of <a href="tqpixmap.html#grabWindow">TQPixmap::grabWindow</a>(). Also note
that semi-transparent windows update and resize significantely slower than
opaque windows.