summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqbutton.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqbutton.3qt')
-rw-r--r--doc/man/man3/tqbutton.3qt21
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/man/man3/tqbutton.3qt b/doc/man/man3/tqbutton.3qt
index be497f15..96faca7a 100644
--- a/doc/man/man3/tqbutton.3qt
+++ b/doc/man/man3/tqbutton.3qt
@@ -66,12 +66,6 @@ Inherited by QCheckBox, QPushButton, QRadioButton, and QToolButton.
.BI "ToggleState \fBstate\fR () const"
.br
.ti -1c
-.BI "bool autoResize () const \fI(obsolete)\fR"
-.br
-.ti -1c
-.BI "void setAutoResize ( bool ) \fI(obsolete)\fR"
-.br
-.ti -1c
.BI "bool \fBautoRepeat\fR () const"
.br
.ti -1c
@@ -120,9 +114,6 @@ Inherited by QCheckBox, QPushButton, QRadioButton, and QToolButton.
.BI "bool \fBautoRepeat\fR - whether autoRepeat is enabled"
.br
.ti -1c
-.BI "bool autoResize - whether autoResize is enabled \fI(obsolete)\fR"
-.br
-.ti -1c
.BI "bool \fBdown\fR - whether the button is pressed"
.br
.ti -1c
@@ -276,8 +267,6 @@ This function does nothing if the button is disabled.
See also accel.
.SH "bool QButton::autoRepeat () const"
Returns TRUE if autoRepeat is enabled; otherwise returns FALSE. See the "autoRepeat" property for details.
-.SH "bool QButton::autoResize () const"
-Returns TRUE if autoResize is enabled; otherwise returns FALSE. See the "autoResize" property for details.
.SH "void QButton::clicked ()\fC [signal]\fR"
This signal is emitted when the button is activated (i.e. first pressed down and then released when the mouse cursor is inside the button), when the accelerator key is typed or when animateClick() is called. This signal is \fInot\fR emitted if you call setDown().
.PP
@@ -342,8 +331,6 @@ See also pressed(), clicked(), and toggled().
Sets the accelerator associated with the button. See the "accel" property for details.
.SH "void QButton::setAutoRepeat ( bool )\fC [virtual]\fR"
Sets whether autoRepeat is enabled. See the "autoRepeat" property for details.
-.SH "void QButton::setAutoResize ( bool )"
-Sets whether autoResize is enabled. See the "autoResize" property for details.
.SH "void QButton::setDown ( bool )\fC [virtual]\fR"
Sets whether the button is pressed. See the "down" property for details.
.SH "void QButton::setOn ( bool on )\fC [protected]\fR"
@@ -401,14 +388,6 @@ This property holds whether autoRepeat is enabled.
If autoRepeat is enabled then the clicked() signal is emitted at regular intervals if the button is down. This property has no effect on toggle buttons. autoRepeat is off by default.
.PP
Set this property's value with setAutoRepeat() and get this property's value with autoRepeat().
-.SH "bool autoResize"
-This property holds whether autoResize is enabled.
-.PP
-\fBThis property is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
-.PP
-If autoResize is enabled then the button will resize itself whenever the contents are changed.
-.PP
-Set this property's value with setAutoResize() and get this property's value with autoResize().
.SH "bool down"
This property holds whether the button is pressed.
.PP