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
Giuseppe D'Angelo 2013-08-29 12:40:47 +02:00 committed by The Qt Project
parent 6264526659
commit 4ffa60e03a
1 changed files with 1 additions and 2 deletions

View File

@ -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.