adding a presentmode
This commit is contained in:
parent
2496f6708a
commit
d647f4442f
12 changed files with 534 additions and 590 deletions
|
@ -29,6 +29,12 @@ Kirigami.ActionToolBar {
|
|||
}
|
||||
},
|
||||
|
||||
Kirigami.Action {
|
||||
icon.name: "edit"
|
||||
text: presentMode ? "Edit" : "Preview"
|
||||
onTriggered: presentMode = !presentMode
|
||||
},
|
||||
|
||||
Kirigami.Action {
|
||||
icon.name: "view-presentation"
|
||||
text: "Go Live"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue