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

View File

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