summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqspinbox.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqspinbox.3qt
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt-1e9fa8e0.tar.gz
tqt-1e9fa8e0.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/tqspinbox.3qt')
-rw-r--r--doc/man/man3/tqspinbox.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqspinbox.3qt b/doc/man/man3/tqspinbox.3qt
index 381cc2544..96e11adab 100644
--- a/doc/man/man3/tqspinbox.3qt
+++ b/doc/man/man3/tqspinbox.3qt
@@ -85,10 +85,10 @@ Inherits TQWidget and QRangeControl.
.BI "int \fBvalue\fR () const"
.br
.ti -1c
-.BI "QRect \fBupRect\fR () const"
+.BI "TQRect \fBupRect\fR () const"
.br
.ti -1c
-.BI "QRect \fBdownRect\fR () const"
+.BI "TQRect \fBdownRect\fR () const"
.br
.in -1c
.SS "Public Slots"
@@ -300,7 +300,7 @@ Returns the current button symbol mode. See the "buttonSymbols" property for det
Returns the spin box's text with no prefix(), suffix() or leading or trailing whitespace. See the "cleanText" property for details.
.SH "TQString QSpinBox::currentValueText ()\fC [protected]\fR"
Returns the full text calculated from the current value, including any prefix and suffix. If there is special value text and the value is minValue() the specialValueText() is returned.
-.SH "QRect QSpinBox::downRect () const"
+.SH "TQRect QSpinBox::downRect () const"
Returns the geometry of the "down" button.
.SH "QLineEdit * QSpinBox::editor () const\fC [protected]\fR"
Returns a pointer to the embedded QLineEdit.
@@ -384,7 +384,7 @@ Returns the suffix of the spin box. See the "suffix" property for details.
Returns the spin box's text, including any prefix() and suffix(). See the "text" property for details.
.SH "void QSpinBox::textChanged ()\fC [protected slot]\fR"
This slot is called whenever the user edits the spin box's text.
-.SH "QRect QSpinBox::upRect () const"
+.SH "TQRect QSpinBox::upRect () const"
Returns the geometry of the "up" button.
.SH "void QSpinBox::updateDisplay ()\fC [virtual protected]\fR"
Updates the contents of the embedded QLineEdit to reflect the current value using mapValueToText(). Also enables/disables the up/down push buttons accordingly.