diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-09 14:57:42 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-12 18:58:18 +0900 |
| commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
| tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqdockwindow.html | |
| parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
| download | tqt-6f57abfc.tar.gz tqt-6f57abfc.zip | |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdockwindow.html')
| -rw-r--r-- | doc/html/tqdockwindow.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqdockwindow.html b/doc/html/tqdockwindow.html index 264105fd2..5b8e3084b 100644 --- a/doc/html/tqdockwindow.html +++ b/doc/html/tqdockwindow.html @@ -147,7 +147,7 @@ the parent if you want it floated. <p> In the example above we create a new <a href="tqtoolbar.html">TQToolBar</a> in the constructor of a <a href="tqmainwindow.html">TQMainWindow</a> subclass (so that the <em>this</em> pointer points to -the TQMainWindow). By default the toolbar will be added to the <a href="ntqt.html#Dock-enum">Top</a> dock area, but we've moved it to the <a href="ntqt.html#Dock-enum">Left</a> dock area. +the TQMainWindow). By default the toolbar will be added to the <a href="tqt.html#Dock-enum">Top</a> dock area, but we've moved it to the <a href="tqt.html#Dock-enum">Left</a> dock area. <p> A dock window is often used to contain a single widget. In these cases the widget can be set by calling <a href="#setWidget">setWidget</a>(). If you're constructing a dock window that contains multiple widgets, e.g. a @@ -220,7 +220,7 @@ Constructs a TQDockWindow with parent <em>parent</em>, called <em>name</em> and with widget flags <em>f</em>. <p> If <em>p</em> is <a href="#Place-enum">InDock</a>, the dock window is docked into a dock area and <em>parent</em> <em>must</em> be a <a href="tqdockarea.html">TQDockArea</a> or a <a href="tqmainwindow.html">TQMainWindow</a>. If the <em>parent</em> is a TQMainWindow the dock window will be docked in the main -window's <a href="ntqt.html#Dock-enum">Top</a> dock area. +window's <a href="tqt.html#Dock-enum">Top</a> dock area. <p> If <em>p</em> is <a href="#Place-enum">OutsideDock</a>, the dock window is created as a floating window. <p> We recommend creating the dock area <a href="#Place-enum">InDock</a> with a TQMainWindow @@ -310,12 +310,12 @@ See the <a href="tqdockwindow.html#offset-prop">"offset"</a> property for detail <h3 class=fn>bool <a name="opaqueMoving"></a>TQDockWindow::opaqueMoving () const </h3><p>Returns TRUE if the dock window will be shown normally whilst it is being moved; otherwise returns FALSE. See the <a href="tqdockwindow.html#opaqueMoving-prop">"opaqueMoving"</a> property for details. -<h3 class=fn><a href="ntqt.html#Orientation-enum">TQt::Orientation</a> <a name="orientation"></a>TQDockWindow::orientation () const +<h3 class=fn><a href="tqt.html#Orientation-enum">TQt::Orientation</a> <a name="orientation"></a>TQDockWindow::orientation () const </h3> Returns the orientation of the dock window. <p> <p>See also <a href="#orientationChanged">orientationChanged</a>(). -<h3 class=fn>void <a name="orientationChanged"></a>TQDockWindow::orientationChanged ( <a href="ntqt.html#Orientation-enum">Orientation</a> o )<tt> [signal]</tt> +<h3 class=fn>void <a name="orientationChanged"></a>TQDockWindow::orientationChanged ( <a href="tqt.html#Orientation-enum">Orientation</a> o )<tt> [signal]</tt> </h3> <p> This signal is emitted when the orientation of the dock window is @@ -370,7 +370,7 @@ See the <a href="tqdockwindow.html#offset-prop">"offset"</a> property for detail <h3 class=fn>void <a name="setOpaqueMoving"></a>TQDockWindow::setOpaqueMoving ( bool b )<tt> [virtual]</tt> </h3><p>Sets whether the dock window will be shown normally whilst it is being moved to <em>b</em>. See the <a href="tqdockwindow.html#opaqueMoving-prop">"opaqueMoving"</a> property for details. -<h3 class=fn>void <a name="setOrientation"></a>TQDockWindow::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> o )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setOrientation"></a>TQDockWindow::setOrientation ( <a href="tqt.html#Orientation-enum">Orientation</a> o )<tt> [virtual slot]</tt> </h3> Sets the orientation of the dock window to <em>o</em>. The orientation is propagated to the layout <a href="#boxLayout">boxLayout</a>(). |
