summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2014-05-12 13:44:00 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2014-05-12 14:42:28 +0200
commit7d2f919f48eb2d294a43fc4cb23ca9e2854e84ff (patch)
tree0bd7191c189c350e134082a57c5f10570e111eca
parentd0b25af07bcda14c00367c9bce189d4832770237 (diff)
downloadqt-creator-7d2f919f48eb2d294a43fc4cb23ca9e2854e84ff.tar.gz
QmlDesigner.PropertyEditor: There is no passwordMode on TextField
Change-Id: I7b8c9ea09ace69f66f8fd1cc5128d92418250fde Reviewed-by: Marco Bubke <marco.bubke@digia.com>
-rw-r--r--src/plugins/qmldesigner/componentsplugin/Controls/TextFieldSpecifics.qml15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/plugins/qmldesigner/componentsplugin/Controls/TextFieldSpecifics.qml b/src/plugins/qmldesigner/componentsplugin/Controls/TextFieldSpecifics.qml
index 8da5677872..c07d0d3e56 100644
--- a/src/plugins/qmldesigner/componentsplugin/Controls/TextFieldSpecifics.qml
+++ b/src/plugins/qmldesigner/componentsplugin/Controls/TextFieldSpecifics.qml
@@ -88,21 +88,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.")
}