summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2011-08-22 02:00:06 (GMT)
committerAndrew den Exter <andrew.den-exter@nokia.com>2011-08-22 02:00:06 (GMT)
commit9496a87a8ad6c78952750c1529da637fc622a23c (patch)
tree9eb9b066260fa506139bd165dfef4a240d62cf10 /src/declarative
parentc2e8af87b10eaf57d397d467a79fcc24fa23bacf (diff)
downloadQt-9496a87a8ad6c78952750c1529da637fc622a23c.zip
Qt-9496a87a8ad6c78952750c1529da637fc622a23c.tar.gz
Qt-9496a87a8ad6c78952750c1529da637fc622a23c.tar.bz2
Correct documentation of TextInput.PasswordEchoOnEdit.
The documentation incorrectly stated only the last character was unmasked. Use the same wording from the QLineEdit documentation instead. Task-number: QTBUG-20003
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/graphicsitems/qdeclarativetextinput.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativetextinput.cpp b/src/declarative/graphicsitems/qdeclarativetextinput.cpp
index 5245236..9bc7fb9 100644
--- a/src/declarative/graphicsitems/qdeclarativetextinput.cpp
+++ b/src/declarative/graphicsitems/qdeclarativetextinput.cpp
@@ -874,7 +874,8 @@ void QDeclarativeTextInputPrivate::updateInputMethodHints()
\o TextInput.Normal - Displays the text as it is. (Default)
\o TextInput.Password - Displays asterixes instead of characters.
\o TextInput.NoEcho - Displays nothing.
- \o TextInput.PasswordEchoOnEdit - Displays all but the current character as asterixes.
+ \o TextInput.PasswordEchoOnEdit - Displays characters as they are entered
+ while editing, otherwise displays asterisks.
\endlist
*/
QDeclarativeTextInput::EchoMode QDeclarativeTextInput::echoMode() const