diff options
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r-- | doc/html/propertydocs | 168 |
1 files changed, 84 insertions, 84 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs index 7bd06c2e0..d85f48272 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"> <p>This property holds whether the document has been edited by the user. -<p>This is the same as <a href="ntqtextedit.html">QTextEdit</a>'s "modifed" property. -<p> <p>See also <a href="ntqtextedit.html#modified-prop">QTextEdit::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="ntqmultilineedit.html#setEdited">setEdited</a>() and get this property's value with <a href="ntqmultilineedit.html#edited">edited</a>(). </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"> <p>This property holds the name of the displayed document. <p>This is a <a href="tqstring.html#TQString-null">TQString::null</a> if no document is displayed or if the source is unknown. -<p> Setting this property uses the <a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() to lookup the +<p> Setting this property uses the <a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() to lookup the named document. It also checks for optional anchors and scrolls the document accordingly. <p> If the first tag in the document is <tt>&lt;qt type=detail&gt;</tt>, 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 <a href="ntqtextedit.html#setText">setText</a>(). +the named document with <a href="tqtextedit.html#setText">setText</a>(). <p> 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 <tt>*.html</tt> and <tt>*.txt</tt> with reasonable defaults. See <a href="qmimesourcefactory.html#data">QMimeSourceFactory::data</a>() for details. -<p>Set this property's value with <a href="ntqtextbrowser.html#setSource">setSource</a>() and get this property's value with <a href="ntqtextbrowser.html#source">source</a>(). +<p>Set this property's value with <a href="tqtextbrowser.html#setSource">setSource</a>() and get this property's value with <a href="tqtextbrowser.html#source">source</a>(). </doc> </property> <property> - <name>QTextEdit::autoFormatting</name> - <doc href="ntqtextedit.html#autoFormatting-prop"> + <name>TQTextEdit::autoFormatting</name> + <doc href="tqtextedit.html#autoFormatting-prop"> <p>This property holds the enabled set of auto formatting features. -<p>The value can be any combination of the values in the <a href="ntqtextedit.html#AutoFormatting-enum">AutoFormatting</a> enum. The default is <a href="ntqtextedit.html#AutoFormatting-enum">AutoAll</a>. Choose <a href="ntqtextedit.html#AutoFormatting-enum">AutoNone</a> +<p>The value can be any combination of the values in the <a href="tqtextedit.html#AutoFormatting-enum">AutoFormatting</a> enum. The default is <a href="tqtextedit.html#AutoFormatting-enum">AutoAll</a>. Choose <a href="tqtextedit.html#AutoFormatting-enum">AutoNone</a> to disable all automatic formatting. -<p> Currently, the only automatic formatting feature provided is <a href="ntqtextedit.html#AutoFormatting-enum">AutoBulletList</a>; future versions of TQt may offer more. +<p> Currently, the only automatic formatting feature provided is <a href="tqtextedit.html#AutoFormatting-enum">AutoBulletList</a>; future versions of TQt may offer more. -<p>Set this property's value with <a href="ntqtextedit.html#setAutoFormatting">setAutoFormatting</a>() and get this property's value with <a href="ntqtextedit.html#autoFormatting">autoFormatting</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setAutoFormatting">setAutoFormatting</a>() and get this property's value with <a href="tqtextedit.html#autoFormatting">autoFormatting</a>(). </doc> </property> <property> - <name>QTextEdit::documentTitle</name> - <doc href="ntqtextedit.html#documentTitle-prop"> + <name>TQTextEdit::documentTitle</name> + <doc href="tqtextedit.html#documentTitle-prop"> <p>This property holds the title of the document parsed from the text. <p>For <a href="ntqt.html#TextFormat-enum">PlainText</a> the title will be an empty string. For <a href="ntqt.html#TextFormat-enum">RichText</a> the title will be the text between the <tt>&lt;title&gt;</tt> tags, if present, otherwise an empty string. -<p>Get this property's value with <a href="ntqtextedit.html#documentTitle">documentTitle</a>(). +<p>Get this property's value with <a href="tqtextedit.html#documentTitle">documentTitle</a>(). </doc> </property> <property> - <name>QTextEdit::hasSelectedText</name> - <doc href="ntqtextedit.html#hasSelectedText-prop"> + <name>TQTextEdit::hasSelectedText</name> + <doc href="tqtextedit.html#hasSelectedText-prop"> <p>This property holds whether some text is selected in selection 0. <p> -<p>Get this property's value with <a href="ntqtextedit.html#hasSelectedText">hasSelectedText</a>(). +<p>Get this property's value with <a href="tqtextedit.html#hasSelectedText">hasSelectedText</a>(). </doc> </property> <property> - <name>QTextEdit::length</name> - <doc href="ntqtextedit.html#length-prop"> + <name>TQTextEdit::length</name> + <doc href="tqtextedit.html#length-prop"> <p>This property holds the number of characters in the text. <p> -<p>Get this property's value with <a href="ntqtextedit.html#length">length</a>(). +<p>Get this property's value with <a href="tqtextedit.html#length">length</a>(). </doc> </property> <property> - <name>QTextEdit::linkUnderline</name> - <doc href="ntqtextedit.html#linkUnderline-prop"> + <name>TQTextEdit::linkUnderline</name> + <doc href="tqtextedit.html#linkUnderline-prop"> <p>This property holds whether hypertext links will be underlined. <p>If TRUE (the default) hypertext links will be displayed underlined. If FALSE links will not be displayed underlined. -<p>Set this property's value with <a href="ntqtextedit.html#setLinkUnderline">setLinkUnderline</a>() and get this property's value with <a href="ntqtextedit.html#linkUnderline">linkUnderline</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setLinkUnderline">setLinkUnderline</a>() and get this property's value with <a href="tqtextedit.html#linkUnderline">linkUnderline</a>(). </doc> </property> <property> - <name>QTextEdit::modified</name> - <doc href="ntqtextedit.html#modified-prop"> + <name>TQTextEdit::modified</name> + <doc href="tqtextedit.html#modified-prop"> <p>This property holds whether the document has been modified by the user. <p> -<p>Set this property's value with <a href="ntqtextedit.html#setModified">setModified</a>() and get this property's value with <a href="ntqtextedit.html#isModified">isModified</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setModified">setModified</a>() and get this property's value with <a href="tqtextedit.html#isModified">isModified</a>(). </doc> </property> <property> - <name>QTextEdit::overwriteMode</name> - <doc href="ntqtextedit.html#overwriteMode-prop"> + <name>TQTextEdit::overwriteMode</name> + <doc href="tqtextedit.html#overwriteMode-prop"> <p>This property holds the text edit's overwrite mode. <p>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. -<p>Set this property's value with <a href="ntqtextedit.html#setOverwriteMode">setOverwriteMode</a>() and get this property's value with <a href="ntqtextedit.html#isOverwriteMode">isOverwriteMode</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setOverwriteMode">setOverwriteMode</a>() and get this property's value with <a href="tqtextedit.html#isOverwriteMode">isOverwriteMode</a>(). </doc> </property> <property> - <name>QTextEdit::paper</name> - <doc href="ntqtextedit.html#paper-prop"> + <name>TQTextEdit::paper</name> + <doc href="tqtextedit.html#paper-prop"> <p>This property holds the background (paper) brush. <p>The brush that is currently used to draw the background of the text edit. The initial setting is an empty brush. -<p>Set this property's value with <a href="ntqtextedit.html#setPaper">setPaper</a>() and get this property's value with <a href="ntqtextedit.html#paper">paper</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setPaper">setPaper</a>() and get this property's value with <a href="tqtextedit.html#paper">paper</a>(). </doc> </property> <property> - <name>QTextEdit::readOnly</name> - <doc href="ntqtextedit.html#readOnly-prop"> + <name>TQTextEdit::readOnly</name> + <doc href="tqtextedit.html#readOnly-prop"> <p>This property holds whether the text edit is read-only. <p>In a read-only text edit the user can only navigate through the text and select text; modifying the text is not possible. <p> This property's default is FALSE. -<p>Set this property's value with <a href="ntqtextedit.html#setReadOnly">setReadOnly</a>() and get this property's value with <a href="ntqtextedit.html#isReadOnly">isReadOnly</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setReadOnly">setReadOnly</a>() and get this property's value with <a href="tqtextedit.html#isReadOnly">isReadOnly</a>(). </doc> </property> <property> - <name>QTextEdit::selectedText</name> - <doc href="ntqtextedit.html#selectedText-prop"> + <name>TQTextEdit::selectedText</name> + <doc href="tqtextedit.html#selectedText-prop"> <p>This property holds the selected text (from selection 0) or an empty string if there is no currently selected text (in selection 0). -<p>The text is always returned as <a href="ntqt.html#TextFormat-enum">PlainText</a> if the <a href="ntqtextedit.html#textFormat">textFormat</a>() is +<p>The text is always returned as <a href="ntqt.html#TextFormat-enum">PlainText</a> if the <a href="tqtextedit.html#textFormat">textFormat</a>() is <a href="ntqt.html#TextFormat-enum">PlainText</a> or <a href="ntqt.html#TextFormat-enum">AutoText</a>, otherwise it is returned as HTML. -<p> <p>See also <a href="ntqtextedit.html#hasSelectedText-prop">hasSelectedText</a>. +<p> <p>See also <a href="tqtextedit.html#hasSelectedText-prop">hasSelectedText</a>. -<p>Get this property's value with <a href="ntqtextedit.html#selectedText">selectedText</a>(). +<p>Get this property's value with <a href="tqtextedit.html#selectedText">selectedText</a>(). </doc> </property> <property> - <name>QTextEdit::tabChangesFocus</name> - <doc href="ntqtextedit.html#tabChangesFocus-prop"> <p>This property holds whether TAB changes focus or is accepted as input. + <name>TQTextEdit::tabChangesFocus</name> + <doc href="tqtextedit.html#tabChangesFocus-prop"> <p>This property holds whether TAB changes focus or is accepted as input. <p>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. <p> -<p>Set this property's value with <a href="ntqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() and get this property's value with <a href="ntqtextedit.html#tabChangesFocus">tabChangesFocus</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() and get this property's value with <a href="tqtextedit.html#tabChangesFocus">tabChangesFocus</a>(). </doc> </property> <property> - <name>QTextEdit::tabStopWidth</name> - <doc href="ntqtextedit.html#tabStopWidth-prop"> + <name>TQTextEdit::tabStopWidth</name> + <doc href="tqtextedit.html#tabStopWidth-prop"> <p>This property holds the tab stop width in pixels. <p> -<p>Set this property's value with <a href="ntqtextedit.html#setTabStopWidth">setTabStopWidth</a>() and get this property's value with <a href="ntqtextedit.html#tabStopWidth">tabStopWidth</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setTabStopWidth">setTabStopWidth</a>() and get this property's value with <a href="tqtextedit.html#tabStopWidth">tabStopWidth</a>(). </doc> </property> <property> - <name>QTextEdit::text</name> - <doc href="ntqtextedit.html#text-prop"> + <name>TQTextEdit::text</name> + <doc href="tqtextedit.html#text-prop"> <p>This property holds the text edit's text. <p>There is no default text. <p> On setting, any previous text is deleted. <p> The text may be interpreted either as plain text or as rich text, -depending on the <a href="ntqtextedit.html#textFormat">textFormat</a>(). The default setting is <a href="ntqt.html#TextFormat-enum">AutoText</a>, +depending on the <a href="tqtextedit.html#textFormat">textFormat</a>(). The default setting is <a href="ntqt.html#TextFormat-enum">AutoText</a>, i.e. the text edit auto-detects the format of the text. -<p> For richtext, calling <a href="ntqtextedit.html#text">text</a>() on an editable QTextEdit will cause +<p> For richtext, calling <a href="tqtextedit.html#text">text</a>() on an editable TQTextEdit will cause the text to be regenerated from the textedit. This may mean that the <a href="tqstring.html">TQString</a> returned may not be exactly the same as the one that was set. -<p> <p>See also <a href="ntqtextedit.html#textFormat-prop">textFormat</a>. +<p> <p>See also <a href="tqtextedit.html#textFormat-prop">textFormat</a>. -<p>Set this property's value with <a href="ntqtextedit.html#setText">setText</a>() and get this property's value with <a href="ntqtextedit.html#text">text</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setText">setText</a>() and get this property's value with <a href="tqtextedit.html#text">text</a>(). </doc> </property> <property> - <name>QTextEdit::textFormat</name> - <doc href="ntqtextedit.html#textFormat-prop"> + <name>TQTextEdit::textFormat</name> + <doc href="tqtextedit.html#textFormat-prop"> <p>This property holds the text format: rich text, plain text, log text or auto text. <p>The text format is one of the following: <ul> @@ -4041,67 +4041,67 @@ rendering style is best, <a href="ntqt.html#TextFormat-enum">PlainText< by using the <a href="ntqstylesheet.html#mightBeRichText">QStyleSheet::mightBeRichText</a>() function. </ul> -<p>Set this property's value with <a href="ntqtextedit.html#setTextFormat">setTextFormat</a>() and get this property's value with <a href="ntqtextedit.html#textFormat">textFormat</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setTextFormat">setTextFormat</a>() and get this property's value with <a href="tqtextedit.html#textFormat">textFormat</a>(). </doc> </property> <property> - <name>QTextEdit::undoDepth</name> - <doc href="ntqtextedit.html#undoDepth-prop"> + <name>TQTextEdit::undoDepth</name> + <doc href="tqtextedit.html#undoDepth-prop"> <p>This property holds the depth of the undo history. <p>The maximum number of steps in the undo/redo history. The default is 100. -<p> <p>See also <a href="ntqtextedit.html#undo">undo</a>() and <a href="ntqtextedit.html#redo">redo</a>(). +<p> <p>See also <a href="tqtextedit.html#undo">undo</a>() and <a href="tqtextedit.html#redo">redo</a>(). -<p>Set this property's value with <a href="ntqtextedit.html#setUndoDepth">setUndoDepth</a>() and get this property's value with <a href="ntqtextedit.html#undoDepth">undoDepth</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setUndoDepth">setUndoDepth</a>() and get this property's value with <a href="tqtextedit.html#undoDepth">undoDepth</a>(). </doc> </property> <property> - <name>QTextEdit::undoRedoEnabled</name> - <doc href="ntqtextedit.html#undoRedoEnabled-prop"> + <name>TQTextEdit::undoRedoEnabled</name> + <doc href="tqtextedit.html#undoRedoEnabled-prop"> <p>This property holds whether undo/redo is enabled. <p>When changing this property, the undo/redo history is cleared. <p> The default is TRUE. -<p>Set this property's value with <a href="ntqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() and get this property's value with <a href="ntqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() and get this property's value with <a href="tqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>(). </doc> </property> <property> - <name>QTextEdit::wordWrap</name> - <doc href="ntqtextedit.html#wordWrap-prop"> + <name>TQTextEdit::wordWrap</name> + <doc href="tqtextedit.html#wordWrap-prop"> <p>This property holds the word wrap mode. -<p>The default mode is <a href="ntqtextedit.html#WordWrap-enum">WidgetWidth</a> which causes words to be +<p>The default mode is <a href="tqtextedit.html#WordWrap-enum">WidgetWidth</a> 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 <a href="ntqtextedit.html#setWrapPolicy">setWrapPolicy</a>(). If you set a wrap mode of -<a href="ntqtextedit.html#WordWrap-enum">FixedPixelWidth</a> or <a href="ntqtextedit.html#WordWrap-enum">FixedColumnWidth</a> you should also call -<a href="ntqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() with the width you want. -<p> <p>See also <a href="ntqtextedit.html#WordWrap-enum">WordWrap</a>, <a href="ntqtextedit.html#wrapColumnOrWidth-prop">wrapColumnOrWidth</a>, and <a href="ntqtextedit.html#wrapPolicy-prop">wrapPolicy</a>. +occur within words use <a href="tqtextedit.html#setWrapPolicy">setWrapPolicy</a>(). If you set a wrap mode of +<a href="tqtextedit.html#WordWrap-enum">FixedPixelWidth</a> or <a href="tqtextedit.html#WordWrap-enum">FixedColumnWidth</a> you should also call +<a href="tqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() with the width you want. +<p> <p>See also <a href="tqtextedit.html#WordWrap-enum">WordWrap</a>, <a href="tqtextedit.html#wrapColumnOrWidth-prop">wrapColumnOrWidth</a>, and <a href="tqtextedit.html#wrapPolicy-prop">wrapPolicy</a>. -<p>Set this property's value with <a href="ntqtextedit.html#setWordWrap">setWordWrap</a>() and get this property's value with <a href="ntqtextedit.html#wordWrap">wordWrap</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setWordWrap">setWordWrap</a>() and get this property's value with <a href="tqtextedit.html#wordWrap">wordWrap</a>(). </doc> </property> <property> - <name>QTextEdit::wrapColumnOrWidth</name> - <doc href="ntqtextedit.html#wrapColumnOrWidth-prop"> + <name>TQTextEdit::wrapColumnOrWidth</name> + <doc href="tqtextedit.html#wrapColumnOrWidth-prop"> <p>This property holds the position (in pixels or columns depending on the wrap mode) where text will be wrapped. -<p>If the wrap mode is <a href="ntqtextedit.html#WordWrap-enum">FixedPixelWidth</a>, the value is the number of +<p>If the wrap mode is <a href="tqtextedit.html#WordWrap-enum">FixedPixelWidth</a>, 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 <a href="ntqtextedit.html#WordWrap-enum">FixedColumnWidth</a>, the value is the +wrapped. If the wrap mode is <a href="tqtextedit.html#WordWrap-enum">FixedColumnWidth</a>, the value is the column number (in character columns) from the left edge of the text edit at which text should be wrapped. -<p> <p>See also <a href="ntqtextedit.html#wordWrap-prop">wordWrap</a>. +<p> <p>See also <a href="tqtextedit.html#wordWrap-prop">wordWrap</a>. -<p>Set this property's value with <a href="ntqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() and get this property's value with <a href="ntqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() and get this property's value with <a href="tqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</a>(). </doc> </property> <property> - <name>QTextEdit::wrapPolicy</name> - <doc href="ntqtextedit.html#wrapPolicy-prop"> + <name>TQTextEdit::wrapPolicy</name> + <doc href="tqtextedit.html#wrapPolicy-prop"> <p>This property holds the word wrap policy, at whitespace or anywhere. -<p>Defines where text can be wrapped when word wrap mode is not <a href="ntqtextedit.html#WordWrap-enum">NoWrap</a>. The choices are <a href="ntqtextedit.html#WrapPolicy-enum">AtWordBoundary</a> (the default), <a href="ntqtextedit.html#WrapPolicy-enum">Anywhere</a> and <a href="ntqtextedit.html#WrapPolicy-enum">AtWordOrDocumentBoundary</a> -<p> <p>See also <a href="ntqtextedit.html#wordWrap-prop">wordWrap</a>. +<p>Defines where text can be wrapped when word wrap mode is not <a href="tqtextedit.html#WordWrap-enum">NoWrap</a>. The choices are <a href="tqtextedit.html#WrapPolicy-enum">AtWordBoundary</a> (the default), <a href="tqtextedit.html#WrapPolicy-enum">Anywhere</a> and <a href="tqtextedit.html#WrapPolicy-enum">AtWordOrDocumentBoundary</a> +<p> <p>See also <a href="tqtextedit.html#wordWrap-prop">wordWrap</a>. -<p>Set this property's value with <a href="ntqtextedit.html#setWrapPolicy">setWrapPolicy</a>() and get this property's value with <a href="ntqtextedit.html#wrapPolicy">wrapPolicy</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setWrapPolicy">setWrapPolicy</a>() and get this property's value with <a href="tqtextedit.html#wrapPolicy">wrapPolicy</a>(). </doc> </property> <property> |