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

Loading…
Cancel
Save