diff options
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. |