Update main.qml
This commit is contained in:
parent
bb1f233bad
commit
44e9ebdd60
|
@ -58,9 +58,16 @@ ApplicationWindow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Action {
|
Action {
|
||||||
shortcut: "Ctrl+W"
|
shortcut: "Ctrl+W"
|
||||||
|
onTriggered: {
|
||||||
|
applicationWindow.visible = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Action {
|
||||||
|
shortcut: "Ctrl+Q"
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
Qt.quit()
|
Qt.quit()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue