|
|
@ -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 |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|