summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlcdnumber.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-23 12:42:20 +0900
committerMichele Calgaro <[email protected]>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /doc/man/man3/tqlcdnumber.3qt
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt3-d73937a9f779e2aafa6c392f94c9c29aa32b78fd.tar.gz
tqt3-d73937a9f779e2aafa6c392f94c9c29aa32b78fd.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
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 e1e7fd17f..d39eeba22 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().