diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
commit | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch) | |
tree | 16062922d35b5e0153b9f866e440f36603bd4f55 /doc/html/tqtextedit.html | |
parent | 7552c6d73043b1040139033f6864db48ae5446cf (diff) | |
download | tqt3-628b0bb74c3fc327efff8add9c73ada04b1cbea2.tar.gz tqt3-628b0bb74c3fc327efff8add9c73ada04b1cbea2.zip |
Rename drag-n-drop nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqtextedit.html')
-rw-r--r-- | doc/html/tqtextedit.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/tqtextedit.html b/doc/html/tqtextedit.html index dcc15dbc9..30184dea8 100644 --- a/doc/html/tqtextedit.html +++ b/doc/html/tqtextedit.html @@ -298,7 +298,7 @@ is the format of the selected text if any. <li> <em>current paragraph</em> -- the paragraph which contains the cursor. </ul> -<p> TQTextEdit can display images (using <a href="qmimesourcefactory.html">TQMimeSourceFactory</a>), lists and +<p> TQTextEdit can display images (using <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a>), lists and tables. If the text is too large to view within the text edit's viewport, scrollbars will appear. The text edit can load both plain text and HTML files (a subset of HTML 3.2 and 4). The @@ -307,7 +307,7 @@ rendering style and the set of valid tags are defined by a style sheet. Change the style sheet with <a href="#setStyleSheet">setStyleSheet</a>(); see <a href="tqstylesheet.html">TQStyleSheet</a> for details. The images identified by image tags are displayed if they can be interpreted using the text edit's -<a href="qmimesourcefactory.html">TQMimeSourceFactory</a>; see <a href="#setMimeSourceFactory">setMimeSourceFactory</a>(). +<a href="tqmimesourcefactory.html">TQMimeSourceFactory</a>; see <a href="#setMimeSourceFactory">setMimeSourceFactory</a>(). <p> If you want a text browser with more navigation use <a href="tqtextbrowser.html">TQTextBrowser</a>. If you just need to display a small piece of rich text use <a href="ntqlabel.html">TQLabel</a> or <a href="ntqsimplerichtext.html">TQSimpleRichText</a>. @@ -410,7 +410,7 @@ navigation, and text may only be selected with the mouse: example, the <a href="#documentTitle">documentTitle</a>() function will return the text from within HTML <tt><title></tt> tags. <p> The text displayed in a text edit has a <em>context</em>. The context is -a path which the text edit's <a href="qmimesourcefactory.html">TQMimeSourceFactory</a> uses to resolve +a path which the text edit's <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> uses to resolve the locations of files and images. It is passed to the <a href="#mimeSourceFactory">mimeSourceFactory</a>() when quering data. (See TQTextEdit() and <a href="#context">context</a>().) @@ -648,7 +648,7 @@ spaces or newlines if possible. Break it anywhere otherwise. </h3> Constructs a TQTextEdit called <em>name</em>, with parent <em>parent</em>. The text edit will display the text <em>text</em> using context <em>context</em>. -<p> The <em>context</em> is a path which the text edit's <a href="qmimesourcefactory.html">TQMimeSourceFactory</a> +<p> The <em>context</em> is a path which the text edit's <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> uses to resolve the locations of files and images. It is passed to the <a href="#mimeSourceFactory">mimeSourceFactory</a>() when quering data. <p> For example if the text contains an image tag, @@ -732,7 +732,7 @@ Returns the color of the current format. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="context"></a>TQTextEdit::context () const </h3> Returns the context of the text edit. The context is a path which -the text edit's <a href="qmimesourcefactory.html">TQMimeSourceFactory</a> uses to resolve the locations +the text edit's <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> uses to resolve the locations of files and images. <p> <p>See also <a href="#text-prop">text</a>. @@ -1022,9 +1022,9 @@ See the <a href="tqtextedit.html#linkUnderline-prop">"linkUnderline"</a> propert Returns the maximum number of lines TQTextEdit can hold in <a href="ntqt.html#TextFormat-enum">LogText</a> mode. By default the number of lines is unlimited, which is signified by a value of -1. -<h3 class=fn><a href="qmimesourcefactory.html">TQMimeSourceFactory</a> * <a name="mimeSourceFactory"></a>TQTextEdit::mimeSourceFactory () const +<h3 class=fn><a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> * <a name="mimeSourceFactory"></a>TQTextEdit::mimeSourceFactory () const </h3> -Returns the <a href="qmimesourcefactory.html">TQMimeSourceFactory</a> which is being used by this text +Returns the <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> which is being used by this text edit. <p> <p>See also <a href="#setMimeSourceFactory">setMimeSourceFactory</a>(). @@ -1230,10 +1230,10 @@ when the maximum log lines is set. When lines are removed from the top of the buffer it could result in an unbalanced tag pair, i.e. the left formatting tag is removed before the right one. -<h3 class=fn>void <a name="setMimeSourceFactory"></a>TQTextEdit::setMimeSourceFactory ( <a href="qmimesourcefactory.html">TQMimeSourceFactory</a> * factory )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setMimeSourceFactory"></a>TQTextEdit::setMimeSourceFactory ( <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> * factory )<tt> [virtual slot]</tt> </h3> Sets the text edit's mimesource factory to <em>factory</em>. See -<a href="qmimesourcefactory.html">TQMimeSourceFactory</a> for further details. +<a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> for further details. <p> <p>See also <a href="#mimeSourceFactory">mimeSourceFactory</a>(). <h3 class=fn>void <a name="setModified"></a>TQTextEdit::setModified ( bool m )<tt> [virtual slot]</tt> @@ -1307,7 +1307,7 @@ i.e. the text edit auto-detects the format from <em>text</em>. <p> For rich text the rendering style and available tags are defined by a <a href="#styleSheet">styleSheet</a>(); see <a href="tqstylesheet.html">TQStyleSheet</a> for details. <p> The optional <em>context</em> is a path which the text edit's -<a href="qmimesourcefactory.html">TQMimeSourceFactory</a> uses to resolve the locations of files and +<a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> uses to resolve the locations of files and images. (See <a href="#TQTextEdit">TQTextEdit::TQTextEdit</a>().) It is passed to the text edit's TQMimeSourceFactory when quering data. <p> Note that the undo/redo history is cleared by this function. |