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/tqframe.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/tqframe.3qt')
-rw-r--r-- | doc/man/man3/tqframe.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqframe.3qt b/doc/man/man3/tqframe.3qt index a065a66b7..c3b83a68b 100644 --- a/doc/man/man3/tqframe.3qt +++ b/doc/man/man3/tqframe.3qt @@ -11,14 +11,14 @@ QFrame \- The base class of widgets that can have a frame .SH SYNOPSIS \fC#include <ntqframe.h>\fR .PP -Inherits QWidget. +Inherits TQWidget. .PP Inherited by QGroupBox, QScrollView, QDockWindow, QGrid, QHBox, QLabel, QLCDNumber, QLineEdit, QMenuBar, QPopupMenu, QProgressBar, QSplitter, QToolBox, and QWidgetStack. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQFrame\fR ( QWidget * parent = 0, const char * name = 0, WFlags f = 0 )" +.BI "\fBQFrame\fR ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" .br .ti -1c .BI "int \fBframeStyle\fR () const" @@ -213,10 +213,10 @@ When it does not call QStyle, Shape interacts with QFrame::Shadow, the lineWidth .PP See also QFrame::Shadow, QFrame::style(), and QStyle::drawPrimitive(). .SH MEMBER FUNCTION DOCUMENTATION -.SH "QFrame::QFrame ( QWidget * parent = 0, const char * name = 0, WFlags f = 0 )" +.SH "QFrame::QFrame ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" Constructs a frame widget with frame style NoFrame and a 1-pixel frame width. .PP -The \fIparent\fR, \fIname\fR and \fIf\fR arguments are passed to the QWidget constructor. +The \fIparent\fR, \fIname\fR and \fIf\fR arguments are passed to the TQWidget constructor. .SH "QRect QFrame::contentsRect () const" Returns the rectangle inside the frame. See the "contentsRect" property for details. .SH "void QFrame::drawContents ( QPainter * )\fC [virtual protected]\fR" @@ -273,7 +273,7 @@ Opens the painter on the frame and calls drawFrame(), then drawContents(). Examples: .)l life/life.cpp and qfd/fontdisplayer.cpp. .PP -Reimplemented from QWidget. +Reimplemented from TQWidget. .SH "void QFrame::resizeEvent ( QResizeEvent * e )\fC [virtual protected]\fR" Processes the resize event \fIe\fR. .PP @@ -285,7 +285,7 @@ Nothing is done if the frame rectangle is a null rectangle already. .PP Example: life/life.cpp. .PP -Reimplemented from QWidget. +Reimplemented from TQWidget. .SH "void QFrame::setFrameRect ( const QRect & )\fC [virtual]\fR" Sets the frame rectangle. See the "frameRect" property for details. .SH "void QFrame::setFrameShadow ( Shadow )" |