"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

@@ -49,6 +49,10 @@ Item {
WizardManageWalletUI {
id: uiItem
titleText: qsTr("A new wallet has been created for you")
wordsTextTitle: qsTr("This is the 24 word mnemonic for your wallet")
wordsTextTitle: qsTr("This is the 25 word mnemonic for your wallet")
wordsTextItem.clipboardButtonVisible: true
wordsTextItem.tipTextVisible: true
wordsTextItem.memoTextReadOnly: true
}
}