summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqmultilineedit.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 12:56:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 12:56:43 +0900
commit0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch)
tree107cf55759cc3138bb1e0035b479bcd92127403a /doc/html/ntqmultilineedit.html
parente6077c30d14e9d662e8843c554db86c0d366d0b6 (diff)
downloadtqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.tar.gz
tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.zip
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqmultilineedit.html')
-rw-r--r--doc/html/ntqmultilineedit.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/ntqmultilineedit.html b/doc/html/ntqmultilineedit.html
index 81fdce9c2..f1632bc51 100644
--- a/doc/html/ntqmultilineedit.html
+++ b/doc/html/ntqmultilineedit.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQMultiLineEdit widget is a simple editor for inputting text.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>&gt;</tt>
-<p>Inherits <a href="ntqtextedit.html">TQTextEdit</a>.
+<p>Inherits <a href="tqtextedit.html">TQTextEdit</a>.
<p><a href="qmultilineedit-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -101,10 +101,10 @@ body { background: #ffffff; color: black; }
<p> The TQMultiLineEdit was a simple editor widget in former TQt versions. TQt
3.0 includes a new richtext engine which obsoletes TQMultiLineEdit. It is
still included for compatibility reasons. It is now a subclass of
-<a href="ntqtextedit.html">TQTextEdit</a>, and provides enough of the old TQMultiLineEdit API to keep old
+<a href="tqtextedit.html">TQTextEdit</a>, and provides enough of the old TQMultiLineEdit API to keep old
applications working.
<p> If you implement something new with TQMultiLineEdit, we suggest using
-<a href="ntqtextedit.html">TQTextEdit</a> instead and call <a href="ntqtextedit.html#setTextFormat">TQTextEdit::setTextFormat</a>(TQt::PlainText).
+<a href="tqtextedit.html">TQTextEdit</a> instead and call <a href="tqtextedit.html#setTextFormat">TQTextEdit::setTextFormat</a>(TQt::PlainText).
<p> Although most of the old TQMultiLineEdit API is still available, there is
a few difference. The old TQMultiLineEdit operated on lines, not on
paragraphs. As lines change all the time during wordwrap, the new
@@ -114,9 +114,9 @@ operate on paragraphs. Further, getString() has been removed completely.
It revealed too much of the internal data structure.
<p> Applications which made normal and reasonable use of TQMultiLineEdit
should still work without problems. Some odd usage will require some
-porting. In these cases, it may be better to use <a href="ntqtextedit.html">TQTextEdit</a> now.
+porting. In these cases, it may be better to use <a href="tqtextedit.html">TQTextEdit</a> now.
<p> <img src=qmlined-m.png> <img src=qmlined-w.png>
-<p> <p>See also <a href="ntqtextedit.html">TQTextEdit</a> and <a href="advanced.html">Advanced Widgets</a>.
+<p> <p>See also <a href="tqtextedit.html">TQTextEdit</a> and <a href="advanced.html">Advanced Widgets</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQMultiLineEdit"></a>TQMultiLineEdit::TQMultiLineEdit ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
@@ -143,7 +143,7 @@ See the <a href="ntqmultilineedit.html#atEnd-prop">"atEnd"</a> property for deta
moves the cursor one position to the left. If a text has been selected
by the user (e.g. by clicking and dragging) the cursor is put at the
beginning of the selected text and the selected text is removed.
-<a href="ntqtextedit.html#del">del</a>()
+<a href="tqtextedit.html#del">del</a>()
<h3 class=fn>void <a name="cursorDown"></a>TQMultiLineEdit::cursorDown ( bool&nbsp;mark = FALSE )<tt> [virtual protected]</tt>
</h3>
@@ -269,7 +269,7 @@ nothing is deleted.
<h3 class=fn>void <a name="setAlignment"></a>TQMultiLineEdit::setAlignment ( int&nbsp;flags )<tt> [virtual]</tt>
</h3><p>Sets the editor's paragraph alignment to <em>flags</em>.
See the <a href="ntqmultilineedit.html#alignment-prop">"alignment"</a> property for details.
-<p>Reimplemented from <a href="ntqtextedit.html#setAlignment">TQTextEdit</a>.
+<p>Reimplemented from <a href="tqtextedit.html#setAlignment">TQTextEdit</a>.
<h3 class=fn>void <a name="setAutoUpdate"></a>TQMultiLineEdit::setAutoUpdate ( bool )<tt> [virtual]</tt>
</h3>
@@ -321,8 +321,8 @@ string), or a <a href="tqstring.html#operator!">null string</a> if <em>line</em>
<p><p>See also <a href="#atBeginning-prop">atBeginning</a>.
<h3 class=fn>bool <a name="edited-prop"></a>edited</h3> <p>This property holds whether the document has been edited by the user.
-<p>This is the same as <a href="ntqtextedit.html">TQTextEdit</a>'s "modifed" property.
-<p> <p>See also <a href="ntqtextedit.html#modified-prop">TQTextEdit::modified</a>.
+<p>This is the same as <a href="tqtextedit.html">TQTextEdit</a>'s "modifed" property.
+<p> <p>See also <a href="tqtextedit.html#modified-prop">TQTextEdit::modified</a>.
<p>Set this property's value with <a href="#setEdited">setEdited</a>() and get this property's value with <a href="#edited">edited</a>().
<h3 class=fn>int <a name="numLines-prop"></a>numLines</h3> <p>This property holds the number of paragraphs in the editor.