diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqtableitem.3qt | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-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/man/man3/tqtableitem.3qt')
-rw-r--r-- | doc/man/man3/tqtableitem.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqtableitem.3qt b/doc/man/man3/tqtableitem.3qt index 481d45a26..9ffef04ff 100644 --- a/doc/man/man3/tqtableitem.3qt +++ b/doc/man/man3/tqtableitem.3qt @@ -99,7 +99,7 @@ Inherited by QComboTableItem and QCheckTableItem. .BI "int \fBcol\fR () const" .br .ti -1c -.BI "virtual void \fBpaint\fR ( QPainter * p, const QColorGroup & cg, const QRect & cr, bool selected )" +.BI "virtual void \fBpaint\fR ( TQPainter * p, const TQColorGroup & cg, const QRect & cr, bool selected )" .br .ti -1c .BI "virtual void \fBsetEnabled\fR ( bool b )" @@ -294,7 +294,7 @@ See also setReplaceable() and EditType. This virtual function returns the key that should be used for sorting. The default implementation returns the text() of the relevant item. .PP See also QTable::sorting. -.SH "void QTableItem::paint ( QPainter * p, const QColorGroup & cg, const QRect & cr, bool selected )\fC [virtual]\fR" +.SH "void QTableItem::paint ( TQPainter * p, const TQColorGroup & cg, const QRect & cr, bool selected )\fC [virtual]\fR" This virtual function is used to paint the contents of an item using the painter \fIp\fR in the rectangular area \fIcr\fR using the color group \fIcg\fR. .PP If \fIselected\fR is TRUE the cell is displayed in a way that indicates that it is highlighted. @@ -307,7 +307,7 @@ Note that the painter is not clipped by default in order to get maximum efficien .PP .nf .br - p->setClipRect( table()->cellRect(row, col), QPainter::ClipPainter ); + p->setClipRect( table()->cellRect(row, col), TQPainter::ClipPainter ); .br //... your drawing code .br |