Browse Source

Made Microhard password fields hidden

QGC4.4
Matej Frančeškin 6 years ago
parent
commit
ea3515abd5
  1. 4
      src/Microhard/MicrohardSettings.qml

4
src/Microhard/MicrohardSettings.qml

@ -222,7 +222,7 @@ QGCView { @@ -222,7 +222,7 @@ QGCView {
id: configPassword
text: QGroundControl.microhardManager.configPassword
enabled: true
inputMethodHints: Qt.ImhHiddenText
echoMode: TextInput.Password
Layout.minimumWidth: _valueWidth
}
QGCLabel {
@ -232,7 +232,7 @@ QGCView { @@ -232,7 +232,7 @@ QGCView {
id: encryptionKey
text: QGroundControl.microhardManager.encryptionKey
enabled: true
inputMethodHints: Qt.ImhHiddenText
echoMode: TextInput.Password
Layout.minimumWidth: _valueWidth
}
}

Loading…
Cancel
Save