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/ntqsplitter.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/ntqsplitter.html')
-rw-r--r-- | doc/html/ntqsplitter.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqsplitter.html b/doc/html/ntqsplitter.html index 88f10e783..46eabb1ad 100644 --- a/doc/html/ntqsplitter.html +++ b/doc/html/ntqsplitter.html @@ -89,12 +89,12 @@ The TQSplitter class implements a splitter widget. <p> A splitter lets the user control the size of child widgets by dragging the boundary between the children. Any number of widgets may be controlled by a single splitter. -<p> To show a <a href="ntqlistbox.html">TQListBox</a>, a <a href="ntqlistview.html">TQListView</a> and a <a href="ntqtextedit.html">TQTextEdit</a> side by side: +<p> To show a <a href="ntqlistbox.html">TQListBox</a>, a <a href="ntqlistview.html">TQListView</a> and a <a href="tqtextedit.html">TQTextEdit</a> side by side: <pre> TQSplitter *split = new TQSplitter( parent ); <a href="ntqlistbox.html">TQListBox</a> *lb = new <a href="ntqlistbox.html">TQListBox</a>( split ); <a href="ntqlistview.html">TQListView</a> *lv = new <a href="ntqlistview.html">TQListView</a>( split ); - <a href="ntqtextedit.html">TQTextEdit</a> *ed = new <a href="ntqtextedit.html">TQTextEdit</a>( split ); + <a href="tqtextedit.html">TQTextEdit</a> *ed = new <a href="tqtextedit.html">TQTextEdit</a>( split ); </pre> <p> TQSplitter lays out its children horizontally (side by side); you @@ -309,14 +309,14 @@ side). The possible orientations are <a href="ntqt.html#Orientation-enum">Horizo <p>Set this property's value with <a href="#setOrientation">setOrientation</a>() and 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="ntqsplitter.html">TQSplitter</a> & splitter ) +<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="ntqsplitter.html">TQSplitter</a> & splitter ) </h3> <p> Writes the sizes and the hidden state of the widgets in the splitter <em>splitter</em> to the text stream <em>ts</em>. <p> <p>See also <a href="#operator-gt-gt">operator>></a>(), <a href="#sizes">sizes</a>(), and <a href="tqwidget.html#hidden-prop">TQWidget::hidden</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="ntqsplitter.html">TQSplitter</a> & splitter ) +<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="ntqsplitter.html">TQSplitter</a> & splitter ) </h3> <p> Reads the sizes and the hidden state of the widgets in the |