Created
March 8, 2017 08:30
-
-
Save 0xlitf/a1ad6de19e5c0147d31ca4595d0efbd2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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