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/tqsizegrip.3qt | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz tqt3-7552c6d73043b1040139033f6864db48ae5446cf.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/tqsizegrip.3qt')
-rw-r--r-- | doc/man/man3/tqsizegrip.3qt | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/man/man3/tqsizegrip.3qt b/doc/man/man3/tqsizegrip.3qt index 38a30de6e..fddde80a1 100644 --- a/doc/man/man3/tqsizegrip.3qt +++ b/doc/man/man3/tqsizegrip.3qt @@ -1,5 +1,5 @@ '\" t -.TH QSizeGrip 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQSizeGrip 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,22 +7,22 @@ .ad l .nh .SH NAME -QSizeGrip \- Corner-grip for resizing a top-level window +TQSizeGrip \- Corner-grip for resizing a top-level window .SH SYNOPSIS -\fC#include <ntqsizegrip.h>\fR +\fC#include <tqsizegrip.h>\fR .PP Inherits TQWidget. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQSizeGrip\fR ( TQWidget * parent, const char * name = 0 )" +.BI "\fBTQSizeGrip\fR ( TQWidget * parent, const char * name = 0 )" .br .ti -1c -.BI "\fB~QSizeGrip\fR ()" +.BI "\fB~TQSizeGrip\fR ()" .br .ti -1c -.BI "virtual QSize \fBsizeHint\fR () const" +.BI "virtual TQSize \fBsizeHint\fR () const" .br .in -1c .SS "Protected Members" @@ -38,11 +38,11 @@ Inherits TQWidget. .br .in -1c .SH DESCRIPTION -The QSizeGrip class provides a corner-grip for resizing a top-level window. +The TQSizeGrip class provides a corner-grip for resizing a top-level window. .PP This widget works like the standard Windows resize handle. In the X11 version this resize handle generally works differently from the one provided by the system; we hope to reduce this difference in the future. .PP -Put this widget anywhere in a widget tree and the user can use it to resize the top-level window. Generally, this should be in the lower right-hand corner. Note that QStatusBar already uses this widget, so if you have a status bar (e.g. you are using QMainWindow), then you don't need to use this widget explicitly. +Put this widget anywhere in a widget tree and the user can use it to resize the top-level window. Generally, this should be in the lower right-hand corner. Note that TQStatusBar already uses this widget, so if you have a status bar (e.g. you are using TQMainWindow), then you don't need to use this widget explicitly. .PP .ce 1 .B "[Image Omitted]" @@ -51,31 +51,31 @@ Put this widget anywhere in a widget tree and the user can use it to resize the .ce 1 .B "[Image Omitted]" .PP -See also QStatusBar, Widget Appearance and Style, Main Window and Related Classes, and Basic Widgets. +See also TQStatusBar, Widget Appearance and Style, Main Window and Related Classes, and Basic Widgets. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QSizeGrip::QSizeGrip ( TQWidget * parent, const char * name = 0 )" +.SH "TQSizeGrip::TQSizeGrip ( TQWidget * parent, const char * name = 0 )" Constructs a resize corner called \fIname\fR, as a child widget of \fIparent\fR. -.SH "QSizeGrip::~QSizeGrip ()" +.SH "TQSizeGrip::~TQSizeGrip ()" Destroys the size grip. -.SH "void QSizeGrip::mouseMoveEvent ( QMouseEvent * e )\fC [virtual protected]\fR" +.SH "void TQSizeGrip::mouseMoveEvent ( QMouseEvent * e )\fC [virtual protected]\fR" Resizes the top-level widget containing this widget. The event is in \fIe\fR. .PP Reimplemented from TQWidget. -.SH "void QSizeGrip::mousePressEvent ( QMouseEvent * e )\fC [virtual protected]\fR" +.SH "void TQSizeGrip::mousePressEvent ( QMouseEvent * e )\fC [virtual protected]\fR" Primes the resize operation. The event is in \fIe\fR. .PP Reimplemented from TQWidget. -.SH "void QSizeGrip::paintEvent ( QPaintEvent * e )\fC [virtual protected]\fR" +.SH "void TQSizeGrip::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 TQWidget. -.SH "QSize QSizeGrip::sizeHint () const\fC [virtual]\fR" +.SH "TQSize TQSizeGrip::sizeHint () const\fC [virtual]\fR" Returns the size grip's size hint; this is a small size. .PP Reimplemented from TQWidget. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqsizegrip.html +.BR http://doc.trolltech.com/tqsizegrip.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |