diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-16 14:45:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-16 14:45:23 +0900 |
commit | c3bb88817b109cb33264b1f8946943cb5df380ca (patch) | |
tree | 86a902a1a73da529e4ebce150a5baea33f9e5e23 /doc/html/propertydocs | |
parent | 9492e618a7bcc0a58db039d6700b508dec2c9db3 (diff) | |
download | tqt3-c3bb88817b109cb33264b1f8946943cb5df380ca.tar.gz tqt3-c3bb88817b109cb33264b1f8946943cb5df380ca.zip |
Drop compatibility code for TQButton
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r-- | doc/html/propertydocs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs index 8f33f3e3f..e5b0e1040 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -268,16 +268,6 @@ effect on toggle buttons. autoRepeat is off by default. </doc> </property> <property> - <name>QButton::autoResize</name> - <doc href="ntqbutton.html#autoResize-prop"> <p>This property holds whether autoResize is enabled. -<p><b>This property is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> If autoResize is enabled then the button will resize itself -whenever the contents are changed. - -<p>Set this property's value with <a href="ntqbutton.html#setAutoResize">setAutoResize</a>() and get this property's value with <a href="ntqbutton.html#autoResize">autoResize</a>(). -</doc> -</property> -<property> <name>QButton::down</name> <doc href="ntqbutton.html#down-prop"> <p>This property holds whether the button is pressed. |