summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs168
1 files changed, 84 insertions, 84 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index 7bd06c2e..d85f4827 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -1966,8 +1966,8 @@ set, the buddy accelerator key is updated from the new text.
<p> Note that Qlabel is well-suited to display small rich text
documents, i.e. those small documents that get their document
specific settings (font, text color, link color) from the label's
-palette and font properties. For large documents, use <a href="ntqtextedit.html">QTextEdit</a>
-in read-only mode instead. QTextEdit will flicker less on resize
+palette and font properties. For large documents, use <a href="tqtextedit.html">TQTextEdit</a>
+in read-only mode instead. TQTextEdit will flicker less on resize
and can also provide a scrollbar when necessary.
<p> <p>See also <a href="ntqlabel.html#textFormat-prop">textFormat</a>, <a href="ntqlabel.html#setBuddy">setBuddy</a>(), and <a href="ntqlabel.html#alignment-prop">alignment</a>.
@@ -2733,8 +2733,8 @@ the message box will try to auto-detect the format of the text.
<property>
<name>QMultiLineEdit::edited</name>
<doc href="ntqmultilineedit.html#edited-prop"> &lt;p&gt;This property holds whether the document has been edited by the user.
-&lt;p&gt;This is the same as &lt;a href="ntqtextedit.html"&gt;QTextEdit&lt;/a&gt;'s "modifed" property.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtextedit.html#modified-prop"&gt;QTextEdit::modified&lt;/a&gt;.
+&lt;p&gt;This is the same as &lt;a href="tqtextedit.html"&gt;TQTextEdit&lt;/a&gt;'s "modifed" property.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtextedit.html#modified-prop"&gt;TQTextEdit::modified&lt;/a&gt;.
&lt;p&gt;Set this property's value with &lt;a href="ntqmultilineedit.html#setEdited"&gt;setEdited&lt;/a&gt;() and get this property's value with &lt;a href="ntqmultilineedit.html#edited"&gt;edited&lt;/a&gt;().
</doc>
@@ -3862,19 +3862,19 @@ multiple ranges of cells.
</doc>
</property>
<property>
- <name>QTextBrowser::source</name>
- <doc href="ntqtextbrowser.html#source-prop">
+ <name>TQTextBrowser::source</name>
+ <doc href="tqtextbrowser.html#source-prop">
&lt;p&gt;This property holds the name of the displayed document.
&lt;p&gt;This is a &lt;a href="tqstring.html#TQString-null"&gt;TQString::null&lt;/a&gt; if no document is displayed or if the
source is unknown.
-&lt;p&gt; Setting this property uses the &lt;a href="ntqtextedit.html#mimeSourceFactory"&gt;mimeSourceFactory&lt;/a&gt;() to lookup the
+&lt;p&gt; Setting this property uses the &lt;a href="tqtextedit.html#mimeSourceFactory"&gt;mimeSourceFactory&lt;/a&gt;() to lookup the
named document. It also checks for optional anchors and scrolls
the document accordingly.
&lt;p&gt; If the first tag in the document is &lt;tt&gt;&amp;lt;qt type=detail&amp;gt;&lt;/tt&gt;, the
document is displayed as a popup rather than as new document in
the browser window itself. Otherwise, the document is displayed
normally in the text browser with the text set to the contents of
-the named document with &lt;a href="ntqtextedit.html#setText"&gt;setText&lt;/a&gt;().
+the named document with &lt;a href="tqtextedit.html#setText"&gt;setText&lt;/a&gt;().
&lt;p&gt; If you are using the filesystem access capabilities of the mime
source factory, you must ensure that the factory knows about the
encoding of specified files; otherwise no data will be available.
@@ -3882,67 +3882,67 @@ The default factory handles a couple of common file extensions
such as &lt;tt&gt;*.html&lt;/tt&gt; and &lt;tt&gt;*.txt&lt;/tt&gt; with reasonable defaults. See
&lt;a href="qmimesourcefactory.html#data"&gt;QMimeSourceFactory::data&lt;/a&gt;() for details.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtextbrowser.html#setSource"&gt;setSource&lt;/a&gt;() and get this property's value with &lt;a href="ntqtextbrowser.html#source"&gt;source&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtextbrowser.html#setSource"&gt;setSource&lt;/a&gt;() and get this property's value with &lt;a href="tqtextbrowser.html#source"&gt;source&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::autoFormatting</name>
- <doc href="ntqtextedit.html#autoFormatting-prop">
+ <name>TQTextEdit::autoFormatting</name>
+ <doc href="tqtextedit.html#autoFormatting-prop">
&lt;p&gt;This property holds the enabled set of auto formatting features.
-&lt;p&gt;The value can be any combination of the values in the &lt;a href="ntqtextedit.html#AutoFormatting-enum"&gt;AutoFormatting&lt;/a&gt; enum. The default is &lt;a href="ntqtextedit.html#AutoFormatting-enum"&gt;AutoAll&lt;/a&gt;. Choose &lt;a href="ntqtextedit.html#AutoFormatting-enum"&gt;AutoNone&lt;/a&gt;
+&lt;p&gt;The value can be any combination of the values in the &lt;a href="tqtextedit.html#AutoFormatting-enum"&gt;AutoFormatting&lt;/a&gt; enum. The default is &lt;a href="tqtextedit.html#AutoFormatting-enum"&gt;AutoAll&lt;/a&gt;. Choose &lt;a href="tqtextedit.html#AutoFormatting-enum"&gt;AutoNone&lt;/a&gt;
to disable all automatic formatting.
-&lt;p&gt; Currently, the only automatic formatting feature provided is &lt;a href="ntqtextedit.html#AutoFormatting-enum"&gt;AutoBulletList&lt;/a&gt;; future versions of TQt may offer more.
+&lt;p&gt; Currently, the only automatic formatting feature provided is &lt;a href="tqtextedit.html#AutoFormatting-enum"&gt;AutoBulletList&lt;/a&gt;; future versions of TQt may offer more.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtextedit.html#setAutoFormatting"&gt;setAutoFormatting&lt;/a&gt;() and get this property's value with &lt;a href="ntqtextedit.html#autoFormatting"&gt;autoFormatting&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtextedit.html#setAutoFormatting"&gt;setAutoFormatting&lt;/a&gt;() and get this property's value with &lt;a href="tqtextedit.html#autoFormatting"&gt;autoFormatting&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::documentTitle</name>
- <doc href="ntqtextedit.html#documentTitle-prop">
+ <name>TQTextEdit::documentTitle</name>
+ <doc href="tqtextedit.html#documentTitle-prop">
&lt;p&gt;This property holds the title of the document parsed from the text.
&lt;p&gt;For &lt;a href="ntqt.html#TextFormat-enum"&gt;PlainText&lt;/a&gt; the title will be an empty string. For &lt;a href="ntqt.html#TextFormat-enum"&gt;RichText&lt;/a&gt; the title will be the text between the &lt;tt&gt;&amp;lt;title&amp;gt;&lt;/tt&gt; tags,
if present, otherwise an empty string.
-&lt;p&gt;Get this property's value with &lt;a href="ntqtextedit.html#documentTitle"&gt;documentTitle&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqtextedit.html#documentTitle"&gt;documentTitle&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::hasSelectedText</name>
- <doc href="ntqtextedit.html#hasSelectedText-prop">
+ <name>TQTextEdit::hasSelectedText</name>
+ <doc href="tqtextedit.html#hasSelectedText-prop">
&lt;p&gt;This property holds whether some text is selected in selection 0.
&lt;p&gt;
-&lt;p&gt;Get this property's value with &lt;a href="ntqtextedit.html#hasSelectedText"&gt;hasSelectedText&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqtextedit.html#hasSelectedText"&gt;hasSelectedText&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::length</name>
- <doc href="ntqtextedit.html#length-prop">
+ <name>TQTextEdit::length</name>
+ <doc href="tqtextedit.html#length-prop">
&lt;p&gt;This property holds the number of characters in the text.
&lt;p&gt;
-&lt;p&gt;Get this property's value with &lt;a href="ntqtextedit.html#length"&gt;length&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqtextedit.html#length"&gt;length&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::linkUnderline</name>
- <doc href="ntqtextedit.html#linkUnderline-prop">
+ <name>TQTextEdit::linkUnderline</name>
+ <doc href="tqtextedit.html#linkUnderline-prop">
&lt;p&gt;This property holds whether hypertext links will be underlined.
&lt;p&gt;If TRUE (the default) hypertext links will be displayed
underlined. If FALSE links will not be displayed underlined.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtextedit.html#setLinkUnderline"&gt;setLinkUnderline&lt;/a&gt;() and get this property's value with &lt;a href="ntqtextedit.html#linkUnderline"&gt;linkUnderline&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtextedit.html#setLinkUnderline"&gt;setLinkUnderline&lt;/a&gt;() and get this property's value with &lt;a href="tqtextedit.html#linkUnderline"&gt;linkUnderline&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::modified</name>
- <doc href="ntqtextedit.html#modified-prop">
+ <name>TQTextEdit::modified</name>
+ <doc href="tqtextedit.html#modified-prop">
&lt;p&gt;This property holds whether the document has been modified by the user.
&lt;p&gt;
-&lt;p&gt;Set this property's value with &lt;a href="ntqtextedit.html#setModified"&gt;setModified&lt;/a&gt;() and get this property's value with &lt;a href="ntqtextedit.html#isModified"&gt;isModified&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtextedit.html#setModified"&gt;setModified&lt;/a&gt;() and get this property's value with &lt;a href="tqtextedit.html#isModified"&gt;isModified&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::overwriteMode</name>
- <doc href="ntqtextedit.html#overwriteMode-prop">
+ <name>TQTextEdit::overwriteMode</name>
+ <doc href="tqtextedit.html#overwriteMode-prop">
&lt;p&gt;This property holds the text edit's overwrite mode.
&lt;p&gt;If FALSE (the default) characters entered by the user are inserted
with any characters to the right being moved out of the way. If
@@ -3950,80 +3950,80 @@ TRUE, the editor is in overwrite mode, i.e. characters entered by
the user overwrite any characters to the right of the cursor
position.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtextedit.html#setOverwriteMode"&gt;setOverwriteMode&lt;/a&gt;() and get this property's value with &lt;a href="ntqtextedit.html#isOverwriteMode"&gt;isOverwriteMode&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtextedit.html#setOverwriteMode"&gt;setOverwriteMode&lt;/a&gt;() and get this property's value with &lt;a href="tqtextedit.html#isOverwriteMode"&gt;isOverwriteMode&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::paper</name>
- <doc href="ntqtextedit.html#paper-prop">
+ <name>TQTextEdit::paper</name>
+ <doc href="tqtextedit.html#paper-prop">
&lt;p&gt;This property holds the background (paper) brush.
&lt;p&gt;The brush that is currently used to draw the background of the
text edit. The initial setting is an empty brush.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtextedit.html#setPaper"&gt;setPaper&lt;/a&gt;() and get this property's value with &lt;a href="ntqtextedit.html#paper"&gt;paper&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtextedit.html#setPaper"&gt;setPaper&lt;/a&gt;() and get this property's value with &lt;a href="tqtextedit.html#paper"&gt;paper&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::readOnly</name>
- <doc href="ntqtextedit.html#readOnly-prop">
+ <name>TQTextEdit::readOnly</name>
+ <doc href="tqtextedit.html#readOnly-prop">
&lt;p&gt;This property holds whether the text edit is read-only.
&lt;p&gt;In a read-only text edit the user can only navigate through the
text and select text; modifying the text is not possible.
&lt;p&gt; This property's default is FALSE.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtextedit.html#setReadOnly"&gt;setReadOnly&lt;/a&gt;() and get this property's value with &lt;a href="ntqtextedit.html#isReadOnly"&gt;isReadOnly&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtextedit.html#setReadOnly"&gt;setReadOnly&lt;/a&gt;() and get this property's value with &lt;a href="tqtextedit.html#isReadOnly"&gt;isReadOnly&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::selectedText</name>
- <doc href="ntqtextedit.html#selectedText-prop">
+ <name>TQTextEdit::selectedText</name>
+ <doc href="tqtextedit.html#selectedText-prop">
&lt;p&gt;This property holds the selected text (from selection 0) or an empty string if there is no currently selected text (in selection 0).
-&lt;p&gt;The text is always returned as &lt;a href="ntqt.html#TextFormat-enum"&gt;PlainText&lt;/a&gt; if the &lt;a href="ntqtextedit.html#textFormat"&gt;textFormat&lt;/a&gt;() is
+&lt;p&gt;The text is always returned as &lt;a href="ntqt.html#TextFormat-enum"&gt;PlainText&lt;/a&gt; if the &lt;a href="tqtextedit.html#textFormat"&gt;textFormat&lt;/a&gt;() is
&lt;a href="ntqt.html#TextFormat-enum"&gt;PlainText&lt;/a&gt; or &lt;a href="ntqt.html#TextFormat-enum"&gt;AutoText&lt;/a&gt;, otherwise it is returned as HTML.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtextedit.html#hasSelectedText-prop"&gt;hasSelectedText&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtextedit.html#hasSelectedText-prop"&gt;hasSelectedText&lt;/a&gt;.
-&lt;p&gt;Get this property's value with &lt;a href="ntqtextedit.html#selectedText"&gt;selectedText&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqtextedit.html#selectedText"&gt;selectedText&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::tabChangesFocus</name>
- <doc href="ntqtextedit.html#tabChangesFocus-prop"> &lt;p&gt;This property holds whether TAB changes focus or is accepted as input.
+ <name>TQTextEdit::tabChangesFocus</name>
+ <doc href="tqtextedit.html#tabChangesFocus-prop"> &lt;p&gt;This property holds whether TAB changes focus or is accepted as input.
&lt;p&gt;In some occasions text edits should not allow the user to input
tabulators or change indentation using the TAB key, as this breaks
the focus chain. The default is FALSE.
&lt;p&gt;
-&lt;p&gt;Set this property's value with &lt;a href="ntqtextedit.html#setTabChangesFocus"&gt;setTabChangesFocus&lt;/a&gt;() and get this property's value with &lt;a href="ntqtextedit.html#tabChangesFocus"&gt;tabChangesFocus&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtextedit.html#setTabChangesFocus"&gt;setTabChangesFocus&lt;/a&gt;() and get this property's value with &lt;a href="tqtextedit.html#tabChangesFocus"&gt;tabChangesFocus&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::tabStopWidth</name>
- <doc href="ntqtextedit.html#tabStopWidth-prop">
+ <name>TQTextEdit::tabStopWidth</name>
+ <doc href="tqtextedit.html#tabStopWidth-prop">
&lt;p&gt;This property holds the tab stop width in pixels.
&lt;p&gt;
-&lt;p&gt;Set this property's value with &lt;a href="ntqtextedit.html#setTabStopWidth"&gt;setTabStopWidth&lt;/a&gt;() and get this property's value with &lt;a href="ntqtextedit.html#tabStopWidth"&gt;tabStopWidth&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtextedit.html#setTabStopWidth"&gt;setTabStopWidth&lt;/a&gt;() and get this property's value with &lt;a href="tqtextedit.html#tabStopWidth"&gt;tabStopWidth&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::text</name>
- <doc href="ntqtextedit.html#text-prop">
+ <name>TQTextEdit::text</name>
+ <doc href="tqtextedit.html#text-prop">
&lt;p&gt;This property holds the text edit's text.
&lt;p&gt;There is no default text.
&lt;p&gt; On setting, any previous text is deleted.
&lt;p&gt; The text may be interpreted either as plain text or as rich text,
-depending on the &lt;a href="ntqtextedit.html#textFormat"&gt;textFormat&lt;/a&gt;(). The default setting is &lt;a href="ntqt.html#TextFormat-enum"&gt;AutoText&lt;/a&gt;,
+depending on the &lt;a href="tqtextedit.html#textFormat"&gt;textFormat&lt;/a&gt;(). The default setting is &lt;a href="ntqt.html#TextFormat-enum"&gt;AutoText&lt;/a&gt;,
i.e. the text edit auto-detects the format of the text.
-&lt;p&gt; For richtext, calling &lt;a href="ntqtextedit.html#text"&gt;text&lt;/a&gt;() on an editable QTextEdit will cause
+&lt;p&gt; For richtext, calling &lt;a href="tqtextedit.html#text"&gt;text&lt;/a&gt;() on an editable TQTextEdit will cause
the text to be regenerated from the textedit. This may mean that
the &lt;a href="tqstring.html"&gt;TQString&lt;/a&gt; returned may not be exactly the same as the one that
was set.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtextedit.html#textFormat-prop"&gt;textFormat&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtextedit.html#textFormat-prop"&gt;textFormat&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtextedit.html#setText"&gt;setText&lt;/a&gt;() and get this property's value with &lt;a href="ntqtextedit.html#text"&gt;text&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtextedit.html#setText"&gt;setText&lt;/a&gt;() and get this property's value with &lt;a href="tqtextedit.html#text"&gt;text&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::textFormat</name>
- <doc href="ntqtextedit.html#textFormat-prop">
+ <name>TQTextEdit::textFormat</name>
+ <doc href="tqtextedit.html#textFormat-prop">
&lt;p&gt;This property holds the text format: rich text, plain text, log text or auto text.
&lt;p&gt;The text format is one of the following:
&lt;ul&gt;
@@ -4041,67 +4041,67 @@ rendering style is best, &lt;a href="ntqt.html#TextFormat-enum"&gt;PlainText&lt;
by using the &lt;a href="ntqstylesheet.html#mightBeRichText"&gt;QStyleSheet::mightBeRichText&lt;/a&gt;() function.
&lt;/ul&gt;
-&lt;p&gt;Set this property's value with &lt;a href="ntqtextedit.html#setTextFormat"&gt;setTextFormat&lt;/a&gt;() and get this property's value with &lt;a href="ntqtextedit.html#textFormat"&gt;textFormat&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtextedit.html#setTextFormat"&gt;setTextFormat&lt;/a&gt;() and get this property's value with &lt;a href="tqtextedit.html#textFormat"&gt;textFormat&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::undoDepth</name>
- <doc href="ntqtextedit.html#undoDepth-prop">
+ <name>TQTextEdit::undoDepth</name>
+ <doc href="tqtextedit.html#undoDepth-prop">
&lt;p&gt;This property holds the depth of the undo history.
&lt;p&gt;The maximum number of steps in the undo/redo history. The default
is 100.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtextedit.html#undo"&gt;undo&lt;/a&gt;() and &lt;a href="ntqtextedit.html#redo"&gt;redo&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtextedit.html#undo"&gt;undo&lt;/a&gt;() and &lt;a href="tqtextedit.html#redo"&gt;redo&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="ntqtextedit.html#setUndoDepth"&gt;setUndoDepth&lt;/a&gt;() and get this property's value with &lt;a href="ntqtextedit.html#undoDepth"&gt;undoDepth&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtextedit.html#setUndoDepth"&gt;setUndoDepth&lt;/a&gt;() and get this property's value with &lt;a href="tqtextedit.html#undoDepth"&gt;undoDepth&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::undoRedoEnabled</name>
- <doc href="ntqtextedit.html#undoRedoEnabled-prop">
+ <name>TQTextEdit::undoRedoEnabled</name>
+ <doc href="tqtextedit.html#undoRedoEnabled-prop">
&lt;p&gt;This property holds whether undo/redo is enabled.
&lt;p&gt;When changing this property, the undo/redo history is cleared.
&lt;p&gt; The default is TRUE.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtextedit.html#setUndoRedoEnabled"&gt;setUndoRedoEnabled&lt;/a&gt;() and get this property's value with &lt;a href="ntqtextedit.html#isUndoRedoEnabled"&gt;isUndoRedoEnabled&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtextedit.html#setUndoRedoEnabled"&gt;setUndoRedoEnabled&lt;/a&gt;() and get this property's value with &lt;a href="tqtextedit.html#isUndoRedoEnabled"&gt;isUndoRedoEnabled&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::wordWrap</name>
- <doc href="ntqtextedit.html#wordWrap-prop">
+ <name>TQTextEdit::wordWrap</name>
+ <doc href="tqtextedit.html#wordWrap-prop">
&lt;p&gt;This property holds the word wrap mode.
-&lt;p&gt;The default mode is &lt;a href="ntqtextedit.html#WordWrap-enum"&gt;WidgetWidth&lt;/a&gt; which causes words to be
+&lt;p&gt;The default mode is &lt;a href="tqtextedit.html#WordWrap-enum"&gt;WidgetWidth&lt;/a&gt; which causes words to be
wrapped at the right edge of the text edit. Wrapping occurs at
whitespace, keeping whole words intact. If you want wrapping to
-occur within words use &lt;a href="ntqtextedit.html#setWrapPolicy"&gt;setWrapPolicy&lt;/a&gt;(). If you set a wrap mode of
-&lt;a href="ntqtextedit.html#WordWrap-enum"&gt;FixedPixelWidth&lt;/a&gt; or &lt;a href="ntqtextedit.html#WordWrap-enum"&gt;FixedColumnWidth&lt;/a&gt; you should also call
-&lt;a href="ntqtextedit.html#setWrapColumnOrWidth"&gt;setWrapColumnOrWidth&lt;/a&gt;() with the width you want.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtextedit.html#WordWrap-enum"&gt;WordWrap&lt;/a&gt;, &lt;a href="ntqtextedit.html#wrapColumnOrWidth-prop"&gt;wrapColumnOrWidth&lt;/a&gt;, and &lt;a href="ntqtextedit.html#wrapPolicy-prop"&gt;wrapPolicy&lt;/a&gt;.
+occur within words use &lt;a href="tqtextedit.html#setWrapPolicy"&gt;setWrapPolicy&lt;/a&gt;(). If you set a wrap mode of
+&lt;a href="tqtextedit.html#WordWrap-enum"&gt;FixedPixelWidth&lt;/a&gt; or &lt;a href="tqtextedit.html#WordWrap-enum"&gt;FixedColumnWidth&lt;/a&gt; you should also call
+&lt;a href="tqtextedit.html#setWrapColumnOrWidth"&gt;setWrapColumnOrWidth&lt;/a&gt;() with the width you want.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtextedit.html#WordWrap-enum"&gt;WordWrap&lt;/a&gt;, &lt;a href="tqtextedit.html#wrapColumnOrWidth-prop"&gt;wrapColumnOrWidth&lt;/a&gt;, and &lt;a href="tqtextedit.html#wrapPolicy-prop"&gt;wrapPolicy&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtextedit.html#setWordWrap"&gt;setWordWrap&lt;/a&gt;() and get this property's value with &lt;a href="ntqtextedit.html#wordWrap"&gt;wordWrap&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtextedit.html#setWordWrap"&gt;setWordWrap&lt;/a&gt;() and get this property's value with &lt;a href="tqtextedit.html#wordWrap"&gt;wordWrap&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::wrapColumnOrWidth</name>
- <doc href="ntqtextedit.html#wrapColumnOrWidth-prop">
+ <name>TQTextEdit::wrapColumnOrWidth</name>
+ <doc href="tqtextedit.html#wrapColumnOrWidth-prop">
&lt;p&gt;This property holds the position (in pixels or columns depending on the wrap mode) where text will be wrapped.
-&lt;p&gt;If the wrap mode is &lt;a href="ntqtextedit.html#WordWrap-enum"&gt;FixedPixelWidth&lt;/a&gt;, the value is the number of
+&lt;p&gt;If the wrap mode is &lt;a href="tqtextedit.html#WordWrap-enum"&gt;FixedPixelWidth&lt;/a&gt;, the value is the number of
pixels from the left edge of the text edit at which text should be
-wrapped. If the wrap mode is &lt;a href="ntqtextedit.html#WordWrap-enum"&gt;FixedColumnWidth&lt;/a&gt;, the value is the
+wrapped. If the wrap mode is &lt;a href="tqtextedit.html#WordWrap-enum"&gt;FixedColumnWidth&lt;/a&gt;, the value is the
column number (in character columns) from the left edge of the
text edit at which text should be wrapped.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtextedit.html#wordWrap-prop"&gt;wordWrap&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtextedit.html#wordWrap-prop"&gt;wordWrap&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtextedit.html#setWrapColumnOrWidth"&gt;setWrapColumnOrWidth&lt;/a&gt;() and get this property's value with &lt;a href="ntqtextedit.html#wrapColumnOrWidth"&gt;wrapColumnOrWidth&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtextedit.html#setWrapColumnOrWidth"&gt;setWrapColumnOrWidth&lt;/a&gt;() and get this property's value with &lt;a href="tqtextedit.html#wrapColumnOrWidth"&gt;wrapColumnOrWidth&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTextEdit::wrapPolicy</name>
- <doc href="ntqtextedit.html#wrapPolicy-prop">
+ <name>TQTextEdit::wrapPolicy</name>
+ <doc href="tqtextedit.html#wrapPolicy-prop">
&lt;p&gt;This property holds the word wrap policy, at whitespace or anywhere.
-&lt;p&gt;Defines where text can be wrapped when word wrap mode is not &lt;a href="ntqtextedit.html#WordWrap-enum"&gt;NoWrap&lt;/a&gt;. The choices are &lt;a href="ntqtextedit.html#WrapPolicy-enum"&gt;AtWordBoundary&lt;/a&gt; (the default), &lt;a href="ntqtextedit.html#WrapPolicy-enum"&gt;Anywhere&lt;/a&gt; and &lt;a href="ntqtextedit.html#WrapPolicy-enum"&gt;AtWordOrDocumentBoundary&lt;/a&gt;
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtextedit.html#wordWrap-prop"&gt;wordWrap&lt;/a&gt;.
+&lt;p&gt;Defines where text can be wrapped when word wrap mode is not &lt;a href="tqtextedit.html#WordWrap-enum"&gt;NoWrap&lt;/a&gt;. The choices are &lt;a href="tqtextedit.html#WrapPolicy-enum"&gt;AtWordBoundary&lt;/a&gt; (the default), &lt;a href="tqtextedit.html#WrapPolicy-enum"&gt;Anywhere&lt;/a&gt; and &lt;a href="tqtextedit.html#WrapPolicy-enum"&gt;AtWordOrDocumentBoundary&lt;/a&gt;
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtextedit.html#wordWrap-prop"&gt;wordWrap&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtextedit.html#setWrapPolicy"&gt;setWrapPolicy&lt;/a&gt;() and get this property's value with &lt;a href="ntqtextedit.html#wrapPolicy"&gt;wrapPolicy&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtextedit.html#setWrapPolicy"&gt;setWrapPolicy&lt;/a&gt;() and get this property's value with &lt;a href="tqtextedit.html#wrapPolicy"&gt;wrapPolicy&lt;/a&gt;().
</doc>
</property>
<property>