text:"<b>Your account has been imported. Please close the application and restart it again to let the changes take effect.</b>"
wrapMode:Text.WordWrap
width:460
}
}
Text{
id: detailLabel
font.pointSize:12
anchors.topMargin:10
Column{
spacing:5
id: newDetailsColumn
visible:false
Text{
font.pointSize:14
text:"Your account details"
}
Label{
text:"Address"
}
TextField{
id: addressInput
readOnly:true
width:480
}
Label{
text:"Private key"
}
TextField{
id: privkeyInput
readOnly:true
width:480
}
Label{
text:"Mnemonic words"
}
TextField{
id: mnemonicInput
readOnly:true
width:480
}
Label{
text:"<b>A new account has been created. Please take the time to write down the <i>24 words</i>. You can use those to restore your account at a later date.</b>"
wrapMode:Text.WordWrap
width:480
}
Label{
text:"Please restart the application once you have completed the steps above."
wrapMode:Text.WordWrap
width:480
}
}
}
}
Column{
id: importedDetails
visible:false
Text{
text:"<b>Your account has been imported. Please close the application and restart it again to let the changes take effect.</b>"
wrapMode:Text.WordWrap
width:460
}
}
Column{
spacing:5
id: newDetailsColumn
visible:false
Text{
font.pointSize:14
text:"Your account details"
}
Label{
text:"Address"
}
TextField{
id: addressInput
readOnly:true
width:480
}
Label{
text:"Private key"
}
TextField{
id: privkeyInput
readOnly:true
width:480
}
Label{
text:"Mnemonic words"
}
TextField{
id: mnemonicInput
readOnly:true
width:480
}
Label{
text:"<b>A new account has been created. Please take the time to write down the <i>24 words</i>. You can use those to restore your account at a later date.</b>"
wrapMode:Text.WordWrap
width:480
}
Label{
text:"Please restart the application once you have completed the steps above."