You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sathya Prasad edited this page Oct 31, 2016
·
1 revision
Here is an example:
focus: true // important - otherwise we'll get no key events
Keys.onReleased: {
if (event.key === Qt.Key_Back) {
event.accepted = true
//do some action here like close or pop the stack view
}
}