diff options
author | Michele Calgaro <[email protected]> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqgridview.3qt | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqgridview.3qt')
-rw-r--r-- | doc/man/man3/tqgridview.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqgridview.3qt b/doc/man/man3/tqgridview.3qt index 24c79d3df..3cf6c8a63 100644 --- a/doc/man/man3/tqgridview.3qt +++ b/doc/man/man3/tqgridview.3qt @@ -46,10 +46,10 @@ Inherits QScrollView. .BI "virtual void \fBsetCellHeight\fR ( int )" .br .ti -1c -.BI "QRect \fBcellRect\fR () const" +.BI "TQRect \fBcellRect\fR () const" .br .ti -1c -.BI "QRect \fBcellGeometry\fR ( int row, int column )" +.BI "TQRect \fBcellGeometry\fR ( int row, int column )" .br .ti -1c .BI "TQSize \fBgridSize\fR () const" @@ -120,14 +120,14 @@ Constructs a grid view. The \fIparent\fR, \fIname\fR and widget flag, \fIf\fR, arguments are passed to the QScrollView constructor. .SH "QGridView::~QGridView ()" Destroys the grid view. -.SH "QRect QGridView::cellGeometry ( int row, int column )" +.SH "TQRect QGridView::cellGeometry ( int row, int column )" Returns the geometry of cell (\fIrow\fR, \fIcolumn\fR) in the content coordinate system. .PP See also cellRect(). .SH "int QGridView::cellHeight () const" Returns the height of a grid row. See the "cellHeight" property for details. -.SH "QRect QGridView::cellRect () const" -Returns the geometry of a cell in a cell's coordinate system. This is a convenience function useful in paintCell(). It is equivalent to QRect( 0, 0, cellWidth(), cellHeight() ). +.SH "TQRect QGridView::cellRect () const" +Returns the geometry of a cell in a cell's coordinate system. This is a convenience function useful in paintCell(). It is equivalent to TQRect( 0, 0, cellWidth(), cellHeight() ). .PP See also cellGeometry(). .SH "int QGridView::cellWidth () const" |