summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlcdnumber.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
commitb35e0845dc9b3c8b9a5e52a682c769f383933fae (patch)
treee4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqlcdnumber.3qt
parent1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff)
downloadtqt3-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/tqlcdnumber.3qt')
-rw-r--r--doc/man/man3/tqlcdnumber.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqlcdnumber.3qt b/doc/man/man3/tqlcdnumber.3qt
index e1e7fd17..d39eeba2 100644
--- a/doc/man/man3/tqlcdnumber.3qt
+++ b/doc/man/man3/tqlcdnumber.3qt
@@ -16,10 +16,10 @@ Inherits QFrame.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQLCDNumber\fR ( QWidget * parent = 0, const char * name = 0 )"
+.BI "\fBQLCDNumber\fR ( TQWidget * parent = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBQLCDNumber\fR ( uint numDigits, QWidget * parent = 0, const char * name = 0 )"
+.BI "\fBQLCDNumber\fR ( uint numDigits, TQWidget * parent = 0, const char * name = 0 )"
.br
.ti -1c
.BI "\fB~QLCDNumber\fR ()"
@@ -67,7 +67,7 @@ Inherits QFrame.
.SS "Public Slots"
.in +1c
.ti -1c
-.BI "void \fBdisplay\fR ( const QString & s )"
+.BI "void \fBdisplay\fR ( const TQString & s )"
.br
.ti -1c
.BI "void \fBdisplay\fR ( int num )"
@@ -169,13 +169,13 @@ This type determines the visual appearance of the QLCDNumber widget.
.TP
\fCQLCDNumber::Flat\fR - gives flat segments filled with the foreground brush.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QLCDNumber::QLCDNumber ( QWidget * parent = 0, const char * name = 0 )"
+.SH "QLCDNumber::QLCDNumber ( TQWidget * parent = 0, const char * name = 0 )"
Constructs an LCD number, sets the number of digits to 5, the base to decimal, the decimal point mode to 'small' and the frame style to a raised box. The segmentStyle() is set to Outline.
.PP
The \fIparent\fR and \fIname\fR arguments are passed to the QFrame constructor.
.PP
See also numDigits and smallDecimalPoint.
-.SH "QLCDNumber::QLCDNumber ( uint numDigits, QWidget * parent = 0, const char * name = 0 )"
+.SH "QLCDNumber::QLCDNumber ( uint numDigits, TQWidget * parent = 0, const char * name = 0 )"
Constructs an LCD number, sets the number of digits to \fInumDigits\fR, the base to decimal, the decimal point mode to 'small' and the frame style to a raised box. The segmentStyle() is set to Outline.
.PP
The \fIparent\fR and \fIname\fR arguments are passed to the QFrame constructor.
@@ -193,7 +193,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
Returns TRUE if \fInum\fR is too big to be displayed in its entirety; otherwise returns FALSE.
.PP
See also display(), numDigits, and smallDecimalPoint.
-.SH "void QLCDNumber::display ( const QString & s )\fC [slot]\fR"
+.SH "void QLCDNumber::display ( const TQString & s )\fC [slot]\fR"
Displays the number represented by the string \fIs\fR.
.PP
This version of the function disregards mode() and smallDecimalPoint().