diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqlabel.3qt | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqlabel.3qt')
-rw-r--r-- | doc/man/man3/tqlabel.3qt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/man/man3/tqlabel.3qt b/doc/man/man3/tqlabel.3qt index 7e432496b..838034f99 100644 --- a/doc/man/man3/tqlabel.3qt +++ b/doc/man/man3/tqlabel.3qt @@ -31,10 +31,10 @@ Inherits QFrame. .BI "TQString \fBtext\fR () const" .br .ti -1c -.BI "QPixmap * \fBpixmap\fR () const" +.BI "TQPixmap * \fBpixmap\fR () const" .br .ti -1c -.BI "QPicture * \fBpicture\fR () const" +.BI "TQPicture * \fBpicture\fR () const" .br .ti -1c .BI "TQMovie * \fBmovie\fR () const" @@ -85,10 +85,10 @@ Inherits QFrame. .BI "virtual void \fBsetText\fR ( const TQString & )" .br .ti -1c -.BI "virtual void \fBsetPixmap\fR ( const QPixmap & )" +.BI "virtual void \fBsetPixmap\fR ( const TQPixmap & )" .br .ti -1c -.BI "virtual void \fBsetPicture\fR ( const QPicture & picture )" +.BI "virtual void \fBsetPicture\fR ( const TQPicture & picture )" .br .ti -1c .BI "virtual void \fBsetMovie\fR ( const TQMovie & movie )" @@ -115,7 +115,7 @@ Inherits QFrame. .BI "int \fBindent\fR - the label's text indent in pixels" .br .ti -1c -.BI "QPixmap \fBpixmap\fR - the label's pixmap" +.BI "TQPixmap \fBpixmap\fR - the label's pixmap" .br .ti -1c .BI "bool \fBscaledContents\fR - whether the label will scale its contents to fill all available space" @@ -140,7 +140,7 @@ QLabel is used for displaying text or an image. No user interaction functionalit .PP A QLabel can contain any of the following content types: <center>.nf .TS -l - l. Content Setting Plain text Pass a TQString to setText(). Rich text Pass a TQString that contains rich text to setText(). A pixmap Pass a QPixmap to setPixmap(). A movie Pass a TQMovie to setMovie(). A number Pass an \fIint\fR or a \fIdouble\fR to setNum(), which converts the number to plain text. Nothing +l - l. Content Setting Plain text Pass a TQString to setText(). Rich text Pass a TQString that contains rich text to setText(). A pixmap Pass a TQPixmap to setPixmap(). A movie Pass a TQMovie to setMovie(). A number Pass an \fIint\fR or a \fIdouble\fR to setNum(), which converts the number to plain text. Nothing .TE .fi </center> @@ -180,7 +180,7 @@ In this example, keyboard focus is transferred to the label's buddy (the QLineEd .ce 1 .B "[Image Omitted]" .PP -See also QLineEdit, TQTextEdit, QPixmap, TQMovie, GUI Design Handbook: Label, Basic Widgets, and Text Related Classes. +See also QLineEdit, TQTextEdit, TQPixmap, TQMovie, GUI Design Handbook: Label, Basic Widgets, and Text Related Classes. .SH MEMBER FUNCTION DOCUMENTATION .SH "QLabel::QLabel ( TQWidget * parent, const char * name = 0, WFlags f = 0 )" Constructs an empty label. @@ -232,9 +232,9 @@ Returns the label's text indent in pixels. See the "indent" property for details Returns a pointer to the label's movie, or 0 if no movie has been set. .PP See also setMovie(). -.SH "QPicture * QLabel::picture () const" +.SH "TQPicture * QLabel::picture () const" Returns the label's picture or 0 if the label doesn't have a picture. -.SH "QPixmap * QLabel::pixmap () const" +.SH "TQPixmap * QLabel::pixmap () const" Returns the label's pixmap. See the "pixmap" property for details. .SH "void QLabel::setAlignment ( int )\fC [virtual]\fR" Sets the alignment of the label's contents. See the "alignment" property for details. @@ -317,13 +317,13 @@ The buddy accelerator, if any, is disabled. The label resizes itself if auto-resizing is enabled. .PP See also text, TQString::setNum(), and setBuddy(). -.SH "void QLabel::setPicture ( const QPicture & picture )\fC [virtual slot]\fR" +.SH "void QLabel::setPicture ( const TQPicture & picture )\fC [virtual slot]\fR" Sets the label contents to \fIpicture\fR. Any previous content is cleared. .PP The buddy accelerator, if any, is disabled. .PP See also picture() and setBuddy(). -.SH "void QLabel::setPixmap ( const QPixmap & )\fC [virtual slot]\fR" +.SH "void QLabel::setPixmap ( const TQPixmap & )\fC [virtual slot]\fR" Sets the label's pixmap. See the "pixmap" property for details. .SH "void QLabel::setScaledContents ( bool )" Sets whether the label will scale its contents to fill all available space. See the "scaledContents" property for details. @@ -364,7 +364,7 @@ If indent is negative, or if no indent has been set, the label computes the effe See also alignment, frameWidth, and font. .PP Set this property's value with setIndent() and get this property's value with indent(). -.SH "QPixmap pixmap" +.SH "TQPixmap pixmap" This property holds the label's pixmap. .PP If no pixmap has been set this will return an invalid pixmap. |