new style for the progressbars, display more info
[case] / src / main.cpp
index cef767f..0a2dc65 100644 (file)
 #include <QApplication>
 
 #include "case.h"
+#include "style.h"
 
 
 int main(int argc, char* argv[]) {
     QApplication app(argc, argv);
+    app.setStyle(new Style());
+
     Case theCase;
 
     theCase.show();