forked from qt-creator/qt-creator
QmlDesigner.PropertyEditor: There is no passwordMode on TextField
Change-Id: I7b8c9ea09ace69f66f8fd1cc5128d92418250fde Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user