diff options
Diffstat (limited to 'doc/html/ntqtextedit.html')
-rw-r--r-- | doc/html/ntqtextedit.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqtextedit.html b/doc/html/ntqtextedit.html index 02e3c613b..a8c964aac 100644 --- a/doc/html/ntqtextedit.html +++ b/doc/html/ntqtextedit.html @@ -644,7 +644,7 @@ spaces or newlines if possible. Break it anywhere otherwise. </ul><p> <p>See also <a href="#wrapPolicy-prop">wrapPolicy</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQTextEdit"></a>TQTextEdit::TQTextEdit ( const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqstring.html">TQString</a> & context = TQString::null, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQTextEdit"></a>TQTextEdit::TQTextEdit ( const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqstring.html">TQString</a> & context = TQString::null, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </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>. @@ -662,7 +662,7 @@ the same way to <em>hrefs</em>, for example, <tt><a href="target.html">Target</a></tt>, would resolve to "path/to/look/in/target.html". -<h3 class=fn><a name="TQTextEdit-2"></a>TQTextEdit::TQTextEdit ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQTextEdit-2"></a>TQTextEdit::TQTextEdit ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs an empty TQTextEdit called <em>name</em>, with parent <em>parent</em>. @@ -894,7 +894,7 @@ was moved; otherwise returns FALSE. <h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="font"></a>TQTextEdit::font () const </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> Returns <a href="ntqwidget.html#font">TQScrollView::font</a>() +<p> Returns <a href="tqwidget.html#font">TQScrollView::font</a>() <p> <b>Warning:</b> In previous versions this function returned the font of the current format. This lead to confusion. Please use <a href="#currentFont">currentFont</a>() instead. @@ -930,7 +930,7 @@ See the <a href="ntqtextedit.html#hasSelectedText-prop">"hasSelectedText"</a> pr Returns how many pixels high the text edit needs to be to display all the text if the text edit is <em>w</em> pixels wide. -<p>Reimplemented from <a href="ntqwidget.html#heightForWidth">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#heightForWidth">TQWidget</a>. <h3 class=fn>void <a name="insert"></a>TQTextEdit::insert ( const <a href="ntqstring.html">TQString</a> & text, uint insertionFlags = CheckNewLines | RemoveSelected )<tt> [slot]</tt> </h3> Inserts <em>text</em> at the current cursor position. @@ -989,7 +989,7 @@ Returns TRUE if the current format is italic; otherwise returns FALSE. Processes the key event, <em>e</em>. By default key events are used to provide keyboard navigation and text editing. -<p>Reimplemented from <a href="ntqwidget.html#keyPressEvent">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#keyPressEvent">TQWidget</a>. <p>Reimplemented in <a href="ntqtextbrowser.html#keyPressEvent">TQTextBrowser</a>. <h3 class=fn>int <a name="length"></a>TQTextEdit::length () const </h3><p>Returns the number of characters in the text. @@ -1199,7 +1199,7 @@ Sets the color of the current format, i.e. of the text, to <em>c</em>. <p> Sets the font of the current format to <em>f</em>. <p> If the widget is in <a href="ntqt.html#TextFormat-enum">LogText</a> mode this function will do -nothing. Use <a href="ntqwidget.html#setFont">setFont</a>() instead. +nothing. Use <a href="tqwidget.html#setFont">setFont</a>() instead. <p> <p>See also <a href="#currentFont">currentFont</a>(), <a href="#setPointSize">setPointSize</a>(), and <a href="#setFamily">setFamily</a>(). <h3 class=fn>void <a name="setCursorPosition"></a>TQTextEdit::setCursorPosition ( int para, int index )<tt> [virtual slot]</tt> @@ -1278,7 +1278,7 @@ Sets the background color of selection number <em>selNum</em> to <em>back</em> and specifies whether the text of this selection should be inverted with <em>invertText</em>. <p> This only works for <em>selNum</em> > 0. The default selection (<em>selNum</em> == 0) gets its attributes from the text edit's -<a href="ntqwidget.html#colorGroup">colorGroup</a>(). +<a href="tqwidget.html#colorGroup">colorGroup</a>(). <h3 class=fn>void <a name="setStyleSheet"></a>TQTextEdit::setStyleSheet ( <a href="ntqstylesheet.html">TQStyleSheet</a> * styleSheet )<tt> [virtual slot]</tt> </h3> |