diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
commit | b35e0845dc9b3c8b9a5e52a682c769f383933fae (patch) | |
tree | e4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqsizegrip.3qt | |
parent | 1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff) | |
download | tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqsizegrip.3qt')
-rw-r--r-- | doc/man/man3/tqsizegrip.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqsizegrip.3qt b/doc/man/man3/tqsizegrip.3qt index ca6dad8b3..38a30de6e 100644 --- a/doc/man/man3/tqsizegrip.3qt +++ b/doc/man/man3/tqsizegrip.3qt @@ -11,12 +11,12 @@ QSizeGrip \- Corner-grip for resizing a top-level window .SH SYNOPSIS \fC#include <ntqsizegrip.h>\fR .PP -Inherits QWidget. +Inherits TQWidget. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQSizeGrip\fR ( QWidget * parent, const char * name = 0 )" +.BI "\fBQSizeGrip\fR ( TQWidget * parent, const char * name = 0 )" .br .ti -1c .BI "\fB~QSizeGrip\fR ()" @@ -53,26 +53,26 @@ Put this widget anywhere in a widget tree and the user can use it to resize the .PP See also QStatusBar, Widget Appearance and Style, Main Window and Related Classes, and Basic Widgets. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QSizeGrip::QSizeGrip ( QWidget * parent, const char * name = 0 )" +.SH "QSizeGrip::QSizeGrip ( TQWidget * parent, const char * name = 0 )" Constructs a resize corner called \fIname\fR, as a child widget of \fIparent\fR. .SH "QSizeGrip::~QSizeGrip ()" Destroys the size grip. .SH "void QSizeGrip::mouseMoveEvent ( QMouseEvent * e )\fC [virtual protected]\fR" Resizes the top-level widget containing this widget. The event is in \fIe\fR. .PP -Reimplemented from QWidget. +Reimplemented from TQWidget. .SH "void QSizeGrip::mousePressEvent ( QMouseEvent * e )\fC [virtual protected]\fR" Primes the resize operation. The event is in \fIe\fR. .PP -Reimplemented from QWidget. +Reimplemented from TQWidget. .SH "void QSizeGrip::paintEvent ( QPaintEvent * e )\fC [virtual protected]\fR" Paints the resize grip. Resize grips are usually rendered as small diagonal textured lines in the lower-right corner. The event is in \fIe\fR. .PP -Reimplemented from QWidget. +Reimplemented from TQWidget. .SH "QSize QSizeGrip::sizeHint () const\fC [virtual]\fR" Returns the size grip's size hint; this is a small size. .PP -Reimplemented from QWidget. +Reimplemented from TQWidget. .SH "SEE ALSO" .BR http://doc.trolltech.com/ntqsizegrip.html |