diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/man/man3/tqtableitem.3qt | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt-7552c6d7.tar.gz tqt-7552c6d7.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqtableitem.3qt b/doc/man/man3/tqtableitem.3qt index c6d85cbd7..481d45a26 100644 --- a/doc/man/man3/tqtableitem.3qt +++ b/doc/man/man3/tqtableitem.3qt @@ -75,7 +75,7 @@ Inherited by QComboTableItem and QCheckTableItem. .BI "virtual TQString \fBkey\fR () const" .br .ti -1c -.BI "virtual QSize \fBsizeHint\fR () const" +.BI "virtual TQSize \fBsizeHint\fR () const" .br .ti -1c .BI "virtual void \fBsetSpan\fR ( int rs, int cs )" @@ -415,7 +415,7 @@ Example: table/statistics/statistics.cpp. If \fIb\fR is TRUE, the cell's text will be wrapped over multiple lines, when necessary, to fit the width of the cell; otherwise the text will be written as a single line. .PP See also wordWrap(), QTable::adjustColumn(), and QTable::setColumnStretchable(). -.SH "QSize QTableItem::sizeHint () const\fC [virtual]\fR" +.SH "TQSize QTableItem::sizeHint () const\fC [virtual]\fR" This virtual function returns the size a cell needs to show its entire content. .PP If you subclass QTableItem you will often need to reimplement this function. |