diff options
author | Michele Calgaro <[email protected]> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqlcdnumber.3qt | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqlcdnumber.3qt')
-rw-r--r-- | doc/man/man3/tqlcdnumber.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqlcdnumber.3qt b/doc/man/man3/tqlcdnumber.3qt index d39eeba22..b7213c2fa 100644 --- a/doc/man/man3/tqlcdnumber.3qt +++ b/doc/man/man3/tqlcdnumber.3qt @@ -121,7 +121,7 @@ Inherits QFrame. .SS "Protected Members" .in +1c .ti -1c -.BI "virtual void \fBdrawContents\fR ( QPainter * p )" +.BI "virtual void \fBdrawContents\fR ( TQPainter * p )" .br .in -1c .SH DESCRIPTION @@ -208,7 +208,7 @@ Sets the displayed value rounded to the nearest integer to \fInum\fR. See the "i This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Displays the number \fInum\fR. -.SH "void QLCDNumber::drawContents ( QPainter * p )\fC [virtual protected]\fR" +.SH "void QLCDNumber::drawContents ( TQPainter * p )\fC [virtual protected]\fR" Draws the LCD number using painter \fIp\fR. This function is called from QFrame::paintEvent(). .PP Reimplemented from QFrame. @@ -287,7 +287,7 @@ l - l. Style Result Outline Produces raised segments filled with the background .fi </center> .PP -Outline and Filled will additionally use QColorGroup::light() and QColorGroup::dark() for shadow effects. +Outline and Filled will additionally use TQColorGroup::light() and TQColorGroup::dark() for shadow effects. .PP Set this property's value with setSegmentStyle() and get this property's value with segmentStyle(). .SH "bool smallDecimalPoint" |