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.html94
1 files changed, 47 insertions, 47 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html
index a1649c1df..be2a709a6 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="ntqpaintdevice.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="ntqmainwindow.html">TQMainWindow</a>, <a href="qmotifwidget.html">TQMotifWidget</a>, <a href="qnpwidget.html">TQNPWidget</a>, <a href="ntqscrollbar.html">TQScrollBar</a>, <a href="ntqsizegrip.html">TQSizeGrip</a>, <a href="ntqslider.html">TQSlider</a>, <a href="ntqspinbox.html">TQSpinBox</a>, <a href="ntqsplashscreen.html">TQSplashScreen</a>, <a href="ntqstatusbar.html">TQStatusBar</a>, <a href="ntqtabbar.html">TQTabBar</a>, <a href="ntqtabwidget.html">TQTabWidget</a>, <a href="ntqworkspace.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="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><a href="tqwidget-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -388,7 +388,7 @@ clipped by its parent and by the widgets in front of it.
top-level widget. Usually, top-level widgets are windows with a
frame and a title bar (although it is also possible to create
top-level widgets without such decoration if suitable widget flags
-are used). In TQt, <a href="ntqmainwindow.html">TQMainWindow</a> and the various subclasses of
+are used). In TQt, <a href="tqmainwindow.html">TQMainWindow</a> and the various subclasses of
<a href="ntqdialog.html">TQDialog</a> are the most common top-level windows.
<p> A widget without a parent widget is always a top-level widget.
<p> Non-top-level widgets are child widgets. These are child windows
@@ -774,7 +774,7 @@ See the <a href="tqwidget.html#backgroundOrigin-prop">"backgroundOrigin"</a> pro
</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>.
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="baseSize"></a>TQWidget::baseSize () const
+<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="baseSize"></a>TQWidget::baseSize () const
</h3><p>Returns the base size of the widget.
See the <a href="tqwidget.html#baseSize-prop">"baseSize"</a> property for details.
<h3 class=fn><a href="tqstring.html">TQString</a> <a name="caption"></a>TQWidget::caption () const
@@ -864,7 +864,7 @@ subclass to receive widget close events.
widget. See the <a href="qcloseevent.html">TQCloseEvent</a> documentation for more details.
<p> <p>See also <a href="#event">event</a>(), <a href="#hide">hide</a>(), <a href="#close">close</a>(), and <a href="qcloseevent.html">TQCloseEvent</a>.
-<p>Examples: <a href="qaction-application-example.html#x1173">action/application.cpp</a>, <a href="simple-application-example.html#x1592">application/application.cpp</a>, <a href="canvas-chart-example.html#x2896">chart/chartform.cpp</a>, <a href="i18n-example.html#x1927">i18n/mywidget.cpp</a>, <a href="mdi-example.html#x2077">mdi/application.cpp</a>, <a href="popup-example.html#x1617">popup/popup.cpp</a>, and <a href="qwerty-example.html#x404">qwerty/qwerty.cpp</a>.
+<p>Examples: <a href="tqaction-application-example.html#x1173">action/application.cpp</a>, <a href="simple-application-example.html#x1592">application/application.cpp</a>, <a href="canvas-chart-example.html#x2896">chart/chartform.cpp</a>, <a href="i18n-example.html#x1927">i18n/mywidget.cpp</a>, <a href="mdi-example.html#x2077">mdi/application.cpp</a>, <a href="popup-example.html#x1617">popup/popup.cpp</a>, and <a href="qwerty-example.html#x404">qwerty/qwerty.cpp</a>.
<h3 class=fn>const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp; <a name="colorGroup"></a>TQWidget::colorGroup () const
</h3><p>Returns the current color group of the widget palette.
See the <a href="tqwidget.html#colorGroup-prop">"colorGroup"</a> property for details.
@@ -1160,7 +1160,7 @@ Same as <a href="#paletteForegroundColor">paletteForegroundColor</a>()
<h3 class=fn><a href="ntqrect.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="ntqsize.html">TQSize</a> <a name="frameSize"></a>TQWidget::frameSize () const
+<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
@@ -1234,7 +1234,7 @@ Returns the preferred height for this widget, given the width <em>w</em>. The de
preferred height does not depend on the width.
<p> <b>Warning:</b> Does not look at the widget's layout.
-<p>Reimplemented in <a href="ntqmenubar.html#heightForWidth">TQMenuBar</a> and <a href="tqtextedit.html#heightForWidth">TQTextEdit</a>.
+<p>Reimplemented in <a href="tqmenubar.html#heightForWidth">TQMenuBar</a> and <a href="tqtextedit.html#heightForWidth">TQTextEdit</a>.
<h3 class=fn>void <a name="hide"></a>TQWidget::hide ()<tt> [virtual slot]</tt>
</h3>
Hides the widget.
@@ -1243,7 +1243,7 @@ do something after a widget is hidden, use <a href="#hideEvent">hideEvent</a>()
<p> <p>See also <a href="#hideEvent">hideEvent</a>(), <a href="#hidden-prop">hidden</a>, <a href="#show">show</a>(), <a href="#showMinimized">showMinimized</a>(), <a href="#visible-prop">visible</a>, and <a href="#close">close</a>().
-<p>Examples: <a href="mdi-example.html#x2079">mdi/application.cpp</a>, <a href="popup-example.html#x1619">popup/popup.cpp</a>, <a href="progress-example.html#x89">progress/progress.cpp</a>, <a href="scrollview-example.html#x658">scrollview/scrollview.cpp</a> and <a href="xform-example.html#x1267">xform/xform.cpp</a>.
-<p>Reimplemented in <a href="ntqmenubar.html#hide">TQMenuBar</a>.
+<p>Reimplemented in <a href="tqmenubar.html#hide">TQMenuBar</a>.
<h3 class=fn>void <a name="hideEvent"></a>TQWidget::hideEvent ( <a href="qhideevent.html">TQHideEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
This event handler can be reimplemented in a subclass to receive
@@ -1495,7 +1495,7 @@ parent widget.
<h3 class=fn>int <a name="maximumHeight"></a>TQWidget::maximumHeight () const
</h3><p>Returns the widget's maximum height.
See the <a href="tqwidget.html#maximumHeight-prop">"maximumHeight"</a> property for details.
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="maximumSize"></a>TQWidget::maximumSize () const
+<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="maximumSize"></a>TQWidget::maximumSize () const
</h3><p>Returns the widget's maximum size.
See the <a href="tqwidget.html#maximumSize-prop">"maximumSize"</a> property for details.
<h3 class=fn>int <a name="maximumWidth"></a>TQWidget::maximumWidth () const
@@ -1514,10 +1514,10 @@ See the <a href="tqwidget.html#microFocusHint-prop">"microFocusHint"</a> propert
<h3 class=fn>int <a name="minimumHeight"></a>TQWidget::minimumHeight () const
</h3><p>Returns the widget's minimum height.
See the <a href="tqwidget.html#minimumHeight-prop">"minimumHeight"</a> property for details.
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="minimumSize"></a>TQWidget::minimumSize () const
+<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="minimumSize"></a>TQWidget::minimumSize () const
</h3><p>Returns the widget's minimum size.
See the <a href="tqwidget.html#minimumSize-prop">"minimumSize"</a> property for details.
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="minimumSizeHint"></a>TQWidget::minimumSizeHint () const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="minimumSizeHint"></a>TQWidget::minimumSizeHint () const<tt> [virtual]</tt>
</h3><p>Returns the recommended minimum size for the widget.
See the <a href="tqwidget.html#minimumSizeHint-prop">"minimumSizeHint"</a> property for details.
<p>Reimplemented in <a href="ntqlineedit.html#minimumSizeHint">TQLineEdit</a>.
@@ -1556,7 +1556,7 @@ This is a feature of the underlying window system, not TQt.
<p> <p>See also <a href="#mouseTracking-prop">mouseTracking</a>, <a href="#mousePressEvent">mousePressEvent</a>(), <a href="#mouseReleaseEvent">mouseReleaseEvent</a>(), <a href="#mouseDoubleClickEvent">mouseDoubleClickEvent</a>(), <a href="#event">event</a>(), and <a href="qmouseevent.html">TQMouseEvent</a>.
<p>Examples: <a href="aclock-example.html#x1206">aclock/aclock.cpp</a>, <a href="drawlines-example.html#x1658">drawlines/connect.cpp</a>, <a href="simple_dd-example.html#x2831">iconview/simple_dd/main.cpp</a>, <a href="life-example.html#x1896">life/life.cpp</a>, <a href="popup-example.html#x1620">popup/popup.cpp</a>, <a href="qmag-example.html#x1800">qmag/qmag.cpp</a>, and <a href="scribble-example.html#x948">scribble/scribble.cpp</a>.
-<p>Reimplemented in <a href="ntqsizegrip.html#mouseMoveEvent">TQSizeGrip</a>.
+<p>Reimplemented in <a href="tqsizegrip.html#mouseMoveEvent">TQSizeGrip</a>.
<h3 class=fn>void <a name="mousePressEvent"></a>TQWidget::mousePressEvent ( <a href="qmouseevent.html">TQMouseEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
</h3>
This event handler, for event <em>e</em>, can be reimplemented in a
@@ -1571,7 +1571,7 @@ nothing.
<p> <p>See also <a href="#mouseReleaseEvent">mouseReleaseEvent</a>(), <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="biff-example.html#x1960">biff/biff.cpp</a>, <a href="drawlines-example.html#x1659">drawlines/connect.cpp</a>, <a href="simple_dd-example.html#x2832">iconview/simple_dd/main.cpp</a>, <a href="life-example.html#x1897">life/life.cpp</a>, <a href="qmag-example.html#x1801">qmag/qmag.cpp</a>, <a href="scribble-example.html#x949">scribble/scribble.cpp</a>, and <a href="tooltip-example.html#x452">tooltip/tooltip.cpp</a>.
-<p>Reimplemented in <a href="ntqsizegrip.html#mousePressEvent">TQSizeGrip</a>.
+<p>Reimplemented in <a href="tqsizegrip.html#mousePressEvent">TQSizeGrip</a>.
<h3 class=fn>void <a name="mouseReleaseEvent"></a>TQWidget::mouseReleaseEvent ( <a href="qmouseevent.html">TQMouseEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
</h3>
This event handler, for event <em>e</em>, can be reimplemented in a
@@ -1635,7 +1635,7 @@ 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="ntqpainter.html">TQPainter</a>, <a href="ntqpixmap.html">TQPixmap</a>, and <a href="qpaintevent.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="ntqsizegrip.html#paintEvent">TQSizeGrip</a>, <a href="ntqstatusbar.html#paintEvent">TQStatusBar</a>, and <a href="ntqtabbar.html#paintEvent">TQTabBar</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
</h3><p>Returns the widget's palette.
See the <a href="tqwidget.html#palette-prop">"palette"</a> property for details.
@@ -1797,13 +1797,13 @@ as argument.
This function is called when the user finishes input composition,
e.g. changes focus to another widget, moves the cursor, etc.
-<h3 class=fn>void <a name="resize"></a>TQWidget::resize ( const&nbsp;<a href="ntqsize.html">TQSize</a>&nbsp;&amp; )<tt> [slot]</tt>
+<h3 class=fn>void <a name="resize"></a>TQWidget::resize ( const&nbsp;<a href="tqsize.html">TQSize</a>&nbsp;&amp; )<tt> [slot]</tt>
</h3><p>Sets the size of the widget excluding any window frame.
See the <a href="tqwidget.html#size-prop">"size"</a> property for details.
<h3 class=fn>void <a name="resize-2"></a>TQWidget::resize ( 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="#resize">resize</a>( <a href="ntqsize.html">TQSize</a>(<em>w</em>, <em>h</em>) ).
+<p> This corresponds to <a href="#resize">resize</a>( <a href="tqsize.html">TQSize</a>(<em>w</em>, <em>h</em>) ).
<h3 class=fn>void <a name="resizeEvent"></a>TQWidget::resizeEvent ( <a href="qresizeevent.html">TQResizeEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
@@ -1901,13 +1901,13 @@ See the <a href="tqwidget.html#backgroundOrigin-prop">"backgroundOrigin"</a> pro
</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>.
-<h3 class=fn>void <a name="setBaseSize"></a>TQWidget::setBaseSize ( const&nbsp;<a href="ntqsize.html">TQSize</a>&nbsp;&amp; )
+<h3 class=fn>void <a name="setBaseSize"></a>TQWidget::setBaseSize ( const&nbsp;<a href="tqsize.html">TQSize</a>&nbsp;&amp; )
</h3><p>Sets the base size of the widget.
See the <a href="tqwidget.html#baseSize-prop">"baseSize"</a> property for details.
<h3 class=fn>void <a name="setBaseSize-2"></a>TQWidget::setBaseSize ( int&nbsp;basew, int&nbsp;baseh )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
-<p> This corresponds to <a href="#setBaseSize">setBaseSize</a>( <a href="ntqsize.html">TQSize</a>(<em>basew</em>, <em>baseh</em>) ). Sets
+<p> This corresponds to <a href="#setBaseSize">setBaseSize</a>( <a href="tqsize.html">TQSize</a>(<em>basew</em>, <em>baseh</em>) ). Sets
the widgets base size to width <em>basew</em> and height <em>baseh</em>.
<h3 class=fn>void <a name="setCaption"></a>TQWidget::setCaption ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual slot]</tt>
@@ -1947,7 +1947,7 @@ without changing the widths. Provided for convenience.
<p> <p>See also <a href="#sizeHint-prop">sizeHint</a>, <a href="#minimumSize-prop">minimumSize</a>, <a href="#maximumSize-prop">maximumSize</a>, and <a href="#setFixedSize">setFixedSize</a>().
<p>Examples: <a href="simple-font-demo-example.html#x2859">fonts/simple-qfont-demo/viewer.cpp</a>, <a href="layout-example.html#x545">layout/layout.cpp</a>, <a href="qdir-example.html#x1852">qdir/qdir.cpp</a>, and <a href="showimg-example.html#x1354">showimg/showimg.cpp</a>.
-<h3 class=fn>void <a name="setFixedSize"></a>TQWidget::setFixedSize ( const&nbsp;<a href="ntqsize.html">TQSize</a>&nbsp;&amp;&nbsp;s )
+<h3 class=fn>void <a name="setFixedSize"></a>TQWidget::setFixedSize ( const&nbsp;<a href="tqsize.html">TQSize</a>&nbsp;&amp;&nbsp;s )
</h3>
Sets both the minimum and maximum sizes of the widget to <em>s</em>,
thereby preventing it from ever growing or shrinking.
@@ -2081,13 +2081,13 @@ complex.
<h3 class=fn>void <a name="setMaximumHeight"></a>TQWidget::setMaximumHeight ( int&nbsp;maxh )
</h3><p>Sets the widget's maximum height to <em>maxh</em>.
See the <a href="tqwidget.html#maximumHeight-prop">"maximumHeight"</a> property for details.
-<h3 class=fn>void <a name="setMaximumSize"></a>TQWidget::setMaximumSize ( const&nbsp;<a href="ntqsize.html">TQSize</a>&nbsp;&amp; )
+<h3 class=fn>void <a name="setMaximumSize"></a>TQWidget::setMaximumSize ( const&nbsp;<a href="tqsize.html">TQSize</a>&nbsp;&amp; )
</h3><p>Sets the widget's maximum size.
See the <a href="tqwidget.html#maximumSize-prop">"maximumSize"</a> property for details.
<h3 class=fn>void <a name="setMaximumSize-2"></a>TQWidget::setMaximumSize ( int&nbsp;maxw, int&nbsp;maxh )<tt> [virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
-<p> This function corresponds to <a href="#setMaximumSize">setMaximumSize</a>( <a href="ntqsize.html">TQSize</a>(<em>maxw</em>, <em>maxh</em>) ). Sets the maximum width to <em>maxw</em> and the maximum height
+<p> This function corresponds to <a href="#setMaximumSize">setMaximumSize</a>( <a href="tqsize.html">TQSize</a>(<em>maxw</em>, <em>maxh</em>) ). Sets the maximum width to <em>maxw</em> and the maximum height
to <em>maxh</em>.
<h3 class=fn>void <a name="setMaximumWidth"></a>TQWidget::setMaximumWidth ( int&nbsp;maxw )
@@ -2113,13 +2113,13 @@ If <em>f</em> is 0 the widget's font is used.
<h3 class=fn>void <a name="setMinimumHeight"></a>TQWidget::setMinimumHeight ( int&nbsp;minh )
</h3><p>Sets the widget's minimum height to <em>minh</em>.
See the <a href="tqwidget.html#minimumHeight-prop">"minimumHeight"</a> property for details.
-<h3 class=fn>void <a name="setMinimumSize"></a>TQWidget::setMinimumSize ( const&nbsp;<a href="ntqsize.html">TQSize</a>&nbsp;&amp; )
+<h3 class=fn>void <a name="setMinimumSize"></a>TQWidget::setMinimumSize ( const&nbsp;<a href="tqsize.html">TQSize</a>&nbsp;&amp; )
</h3><p>Sets the widget's minimum size.
See the <a href="tqwidget.html#minimumSize-prop">"minimumSize"</a> property for details.
<h3 class=fn>void <a name="setMinimumSize-2"></a>TQWidget::setMinimumSize ( int&nbsp;minw, int&nbsp;minh )<tt> [virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
-<p> This function corresponds to <a href="#setMinimumSize">setMinimumSize</a>( <a href="ntqsize.html">TQSize</a>(minw, minh) ).
+<p> This function corresponds to <a href="#setMinimumSize">setMinimumSize</a>( <a href="tqsize.html">TQSize</a>(minw, minh) ).
Sets the minimum width to <em>minw</em> and the minimum height to <em>minh</em>.
<h3 class=fn>void <a name="setMinimumWidth"></a>TQWidget::setMinimumWidth ( int&nbsp;minw )
@@ -2150,7 +2150,7 @@ See the <a href="tqwidget.html#paletteForegroundColor-prop">"paletteForegroundCo
<h3 class=fn>void <a name="setShown"></a>TQWidget::setShown ( bool&nbsp;show )<tt> [slot]</tt>
</h3><p>Sets whether the widget is shown to <em>show</em>.
See the <a href="tqwidget.html#shown-prop">"shown"</a> property for details.
-<h3 class=fn>void <a name="setSizeIncrement"></a>TQWidget::setSizeIncrement ( const&nbsp;<a href="ntqsize.html">TQSize</a>&nbsp;&amp; )
+<h3 class=fn>void <a name="setSizeIncrement"></a>TQWidget::setSizeIncrement ( const&nbsp;<a href="tqsize.html">TQSize</a>&nbsp;&amp; )
</h3><p>Sets the size increment of the widget.
See the <a href="tqwidget.html#sizeIncrement-prop">"sizeIncrement"</a> property for details.
<h3 class=fn>void <a name="setSizeIncrement-2"></a>TQWidget::setSizeIncrement ( int&nbsp;w, int&nbsp;h )<tt> [virtual]</tt>
@@ -2159,15 +2159,15 @@ This is an overloaded member function, provided for convenience. It behaves esse
<p> Sets the x (width) size increment to <em>w</em> and the y (height) size
increment to <em>h</em>.
-<h3 class=fn>void <a name="setSizePolicy"></a>TQWidget::setSizePolicy ( <a href="ntqsizepolicy.html">TQSizePolicy</a> )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setSizePolicy"></a>TQWidget::setSizePolicy ( <a href="tqsizepolicy.html">TQSizePolicy</a> )<tt> [virtual]</tt>
</h3><p>Sets the default layout behavior of the widget.
See the <a href="tqwidget.html#sizePolicy-prop">"sizePolicy"</a> property for details.
-<h3 class=fn>void <a name="setSizePolicy-2"></a>TQWidget::setSizePolicy ( <a href="ntqsizepolicy.html#SizeType-enum">TQSizePolicy::SizeType</a>&nbsp;hor, <a href="ntqsizepolicy.html#SizeType-enum">TQSizePolicy::SizeType</a>&nbsp;ver, bool&nbsp;hfw = FALSE )
+<h3 class=fn>void <a name="setSizePolicy-2"></a>TQWidget::setSizePolicy ( <a href="tqsizepolicy.html#SizeType-enum">TQSizePolicy::SizeType</a>&nbsp;hor, <a href="tqsizepolicy.html#SizeType-enum">TQSizePolicy::SizeType</a>&nbsp;ver, bool&nbsp;hfw = FALSE )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Sets the size policy of the widget to <em>hor</em>, <em>ver</em> and <em>hfw</em>
(height for width).
-<p> <p>See also <a href="ntqsizepolicy.html#TQSizePolicy">TQSizePolicy::TQSizePolicy</a>().
+<p> <p>See also <a href="tqsizepolicy.html#TQSizePolicy">TQSizePolicy::TQSizePolicy</a>().
<h3 class=fn>void <a name="setStyle"></a>TQWidget::setStyle ( <a href="tqstyle.html">TQStyle</a>&nbsp;*&nbsp;style )
</h3>
@@ -2261,7 +2261,7 @@ instead. If you need to do some delayed initialization use
<p> <p>See also <a href="#showEvent">showEvent</a>(), <a href="#hide">hide</a>(), <a href="#showMinimized">showMinimized</a>(), <a href="#showMaximized">showMaximized</a>(), <a href="#showNormal">showNormal</a>(), <a href="#visible-prop">visible</a>, and <a href="#polish">polish</a>().
<p>Examples: <a href="aclock-example.html#x1215">aclock/main.cpp</a>, <a href="ntqdialog.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="ntqdialog.html#show">TQDialog</a> and <a href="ntqmenubar.html#show">TQMenuBar</a>.
+<p>Reimplemented in <a href="ntqdialog.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>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
This event handler can be reimplemented in a subclass to receive
@@ -2322,17 +2322,17 @@ Restores the widget after it has been maximized or minimized.
<p> <p>See also <a href="#setWindowState">setWindowState</a>(), <a href="#showMinimized">showMinimized</a>(), <a href="#showMaximized">showMaximized</a>(), <a href="#show">show</a>(), <a href="#hide">hide</a>(), and <a href="#visible-prop">visible</a>.
<p>Example: <a href="mdi-example.html#x2088">mdi/application.cpp</a>.
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="size"></a>TQWidget::size () const
+<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="size"></a>TQWidget::size () const
</h3><p>Returns the size of the widget excluding any window frame.
See the <a href="tqwidget.html#size-prop">"size"</a> property for details.
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="sizeHint"></a>TQWidget::sizeHint () const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="sizeHint"></a>TQWidget::sizeHint () const<tt> [virtual]</tt>
</h3><p>Returns the recommended size for the widget.
See the <a href="tqwidget.html#sizeHint-prop">"sizeHint"</a> property for details.
-<p>Reimplemented in <a href="ntqsizegrip.html#sizeHint">TQSizeGrip</a>.
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="sizeIncrement"></a>TQWidget::sizeIncrement () const
+<p>Reimplemented in <a href="tqsizegrip.html#sizeHint">TQSizeGrip</a>.
+<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="sizeIncrement"></a>TQWidget::sizeIncrement () const
</h3><p>Returns the size increment of the widget.
See the <a href="tqwidget.html#sizeIncrement-prop">"sizeIncrement"</a> property for details.
-<h3 class=fn><a href="ntqsizepolicy.html">TQSizePolicy</a> <a name="sizePolicy"></a>TQWidget::sizePolicy () const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqsizepolicy.html">TQSizePolicy</a> <a name="sizePolicy"></a>TQWidget::sizePolicy () const<tt> [virtual]</tt>
</h3><p>Returns the default layout behavior of the widget.
See the <a href="tqwidget.html#sizePolicy-prop">"sizePolicy"</a> property for details.
<h3 class=fn>void <a name="stackUnder"></a>TQWidget::stackUnder ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [slot]</tt>
@@ -2629,7 +2629,7 @@ seamlessly when an ancestor of the widget has an origin other than
<p> <p>See also <a href="#backgroundPixmap">backgroundPixmap</a>() and <a href="#backgroundMode-prop">backgroundMode</a>.
<p>Set this property's value with <a href="#setBackgroundOrigin">setBackgroundOrigin</a>() and get this property's value with <a href="#backgroundOrigin">backgroundOrigin</a>().
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="baseSize-prop"></a>baseSize</h3>
+<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="baseSize-prop"></a>baseSize</h3>
<p>This property holds the base size of the widget.
<p>The base size is used to calculate a proper widget size if the
widget defines <a href="#sizeIncrement">sizeIncrement</a>().
@@ -2766,7 +2766,7 @@ for an overview of geometry issues with top-level widgets.
<p> <p>See also <a href="#geometry-prop">geometry</a>, <a href="#x-prop">x</a>, <a href="#y-prop">y</a>, and <a href="#pos-prop">pos</a>.
<p>Get this property's value with <a href="#frameGeometry">frameGeometry</a>().
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="frameSize-prop"></a>frameSize</h3>
+<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="frameSize-prop"></a>frameSize</h3>
<p>This property holds the size of the widget including any window frame.
<p>
<p>Get this property's value with <a href="#frameSize">frameSize</a>().
@@ -2873,7 +2873,7 @@ top-level widget.
when the parent is deleted, minimized when the parent is minimized
etc. If supported by the window manager, it will also have a
common taskbar entry with its parent.
-<p> <a href="ntqdialog.html">TQDialog</a> and <a href="ntqmainwindow.html">TQMainWindow</a> widgets are by default top-level, even if
+<p> <a href="ntqdialog.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.
<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>().
@@ -2896,7 +2896,7 @@ improve as window manager protocols evolve.
<p> <p>See also <a href="#maximumSize-prop">maximumSize</a> and <a href="#maximumWidth-prop">maximumWidth</a>.
<p>Set this property's value with <a href="#setMaximumHeight">setMaximumHeight</a>() and get this property's value with <a href="#maximumHeight">maximumHeight</a>().
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="maximumSize-prop"></a>maximumSize</h3>
+<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="maximumSize-prop"></a>maximumSize</h3>
<p>This property holds the widget's maximum size.
<p>The widget cannot be resized to a larger size than the maximum
widget size.
@@ -2926,7 +2926,7 @@ widget size.
<p> <p>See also <a href="#minimumSize-prop">minimumSize</a> and <a href="#minimumWidth-prop">minimumWidth</a>.
<p>Set this property's value with <a href="#setMinimumHeight">setMinimumHeight</a>() and get this property's value with <a href="#minimumHeight">minimumHeight</a>().
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="minimumSize-prop"></a>minimumSize</h3>
+<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="minimumSize-prop"></a>minimumSize</h3>
<p>This property holds the widget's minimum size.
<p>The widget cannot be resized to a smaller size than the minimum
widget size. The widget's size is forced to the minimum size if
@@ -2937,7 +2937,7 @@ layout's resize mode to TQLayout::FreeResize.
<p> <p>See also <a href="#minimumWidth-prop">minimumWidth</a>, <a href="#minimumHeight-prop">minimumHeight</a>, <a href="#maximumSize-prop">maximumSize</a>, <a href="#sizeIncrement-prop">sizeIncrement</a>, and <a href="ntqlayout.html#resizeMode-prop">TQLayout::resizeMode</a>.
<p>Set this property's value with <a href="#setMinimumSize">setMinimumSize</a>() and get this property's value with <a href="#minimumSize">minimumSize</a>().
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="minimumSizeHint-prop"></a>minimumSizeHint</h3>
+<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="minimumSizeHint-prop"></a>minimumSizeHint</h3>
<p>This property holds the recommended minimum size for the widget.
<p>If the value of this property is an invalid size, no minimum size
is recommended.
@@ -2947,7 +2947,7 @@ layout's minimum size otherwise. Most built-in widgets reimplement
minimumSizeHint().
<p> <a href="ntqlayout.html">TQLayout</a> will never resize a widget to a size smaller than
minimumSizeHint.
-<p> <p>See also <a href="ntqsize.html#isValid">TQSize::isValid</a>(), <a href="#size-prop">size</a>, <a href="#minimumSize-prop">minimumSize</a>, and <a href="#sizePolicy-prop">sizePolicy</a>.
+<p> <p>See also <a href="tqsize.html#isValid">TQSize::isValid</a>(), <a href="#size-prop">size</a>, <a href="#minimumSize-prop">minimumSize</a>, and <a href="#sizePolicy-prop">sizePolicy</a>.
<p>Get this property's value with <a href="#minimumSizeHint">minimumSizeHint</a>().
<h3 class=fn>int <a name="minimumWidth-prop"></a>minimumWidth</h3>
@@ -3071,14 +3071,14 @@ 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="#hidden-prop">hidden</a>.
<p>Set this property's value with <a href="#setShown">setShown</a>() and get this property's value with <a href="#isShown">isShown</a>().
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="size-prop"></a>size</h3>
+<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="size-prop"></a>size</h3>
<p>This property holds the size of the widget excluding any window frame.
<p>When resizing, the widget, if visible, receives a resize event
(<a href="#resizeEvent">resizeEvent</a>()) immediately. If the widget is not currently
visible, it is guaranteed to receive an event before it is shown.
<p> The size is adjusted if it lies outside the range defined by
<a href="#minimumSize">minimumSize</a>() and <a href="#maximumSize">maximumSize</a>(). Furthermore, the size is always
-at least <a href="ntqsize.html">TQSize</a>(1, 1). For toplevel widgets, the minimum size
+at least <a href="tqsize.html">TQSize</a>(1, 1). For toplevel widgets, the minimum size
might be larger, depending on the window manager.
<p> If you want a top-level window to have a fixed size, call
setResizeMode( TQLayout::FreeResize ) on its layout.
@@ -3089,17 +3089,17 @@ lead to infinite recursion.
<p> <p>See also <a href="#pos-prop">pos</a>, <a href="#geometry-prop">geometry</a>, <a href="#minimumSize-prop">minimumSize</a>, <a href="#maximumSize-prop">maximumSize</a>, and <a href="#resizeEvent">resizeEvent</a>().
<p>Set this property's value with <a href="#resize">resize</a>() and get this property's value with <a href="#size">size</a>().
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="sizeHint-prop"></a>sizeHint</h3>
+<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="sizeHint-prop"></a>sizeHint</h3>
<p>This property holds the recommended size for the widget.
<p>If the value of this property is an invalid size, no size is
recommended.
<p> The default implementation of <a href="#sizeHint">sizeHint</a>() returns an invalid size
if there is no layout for this widget, and returns the layout's
preferred size otherwise.
-<p> <p>See also <a href="ntqsize.html#isValid">TQSize::isValid</a>(), <a href="#minimumSizeHint-prop">minimumSizeHint</a>, <a href="#sizePolicy-prop">sizePolicy</a>, <a href="#minimumSize-prop">minimumSize</a>, and <a href="#updateGeometry">updateGeometry</a>().
+<p> <p>See also <a href="tqsize.html#isValid">TQSize::isValid</a>(), <a href="#minimumSizeHint-prop">minimumSizeHint</a>, <a href="#sizePolicy-prop">sizePolicy</a>, <a href="#minimumSize-prop">minimumSize</a>, and <a href="#updateGeometry">updateGeometry</a>().
<p>Get this property's value with <a href="#sizeHint">sizeHint</a>().
-<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="sizeIncrement-prop"></a>sizeIncrement</h3>
+<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="sizeIncrement-prop"></a>sizeIncrement</h3>
<p>This property holds the size increment of the widget.
<p>When the user resizes the window, the size will move in steps of
<a href="#sizeIncrement">sizeIncrement</a>().<a href="#width">width</a>() pixels horizontally and
@@ -3118,7 +3118,7 @@ be disregarded by the window manager on X.
<p> <p>See also <a href="#size-prop">size</a>, <a href="#minimumSize-prop">minimumSize</a>, and <a href="#maximumSize-prop">maximumSize</a>.
<p>Set this property's value with <a href="#setSizeIncrement">setSizeIncrement</a>() and get this property's value with <a href="#sizeIncrement">sizeIncrement</a>().
-<h3 class=fn><a href="ntqsizepolicy.html">TQSizePolicy</a> <a name="sizePolicy-prop"></a>sizePolicy</h3>
+<h3 class=fn><a href="tqsizepolicy.html">TQSizePolicy</a> <a name="sizePolicy-prop"></a>sizePolicy</h3>
<p>This property holds the default layout behavior of the widget.
<p>If there is a <a href="ntqlayout.html">TQLayout</a> that manages this widget's children, the
size policy specified by that layout is used. If there is no such
@@ -3130,14 +3130,14 @@ specify that they may stretch horizontally, but are fixed
vertically. The same applies to lineedit controls (such as
<a href="ntqlineedit.html">TQLineEdit</a>, <a href="ntqspinbox.html">TQSpinBox</a> or an editable <a href="ntqcombobox.html">TQComboBox</a>) and other
horizontally orientated widgets (such as <a href="ntqprogressbar.html">TQProgressBar</a>).
-<a href="ntqtoolbutton.html">TQToolButton</a>'s are normally square, so they allow growth in both
+<a href="tqtoolbutton.html">TQToolButton</a>'s are normally square, so they allow growth in both
directions. Widgets that support different directions (such as
<a href="ntqslider.html">TQSlider</a>, <a href="ntqscrollbar.html">TQScrollBar</a> or <a href="ntqheader.html">TQHeader</a>) specify stretching in the
respective direction only. Widgets that can provide scrollbars
(usually subclasses of <a href="ntqscrollview.html">TQScrollView</a>) tend to specify that they can
use additional space, and that they can make do with less than
sizeHint().
-<p> <p>See also <a href="#sizeHint-prop">sizeHint</a>, <a href="ntqlayout.html">TQLayout</a>, <a href="ntqsizepolicy.html">TQSizePolicy</a>, and <a href="#updateGeometry">updateGeometry</a>().
+<p> <p>See also <a href="#sizeHint-prop">sizeHint</a>, <a href="ntqlayout.html">TQLayout</a>, <a href="tqsizepolicy.html">TQSizePolicy</a>, and <a href="#updateGeometry">updateGeometry</a>().
<p>Set this property's value with <a href="#setSizePolicy">setSizePolicy</a>() and get this property's value with <a href="#sizePolicy">sizePolicy</a>().
<h3 class=fn>bool <a name="underMouse-prop"></a>underMouse</h3>