Better icons and details text for password popups
This commit is contained in:
@@ -39,6 +39,7 @@ HFileDialogOpener {
|
||||
id: exportPasswordPopup
|
||||
summary.text: qsTr("Passphrase to protect this file:")
|
||||
validateButton.text: qsTr("Export")
|
||||
validateButton.icon.name: "export-keys"
|
||||
|
||||
onAcceptedPasswordChanged: exportKeys(file, acceptedPassword)
|
||||
|
||||
|
@@ -26,6 +26,7 @@ HFileDialogOpener {
|
||||
qsTr("This might take a while...") :
|
||||
qsTr("Passphrase used to protect this file:")
|
||||
validateButton.text: qsTr("Import")
|
||||
validateButton.icon.name: "import-keys"
|
||||
|
||||
onClosed: if (importFuture) importFuture.cancel()
|
||||
|
||||
|
Reference in New Issue
Block a user