Skip to content

Instantly share code, notes, and snippets.

@0xlitf
Created March 8, 2017 08:30
Show Gist options
  • Save 0xlitf/a1ad6de19e5c0147d31ca4595d0efbd2 to your computer and use it in GitHub Desktop.
Save 0xlitf/a1ad6de19e5c0147d31ca4595d0efbd2 to your computer and use it in GitHub Desktop.
Keys.onPressed: {
if(event.key==Qt.Key_Back)
{
event.accepted = true;
homePage.pop()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment