making songeditor funcitonal but not yet
This commit is contained in:
parent
d5515d4c52
commit
f755190e40
6 changed files with 39 additions and 16 deletions
|
@ -30,6 +30,9 @@ Kirigami.ApplicationWindow {
|
|||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
showPassiveNotification(Kirigami.Settings.style);
|
||||
Kirigami.Settings.style = "Plasma";
|
||||
showPassiveNotification(Kirigami.Settings.style);
|
||||
print("checking screens");
|
||||
print("Present Mode is " + presentMode);
|
||||
screens = Qt.application.screens;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue