making songeditor funcitonal but not yet

This commit is contained in:
Chris Cochrun 2022-02-24 11:45:28 -06:00
parent d5515d4c52
commit f755190e40
6 changed files with 39 additions and 16 deletions

View file

@ -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;