native: submite button work on enter
This commit is contained in:
parent
986984c86d
commit
00a9e63bd3
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ Rectangle {
|
|||
text: qsTr("Submit")
|
||||
|
||||
onClicked: login()
|
||||
Keys.onReturnPressed: login()
|
||||
}
|
||||
|
||||
function login() {
|
||||
|
|
Loading…
Add table
Reference in a new issue