square-messages
Black Hat 2019-04-30 21:12:24 +08:00
parent 7493bb3cd0
commit 7458ebf59a
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ ApplicationWindow {
}
Shortcut {
sequence: StandardKey.Quit
sequence: "Ctrl+Q"
context: Qt.ApplicationShortcut
onActivated: Qt.quit()
}