diff --git a/doc/html/ntqbutton.html b/doc/html/ntqbutton.html index 92676a71..61c5fb15 100644 --- a/doc/html/ntqbutton.html +++ b/doc/html/ntqbutton.html @@ -56,8 +56,6 @@ widgets, providing functionality common to buttons.
Returns TRUE if autoRepeat is enabled; otherwise returns FALSE. See the "autoRepeat" property for details. -
Returns TRUE if autoResize is enabled; otherwise returns FALSE. -See the "autoResize" property for details.
Sets whether autoRepeat is enabled. See the "autoRepeat" property for details. -
Sets whether autoResize is enabled. -See the "autoResize" property for details.
Sets whether the button is pressed. See the "down" property for details. @@ -402,12 +393,6 @@ regular intervals if the button is down. This property has no effect on toggle buttons. autoRepeat is off by default.
Set this property's value with setAutoRepeat() and get this property's value with autoRepeat(). -
This property holds whether autoResize is enabled. -
This property is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. -
If autoResize is enabled then the button will resize itself -whenever the contents are changed. - -
Set this property's value with setAutoResize() and get this property's value with autoResize().
This property holds whether the button is pressed.
If this property is TRUE, the button is pressed down. The signals diff --git a/doc/html/porting.html b/doc/html/porting.html index 574d8edf..5629a198 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -234,6 +234,7 @@ have been changed:
All these properties have been removed in TQt 3.x:
All these functions have been removed in TQt 3.x: