diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /doc/html/ntqdockarea.html | |
parent | e6077c30d14e9d662e8843c554db86c0d366d0b6 (diff) | |
download | tqt-0cf411b0.tar.gz tqt-0cf411b0.zip |
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqdockarea.html')
-rw-r--r-- | doc/html/ntqdockarea.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqdockarea.html b/doc/html/ntqdockarea.html index 83db618fe..d657ff476 100644 --- a/doc/html/ntqdockarea.html +++ b/doc/html/ntqdockarea.html @@ -114,7 +114,7 @@ see if a dock area contains a particular dock window use <a href="#hasDockWindow">hasDockWindow</a>(); to see how many dock windows a dock area contains use <a href="#count">count</a>(). <p> The streaming operators can write the positions of the dock -windows in the dock area to a <a href="ntqtextstream.html">TQTextStream</a>. The positions can be +windows in the dock area to a <a href="tqtextstream.html">TQTextStream</a>. The positions can be read back later to restore the saved positions. <p> Save the positions to a TQTextStream: <pre> @@ -250,14 +250,14 @@ constructor. <p>Get this property's value with <a href="#orientation">orientation</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="ntqtextstream.html">TQTextStream</a> & ts, const <a href="ntqdockarea.html">TQDockArea</a> & dockArea ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqtextstream.html">TQTextStream</a> & ts, const <a href="ntqdockarea.html">TQDockArea</a> & dockArea ) </h3> <p> Writes the layout of the dock windows in dock area <em>dockArea</em> to the text stream <em>ts</em>. <p> <p>See also <a href="#operator-gt-gt">operator>></a>(). -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="ntqtextstream.html">TQTextStream</a> & ts, <a href="ntqdockarea.html">TQDockArea</a> & dockArea ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqtextstream.html">TQTextStream</a> & ts, <a href="ntqdockarea.html">TQDockArea</a> & dockArea ) </h3> <p> Reads the layout description of the dock windows in dock area <em>dockArea</em> from the text stream <em>ts</em> and restores it. The layout |