summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqworkspace.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-02 23:07:22 +0900
committerMichele Calgaro <[email protected]>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqworkspace.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/ntqworkspace.html')
-rw-r--r--doc/html/ntqworkspace.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqworkspace.html b/doc/html/ntqworkspace.html
index 331328594..8a5e7a45f 100644
--- a/doc/html/ntqworkspace.html
+++ b/doc/html/ntqworkspace.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
contain decorated windows, e.g. for MDI.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qworkspace-h.html">ntqworkspace.h</a>&gt;</tt>
-<p>Inherits <a href="ntqwidget.html">TQWidget</a>.
+<p>Inherits <a href="tqwidget.html">TQWidget</a>.
<p><a href="qworkspace-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -83,17 +83,17 @@ constructor that takes a parent widget and an object name. The
parent window is usually a <a href="ntqmainwindow.html">TQMainWindow</a>, but it need not be.
<p> Document windows (i.e. MDI windows) are also ordinary TQt widgets
which have the workspace as their parent widget. When you call
-<a href="ntqwidget.html#show">show</a>(), <a href="ntqwidget.html#hide">hide</a>(), <a href="ntqwidget.html#showMaximized">showMaximized</a>(), <a href="ntqwidget.html#setCaption">setCaption</a>(), etc. on a document
+<a href="tqwidget.html#show">show</a>(), <a href="tqwidget.html#hide">hide</a>(), <a href="tqwidget.html#showMaximized">showMaximized</a>(), <a href="tqwidget.html#setCaption">setCaption</a>(), etc. on a document
window, it is shown, hidden, etc. with a frame, caption, icon and
icon text, just as you'd expect. You can provide widget flags
which will be used for the layout of the decoration or the
behaviour of the widget itself.
<p> To change or retrieve the geometry of MDI windows you must operate
-on the MDI widget's <a href="ntqwidget.html#parentWidget">parentWidget</a>(). (The parentWidget() provides
+on the MDI widget's <a href="tqwidget.html#parentWidget">parentWidget</a>(). (The parentWidget() provides
access to the decorated window in which the MDI window's widget is
shown.)
<p> A document window becomes active when it gets the <a href="focus.html#keyboard-focus">keyboard focus</a>.
-You can also activate a window in code using <a href="ntqwidget.html#setFocus">setFocus</a>(). The user
+You can also activate a window in code using <a href="tqwidget.html#setFocus">setFocus</a>(). The user
can activate a window by moving focus in the usual ways, for
example by clicking a window or by pressing Tab. The workspace
emits a signal <a href="#windowActivated">windowActivated</a>() when it detects the activation
@@ -124,7 +124,7 @@ menu at the far left of the menu bar.
<li><tt>TQWorkspace::StackingOrder</tt> - The windows are returned in the order of their stacking
</ul>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQWorkspace"></a>TQWorkspace::TQWorkspace ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQWorkspace"></a>TQWorkspace::TQWorkspace ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a workspace with a <em>parent</em> and a <em>name</em>.
@@ -140,7 +140,7 @@ Activates the next window in the child window chain.
Activates the previous window in the child window chain.
<p> <p>See also <a href="#activateNextWindow">activateNextWindow</a>().
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="activeWindow"></a>TQWorkspace::activeWindow () const
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="activeWindow"></a>TQWorkspace::activeWindow () const
</h3>
Returns the active window, or 0 if no window is active.
@@ -175,7 +175,7 @@ Arranges all child windows in a tile pattern.
<p> <p>See also <a href="#cascade">cascade</a>().
<p>Example: <a href="mdi-example.html#x2093">mdi/application.cpp</a>.
-<h3 class=fn>void <a name="windowActivated"></a>TQWorkspace::windowActivated ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [signal]</tt>
+<h3 class=fn>void <a name="windowActivated"></a>TQWorkspace::windowActivated ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the window widget <em>w</em> becomes active.