wizard: change default account name + validation nextButton

This commit is contained in:
Jacob Brydolf 2016-10-29 16:36:32 +02:00
parent 469bb9f25f
commit ec3d586fd0
No known key found for this signature in database
GPG key ID: DE46246550D2F3C5

View file

@ -126,7 +126,13 @@ Item {
renderType: Text.NativeRendering
color: "#FF6C3C"
focus: true
text: qsTr("My account name") + translationManager.emptyString
text: defaultAccountName
Keys.onReleased: {
wizard.nextButton.enabled = (accountName.length > 0)
}
}
Rectangle {