From 628b0bb74c3fc327efff8add9c73ada04b1cbea2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 13:06:00 +0900 Subject: Rename drag-n-drop nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqtextedit.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/html/tqtextedit.html') 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.
  • current paragraph -- the paragraph which contains the cursor. -

    TQTextEdit can display images (using TQMimeSourceFactory), lists and +

    TQTextEdit can display images (using TQMimeSourceFactory), 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 setStyleSheet(); see TQStyleSheet for details. The images identified by image tags are displayed if they can be interpreted using the text edit's -TQMimeSourceFactory; see setMimeSourceFactory(). +TQMimeSourceFactory; see setMimeSourceFactory().

    If you want a text browser with more navigation use TQTextBrowser. If you just need to display a small piece of rich text use TQLabel or TQSimpleRichText. @@ -410,7 +410,7 @@ navigation, and text may only be selected with the mouse: example, the documentTitle() function will return the text from within HTML <title> tags.

    The text displayed in a text edit has a context. The context is -a path which the text edit's TQMimeSourceFactory uses to resolve +a path which the text edit's TQMimeSourceFactory uses to resolve the locations of files and images. It is passed to the mimeSourceFactory() when quering data. (See TQTextEdit() and context().) @@ -648,7 +648,7 @@ spaces or newlines if possible. Break it anywhere otherwise. Constructs a TQTextEdit called name, with parent parent. The text edit will display the text text using context context. -

    The context is a path which the text edit's TQMimeSourceFactory +

    The context is a path which the text edit's TQMimeSourceFactory uses to resolve the locations of files and images. It is passed to the mimeSourceFactory() when quering data.

    For example if the text contains an image tag, @@ -732,7 +732,7 @@ Returns the color of the current format.

    TQString TQTextEdit::context () const

    Returns the context of the text edit. The context is a path which -the text edit's TQMimeSourceFactory uses to resolve the locations +the text edit's TQMimeSourceFactory uses to resolve the locations of files and images.

    See also text. @@ -1022,9 +1022,9 @@ See the "linkUnderline" propert Returns the maximum number of lines TQTextEdit can hold in LogText mode. By default the number of lines is unlimited, which is signified by a value of -1. -

    TQMimeSourceFactory * TQTextEdit::mimeSourceFactory () const +

    TQMimeSourceFactory * TQTextEdit::mimeSourceFactory () const

    -Returns the TQMimeSourceFactory which is being used by this text +Returns the TQMimeSourceFactory which is being used by this text edit.

    See also setMimeSourceFactory(). @@ -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. -

    void TQTextEdit::setMimeSourceFactory ( TQMimeSourceFactory * factory ) [virtual slot] +

    void TQTextEdit::setMimeSourceFactory ( TQMimeSourceFactory * factory ) [virtual slot]

    Sets the text edit's mimesource factory to factory. See -TQMimeSourceFactory for further details. +TQMimeSourceFactory for further details.

    See also mimeSourceFactory().

    void TQTextEdit::setModified ( bool m ) [virtual slot] @@ -1307,7 +1307,7 @@ i.e. the text edit auto-detects the format from text.

    For rich text the rendering style and available tags are defined by a styleSheet(); see TQStyleSheet for details.

    The optional context is a path which the text edit's -TQMimeSourceFactory uses to resolve the locations of files and +TQMimeSourceFactory uses to resolve the locations of files and images. (See TQTextEdit::TQTextEdit().) It is passed to the text edit's TQMimeSourceFactory when quering data.

    Note that the undo/redo history is cleared by this function. -- cgit v1.2.1