HBox: Add arrow keys navigation

Also rename enterButtonTarget to clickButtonOnEnter
This commit is contained in:
miruka
2019-09-09 07:41:48 -04:00
parent 7f89604789
commit e5893c5569
4 changed files with 39 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ HPage {
multiplyWidth: 0.85
title: qsTr("Sign in")
enterButtonTarget: "login"
clickButtonOnEnter: "login"
buttonModel: [
{ name: "register", text: qsTr("Register"), enabled: false },