summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqdockwindow.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqdockwindow.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqdockwindow.html')
-rw-r--r--doc/html/ntqdockwindow.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqdockwindow.html b/doc/html/ntqdockwindow.html
index 58aca1318..df2517ef4 100644
--- a/doc/html/ntqdockwindow.html
+++ b/doc/html/ntqdockwindow.html
@@ -136,7 +136,7 @@ dock areas provided by TQMainWindow is sufficient. (See the <a href="ntqdockarea
areas.) In TQMainWindow a right-click popup menu (the dock window
menu) is available which lists dock windows and can be used to
show or hide them. (The popup menu only lists dock windows that
-have a <a href="ntqwidget.html#setCaption">caption</a>.)
+have a <a href="tqwidget.html#setCaption">caption</a>.)
<p> When you construct a dock window you <em>must</em> pass it a <a href="ntqdockarea.html">TQDockArea</a>
or a TQMainWindow as its parent if you want it docked. Pass 0 for
the parent if you want it floated.
@@ -214,7 +214,7 @@ floating.
<li><tt>TQDockWindow::OutsideDock</tt> - Floating as a top level window on the desktop.
</ul>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQDockWindow"></a>TQDockWindow::TQDockWindow ( <a href="ntqdockwindow.html#Place-enum">Place</a>&nbsp;p = InDock, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQDockWindow"></a>TQDockWindow::TQDockWindow ( <a href="ntqdockwindow.html#Place-enum">Place</a>&nbsp;p = InDock, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
Constructs a TQDockWindow with parent <em>parent</em>, called <em>name</em> and
with widget flags <em>f</em>.
@@ -227,7 +227,7 @@ window.
as parent then calling <a href="ntqmainwindow.html#moveDockWindow">TQMainWindow::moveDockWindow</a>() to move the
dock window where you want it.
-<h3 class=fn><a name="TQDockWindow-2"></a>TQDockWindow::TQDockWindow ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQDockWindow-2"></a>TQDockWindow::TQDockWindow ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
Constructs a TQDockWindow with parent <em>parent</em>, called <em>name</em> and
with widget flags <em>f</em>.
@@ -387,7 +387,7 @@ See the <a href="ntqdockwindow.html#resizeEnabled-prop">"resizeEnabled"</a> prop
<h3 class=fn>void <a name="setVerticallyStretchable"></a>TQDockWindow::setVerticallyStretchable ( bool&nbsp;b )<tt> [virtual]</tt>
</h3><p>Sets whether the dock window is vertically stretchable to <em>b</em>.
See the <a href="ntqdockwindow.html#verticallyStretchable-prop">"verticallyStretchable"</a> property for details.
-<h3 class=fn>void <a name="setWidget"></a>TQDockWindow::setWidget ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setWidget"></a>TQDockWindow::setWidget ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [virtual]</tt>
</h3>
Sets the dock window's main widget to <em>w</em>.
<p> <p>See also <a href="#boxLayout">boxLayout</a>().
@@ -411,7 +411,7 @@ user has clicked. In the case of a <a href="ntqmainwindow.html">TQMainWindow</a>
have its visibility changed (hidden or shown) by clicking its name
in the dock window menu that lists the TQMainWindow's dock windows.
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="widget"></a>TQDockWindow::widget () const
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="widget"></a>TQDockWindow::widget () const
</h3>
Returns the dock window's main widget.
<p> <p>See also <a href="#setWidget">setWidget</a>().