QmlDesigner.PropertyEditor: There is no passwordMode on TextField

Change-Id: I7b8c9ea09ace69f66f8fd1cc5128d92418250fde
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
Thomas Hartmann
2014-05-12 13:44:00 +02:00
parent d0b25af07b
commit 7d2f919f48

View File

@@ -87,21 +87,6 @@ Column {
}
}
Label {
text: qsTr("Password mode")
toolTip: qsTr("Determines whether the text field is in password mode.")
}
SecondColumnLayout {
CheckBox {
backendValue: backendValues.passwordMode
implicitWidth: 180
}
ExpandingSpacer {
}
}
Label {
text: qsTr("Input mask")
toolTip: qsTr("Restricts the valid text in the text field.")