summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqgridview.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-31 11:32:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-31 11:59:34 +0900
commit68b81013e8668f50fc18b7e26a520ec93a7a1251 (patch)
treed6d15d07cb34e5443a10b71f91adee1473906263 /doc/man/man3/tqgridview.3qt
parent1702a6daff27f5d3e6fdac16962d1828df6ca270 (diff)
downloadtqt-68b81013e8668f50fc18b7e26a520ec93a7a1251.tar.gz
tqt-68b81013e8668f50fc18b7e26a520ec93a7a1251.zip
Rename nt* canvas related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqgridview.3qt')
-rw-r--r--doc/man/man3/tqgridview.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqgridview.3qt b/doc/man/man3/tqgridview.3qt
index c52cfd52a..c3fb22682 100644
--- a/doc/man/man3/tqgridview.3qt
+++ b/doc/man/man3/tqgridview.3qt
@@ -110,7 +110,7 @@ If you need to monitor changes to the grid's dimensions (i.e. when numRows or nu
.PP
Note: the row and column indices are always given in the order, row (vertical offset) then column (horizontal offset). This order is the opposite of all pixel operations, which are given in the order x (horizontal offset), y (vertical offset).
.PP
-QGridView is a very simple abstract class based on QScrollView. It is designed to simplify the task of drawing many cells of the same size in a potentially scrollable canvas. If you need rows and columns with different sizes, use a QTable instead. If you need a simple list of items, use a QListBox. If you need to present hierachical data use a QListView, and if you need random objects at random positions, consider using either a QIconView or a QCanvas.
+QGridView is a very simple abstract class based on QScrollView. It is designed to simplify the task of drawing many cells of the same size in a potentially scrollable canvas. If you need rows and columns with different sizes, use a QTable instead. If you need a simple list of items, use a QListBox. If you need to present hierachical data use a QListView, and if you need random objects at random positions, consider using either a QIconView or a TQCanvas.
.PP
See also Abstract Widget Classes.
.SH MEMBER FUNCTION DOCUMENTATION