summaryrefslogtreecommitdiffstats
path: root/doc/html/qchecklistitem.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/qchecklistitem.html
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt-a30f5359.tar.gz
tqt-a30f5359.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qchecklistitem.html')
-rw-r--r--doc/html/qchecklistitem.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qchecklistitem.html b/doc/html/qchecklistitem.html
index 322823ad3..579c4469c 100644
--- a/doc/html/qchecklistitem.html
+++ b/doc/html/qchecklistitem.html
@@ -170,14 +170,14 @@ Toggle check box or set radio button to on.
Returns TRUE if the item is tristate; otherwise returns FALSE.
<p> <p>See also <a href="#setTristate">setTristate</a>().
-<h3 class=fn>void <a name="paintCell"></a>TQCheckListItem::paintCell ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, int&nbsp;column, int&nbsp;width, int&nbsp;align )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="paintCell"></a>TQCheckListItem::paintCell ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="tqcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, int&nbsp;column, int&nbsp;width, int&nbsp;align )<tt> [virtual]</tt>
</h3>
Paints the item using the painter <em>p</em> and the color group <em>cg</em>.
The item is in column <em>column</em>, has width <em>width</em> and has
alignment <em>align</em>. (See TQt::AlignmentFlags for valid alignments.)
<p>Reimplemented from <a href="qlistviewitem.html#paintCell">TQListViewItem</a>.
-<h3 class=fn>void <a name="paintFocus"></a>TQCheckListItem::paintFocus ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="paintFocus"></a>TQCheckListItem::paintFocus ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="tqcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [virtual]</tt>
</h3>
Draws the focus rectangle <em>r</em> using the color group <em>cg</em> on the
painter <em>p</em>.