src/main.cpp

changeset 16
a5d8e783a7b0
parent 15
c58b82549713
child 18
d0ca50776b0b
--- a/src/main.cpp	Wed Feb 16 22:11:29 2022 +0100
+++ b/src/main.cpp	Thu Feb 17 19:57:32 2022 +0100
@@ -38,7 +38,10 @@
     app.setOrganizationName("mbse");
 
     /* Stylesheet setup */
-    QFile f(":/qdarkstyle/theme/style.qss");
+    //QFile f(":/qdarkstyle/theme/style.qss");
+    //QFile f(":darkorange.qss");
+    QFile f(":darkstyle/darkstyle.qss");
+    //QFile f(":dummy");
     if (!f.exists())   {
 	printf("Unable to set stylesheet, file not found\n");
     } else {

mercurial