Browse Source

Merge pull request #7428 from MatejFranceskin/pr-hide-microhard-passwords

Made Microhard password fields hidden
QGC4.4
Gus Grubba 6 years ago committed by GitHub
parent
commit
ecff5451a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/Microhard/MicrohardSettings.qml

4
src/Microhard/MicrohardSettings.qml

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

Loading…
Cancel
Save