saving works
This commit is contained in:
parent
3a37118aae
commit
fe25209758
2 changed files with 40 additions and 14 deletions
|
@ -152,7 +152,7 @@ Kirigami.ApplicationWindow {
|
|||
Labs.MenuItem {
|
||||
text: qsTr("Save As...")
|
||||
shortcut: "Ctrl+Shift+S"
|
||||
onTriggered: saveAs()
|
||||
onTriggered: saveFileDialog.open()
|
||||
}
|
||||
Labs.MenuSeparator { }
|
||||
Labs.MenuItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue