Update QLineEdit::placeholderText property documentation
eeb31ad10a changed the behavior
and allowed the placeholder text to stay visible even if the lineedit
has focus.
Task-number: QTBUG-33237
Change-Id: I733331be1d3225eb28390b21eb9a7e4971bfdc31
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
bb10
parent
6264526659
commit
4ffa60e03a
|
|
@ -333,8 +333,7 @@ void QLineEdit::setText(const QString& text)
|
|||
\brief the line edit's placeholder text
|
||||
|
||||
Setting this property makes the line edit display a grayed-out
|
||||
placeholder text as long as the text() is empty and the widget doesn't
|
||||
have focus.
|
||||
placeholder text as long as the text() is empty.
|
||||
|
||||
By default, this property contains an empty string.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue