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/tqlistbox.3qt | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt-a30f5359f03c3017fa19a6770fab32d25d22cb87.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/tqlistbox.3qt')
-rw-r--r-- | doc/man/man3/tqlistbox.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqlistbox.3qt b/doc/man/man3/tqlistbox.3qt index 189313092..941322309 100644 --- a/doc/man/man3/tqlistbox.3qt +++ b/doc/man/man3/tqlistbox.3qt @@ -394,7 +394,7 @@ Inherits QScrollView. .BI "int totalHeight () const \fI(obsolete)\fR" .br .ti -1c -.BI "virtual void \fBpaintCell\fR ( QPainter * p, int row, int col )" +.BI "virtual void \fBpaintCell\fR ( TQPainter * p, int row, int col )" .br .ti -1c .BI "void \fBtoggleCurrentItem\fR ()" @@ -806,7 +806,7 @@ Returns the number of rows in the list box. See the "numRows" property for detai This signal is emitted when the user moves the mouse cursor onto an item, similar to the TQWidget::enterEvent() function. \fIi\fR is the QListBoxItem that the mouse has moved on. .SH "void QListBox::onViewport ()\fC [signal]\fR" This signal is emitted when the user moves the mouse cursor from an item to an empty part of the list box. -.SH "void QListBox::paintCell ( QPainter * p, int row, int col )\fC [virtual protected]\fR" +.SH "void QListBox::paintCell ( TQPainter * p, int row, int col )\fC [virtual protected]\fR" Provided for compatibility with the old QListBox. We recommend using QListBoxItem::paint() instead. .PP Repaints the cell at \fIrow\fR, \fIcol\fR using painter \fIp\fR. |