"word mnemonic input" with clipboard button and hint is reusable

component;
This commit is contained in:
Ilya Kitaev
2016-02-06 15:49:31 +03:00
parent 556de8f346
commit e3bea0dd4a
6 changed files with 102 additions and 73 deletions

View File

@@ -50,6 +50,10 @@ Item {
id: uiItem
accountNameText: qsTr("My account name")
titleText: qsTr("We're ready to recover your account")
wordsTextTitle: qsTr("This is the 25 word mnemonic for your wallet")
wordsTextTitle: qsTr("Please enter your 25 word private key")
wordsTextItem.clipboardButtonVisible: false
wordsTextItem.tipTextVisible: false
wordsTextItem.memoTextReadOnly: false
wordsTextItem.memoText: ""
}
}