adding a presentmode
This commit is contained in:
parent
2496f6708a
commit
d647f4442f
12 changed files with 534 additions and 590 deletions
|
@ -13,6 +13,7 @@ Kirigami.ApplicationWindow {
|
|||
|
||||
property bool libraryOpen: true
|
||||
property bool presenting: false
|
||||
property bool presentMode: true
|
||||
property var secondScreen: null
|
||||
|
||||
pageStack.initialPage: mainPage
|
||||
|
@ -30,6 +31,7 @@ Kirigami.ApplicationWindow {
|
|||
|
||||
Component.onCompleted: {
|
||||
print("checking screens")
|
||||
print("Present Mode is " + presentMode)
|
||||
secondScreen = Qt.application.screens[1]
|
||||
print(secondScreen)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue