summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsimplerichtext.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqsimplerichtext.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-rename/true-false-4.tar.gz
tqt-rename/true-false-4.zip
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqsimplerichtext.html')
-rw-r--r--doc/html/tqsimplerichtext.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqsimplerichtext.html b/doc/html/tqsimplerichtext.html
index bc8ebf67c..51ad76258 100644
--- a/doc/html/tqsimplerichtext.html
+++ b/doc/html/tqsimplerichtext.html
@@ -37,7 +37,7 @@ body { background: #ffffff; color: black; }
<h2>Public Members</h2>
<ul>
<li class=fn><a href="#TQSimpleRichText"><b>TQSimpleRichText</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;text, const&nbsp;TQFont&nbsp;&amp;&nbsp;fnt, const&nbsp;TQString&nbsp;&amp;&nbsp;context = TQString::null, const&nbsp;TQStyleSheet&nbsp;*&nbsp;sheet = 0 )</li>
-<li class=fn><a href="#TQSimpleRichText-2"><b>TQSimpleRichText</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;text, const&nbsp;TQFont&nbsp;&amp;&nbsp;fnt, const&nbsp;TQString&nbsp;&amp;&nbsp;context, const&nbsp;TQStyleSheet&nbsp;*&nbsp;sheet, const&nbsp;TQMimeSourceFactory&nbsp;*&nbsp;factory, int&nbsp;pageBreak = -1, const&nbsp;TQColor&nbsp;&amp;&nbsp;linkColor = TQt::blue, bool&nbsp;linkUnderline = TRUE )</li>
+<li class=fn><a href="#TQSimpleRichText-2"><b>TQSimpleRichText</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;text, const&nbsp;TQFont&nbsp;&amp;&nbsp;fnt, const&nbsp;TQString&nbsp;&amp;&nbsp;context, const&nbsp;TQStyleSheet&nbsp;*&nbsp;sheet, const&nbsp;TQMimeSourceFactory&nbsp;*&nbsp;factory, int&nbsp;pageBreak = -1, const&nbsp;TQColor&nbsp;&amp;&nbsp;linkColor = TQt::blue, bool&nbsp;linkUnderline = true )</li>
<li class=fn><a href="#~TQSimpleRichText"><b>~TQSimpleRichText</b></a> ()</li>
<li class=fn>void <a href="#setWidth-2"><b>setWidth</b></a> ( int&nbsp;w )</li>
<li class=fn>void <a href="#setWidth"><b>setWidth</b></a> ( TQPainter&nbsp;*&nbsp;p, int&nbsp;w )</li>
@@ -103,7 +103,7 @@ calculate the absolute path. See
<p> The <em>sheet</em> is an optional style sheet. If it is 0, the default
style sheet will be used (see <a href="tqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>()).
-<h3 class=fn><a name="TQSimpleRichText-2"></a>TQSimpleRichText::TQSimpleRichText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqfont.html">TQFont</a>&nbsp;&amp;&nbsp;fnt, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;context, const&nbsp;<a href="tqstylesheet.html">TQStyleSheet</a>&nbsp;*&nbsp;sheet, const&nbsp;<a href="tqmimesourcefactory.html">TQMimeSourceFactory</a>&nbsp;*&nbsp;factory, int&nbsp;pageBreak = -1, const&nbsp;<a href="tqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;linkColor = TQt::blue, bool&nbsp;linkUnderline = TRUE )
+<h3 class=fn><a name="TQSimpleRichText-2"></a>TQSimpleRichText::TQSimpleRichText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqfont.html">TQFont</a>&nbsp;&amp;&nbsp;fnt, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;context, const&nbsp;<a href="tqstylesheet.html">TQStyleSheet</a>&nbsp;*&nbsp;sheet, const&nbsp;<a href="tqmimesourcefactory.html">TQMimeSourceFactory</a>&nbsp;*&nbsp;factory, int&nbsp;pageBreak = -1, const&nbsp;<a href="tqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;linkColor = TQt::blue, bool&nbsp;linkUnderline = true )
</h3>
Constructs a TQSimpleRichText from the rich text string <em>text</em> and
the font <em>fnt</em>.
@@ -172,8 +172,8 @@ Returns the height of the rich text object in pixels.
<p>Examples: <a href="tqaction-application-example.html#x1159">action/application.cpp</a>, <a href="simple-application-example.html#x1577">application/application.cpp</a>, <a href="helpviewer-example.html#x1015">helpviewer/helpwindow.cpp</a>, and <a href="mdi-example.html#x2062">mdi/application.cpp</a>.
<h3 class=fn>bool <a name="inText"></a>TQSimpleRichText::inText ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
</h3>
-Returns TRUE if <em>pos</em> is within a text line of the rich text
-object; otherwise returns FALSE.
+Returns true if <em>pos</em> is within a text line of the rich text
+object; otherwise returns false.
<h3 class=fn>void <a name="setDefaultFont"></a>TQSimpleRichText::setDefaultFont ( const&nbsp;<a href="tqfont.html">TQFont</a>&nbsp;&amp;&nbsp;f )
</h3>