summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqgridview.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-23 12:42:20 +0900
committerMichele Calgaro <[email protected]>2023-09-23 12:42:20 +0900
commitb35e0845dc9b3c8b9a5e52a682c769f383933fae (patch)
treee4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqgridview.3qt
parent1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff)
downloadtqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz
tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqgridview.3qt')
-rw-r--r--doc/man/man3/tqgridview.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqgridview.3qt b/doc/man/man3/tqgridview.3qt
index 1ef38fead..c52cfd52a 100644
--- a/doc/man/man3/tqgridview.3qt
+++ b/doc/man/man3/tqgridview.3qt
@@ -16,7 +16,7 @@ Inherits QScrollView.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQGridView\fR ( QWidget * parent = 0, const char * name = 0, WFlags f = 0 )"
+.BI "\fBQGridView\fR ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )"
.br
.ti -1c
.BI "\fB~QGridView\fR ()"
@@ -114,7 +114,7 @@ QGridView is a very simple abstract class based on QScrollView. It is designed t
.PP
See also Abstract Widget Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QGridView::QGridView ( QWidget * parent = 0, const char * name = 0, WFlags f = 0 )"
+.SH "QGridView::QGridView ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )"
Constructs a grid view.
.PP
The \fIparent\fR, \fIname\fR and widget flag, \fIf\fR, arguments are passed to the QScrollView constructor.
@@ -172,7 +172,7 @@ Repaints cell (\fIrow\fR, \fIcolumn\fR).
.PP
If \fIerase\fR is TRUE, TQt erases the area of the cell before the paintCell() call; otherwise no erasing takes place.
.PP
-See also QWidget::repaint().
+See also TQWidget::repaint().
.SH "int QGridView::rowAt ( int y ) const"
Returns the number of the row at position \fIy\fR. \fIy\fR must be given in content coordinates.
.PP
@@ -188,7 +188,7 @@ Sets the number of rows in the grid. See the "numRows" property for details.
.SH "void QGridView::updateCell ( int row, int column )"
Updates cell (\fIrow\fR, \fIcolumn\fR).
.PP
-See also QWidget::update().
+See also TQWidget::update().
.SS "Property Documentation"
.SH "int cellHeight"
This property holds the height of a grid row.