diff options
author | Michele Calgaro <[email protected]> | 2023-07-11 13:32:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-11 13:41:33 +0900 |
commit | 979f5621d7cb2015eef214b0258dac1d6cd4c742 (patch) | |
tree | dab9e0ac7429c6814598a2c92cc683638c34730b /doc/html/propertydocs | |
parent | 83991febd2b98788a0a018e187de0dfb7d95b500 (diff) | |
download | tqt3-979f5621d7cb2015eef214b0258dac1d6cd4c742.tar.gz tqt3-979f5621d7cb2015eef214b0258dac1d6cd4c742.zip |
Drop compatibility code for TQLineEdit
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r-- | doc/html/propertydocs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs index ea60364bd..8f33f3e3f 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -2113,15 +2113,6 @@ frame. </doc> </property> <property> - <name>QLineEdit::hasMarkedText</name> - <doc href="ntqlineedit.html#hasMarkedText-prop"> -<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> <p>This property holds whether part of the text has been selected by the user. Use hasSelectedText instead. -<p> -<p>Get this property's value with <a href="ntqlineedit.html#hasMarkedText">hasMarkedText</a>(). -</doc> -</property> -<property> <name>QLineEdit::hasSelectedText</name> <doc href="ntqlineedit.html#hasSelectedText-prop"> <p>This property holds whether there is any text selected. @@ -2184,15 +2175,6 @@ with <a href="ntqlineedit.html#setValidator">validators</a>. </doc> </property> <property> - <name>QLineEdit::markedText</name> - <doc href="ntqlineedit.html#markedText-prop"> -<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> <p>This property holds the text selected by the user. Use selectedText instead. -<p> -<p>Get this property's value with <a href="ntqlineedit.html#markedText">markedText</a>(). -</doc> -</property> -<property> <name>QLineEdit::maxLength</name> <doc href="ntqlineedit.html#maxLength-prop"> <p>This property holds the maximum permitted length of the text. |